Report: Set fonts in 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       # TODO: Add:
299       csit-vpp-perf-report-iterative-2009-2n-skx:
300         - 27  # rls2009 reconf env 5
301         - 28  # rls2009 reconf env 5
302         - 29  # rls2009 reconf env 5
303         - 30  # rls2009 reconf env 5
304         - 31  # rls2009 reconf env 5
305         - 32  # rls2009 reconf env 5
306         - 61  # rls2009 reconf env 5
307         - 62  # rls2009 reconf env 5
308         - 68  # rls2009 reconf env 5
309
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-coverage-2009-3n-skx:
564         - 1   # RC2 env5 3n-skx-ip4-00
565
566     vpp-perf-results-2n-skx:
567       # TODO: Add:
568       csit-vpp-perf-report-coverage-2009-2n-skx:
569         - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
570         - 13  # rls2009 NDRPDR cov 2n-skx-ip4-05
571
572     vpp-perf-results-2n-clx:
573       # TODO: Replace:
574       csit-vpp-perf-report-coverage-2009-2n-clx:
575         - 1   # RC2 env5 2n-clx-ip4-00
576
577     vpp-perf-results-3n-tsh:
578       csit-vpp-perf-report-iterative-2009-3n-tsh:
579         - 14  # rls2009 NDRPDR iter env 5
580 #      csit-vpp-perf-report-coverage-2009-3n-tsh:
581 #        - 1   # RC2 3n-tsh-ip4-00
582
583     vpp-perf-results-3n-dnv:
584       # TODO: Add:
585       csit-vpp-perf-report-coverage-2009-3n-dnv:
586         - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
587
588     vpp-perf-results-2n-dnv:
589       csit-vpp-perf-report-coverage-2009-2n-dnv:
590         - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
591         - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
592         - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
593         - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
594         - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
595         - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
596
597     vpp-mrr-results-3n-hsw:
598       csit-vpp-perf-report-iterative-2009-3n-hsw:
599         - 23  # rls2009 MRR iter env 5
600
601     vpp-mrr-results-3n-skx:
602       csit-vpp-perf-report-iterative-2009-3n-skx:
603         - 24  # rls2009 MRR iter env 5
604
605     vpp-mrr-results-2n-skx:
606       csit-vpp-perf-report-iterative-2009-2n-skx:
607         - 26  # rls2009 MRR iter env 5
608
609     vpp-mrr-results-2n-clx:
610       csit-vpp-perf-report-iterative-2009-2n-clx:
611         - 35  # rls2009 MRR iter env 5
612
613     vpp-mrr-results-3n-tsh:
614       csit-vpp-perf-report-iterative-2009-3n-tsh:
615         - 15  # rls2006 MRR iter env 5
616
617     vpp-mrr-results-3n-dnv:
618       # TODO: Replace by rls2009:
619       csit-vpp-perf-report-iterative-2009-3n-dnv:
620         - 19  # rls2005 MRR iter env 5
621
622     vpp-mrr-results-2n-dnv:
623       csit-vpp-perf-report-iterative-2009-2n-dnv:
624         - 13  # rls2009 MRR iter env 5
625
626     vpp-device-results-ubuntu:
627       csit-vpp-device-2009-ubuntu1804-1n-skx:
628         - 131 # rls2009 env 5
629
630     dpdk-perf-results-3n-hsw:
631       csit-dpdk-perf-report-iterative-2009-3n-hsw:
632         - 6   # NDRPDR iter env5
633
634     dpdk-perf-results-3n-skx:
635       csit-dpdk-perf-report-iterative-2009-3n-skx:
636         - 4   # NDRPDR sel env5
637
638     dpdk-perf-results-2n-skx:
639       csit-dpdk-perf-report-iterative-2009-2n-skx:
640         - 4   # NDRPDR iter env5
641
642     dpdk-perf-results-2n-clx:
643       csit-dpdk-perf-report-iterative-2009-2n-clx:
644         - 4   # NDRPDR iter env5
645
646     dpdk-perf-results-2n-dnv:
647       # TODO: Replace:
648       # csit-dpdk-perf-report-iterative-2009-2n-dnv:
649       csit-dpdk-perf-report-iterative-2005-2n-dnv:
650         - 8   # NDRPDR sel
651
652     dpdk-perf-results-3n-dnv:
653       # TODO: Replace:
654       # csit-dpdk-perf-report-iterative-2009-3n-dnv:
655       csit-dpdk-perf-report-iterative-2005-3n-dnv:
656         - 6   # NDRPDR sel
657
658     dpdk-perf-results-3n-tsh:
659       csit-dpdk-perf-report-iterative-2009-3n-tsh:
660         - 1   # NDRPDR iter env5
661
662 ###########################################################################
663     # Tables (more than one data set)
664
665     # Performance changes
666
667     vpp-performance-changes-3n-hsw-h1:
668       csit-vpp-perf-report-iterative-2005-3n-hsw:
669         - 31  # NDRPDR sel 2001.0-4
670         - 32  # NDRPDR sel 2001.0-4
671         - 33  # NDRPDR sel 2001.0-4
672         - 34  # NDRPDR sel 2001.0-4
673         - 35  # NDRPDR sel 2001.0-4
674         - 36  # NDRPDR sel 2001.0-4
675         - 38  # NDRPDR sel 2001.0-4
676     vpp-performance-changes-3n-hsw-ref-env4:
677       csit-vpp-perf-report-iterative-2005-3n-hsw:
678         - 20  # NDRPDR sel env 4
679         - 21  # NDRPDR sel env 4
680         - 22  # NDRPDR sel env 4
681         - 23  # NDRPDR sel env 4
682         - 24  # NDRPDR sel env 4
683         - 25  # NDRPDR sel env 4
684         - 26  # NDRPDR sel env 4
685         - 27  # NDRPDR sel env 4
686         - 28  # NDRPDR sel env 4
687         - 29  # NDRPDR sel env 4
688     vpp-performance-changes-3n-hsw-ref-env5:
689       csit-vpp-perf-report-iterative-2009-3n-hsw:
690         - 9   # rls2005 NDRPDR iter env 5
691         - 10  # rls2005 NDRPDR iter env 5
692         - 11  # rls2005 NDRPDR iter env 5
693         - 12  # rls2005 NDRPDR iter env 5
694         - 13  # rls2005 NDRPDR iter env 5
695         - 14  # rls2005 NDRPDR iter env 5
696         - 15  # rls2005 NDRPDR iter env 5
697         - 16  # rls2005 NDRPDR iter env 5
698         - 17  # rls2005 NDRPDR iter env 5
699         - 19  # rls2005 NDRPDR iter env 5
700     vpp-performance-changes-3n-hsw-cmp:
701       csit-vpp-perf-report-iterative-2009-3n-hsw:
702         - 21  # rls2009 NDRPDR iter env 5
703         - 22  # rls2009 NDRPDR iter env 5
704         - 24  # rls2009 NDRPDR iter env 5
705         - 25  # rls2009 NDRPDR iter env 5
706         - 26  # rls2009 NDRPDR iter env 5
707         - 27  # rls2009 NDRPDR iter env 5
708         - 28  # rls2009 NDRPDR iter env 5
709         - 29  # rls2009 NDRPDR iter env 5
710         - 30  # rls2009 NDRPDR iter env 5
711         - 31  # rls2009 NDRPDR iter env 5
712
713     vpp-performance-changes-3n-skx-h1:
714       csit-vpp-perf-report-iterative-2005-3n-skx:
715         - 50  # NDRPDR sel 2001.0-4
716         - 51  # NDRPDR sel 2001.0-4
717         - 52  # NDRPDR sel 2001.0-4
718         - 53  # NDRPDR sel 2001.0-4
719         - 54  # NDRPDR sel 2001.0-4
720     vpp-performance-changes-3n-skx-ref-env4:
721       csit-vpp-perf-report-iterative-2005-3n-skx:
722         - 42  # NDRPDR sel env 4
723         - 43  # NDRPDR sel env 4
724         - 44  # NDRPDR sel env 4
725         - 45  # NDRPDR sel env 4
726         - 47  # NDRPDR sel env 4
727         - 55  # NDRPDR sel env 4
728         - 56  # NDRPDR sel env 4
729         - 57  # NDRPDR sel env 4
730         - 61  # NDRPDR sel env 4
731         - 62  # NDRPDR sel env 4
732     vpp-performance-changes-3n-skx-ref-env5:
733       csit-vpp-perf-report-iterative-2009-3n-skx:
734         - 13  # rls2005 NDRPDR iter env 5
735         - 18  # rls2005 NDRPDR iter env 5
736         - 19  # rls2005 NDRPDR iter env 5
737     vpp-performance-changes-3n-skx-cmp:
738       # TODO: Add:
739       csit-vpp-perf-report-iterative-2009-3n-skx:
740         - 26  # rls2009 NDRPDR iter env 5
741         - 27  # rls2009 NDRPDR iter env 5
742         - 28  # rls2009 NDRPDR iter env 5
743         - 29  # rls2009 NDRPDR iter env 5
744
745     vpp-performance-changes-2n-skx-h1:
746       csit-vpp-perf-report-iterative-2005-2n-skx:
747         - 100 # NDRPDR sel 2001.0-4
748         - 101 # NDRPDR sel 2001.0-4
749         - 102 # NDRPDR sel 2001.0-4
750         - 103 # NDRPDR sel 2001.0-4
751         - 104 # NDRPDR sel 2001.0-4
752         - 105 # NDRPDR sel 2001.0-4
753     vpp-performance-changes-2n-skx-ref-env4:
754       csit-vpp-perf-report-iterative-2005-2n-skx:
755         - 88  # NDRPDR sel env 4
756         - 89  # NDRPDR sel env 4
757         - 90  # NDRPDR sel env 4
758         - 91  # NDRPDR sel env 4
759         - 92  # NDRPDR sel env 4
760         - 93  # NDRPDR sel env 4
761         - 94  # NDRPDR sel env 4
762         - 125 # NDRPDR sel env 4
763         - 126 # NDRPDR sel env 4
764         - 127 # NDRPDR sel env 4
765     vpp-performance-changes-2n-skx-ref-env5:
766       csit-vpp-perf-report-iterative-2009-2n-skx:
767         - 13  # rls2005 NDRPDR iter env 5
768         - 16  # rls2005 NDRPDR iter env 5
769         - 17  # rls2005 NDRPDR iter env 5
770         - 18  # rls2005 NDRPDR iter env 5
771         - 19  # rls2005 NDRPDR iter env 5
772         - 21  # rls2005 NDRPDR iter env 5
773         - 22  # rls2005 NDRPDR iter env 5
774         - 23  # rls2005 NDRPDR iter env 5
775         - 24  # rls2005 NDRPDR iter env 5
776         - 25  # rls2005 NDRPDR iter env 5
777     vpp-performance-changes-2n-skx-cmp:
778       csit-vpp-perf-report-iterative-2009-2n-skx:
779         - 35  # rls2009 NDRPDR iter env 5
780         - 36  # rls2009 NDRPDR iter env 5
781         - 37  # rls2009 NDRPDR iter env 5
782         - 39  # rls2009 NDRPDR iter env 5
783         - 40  # rls2009 NDRPDR iter env 5
784         - 42  # rls2009 NDRPDR iter env 5
785         - 43  # rls2009 NDRPDR iter env 5
786         - 44  # rls2009 NDRPDR iter env 5
787         - 46  # rls2009 NDRPDR iter env 5
788         - 48  # rls2009 NDRPDR iter env 5
789         - 51  # rls2009 NDRPDR iter NAT44 env 5
790         - 52  # rls2009 NDRPDR iter NAT44 env 5
791         - 53  # rls2009 NDRPDR iter NAT44 env 5
792         - 54  # rls2009 NDRPDR iter NAT44 env 5
793         - 55  # rls2009 NDRPDR iter NAT44 env 5
794         - 56  # rls2009 NDRPDR iter NAT44 env 5
795         - 57  # rls2009 NDRPDR iter NAT44 env 5
796         - 58  # rls2009 NDRPDR iter NAT44 env 5
797         - 59  # rls2009 NDRPDR iter NAT44 env 5
798         - 60  # rls2009 NDRPDR iter NAT44 env 5
799
800     vpp-performance-changes-2n-clx-h1:
801       csit-vpp-perf-report-iterative-2005-2n-clx:
802         - 73  # NDRPDR sel 2001.0-4
803         - 74  # NDRPDR sel 2001.0-4
804         - 75  # NDRPDR sel 2001.0-4
805         - 76  # NDRPDR sel 2001.0-4
806         - 77  # NDRPDR sel 2001.0-4
807         - 78  # NDRPDR sel 2001.0-4
808         - 79  # NDRPDR sel 2001.0-4
809         - 80  # NDRPDR sel 2001.0-4
810     vpp-performance-changes-2n-clx-ref-env4:
811       csit-vpp-perf-report-iterative-2005-2n-clx:
812         - 62  # NDRPDR sel env 4
813         - 63  # NDRPDR sel env 4
814         - 64  # NDRPDR sel env 4
815         - 65  # NDRPDR sel env 4
816         - 66  # NDRPDR sel env 4
817         - 68  # NDRPDR sel env 4
818         - 69  # NDRPDR sel env 4
819         - 70  # NDRPDR sel env 4
820         - 103 # NDRPDR sel env 4
821         - 104 # NDRPDR sel env 4
822     vpp-performance-changes-2n-clx-ref-env5:
823       csit-vpp-perf-report-iterative-2009-2n-clx:
824         - 13  # rls2005 NDRPDR iter env 5
825         - 15  # rls2005 NDRPDR iter env 5
826         - 17  # rls2005 NDRPDR iter env 5
827         - 18  # rls2005 NDRPDR iter env 5
828         - 19  # rls2005 NDRPDR iter env 5
829         - 20  # rls2005 NDRPDR iter env 5
830         - 21  # rls2005 NDRPDR iter env 5
831         - 22  # rls2005 NDRPDR iter env 5
832         - 23  # rls2005 NDRPDR iter env 5
833         - 24  # rls2005 NDRPDR iter env 5
834     vpp-performance-changes-2n-clx-cmp:
835       # TODO: Add:
836       csit-vpp-perf-report-iterative-2009-2n-clx:
837         - 36  # rls2009 NDRPDR iter env 5
838         - 38  # rls2009 NDRPDR iter env 5
839         - 39  # rls2009 NDRPDR iter env 5
840         - 40  # rls2009 NDRPDR iter env 5
841         - 41  # rls2009 NDRPDR iter env 5
842         - 42  # rls2009 NDRPDR iter env 5
843
844     vpp-performance-changes-2n-dnv-h1:
845       csit-vpp-perf-verify-2001-2n-dnv:
846         - 4   # NDRPDR sel
847         - 5   # NDRPDR sel
848         - 6   # NDRPDR sel
849         - 7   # NDRPDR sel
850         - 8   # NDRPDR sel
851         - 9   # NDRPDR sel
852         - 10  # NDRPDR sel
853         - 11  # NDRPDR sel
854         - 13  # NDRPDR sel
855         - 16  # NDRPDR sel
856     vpp-performance-changes-2n-dnv-ref:
857       # TODO: Add:
858       csit-vpp-perf-report-iterative-2009-2n-dnv:
859         - 16  # rls2005 NDRPDR iter env 5
860         - 17  # rls2005 NDRPDR iter env 5
861         - 18  # rls2005 NDRPDR iter env 5
862         - 19  # rls2005 NDRPDR iter env 5
863         - 21  # rls2005 NDRPDR iter env 5
864         - 24  # rls2005 NDRPDR iter env 5
865         - 27  # rls2005 NDRPDR iter env 5
866     vpp-performance-changes-2n-dnv-cmp:
867       csit-vpp-perf-report-iterative-2009-2n-dnv:
868         - 3   # rls2009 NDRPDR iter env 5
869         - 5   # rls2009 NDRPDR iter env 5
870         - 6   # rls2009 NDRPDR iter env 5
871         - 7   # rls2009 NDRPDR iter env 5
872         - 9   # rls2009 NDRPDR iter env 5
873         - 10  # rls2009 NDRPDR iter env 5
874         - 11  # rls2009 NDRPDR iter env 5
875         - 12  # rls2009 NDRPDR iter env 5
876         - 14  # rls2009 NDRPDR iter env 5
877         - 15  # rls2009 NDRPDR iter env 5
878
879     vpp-performance-changes-3n-dnv-h1:
880       csit-vpp-perf-verify-2001-3n-dnv:
881         - 5   # NDRPDR sel
882         - 6   # NDRPDR sel
883         - 7   # NDRPDR sel
884         - 8   # NDRPDR sel
885         - 9   # NDRPDR sel
886         - 10  # NDRPDR sel
887         - 12  # NDRPDR sel
888         - 16  # NDRPDR sel
889         - 17  # NDRPDR sel
890         - 18  # NDRPDR sel
891     vpp-performance-changes-3n-dnv-ref:
892       # TODO: Add:
893       csit-vpp-perf-report-iterative-2009-3n-dnv:
894         - 16  # rls2005 NDRPDR iter env 5
895     vpp-performance-changes-3n-dnv-cmp:
896       # TODO: Add:
897       csit-vpp-perf-report-iterative-2009-3n-dnv:
898         - 3   # rls2009 NDRPDR iter env 5
899         - 6   # rls2009 NDRPDR iter env 5
900         - 7   # rls2009 NDRPDR iter env 5
901         - 8   # rls2009 NDRPDR iter env 5
902         - 10  # rls2009 NDRPDR iter env 5
903         - 11  # rls2009 NDRPDR iter env 5
904         - 12  # rls2009 NDRPDR iter env 5
905         - 14  # rls2009 NDRPDR iter env 5
906         - 15  # rls2009 NDRPDR iter env 5
907
908     vpp-performance-changes-3n-tsh-h1:
909       csit-vpp-perf-report-iterative-2005-3n-tsh:
910         - 28  # NDRPDR sel 2001.0-4
911         - 29  # NDRPDR sel 2001.0-4
912         - 31  # NDRPDR sel 2001.0-4
913     vpp-performance-changes-3n-tsh-ref-env4:
914       csit-vpp-perf-report-iterative-2005-3n-tsh:
915         - 23  # NDRPDR sel env 4
916         - 25  # NDRPDR sel env 4
917         - 33  # NDRPDR sel env 4
918         - 34  # NDRPDR sel env 4
919         - 35  # NDRPDR sel env 4
920         - 36  # NDRPDR sel env 4
921         - 37  # NDRPDR sel env 4
922         - 38  # NDRPDR sel env 4
923         - 39  # NDRPDR sel env 4
924         - 40  # NDRPDR sel env 4
925     vpp-performance-changes-3n-tsh-ref-env5:
926       csit-vpp-perf-report-iterative-2009-3n-tsh:
927         - 8   # rls2005 NDRPDR iter env 5
928         - 11  # rls2005 NDRPDR iter env 5
929         - 12  # rls2005 NDRPDR iter env 5
930     vpp-performance-changes-3n-tsh-cmp:
931       # TODO: Add:
932       csit-vpp-perf-report-iterative-2009-3n-tsh:
933         - 14  # rls2009 NDRPDR iter env 5
934
935     vpp-soak-vs-ndr-2n-skx-ref:
936       csit-vpp-perf-report-iterative-2009-2n-skx:
937         - 35  # rls2009 NDRPDR iter env 5
938         - 36  # rls2009 NDRPDR iter env 5
939         - 37  # rls2009 NDRPDR iter env 5
940         - 39  # rls2009 NDRPDR iter env 5
941         - 40  # rls2009 NDRPDR iter env 5
942         - 42  # rls2009 NDRPDR iter env 5
943         - 43  # rls2009 NDRPDR iter env 5
944         - 44  # rls2009 NDRPDR iter env 5
945         - 46  # rls2009 NDRPDR iter env 5
946         - 48  # rls2009 NDRPDR iter env 5
947     vpp-soak-vs-ndr-2n-skx-cmp:
948       csit-vpp-perf-report-iterative-2009-2n-skx:
949         - 33  # rls2009 soak env 5
950         - 34  # rls2009 soak env 5
951     vpp-soak-vs-ndr-2n-skx:
952       # TODO: Add:
953       csit-vpp-perf-report-iterative-2009-2n-skx:
954         - 35  # rls2009 NDRPDR iter env 5
955         - 36  # rls2009 NDRPDR iter env 5
956         - 37  # rls2009 NDRPDR iter env 5
957         - 39  # rls2009 NDRPDR iter env 5
958         - 40  # rls2009 NDRPDR iter env 5
959         - 42  # rls2009 NDRPDR iter env 5
960         - 43  # rls2009 NDRPDR iter env 5
961         - 44  # rls2009 NDRPDR iter env 5
962         - 46  # rls2009 NDRPDR iter env 5
963         - 48  # rls2009 NDRPDR iter env 5
964         - 33  # rls2009 soak env 5
965         - 34  # rls2009 soak env 5
966
967     vpp-soak-vs-ndr-2n-clx-ref:
968       # TODO: Add:
969       csit-vpp-perf-report-iterative-2009-2n-clx:
970         - 36  # rls2009 NDRPDR iter env 5
971         - 38  # rls2009 NDRPDR iter env 5
972         - 39  # rls2009 NDRPDR iter env 5
973         - 40  # rls2009 NDRPDR iter env 5
974         - 41  # rls2009 NDRPDR iter env 5
975         - 42  # rls2009 NDRPDR iter env 5
976     vpp-soak-vs-ndr-2n-clx-cmp:
977       csit-vpp-perf-report-iterative-2009-2n-clx:
978         - 33  # rls2009 soak env 5
979         - 34  # rls2009 soak env 5
980     vpp-soak-vs-ndr-2n-clx:
981       # TODO: Add:
982       csit-vpp-perf-report-iterative-2009-2n-clx:
983         - 36  # rls2009 NDRPDR iter env 5
984         - 38  # rls2009 NDRPDR iter env 5
985         - 39  # rls2009 NDRPDR iter env 5
986         - 40  # rls2009 NDRPDR iter env 5
987         - 41  # rls2009 NDRPDR iter env 5
988         - 42  # rls2009 NDRPDR iter env 5
989         - 33  # rls2009 soak env 5
990         - 34  # rls2009 soak env 5
991
992     vpp-performance-changes-3n-hsw-mrr-h1:
993       csit-vpp-perf-verify-2001-3n-hsw:
994         - 17  # MRR sel
995     vpp-performance-changes-3n-hsw-mrr-ref-env4:
996       csit-vpp-perf-report-iterative-2005-3n-hsw:
997         - 30  # MRR env 4
998     vpp-performance-changes-3n-hsw-mrr-ref-env5:
999       csit-vpp-perf-report-iterative-2009-3n-hsw:
1000         - 18  # rls2005 MRR iter env 5
1001     vpp-performance-changes-3n-hsw-mrr-cmp:
1002       csit-vpp-perf-report-iterative-2009-3n-hsw:
1003         - 23  # rls2009 MRR iter env 5
1004
1005     vpp-performance-changes-3n-skx-mrr-h1:
1006       csit-vpp-perf-verify-2001-3n-skx:
1007         - 50  # MRR sel
1008         - 53  # MRR sel addition
1009     vpp-performance-changes-3n-skx-mrr-ref-env4:
1010       csit-vpp-perf-report-iterative-2005-3n-skx:
1011         - 49  # MRR sel env 4
1012     vpp-performance-changes-3n-skx-mrr-ref-env5:
1013       csit-vpp-perf-report-iterative-2009-3n-skx:
1014         - 17  # rls2005 MRR iter env 5
1015     vpp-performance-changes-3n-skx-mrr-cmp:
1016       csit-vpp-perf-report-iterative-2009-3n-skx:
1017         - 24  # rls2009 MRR iter env 5
1018
1019     vpp-performance-changes-2n-skx-mrr-h1:
1020       csit-vpp-perf-verify-2001-2n-skx:
1021         - 101 # MRR sel
1022         - 128 # MRR sel addition
1023     vpp-performance-changes-2n-skx-mrr-ref-env4:
1024       csit-vpp-perf-report-iterative-2005-2n-skx:
1025         - 99  # MRR sel env 4
1026     vpp-performance-changes-2n-skx-mrr-ref-env5:
1027       csit-vpp-perf-report-iterative-2009-2n-skx:
1028         - 20  # rls2005 MRR iter env 5
1029     vpp-performance-changes-2n-skx-mrr-cmp:
1030       csit-vpp-perf-report-iterative-2009-2n-skx:
1031         - 26  # rls2009 MRR iter env 5
1032
1033     vpp-performance-changes-2n-clx-mrr-h1:
1034       csit-vpp-perf-verify-2001-2n-clx:
1035         - 39  # MRR
1036     vpp-performance-changes-2n-clx-mrr-ref-env4:
1037       csit-vpp-perf-report-iterative-2005-2n-clx:
1038         - 72   # MRR sel env 4
1039     vpp-performance-changes-2n-clx-mrr-ref-env5:
1040       csit-vpp-perf-report-iterative-2009-2n-clx:
1041         - 16  # rls2005 MRR iter env 5
1042     vpp-performance-changes-2n-clx-mrr-cmp:
1043       csit-vpp-perf-report-iterative-2009-2n-clx:
1044         - 35  # rls2009 MRR iter env 5
1045
1046 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1047 #      csit-vpp-perf-verify-1908-2n-skx:
1048 #        - 71  # NFV MRR
1049 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1050 #      # csit-vpp-perf-verify-2001-2n-skx:
1051 #      csit-vpp-perf-verify-1908-2n-skx:
1052 #        - 71  # NFV MRR
1053
1054     vpp-performance-changes-2n-dnv-mrr-h1:
1055       csit-vpp-perf-verify-2001-2n-dnv:
1056         - 12  # MRR sel
1057     vpp-performance-changes-2n-dnv-mrr-ref:
1058       csit-vpp-perf-report-iterative-2009-2n-dnv:
1059         - 23  # rls2005 MRR iter env 5
1060     vpp-performance-changes-2n-dnv-mrr-cmp:
1061       csit-vpp-perf-report-iterative-2009-2n-dnv:
1062         - 13  # rls2009 MRR iter env 5
1063
1064     vpp-performance-changes-3n-dnv-mrr-h1:
1065       csit-vpp-perf-verify-2001-3n-dnv:
1066         - 11  # MRR sel
1067     vpp-performance-changes-3n-dnv-mrr-ref:
1068       csit-vpp-perf-report-iterative-2009-3n-dnv:
1069         - 19  # rls2005 MRR iter env 5
1070     vpp-performance-changes-3n-dnv-mrr-cmp:
1071       # TODO: Replace by rls2009:
1072       csit-vpp-perf-report-iterative-2009-3n-dnv:
1073         - 19  # rls2005 MRR iter env 5
1074
1075     vpp-performance-changes-3n-tsh-mrr-h1:
1076       csit-vpp-perf-verify-2001-3n-tsh:
1077         - 9   # MRR sel
1078     vpp-performance-changes-3n-tsh-mrr-ref-env4:
1079       csit-vpp-perf-report-iterative-2005-3n-tsh:
1080         - 27  # MRR sel env 4
1081     vpp-performance-changes-3n-tsh-mrr-ref-env5:
1082       csit-vpp-perf-report-iterative-2009-3n-tsh:
1083         - 13  # rls2005 MRR iter env 5
1084     vpp-performance-changes-3n-tsh-mrr-cmp:
1085       csit-vpp-perf-report-iterative-2009-3n-tsh:
1086         - 15  # rls2006 MRR iter env 5
1087
1088     dpdk-performance-changes-3n-hsw-h1:
1089       csit-dpdk-perf-verify-2001-3n-hsw:
1090         - 4   # NDRPDR sel
1091         - 5   # NDRPDR sel
1092         - 6   # NDRPDR sel
1093         - 7   # NDRPDR sel
1094         - 8   # NDRPDR sel
1095         - 9   # NDRPDR sel
1096         - 10  # NDRPDR sel
1097         - 11  # NDRPDR sel
1098         - 12  # NDRPDR sel
1099         - 13  # NDRPDR sel
1100         - 15  # NDRPDR sel
1101         - 16  # NDRPDR sel
1102         - 17  # NDRPDR sel
1103         - 18  # NDRPDR sel
1104         - 19  # NDRPDR sel
1105         - 20  # NDRPDR sel
1106         - 21  # NDRPDR sel
1107         - 22  # NDRPDR sel
1108         - 23  # NDRPDR sel
1109         - 24  # NDRPDR sel
1110     dpdk-performance-changes-3n-hsw-ref:
1111       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1112         - 25  # NDRPDR iter
1113         - 26  # NDRPDR iter
1114         - 27  # NDRPDR iter
1115         - 28  # NDRPDR iter
1116         - 29  # NDRPDR iter
1117         - 30  # NDRPDR iter
1118         - 31  # NDRPDR iter
1119         - 32  # NDRPDR iter
1120         - 33  # NDRPDR iter
1121         - 34  # NDRPDR iter
1122     dpdk-performance-changes-3n-hsw-cmp:
1123       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1124         - 6   # NDRPDR iter env5
1125         - 7   # NDRPDR iter env5
1126         - 8   # NDRPDR iter env5
1127         - 9   # NDRPDR iter env5
1128         - 10  # NDRPDR iter env5
1129         - 11  # NDRPDR iter env5
1130         - 12  # NDRPDR iter env5
1131         - 13  # NDRPDR iter env5
1132         - 14  # NDRPDR iter env5
1133         - 15  # NDRPDR iter env5
1134
1135     dpdk-performance-changes-3n-skx-h1:
1136       csit-dpdk-perf-verify-2001-3n-skx:
1137         - 29  # NDRPDR sel xxv710
1138         - 33  # NDRPDR sel xxv710
1139         - 34  # NDRPDR sel xxv710
1140         - 35  # NDRPDR sel xxv710
1141         - 36  # NDRPDR sel xxv710
1142         - 37  # NDRPDR sel xxv710
1143         - 41  # NDRPDR sel xxv710
1144         - 42  # NDRPDR sel xxv710
1145         - 43  # NDRPDR sel xxv710
1146         - 45  # NDRPDR sel xxv710
1147         - 30  # NDRPDR sel x710
1148         - 31  # NDRPDR sel x710
1149         - 32  # NDRPDR sel x710
1150         - 38  # NDRPDR sel x710
1151         - 39  # NDRPDR sel x710
1152         - 40  # NDRPDR sel x710
1153         - 44  # NDRPDR sel x710
1154         - 46  # NDRPDR sel x710
1155         - 47  # NDRPDR sel x710
1156         - 48  # NDRPDR sel x710
1157     dpdk-performance-changes-3n-skx-ref:
1158       csit-dpdk-perf-report-iterative-2005-3n-skx:
1159         - 28  # NDRPDR iter
1160         - 29  # NDRPDR iter
1161         - 30  # NDRPDR iter
1162         - 31  # NDRPDR iter
1163         - 32  # NDRPDR iter
1164         - 33  # NDRPDR iter
1165         - 34  # NDRPDR iter
1166         - 35  # NDRPDR iter
1167         - 36  # NDRPDR iter
1168         - 37  # NDRPDR iter
1169     dpdk-performance-changes-3n-skx-cmp:
1170       csit-dpdk-perf-report-iterative-2009-3n-skx:
1171         - 4   # NDRPDR sel env5
1172         - 5   # NDRPDR sel env5
1173         - 6   # NDRPDR sel env5
1174         - 7   # NDRPDR sel env5
1175         - 8   # NDRPDR sel env5
1176         - 9   # NDRPDR sel env5
1177         - 14  # NDRPDR sel env5
1178         - 11  # NDRPDR sel env5
1179         - 12  # NDRPDR sel env5
1180         - 13  # NDRPDR sel env5
1181
1182     dpdk-performance-changes-2n-skx-h1:
1183       csit-dpdk-perf-verify-2001-2n-skx:
1184         - 35  # NDRPDR sel xxv710
1185         - 36  # NDRPDR sel xxv710
1186         - 37  # NDRPDR sel xxv710
1187         - 41  # NDRPDR sel xxv710
1188         - 42  # NDRPDR sel xxv710
1189         - 43  # NDRPDR sel xxv710
1190         - 46  # NDRPDR sel xxv710
1191         - 47  # NDRPDR sel xxv710
1192         - 52  # NDRPDR sel xxv710
1193         - 53  # NDRPDR sel xxv710
1194         - 38  # NDRPDR sel x710
1195         - 39  # NDRPDR sel x710
1196         - 40  # NDRPDR sel x710
1197         - 44  # NDRPDR sel x710
1198         - 45  # NDRPDR sel x710
1199         - 48  # NDRPDR sel x710
1200         - 49  # NDRPDR sel x710
1201         - 50  # NDRPDR sel x710
1202         - 51  # NDRPDR sel x710
1203         - 54  # NDRPDR sel x710
1204     dpdk-performance-changes-2n-skx-ref:
1205       csit-dpdk-perf-report-iterative-2005-2n-skx:
1206         - 20  # NDRPDR iter
1207         - 21  # NDRPDR iter
1208         - 22  # NDRPDR iter
1209         - 23  # NDRPDR iter
1210         - 24  # NDRPDR iter
1211         - 25  # NDRPDR iter
1212         - 26  # NDRPDR iter
1213         - 27  # NDRPDR iter
1214         - 28  # NDRPDR iter
1215         - 29  # NDRPDR iter
1216     dpdk-performance-changes-2n-skx-cmp:
1217       csit-dpdk-perf-report-iterative-2009-2n-skx:
1218         - 4   # NDRPDR iter env5
1219         - 5   # NDRPDR iter env5
1220         - 6   # NDRPDR iter env5
1221         - 7   # NDRPDR iter env5
1222         - 8   # NDRPDR iter env5
1223         - 9   # NDRPDR iter env5
1224         - 10  # NDRPDR iter env5
1225         - 11  # NDRPDR iter env5
1226         - 12  # NDRPDR iter env5
1227         - 13  # NDRPDR iter env5
1228
1229     dpdk-performance-changes-2n-clx-h1:
1230       csit-dpdk-perf-verify-2001-2n-clx:
1231         - 15  # NDRPDR sel
1232         - 16  # NDRPDR sel
1233         - 17  # NDRPDR sel
1234         - 18  # NDRPDR sel
1235         - 19  # NDRPDR sel
1236         - 20  # NDRPDR sel
1237         - 21  # NDRPDR sel
1238         - 22  # NDRPDR sel
1239         - 23  # NDRPDR sel
1240         - 24  # NDRPDR sel
1241         - 25  # NDRPDR sel
1242         - 26  # NDRPDR sel
1243         - 27  # NDRPDR sel
1244         - 28  # NDRPDR sel
1245         - 29  # NDRPDR sel
1246         - 30  # NDRPDR sel
1247         - 31  # NDRPDR sel
1248         - 32  # NDRPDR sel
1249         - 33  # NDRPDR sel
1250         - 34  # NDRPDR sel
1251     dpdk-performance-changes-2n-clx-ref:
1252       csit-dpdk-perf-report-iterative-2005-2n-clx:
1253         - 20  # NDRPDR iter
1254         - 21  # NDRPDR iter
1255         - 22  # NDRPDR iter
1256         - 23  # NDRPDR iter
1257         - 24  # NDRPDR iter
1258         - 25  # NDRPDR iter
1259         - 26  # NDRPDR iter
1260         - 27  # NDRPDR iter
1261         - 28  # NDRPDR iter
1262         - 29  # NDRPDR iter
1263     dpdk-performance-changes-2n-clx-cmp:
1264       csit-dpdk-perf-report-iterative-2009-2n-clx:
1265         - 4   # NDRPDR iter env5
1266         - 5   # NDRPDR iter env5
1267         - 6   # NDRPDR iter env5
1268         - 7   # NDRPDR iter env5
1269         - 8   # NDRPDR iter env5
1270         - 9   # NDRPDR iter env5
1271         - 10  # NDRPDR iter env5
1272         - 11  # NDRPDR iter env5
1273         - 12  # NDRPDR iter env5
1274         - 13  # NDRPDR iter env5
1275
1276     dpdk-performance-changes-2n-dnv-h1:
1277       csit-dpdk-perf-verify-2001-2n-dnv:
1278         - 9   # NDRPDR sel
1279         - 10  # NDRPDR sel
1280         - 11  # NDRPDR sel
1281         - 12  # NDRPDR sel
1282         - 13  # NDRPDR sel
1283         - 14  # NDRPDR sel
1284         - 15  # NDRPDR sel
1285         - 16  # NDRPDR sel
1286         - 17  # NDRPDR sel
1287         - 18  # NDRPDR sel
1288     dpdk-performance-changes-2n-dnv-ref:
1289       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1290         - 8   # NDRPDR sel
1291         - 9   # NDRPDR sel
1292         - 10  # NDRPDR sel
1293         - 11  # NDRPDR sel
1294         - 12  # NDRPDR sel
1295         - 13  # NDRPDR sel
1296         - 14  # NDRPDR sel
1297         - 15  # NDRPDR sel
1298         - 16  # NDRPDR sel
1299         - 17  # NDRPDR sel
1300     dpdk-performance-changes-2n-dnv-cmp:
1301       # TODO: Replace:
1302       # csit-dpdk-perf-report-iterative-2009-2n-dnv:
1303       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1304         - 8   # NDRPDR sel
1305         - 9   # NDRPDR sel
1306         - 10  # NDRPDR sel
1307         - 11  # NDRPDR sel
1308         - 12  # NDRPDR sel
1309         - 13  # NDRPDR sel
1310         - 14  # NDRPDR sel
1311         - 15  # NDRPDR sel
1312         - 16  # NDRPDR sel
1313         - 17  # NDRPDR sel
1314
1315     dpdk-performance-changes-3n-dnv-h1:
1316       csit-dpdk-perf-verify-2001-3n-dnv:
1317         - 12  # NDRPDR sel
1318         - 13  # NDRPDR sel
1319         - 14  # NDRPDR sel
1320         - 15  # NDRPDR sel
1321         - 16  # NDRPDR sel
1322         - 17  # NDRPDR sel
1323         - 18  # NDRPDR sel
1324         - 19  # NDRPDR sel
1325         - 20  # NDRPDR sel
1326         - 22  # NDRPDR sel
1327     dpdk-performance-changes-3n-dnv-ref:
1328       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1329         - 6   # NDRPDR sel
1330         - 7   # NDRPDR sel
1331         - 8   # NDRPDR sel
1332         - 9   # NDRPDR sel
1333         - 10  # NDRPDR sel
1334         - 11  # NDRPDR sel
1335         - 12  # NDRPDR sel
1336         - 13  # NDRPDR sel
1337         - 14  # NDRPDR sel
1338         - 16  # NDRPDR sel
1339     dpdk-performance-changes-3n-dnv-cmp:
1340       # TODO: Replace:
1341       # csit-dpdk-perf-report-iterative-2009-3n-dnv:
1342       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1343         - 6   # NDRPDR sel
1344         - 7   # NDRPDR sel
1345         - 8   # NDRPDR sel
1346         - 9   # NDRPDR sel
1347         - 10  # NDRPDR sel
1348         - 11  # NDRPDR sel
1349         - 12  # NDRPDR sel
1350         - 13  # NDRPDR sel
1351         - 14  # NDRPDR sel
1352         - 16  # NDRPDR sel
1353
1354     dpdk-performance-changes-3n-tsh-h1:
1355       csit-dpdk-perf-verify-2001-3n-tsh:
1356         - 3   # NDRPDR sel
1357         - 4   # NDRPDR sel
1358         - 5   # NDRPDR sel
1359         - 9   # NDRPDR sel
1360         - 10  # NDRPDR sel
1361         - 11  # NDRPDR sel
1362         - 12  # NDRPDR sel
1363         - 14  # NDRPDR sel
1364         - 15  # NDRPDR sel
1365         - 18  # NDRPDR sel
1366     dpdk-performance-changes-3n-tsh-ref:
1367       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1368         - 5   # NDRPDR sel
1369     dpdk-performance-changes-3n-tsh-cmp:
1370       # TODO: Add:
1371       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1372         - 1   # NDRPDR iter env5
1373         - 2   # NDRPDR iter env5
1374         - 3   # NDRPDR iter env5
1375         - 4   # NDRPDR iter env5
1376         - 5   # NDRPDR iter env5
1377         - 6   # NDRPDR iter env5
1378         - 7   # NDRPDR iter env5
1379         - 9   # NDRPDR iter env5
1380         - 10  # NDRPDR iter env5
1381
1382     # Compare testbeds
1383
1384     vpp-compare-testbeds-ref:
1385       csit-vpp-perf-report-iterative-2009-3n-hsw:
1386         - 21  # rls2009 NDRPDR iter env 5
1387         - 22  # rls2009 NDRPDR iter env 5
1388         - 24  # rls2009 NDRPDR iter env 5
1389         - 25  # rls2009 NDRPDR iter env 5
1390         - 26  # rls2009 NDRPDR iter env 5
1391         - 27  # rls2009 NDRPDR iter env 5
1392         - 28  # rls2009 NDRPDR iter env 5
1393         - 29  # rls2009 NDRPDR iter env 5
1394         - 30  # rls2009 NDRPDR iter env 5
1395         - 31  # rls2009 NDRPDR iter env 5
1396     vpp-compare-testbeds-cmp:
1397       # TODO: Add:
1398       csit-vpp-perf-report-iterative-2009-3n-skx:
1399         - 26  # rls2009 NDRPDR iter env 5
1400         - 27  # rls2009 NDRPDR iter env 5
1401         - 28  # rls2009 NDRPDR iter env 5
1402         - 29  # rls2009 NDRPDR iter env 5
1403
1404     vpp-compare-testbeds-skx-clx-ref:
1405       csit-vpp-perf-report-iterative-2009-2n-skx:
1406         - 35  # rls2009 NDRPDR iter env 5
1407         - 36  # rls2009 NDRPDR iter env 5
1408         - 37  # rls2009 NDRPDR iter env 5
1409         - 39  # rls2009 NDRPDR iter env 5
1410         - 40  # rls2009 NDRPDR iter env 5
1411         - 42  # rls2009 NDRPDR iter env 5
1412         - 43  # rls2009 NDRPDR iter env 5
1413         - 44  # rls2009 NDRPDR iter env 5
1414         - 46  # rls2009 NDRPDR iter env 5
1415         - 48  # rls2009 NDRPDR iter env 5
1416         - 51  # rls2009 NDRPDR iter NAT44 env 5
1417         - 52  # rls2009 NDRPDR iter NAT44 env 5
1418         - 53  # rls2009 NDRPDR iter NAT44 env 5
1419         - 54  # rls2009 NDRPDR iter NAT44 env 5
1420         - 55  # rls2009 NDRPDR iter NAT44 env 5
1421         - 56  # rls2009 NDRPDR iter NAT44 env 5
1422         - 57  # rls2009 NDRPDR iter NAT44 env 5
1423         - 58  # rls2009 NDRPDR iter NAT44 env 5
1424         - 59  # rls2009 NDRPDR iter NAT44 env 5
1425         - 60  # rls2009 NDRPDR iter NAT44 env 5
1426     vpp-compare-testbeds-skx-clx-cmp:
1427       # TODO: Add:
1428       csit-vpp-perf-report-iterative-2009-2n-clx:
1429         - 36  # rls2009 NDRPDR iter env 5
1430         - 38  # rls2009 NDRPDR iter env 5
1431         - 39  # rls2009 NDRPDR iter env 5
1432         - 40  # rls2009 NDRPDR iter env 5
1433         - 41  # rls2009 NDRPDR iter env 5
1434         - 42  # rls2009 NDRPDR iter env 5
1435
1436     vpp-compare-testbeds-hsw-clx-ref:
1437       csit-vpp-perf-report-iterative-2009-3n-hsw:
1438         - 21  # rls2009 NDRPDR iter env 5
1439         - 22  # rls2009 NDRPDR iter env 5
1440         - 24  # rls2009 NDRPDR iter env 5
1441         - 25  # rls2009 NDRPDR iter env 5
1442         - 26  # rls2009 NDRPDR iter env 5
1443         - 27  # rls2009 NDRPDR iter env 5
1444         - 28  # rls2009 NDRPDR iter env 5
1445         - 29  # rls2009 NDRPDR iter env 5
1446         - 30  # rls2009 NDRPDR iter env 5
1447         - 31  # rls2009 NDRPDR iter env 5
1448     vpp-compare-testbeds-hsw-clx-cmp:
1449       # TODO: Add:
1450       csit-vpp-perf-report-iterative-2009-2n-clx:
1451         - 36  # rls2009 NDRPDR iter env 5
1452         - 38  # rls2009 NDRPDR iter env 5
1453         - 39  # rls2009 NDRPDR iter env 5
1454         - 40  # rls2009 NDRPDR iter env 5
1455         - 41  # rls2009 NDRPDR iter env 5
1456         - 42  # rls2009 NDRPDR iter env 5
1457
1458     vpp-compare-testbeds-mrr-ref:
1459       csit-vpp-perf-report-iterative-2009-3n-hsw:
1460         - 23  # rls2009 MRR iter env 5
1461     vpp-compare-testbeds-mrr-cmp:
1462       csit-vpp-perf-report-iterative-2009-3n-skx:
1463         - 24  # rls2009 MRR iter env 5
1464
1465     vpp-compare-testbeds-mrr-skx-clx-ref:
1466       csit-vpp-perf-report-iterative-2009-2n-skx:
1467         - 26  # rls2009 MRR iter env 5
1468     vpp-compare-testbeds-mrr-skx-clx-cmp:
1469       csit-vpp-perf-report-iterative-2009-2n-clx:
1470         - 35  # rls2009 MRR iter env 5
1471
1472     vpp-compare-testbeds-mrr-hsw-clx-ref:
1473       csit-vpp-perf-report-iterative-2009-3n-hsw:
1474         - 23  # rls2009 MRR iter env 5
1475     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1476       csit-vpp-perf-report-iterative-2009-2n-clx:
1477         - 35  # rls2009 MRR iter env 5
1478
1479     dpdk-compare-testbeds-ref:
1480       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1481         - 6   # NDRPDR iter env5
1482         - 7   # NDRPDR iter env5
1483         - 8   # NDRPDR iter env5
1484         - 9   # NDRPDR iter env5
1485         - 10  # NDRPDR iter env5
1486         - 11  # NDRPDR iter env5
1487         - 12  # NDRPDR iter env5
1488         - 13  # NDRPDR iter env5
1489         - 14  # NDRPDR iter env5
1490         - 15  # NDRPDR iter env5
1491     dpdk-compare-testbeds-cmp:
1492       csit-dpdk-perf-report-iterative-2009-3n-skx:
1493         - 4   # NDRPDR sel env5
1494         - 5   # NDRPDR sel env5
1495         - 6   # NDRPDR sel env5
1496         - 7   # NDRPDR sel env5
1497         - 8   # NDRPDR sel env5
1498         - 9   # NDRPDR sel env5
1499         - 14  # NDRPDR sel env5
1500         - 11  # NDRPDR sel env5
1501         - 12  # NDRPDR sel env5
1502         - 13  # NDRPDR sel env5
1503
1504     dpdk-compare-testbeds-skx-clx-ref:
1505       csit-dpdk-perf-report-iterative-2009-2n-skx:
1506         - 4   # NDRPDR iter env5
1507         - 5   # NDRPDR iter env5
1508         - 6   # NDRPDR iter env5
1509         - 7   # NDRPDR iter env5
1510         - 8   # NDRPDR iter env5
1511         - 9   # NDRPDR iter env5
1512         - 10  # NDRPDR iter env5
1513         - 11  # NDRPDR iter env5
1514         - 12  # NDRPDR iter env5
1515         - 13  # NDRPDR iter env5
1516     dpdk-compare-testbeds-skx-clx-cmp:
1517       csit-dpdk-perf-report-iterative-2009-2n-clx:
1518         - 4   # NDRPDR iter env5
1519         - 5   # NDRPDR iter env5
1520         - 6   # NDRPDR iter env5
1521         - 7   # NDRPDR iter env5
1522         - 8   # NDRPDR iter env5
1523         - 9   # NDRPDR iter env5
1524         - 10  # NDRPDR iter env5
1525         - 11  # NDRPDR iter env5
1526         - 12  # NDRPDR iter env5
1527         - 13  # NDRPDR iter env5
1528
1529     # Compare topologies
1530
1531     vpp-compare-topologies-ref:
1532       # TODO: Add:
1533       csit-vpp-perf-report-iterative-2009-3n-skx:
1534         - 26  # rls2009 NDRPDR iter env 5
1535         - 27  # rls2009 NDRPDR iter env 5
1536         - 28  # rls2009 NDRPDR iter env 5
1537         - 29  # rls2009 NDRPDR iter env 5
1538     vpp-compare-topologies-cmp:
1539       csit-vpp-perf-report-iterative-2009-2n-skx:
1540         - 35  # rls2009 NDRPDR iter env 5
1541         - 36  # rls2009 NDRPDR iter env 5
1542         - 37  # rls2009 NDRPDR iter env 5
1543         - 39  # rls2009 NDRPDR iter env 5
1544         - 40  # rls2009 NDRPDR iter env 5
1545         - 42  # rls2009 NDRPDR iter env 5
1546         - 43  # rls2009 NDRPDR iter env 5
1547         - 44  # rls2009 NDRPDR iter env 5
1548         - 46  # rls2009 NDRPDR iter env 5
1549         - 48  # rls2009 NDRPDR iter env 5
1550
1551     vpp-compare-topologies-mrr-ref:
1552       csit-vpp-perf-report-iterative-2009-3n-skx:
1553         - 24  # rls2009 MRR iter env 5
1554     vpp-compare-topologies-mrr-cmp:
1555       csit-vpp-perf-report-iterative-2009-2n-skx:
1556         - 26  # rls2009 MRR iter env 5
1557
1558     dpdk-compare-topologies-ref:
1559       csit-dpdk-perf-report-iterative-2009-3n-skx:
1560         - 4   # NDRPDR sel env5
1561         - 5   # NDRPDR sel env5
1562         - 6   # NDRPDR sel env5
1563         - 7   # NDRPDR sel env5
1564         - 8   # NDRPDR sel env5
1565         - 9   # NDRPDR sel env5
1566         - 14  # NDRPDR sel env5
1567         - 11  # NDRPDR sel env5
1568         - 12  # NDRPDR sel env5
1569         - 13  # NDRPDR sel env5
1570     dpdk-compare-topologies-cmp:
1571       csit-dpdk-perf-report-iterative-2009-2n-skx:
1572         - 4   # NDRPDR iter env5
1573         - 5   # NDRPDR iter env5
1574         - 6   # NDRPDR iter env5
1575         - 7   # NDRPDR iter env5
1576         - 8   # NDRPDR iter env5
1577         - 9   # NDRPDR iter env5
1578         - 10  # NDRPDR iter env5
1579         - 11  # NDRPDR iter env5
1580         - 12  # NDRPDR iter env5
1581         - 13  # NDRPDR iter env5
1582
1583   plot-layouts:
1584
1585     plot-soak-throughput:
1586       titlefont:
1587         size: 16
1588       xaxis:
1589         title: "<b>Test Cases [Index]</b>"
1590         titlefont:
1591           size: 14
1592         autorange: True
1593         fixedrange: False
1594         gridcolor: "rgb(230, 230, 230)"
1595         linecolor: "rgb(220, 220, 220)"
1596         linewidth: 1
1597         showgrid: True
1598         showline: True
1599         showticklabels: True
1600         tickcolor: "rgb(220, 220, 220)"
1601         tickmode: "linear"
1602         tickfont:
1603           size: 14
1604         zeroline: False
1605       yaxis:
1606         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1607         titlefont:
1608           size: 14
1609         gridcolor: "rgb(230, 230, 230)"
1610         hoverformat: ".4r"
1611         tickformat: ".3r"
1612         linecolor: "rgb(220, 220, 220)"
1613         linewidth: 1
1614         showgrid: True
1615         showline: True
1616         showticklabels: True
1617         tickcolor: "rgb(220, 220, 220)"
1618         tickfont:
1619           size: 14
1620         zeroline: False
1621         range: [0,50]
1622       autosize: False
1623       margin:
1624         t: 50
1625         b: 0
1626         l: 80
1627         r: 20
1628       showlegend: True
1629       legend:
1630         orientation: "h"
1631         font:
1632           size: 14
1633       width: 700
1634       height: 900
1635       paper_bgcolor: "#fff"
1636       plot_bgcolor: "#fff"
1637       hoverlabel:
1638         namelength: -1
1639
1640     plot-service-density:
1641       titlefont:
1642         size: 16
1643       xaxis:
1644         side: "top"
1645         autorange: True
1646         fixedrange: False
1647         showgrid: False
1648         showline: False
1649         showticklabels: False
1650         ticks: ""
1651         ticklen: 0
1652         tickwidth: 0
1653         zeroline: False
1654       yaxis:
1655         autorange: "reversed"
1656         showgrid: False
1657         showline: False
1658         showticklabels: False
1659         ticks: ""
1660         ticklen: 0
1661         tickwidth: 0
1662         zeroline: False
1663       showlegend: False
1664       paper_bgcolor: "#fff"
1665       plot_bgcolor: "#fff"
1666       width: 700
1667       height: 700
1668       hoverlabel:
1669         namelength: -1
1670
1671     plot-hoststack:
1672       titlefont:
1673         size: 16
1674       xaxis:
1675         title: "<b>Test Cases [Index]</b>"
1676         titlefont:
1677           size: 14
1678         autorange: True
1679         fixedrange: False
1680         gridcolor: "rgb(230, 230, 230)"
1681         linecolor: "rgb(220, 220, 220)"
1682         linewidth: 1
1683         showgrid: True
1684         showline: True
1685         showticklabels: True
1686         tickcolor: "rgb(220, 220, 220)"
1687         tickmode: "linear"
1688         tickfont:
1689           size: 14
1690         zeroline: False
1691       yaxis:
1692         title: "<b>Bandwidth [Gbps]</b>"
1693         titlefont:
1694           size: 14
1695         gridcolor: "rgb(230, 230, 230)"
1696         hoverformat: ".4s"
1697         linecolor: "rgb(220, 220, 220)"
1698         linewidth: 1
1699         rangemode: "tozero"
1700         showgrid: True
1701         showline: True
1702         showticklabels: True
1703         tickcolor: "rgb(230, 230, 230)"
1704         tickformat: ".3s"
1705         tickfont:
1706           size: 14
1707         zeroline: False
1708       boxmode: "group"
1709       boxgroupgap: 0.5
1710       autosize: False
1711       margin:
1712         t: 50
1713         b: 20
1714         l: 80
1715         r: 20
1716       showlegend: True
1717       legend:
1718         orientation: "h"
1719         font:
1720           size: 14
1721       width: 700
1722       height: 800
1723       paper_bgcolor: "#fff"
1724       plot_bgcolor: "#fff"
1725       hoverlabel:
1726         namelength: -1
1727
1728     plot-throughput:
1729       titlefont:
1730         size: 16
1731       xaxis:
1732         title: "<b>Test Cases [Index]</b>"
1733         titlefont:
1734           size: 14
1735         autorange: True
1736         fixedrange: False
1737         gridcolor: "rgb(230, 230, 230)"
1738         linecolor: "rgb(220, 220, 220)"
1739         linewidth: 1
1740         showgrid: True
1741         showline: True
1742         showticklabels: True
1743         tickcolor: "rgb(220, 220, 220)"
1744         tickmode: "linear"
1745         tickfont:
1746           size: 14
1747         zeroline: False
1748       yaxis:
1749         title: "<b>Packet Throughput [Mpps]</b>"
1750         titlefont:
1751           size: 14
1752         gridcolor: "rgb(230, 230, 230)"
1753         hoverformat: ".4r"
1754         tickformat: ".3r"
1755         linecolor: "rgb(220, 220, 220)"
1756         linewidth: 1
1757         showgrid: True
1758         showline: True
1759         showticklabels: True
1760         tickcolor: "rgb(220, 220, 220)"
1761         tickfont:
1762           size: 14
1763         zeroline: False
1764         range: [0,50]
1765       autosize: False
1766       margin:
1767         t: 50
1768         b: 0
1769         l: 80
1770         r: 20
1771       showlegend: True
1772       legend:
1773         orientation: "h"
1774         font:
1775           size: 14
1776       width: 700
1777       height: 900
1778       paper_bgcolor: "#fff"
1779       plot_bgcolor: "#fff"
1780       hoverlabel:
1781         namelength: -1
1782
1783     plot-throughput-speedup-analysis:
1784       titlefont:
1785         size: 16
1786       xaxis:
1787         title: "<b>Number of Cores [Qty]</b>"
1788         titlefont:
1789           size: 14
1790         autorange: True
1791         fixedrange: False
1792         gridcolor: "rgb(230, 230, 230)"
1793         linecolor: "rgb(220, 220, 220)"
1794         linewidth: 1
1795         showgrid: True
1796         showline: True
1797         showticklabels: True
1798         tickcolor: "rgb(238, 238, 238)"
1799         tickmode: "linear"
1800         tickfont:
1801           size: 14
1802         zeroline: False
1803       yaxis:
1804         title: "<b>Packet Throughput [Mpps]</b>"
1805         titlefont:
1806           size: 14
1807         type: "linear"
1808         gridcolor: "rgb(230, 230, 230)"
1809         hoverformat: ".4s"
1810         linecolor: "rgb(220, 220, 220)"
1811         linewidth: 1
1812         showgrid: True
1813         showline: True
1814         showticklabels: True
1815         tickcolor: "rgb(220, 220, 220)"
1816         tickformat: ".4s"
1817         tickfont:
1818           size: 14
1819         zeroline: True
1820         rangemode: "tozero"
1821         range: [0,100]
1822       legend:
1823         orientation: "h"
1824         font:
1825           size: 14
1826         xanchor: "left"
1827         yanchor: "top"
1828         x: 0
1829         y: -0.2
1830         bgcolor: "rgba(255, 255, 255, 0)"
1831         bordercolor: "rgba(255, 255, 255, 0)"
1832         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1833       autosize: False
1834       margin:
1835           't': 50
1836           'b': 150
1837           'l': 85
1838           'r': 10
1839       showlegend: True
1840       width: 700
1841       height: 700
1842       paper_bgcolor: "#fff"
1843       plot_bgcolor: "#fff"
1844       hoverlabel:
1845         namelength: -1
1846       annotations: [
1847         {
1848           text: "_ _          __          ...",
1849           align: "left",
1850           showarrow: False,
1851           xref: "paper",
1852           yref: "paper",
1853           xanchor: "left",
1854           yanchor: "top",
1855           x: 0,
1856           y: -0.13,
1857           font: {
1858             family: "Consolas, Courier New",
1859             size: 13
1860           },
1861         },
1862         {
1863           text: "    Perfect     Measured     Limit",
1864           align: "left",
1865           showarrow: False,
1866           xref: "paper",
1867           yref: "paper",
1868           xanchor: "left",
1869           yanchor: "top",
1870           x: 0,
1871           y: -0.15,
1872           font: {
1873             family: "Consolas, Courier New",
1874             size: 13
1875           },
1876         },
1877       ]
1878
1879     plot-latency:
1880       titlefont:
1881         size: 16
1882       xaxis:
1883         title: "<b>Direction</b>"
1884         titlefont:
1885           size: 14
1886         autorange: True
1887         fixedrange: False
1888         gridcolor: "rgb(230, 230, 230)"
1889         linecolor: "rgb(220, 220, 220)"
1890         linewidth: 1
1891         showgrid: True
1892         showline: True
1893         showticklabels: False
1894         tickcolor: "rgb(220, 220, 220)"
1895         tickmode: "linear"
1896         tickfont:
1897           size: 14
1898         zeroline: False
1899       yaxis:
1900         title: "<b>Packet Latency [uSec]</b>"
1901         titlefont:
1902           size: 14
1903         type: "linear"
1904         gridcolor: "rgb(230, 230, 230)"
1905         hoverformat: ".4s"
1906         linecolor: "rgb(220, 220, 220)"
1907         linewidth: 1
1908         showgrid: True
1909         showline: True
1910         showticklabels: True
1911         tickcolor: "rgb(220, 220, 220)"
1912         tickformat: ".4s"
1913         tickfont:
1914           size: 14
1915         zeroline: True
1916         rangemode: "tozero"
1917       legend:
1918         orientation: "h"
1919         font:
1920           size: 14
1921         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1922       autosize: False
1923       margin:
1924           't': 50
1925           'b': 150
1926           'l': 80
1927           'r': 10
1928       showlegend: True
1929       width: 700
1930       height: 700
1931       paper_bgcolor: "#fff"
1932       plot_bgcolor: "#fff"
1933       hoverlabel:
1934         namelength: -1
1935
1936     plot-hdrh-latency:
1937       title:
1938         text: ""
1939         xanchor: "center"
1940         x: 0.5
1941         font:
1942           size: 16
1943       width: 700
1944       plot_bgcolor: "white"
1945       annotations:
1946         - font:
1947             size: 14
1948           showarrow: False
1949           text: "<b>Packet Latency [uSec]</b>"
1950           x: 1
1951           xanchor: "right"
1952           xref: "paper"
1953           y: -0.045
1954           yanchor: "top"
1955           yref: "paper"
1956         - font:
1957             size: 14
1958           showarrow: False
1959           text: "<b>Probability [%]</b>"
1960           textangle: 270
1961           x: -0.06
1962           xanchor: "center"
1963           xref: "paper"
1964           y: 0.5
1965           yanchor: "middle"
1966           yref: "paper"
1967         - font:
1968             size: 14
1969           showarrow: False
1970           text: "<b>Direction: E-W</b>"
1971           x: 0.24
1972           xanchor: "center"
1973           xref: "paper"
1974           y: 1.05
1975           yanchor: "bottom"
1976           yref: "paper"
1977         - font:
1978             size: 14
1979           showarrow: False
1980           text: "<b>Direction: W-E</b>"
1981           x: 0.74
1982           xanchor: "center"
1983           xref: "paper"
1984           y: 1.05
1985           yanchor: "bottom"
1986           yref: "paper"
1987
1988     plot-hdrh-latency-percentile:
1989       title:
1990         text: ""
1991         xanchor: "center"
1992         x: 0.5
1993         font:
1994           size: 16
1995       xaxis:
1996         type: "log"
1997         title: "<b>Percentile [%]</b>"
1998         titlefont:
1999           size: 14
2000         autorange: True
2001         fixedrange: False
2002         gridcolor: "rgb(230, 230, 230)"
2003         linecolor: "rgb(220, 220, 220)"
2004         linewidth: 1
2005         showgrid: True
2006         showline: True
2007         showticklabels: True
2008         tickcolor: "rgb(220, 220, 220)"
2009         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2010         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2011         tickfont:
2012           size: 14
2013       yaxis:
2014         title: "<b>Packet Latency [uSec]</b>"
2015         titlefont:
2016           size: 14
2017         gridcolor: "rgb(230, 230, 230)"
2018         linecolor: "rgb(220, 220, 220)"
2019         linewidth: 1
2020         showgrid: True
2021         showline: True
2022         showticklabels: True
2023         tickcolor: "rgb(220, 220, 220)"
2024         tickfont:
2025           size: 14
2026       autosize: False
2027       showlegend: True
2028       legend:
2029         traceorder: "normal"
2030         orientation: "h"
2031         font:
2032           size: 14
2033         xanchor: "left"
2034         yanchor: "top"
2035         x: 0
2036         y: -0.15
2037         bgcolor: "rgba(255, 255, 255, 0)"
2038         bordercolor: "rgba(255, 255, 255, 0)"
2039       width: 700
2040       height: 700
2041       paper_bgcolor: "white"
2042       plot_bgcolor: "white"
2043
2044     plot-hdrh-latency-by-percentile:
2045       title:
2046         text: "<b>Latency by Percentile Distribution</b>"
2047         xanchor: "center"
2048         x: 0.5
2049         font:
2050           size: 18
2051       showlegend: True
2052       legend:
2053         traceorder: "normal"
2054         orientation: "h"
2055         font:
2056           size: 16
2057         xanchor: "left"
2058         yanchor: "top"
2059         x: 0
2060         y: -0.2
2061         bgcolor: "rgba(255, 255, 255, 0)"
2062         bordercolor: "rgba(255, 255, 255, 0)"
2063       xaxis:
2064         type: "linear"
2065         title: "<b>Percentile [%]</b>"
2066         titlefont:
2067           size: 14
2068         autorange: False
2069         fixedrange: False
2070         range: [0, 100]
2071         gridcolor: "rgb(230, 230, 230)"
2072         linecolor: "rgb(220, 220, 220)"
2073         linewidth: 1
2074         showgrid: True
2075         showline: True
2076         showticklabels: True
2077         tickcolor: "rgb(220, 220, 220)"
2078         tickvals: [0, 25, 50, 75, 100]
2079         ticktext: [0, 25, 50, 75, 100]
2080         tickfont:
2081           size: 14
2082       yaxis:
2083         title: "<b>One-Way Latency per Direction [uSec]</b>"
2084         titlefont:
2085           size: 14
2086         gridcolor: "rgb(230, 230, 230)"
2087         linecolor: "rgb(220, 220, 220)"
2088         linewidth: 1
2089         showgrid: True
2090         showline: True
2091         showticklabels: True
2092         tickcolor: "rgb(220, 220, 220)"
2093         tickfont:
2094           size: 14
2095       width: 700
2096       height: 700
2097       paper_bgcolor: "white"
2098       plot_bgcolor: "white"
2099
2100 - type: "static"
2101   src-path: "{DIR[RST]}"
2102   dst-path: "{DIR[WORKING,SRC]}"
2103
2104 - type: "input"
2105   general:
2106     file-name: "output_info.xml.gz"
2107     file-format: ".gz"
2108     arch-file-format:
2109       - ".gz"
2110       - ".zip"
2111     download-path: "{job}/{build}/archives/{filename}"
2112     extract: "output.xml"
2113
2114     zip-file-name: "robot-plugin.zip"
2115     zip-file-format: ".zip"
2116     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2117     zip-extract: "robot-plugin/output.xml"
2118
2119   builds:
2120
2121     csit-vpp-perf-verify-2001-3n-hsw:
2122       - 17  # MRR sel
2123     csit-vpp-perf-report-iterative-2005-3n-hsw:
2124       - 20  # NDRPDR sel env 4
2125       - 21  # NDRPDR sel env 4
2126       - 22  # NDRPDR sel env 4
2127       - 23  # NDRPDR sel env 4
2128       - 24  # NDRPDR sel env 4
2129       - 25  # NDRPDR sel env 4
2130       - 26  # NDRPDR sel env 4
2131       - 27  # NDRPDR sel env 4
2132       - 28  # NDRPDR sel env 4
2133       - 29  # NDRPDR sel env 4
2134       - 13  # MRR
2135       - 30  # MRR env 4
2136       - 31  # NDRPDR sel 2001.0-4
2137       - 32  # NDRPDR sel 2001.0-4
2138       - 33  # NDRPDR sel 2001.0-4
2139       - 34  # NDRPDR sel 2001.0-4
2140       - 35  # NDRPDR sel 2001.0-4
2141       - 36  # NDRPDR sel 2001.0-4
2142       - 38  # NDRPDR sel 2001.0-4
2143     csit-vpp-perf-report-iterative-2009-3n-hsw:
2144       - 18  # rls2005 MRR iter env 5
2145       - 9   # rls2005 NDRPDR iter env 5
2146       - 10  # rls2005 NDRPDR iter env 5
2147       - 11  # rls2005 NDRPDR iter env 5
2148       - 12  # rls2005 NDRPDR iter env 5
2149       - 13  # rls2005 NDRPDR iter env 5
2150       - 14  # rls2005 NDRPDR iter env 5
2151       - 15  # rls2005 NDRPDR iter env 5
2152       - 16  # rls2005 NDRPDR iter env 5
2153       - 17  # rls2005 NDRPDR iter env 5
2154       - 19  # rls2005 NDRPDR iter env 5
2155       - 23  # rls2009 MRR iter env 5
2156       - 21  # rls2009 NDRPDR iter env 5
2157       - 22  # rls2009 NDRPDR iter env 5
2158       - 24  # rls2009 NDRPDR iter env 5
2159       - 25  # rls2009 NDRPDR iter env 5
2160       - 26  # rls2009 NDRPDR iter env 5
2161       - 27  # rls2009 NDRPDR iter env 5
2162       - 28  # rls2009 NDRPDR iter env 5
2163       - 29  # rls2009 NDRPDR iter env 5
2164       - 30  # rls2009 NDRPDR iter env 5
2165       - 31  # rls2009 NDRPDR iter env 5
2166       - 32  # rls2009 Hoststack iter env 5
2167       - 33  # rls2009 Hoststack iter env 5
2168       - 34  # rls2009 Hoststack iter env 5
2169       - 35  # rls2009 Hoststack iter env 5
2170       - 36  # rls2009 Hoststack iter env 5
2171       - 37  # rls2009 Hoststack iter env 5
2172       - 38  # rls2009 Hoststack iter env 5
2173       - 39  # rls2009 Hoststack iter env 5
2174       - 40  # rls2009 Hoststack iter env 5
2175       - 41  # rls2009 Hoststack iter env 5
2176     csit-vpp-perf-report-coverage-2009-3n-hsw:
2177       - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
2178       - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
2179       - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
2180       - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
2181       - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
2182       - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
2183       - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
2184       - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
2185       - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
2186       - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
2187       - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
2188       - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
2189       - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
2190       - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
2191       - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
2192       - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
2193       - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
2194       - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
2195       - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
2196       - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
2197       - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
2198       - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
2199       - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
2200       - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
2201       - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
2202       - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
2203       - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
2204       - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
2205       - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
2206       - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
2207       - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
2208       - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
2209       - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
2210       - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
2211       - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
2212
2213     csit-vpp-perf-verify-2001-3n-skx:
2214       - 50  # MRR sel
2215       - 53  # MRR sel addition
2216     csit-vpp-perf-report-iterative-2005-3n-skx:
2217       - 4   # NDRPDR sel
2218       - 5   # NDRPDR sel ??? all x710 failed
2219       - 33  # NDRPDR sel
2220       - 28  # NDRPDR sel
2221       - 34  # NDRPDR sel
2222       - 42  # NDRPDR sel env 4
2223       - 43  # NDRPDR sel env 4
2224       - 44  # NDRPDR sel env 4
2225       - 45  # NDRPDR sel env 4
2226       - 47  # NDRPDR sel env 4
2227       - 55  # NDRPDR sel env 4
2228       - 56  # NDRPDR sel env 4
2229       - 57  # NDRPDR sel env 4
2230       - 61  # NDRPDR sel env 4
2231       - 62  # NDRPDR sel env 4
2232       - 50  # NDRPDR sel 2001.0-4
2233       - 51  # NDRPDR sel 2001.0-4
2234       - 52  # NDRPDR sel 2001.0-4
2235       - 53  # NDRPDR sel 2001.0-4
2236       - 54  # NDRPDR sel 2001.0-4
2237       - 49  # MRR sel env 4
2238     # TODO: Add:
2239     csit-vpp-perf-report-iterative-2009-3n-skx:
2240       - 17  # rls2005 MRR iter env 5
2241       - 13  # rls2005 NDRPDR iter env 5
2242       - 18  # rls2005 NDRPDR iter env 5
2243       - 19  # rls2005 NDRPDR iter env 5
2244       - 24  # rls2009 MRR iter env 5
2245       - 26  # rls2009 NDRPDR iter env 5
2246       - 27  # rls2009 NDRPDR iter env 5
2247       - 28  # rls2009 NDRPDR iter env 5
2248       - 29  # rls2009 NDRPDR iter env 5
2249     # TODO: Add:
2250     csit-vpp-perf-report-coverage-2009-3n-skx:
2251       - 1   # RC2 env5 3n-skx-ip4-00
2252
2253     csit-vpp-perf-verify-2001-2n-skx:
2254       - 101  # MRR sel - old
2255       - 128  # MRR sel addition - old
2256     csit-vpp-perf-report-iterative-2005-2n-skx:
2257       - 88  # NDRPDR sel env 4
2258       - 89  # NDRPDR sel env 4
2259       - 90  # NDRPDR sel env 4
2260       - 91  # NDRPDR sel env 4
2261       - 92  # NDRPDR sel env 4
2262       - 93  # NDRPDR sel env 4
2263       - 94  # NDRPDR sel env 4
2264       - 125 # NDRPDR sel env 4
2265       - 126 # NDRPDR sel env 4
2266       - 127 # NDRPDR sel env 4
2267       - 100 # NDRPDR sel 2001.0-4
2268       - 101 # NDRPDR sel 2001.0-4
2269       - 102 # NDRPDR sel 2001.0-4
2270       - 103 # NDRPDR sel 2001.0-4
2271       - 104 # NDRPDR sel 2001.0-4
2272       - 105 # NDRPDR sel 2001.0-4
2273       - 99  # MRR sel env 4
2274       - 122 # Soak
2275       - 123 # Soak
2276       - 113 # nf-density-sel env 4
2277       - 114 # nf-density-sel env 4
2278       - 124 # nf-density-sel env 4
2279       - 128 # nf-density-sel env 4
2280       - 129 # nf-density-sel env 4
2281       - 131 # nf-density-sel env 4
2282       - 132 # nf-density-sel env 4
2283       - 135 # nf-density-sel env 4
2284       - 136 # nf-density-sel env 4
2285       - 139 # nf-density-sel env 4
2286       - 115 # MRR nf-density-sel env 4
2287     # TODO: Add:
2288     csit-vpp-perf-report-iterative-2009-2n-skx:
2289       - 20  # rls2005 MRR iter env 5
2290       - 13  # rls2005 NDRPDR iter env 5
2291       - 16  # rls2005 NDRPDR iter env 5
2292       - 17  # rls2005 NDRPDR iter env 5
2293       - 18  # rls2005 NDRPDR iter env 5
2294       - 19  # rls2005 NDRPDR iter env 5
2295       - 21  # rls2005 NDRPDR iter env 5
2296       - 22  # rls2005 NDRPDR iter env 5
2297       - 23  # rls2005 NDRPDR iter env 5
2298       - 24  # rls2005 NDRPDR iter env 5
2299       - 25  # rls2005 NDRPDR iter env 5
2300       - 26  # rls2009 MRR iter env 5
2301       - 35  # rls2009 NDRPDR iter env 5
2302       - 36  # rls2009 NDRPDR iter env 5
2303       - 37  # rls2009 NDRPDR iter env 5
2304       - 39  # rls2009 NDRPDR iter env 5
2305       - 40  # rls2009 NDRPDR iter env 5
2306       - 42  # rls2009 NDRPDR iter env 5
2307       - 43  # rls2009 NDRPDR iter env 5
2308       - 44  # rls2009 NDRPDR iter env 5
2309       - 46  # rls2009 NDRPDR iter env 5
2310       - 48  # rls2009 NDRPDR iter env 5
2311       - 51  # rls2009 NDRPDR iter NAT44 env 5
2312       - 52  # rls2009 NDRPDR iter NAT44 env 5
2313       - 53  # rls2009 NDRPDR iter NAT44 env 5
2314       - 54  # rls2009 NDRPDR iter NAT44 env 5
2315       - 55  # rls2009 NDRPDR iter NAT44 env 5
2316       - 56  # rls2009 NDRPDR iter NAT44 env 5
2317       - 57  # rls2009 NDRPDR iter NAT44 env 5
2318       - 58  # rls2009 NDRPDR iter NAT44 env 5
2319       - 59  # rls2009 NDRPDR iter NAT44 env 5
2320       - 60  # rls2009 NDRPDR iter NAT44 env 5
2321       - 38  # rls2009 nf-density iter env 5
2322       - 41  # rls2009 nf-density iter env 5
2323       - 45  # rls2009 nf-density iter env 5
2324       - 47  # rls2009 nf-density iter env 5
2325       - 49  # rls2009 nf-density iter env 5
2326       - 63  # rls2009 nf-density iter env 5
2327       - 65  # rls2009 nf-density iter env 5
2328       - 66  # rls2009 nf-density iter env 5
2329       - 50  # rls2009 MRR nf-density iter env 5
2330       - 27  # rls2009 reconf env 5
2331       - 28  # rls2009 reconf env 5
2332       - 29  # rls2009 reconf env 5
2333       - 30  # rls2009 reconf env 5
2334       - 31  # rls2009 reconf env 5
2335       - 32  # rls2009 reconf env 5
2336       - 61  # rls2009 reconf env 5
2337       - 62  # rls2009 reconf env 5
2338       - 68  # rls2009 reconf env 5
2339       - 33  # rls2009 soak env 5
2340       - 34  # rls2009 soak env 5
2341     # TODO: Add:
2342     csit-vpp-perf-report-coverage-2009-2n-skx:
2343       - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
2344       - 13  # rls2009 NDRPDR cov 2n-skx-ip4-05
2345
2346     csit-vpp-perf-verify-2001-2n-clx:
2347       - 39  # MRR
2348     csit-vpp-perf-report-iterative-2005-2n-clx:
2349       - 62  # NDRPDR sel env 4
2350       - 63  # NDRPDR sel env 4
2351       - 64  # NDRPDR sel env 4
2352       - 65  # NDRPDR sel env 4
2353       - 66  # NDRPDR sel env 4
2354       - 68  # NDRPDR sel env 4
2355       - 69  # NDRPDR sel env 4
2356       - 70  # NDRPDR sel env 4
2357       - 103 # NDRPDR sel env 4
2358       - 104 # NDRPDR sel env 4
2359       - 73  # NDRPDR sel 2001.0-4
2360       - 74  # NDRPDR sel 2001.0-4
2361       - 75  # NDRPDR sel 2001.0-4
2362       - 76  # NDRPDR sel 2001.0-4
2363       - 77  # NDRPDR sel 2001.0-4
2364       - 78  # NDRPDR sel 2001.0-4
2365       - 79  # NDRPDR sel 2001.0-4
2366       - 80  # NDRPDR sel 2001.0-4
2367       - 72  # MRR env 4
2368       - 91  # nfv-density-00 env 4
2369       - 92  # nfv-density-00 env 4
2370       - 93  # nfv-density-00 env 4
2371       - 97  # nfv-density-00 env 4
2372       - 98  # nfv-density-00 env 4
2373       - 99  # nfv-density-00 env 4
2374       - 100 # nfv-density-00 env 4
2375       - 105 # nfv-density-00 env 4
2376       - 106 # nfv-density-00 env 4
2377       - 108 # nfv-density-00 env 4
2378       - 96  # MRR nfv-density-00 env 4
2379     # TODO: Add:
2380     csit-vpp-perf-report-iterative-2009-2n-clx:
2381       - 16  # rls2005 MRR iter env 5
2382       - 13  # rls2005 NDRPDR iter env 5
2383       - 15  # rls2005 NDRPDR iter env 5
2384       - 17  # rls2005 NDRPDR iter env 5
2385       - 18  # rls2005 NDRPDR iter env 5
2386       - 19  # rls2005 NDRPDR iter env 5
2387       - 20  # rls2005 NDRPDR iter env 5
2388       - 21  # rls2005 NDRPDR iter env 5
2389       - 22  # rls2005 NDRPDR iter env 5
2390       - 23  # rls2005 NDRPDR iter env 5
2391       - 24  # rls2005 NDRPDR iter env 5
2392       - 35  # rls2009 MRR iter env 5
2393       - 36  # rls2009 NDRPDR iter env 5
2394       - 38  # rls2009 NDRPDR iter env 5
2395       - 39  # rls2009 NDRPDR iter env 5
2396       - 40  # rls2009 NDRPDR iter env 5
2397       - 41  # rls2009 NDRPDR iter env 5
2398       - 42  # rls2009 NDRPDR iter env 5
2399       - 37  # rls2009 nf-density iter env 5
2400       - 43  # rls2009 nf-density iter env 5
2401       - 45  # rls2009 MRR nf-density iter env 5
2402       - 25  # rls2009 reconf env 5
2403       - 27  # rls2009 reconf env 5
2404       - 28  # rls2009 reconf env 5
2405       - 29  # rls2009 reconf env 5
2406       - 30  # rls2009 reconf env 5
2407       - 30  # rls2009 reconf env 5
2408       - 32  # rls2009 reconf env 5
2409       - 48  # rls2009 reconf env 5
2410       - 53  # rls2009 reconf env 5
2411       - 33  # rls2009 soak env 5
2412       - 34  # rls2009 soak env 5
2413     # TODO: Add:
2414     csit-vpp-perf-report-coverage-2009-2n-clx:
2415       - 1   # RC2 env5 2n-clx-ip4-00
2416
2417     csit-vpp-perf-verify-2001-3n-tsh:
2418       - 9   # MRR sel
2419     csit-vpp-perf-report-iterative-2005-3n-tsh:
2420       - 9   # NDRPDR sel
2421       - 11  # NDRPDR sel
2422       - 12  # NDRPDR sel
2423       - 20  # NDRPDR sel
2424       - 14  # NDRPDR sel
2425       - 21  # NDRPDR sel
2426       - 23  # NDRPDR sel env 4
2427       - 25  # NDRPDR sel env 4
2428       - 33  # NDRPDR sel env 4
2429       - 34  # NDRPDR sel env 4
2430       - 35  # NDRPDR sel env 4
2431       - 36  # NDRPDR sel env 4
2432       - 37  # NDRPDR sel env 4
2433       - 38  # NDRPDR sel env 4
2434       - 39  # NDRPDR sel env 4
2435       - 40  # NDRPDR sel env 4
2436       - 28  # NDRPDR sel 2001.0-4
2437       - 29  # NDRPDR sel 2001.0-4
2438       - 31  # NDRPDR sel 2001.0-4
2439       - 27  # MRR sel env 4
2440     # TODO: Add:
2441     csit-vpp-perf-report-iterative-2009-3n-tsh:
2442       - 8   # rls2005 NDRPDR iter env 5
2443       - 11  # rls2005 NDRPDR iter env 5
2444       - 12  # rls2005 NDRPDR iter env 5
2445       - 13  # rls2005 MRR iter env 5
2446       - 14  # rls2009 NDRPDR iter env 5
2447       - 15  # rls2006 MRR iter env 5
2448 #    csit-vpp-perf-report-coverage-2009-3n-tsh:
2449 #      - 1   # RC2 3n-tsh-ip4-00
2450
2451     csit-vpp-perf-verify-2001-3n-dnv:
2452       - 5   # NDRPDR sel
2453       - 6   # NDRPDR sel
2454       - 7   # NDRPDR sel
2455       - 8   # NDRPDR sel
2456       - 9   # NDRPDR sel
2457       - 10  # NDRPDR sel
2458       - 12  # NDRPDR sel
2459       - 16  # NDRPDR sel
2460       - 17  # NDRPDR sel
2461       - 18  # NDRPDR sel
2462       - 11  # MRR sel
2463     # TODO: Add:
2464     csit-vpp-perf-report-iterative-2009-3n-dnv:
2465       - 16  # rls2005 NDRPDR iter env 5
2466       - 19  # rls2005 MRR iter env 5
2467       - 3   # rls2009 NDRPDR iter env 5
2468       - 6   # rls2009 NDRPDR iter env 5
2469       - 7   # rls2009 NDRPDR iter env 5
2470       - 8   # rls2009 NDRPDR iter env 5
2471       - 10  # rls2009 NDRPDR iter env 5
2472       - 11  # rls2009 NDRPDR iter env 5
2473       - 12  # rls2009 NDRPDR iter env 5
2474       - 14  # rls2009 NDRPDR iter env 5
2475       - 15  # rls2009 NDRPDR iter env 5
2476     # TODO: Add:
2477     csit-vpp-perf-report-coverage-2009-3n-dnv:
2478       - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
2479
2480     csit-vpp-perf-verify-2001-2n-dnv:
2481       - 4   # NDRPDR sel
2482       - 5   # NDRPDR sel
2483       - 6   # NDRPDR sel
2484       - 7   # NDRPDR sel
2485       - 8   # NDRPDR sel
2486       - 9   # NDRPDR sel
2487       - 10  # NDRPDR sel
2488       - 11  # NDRPDR sel
2489       - 13  # NDRPDR sel
2490       - 16  # NDRPDR sel
2491       - 12  # MRR sel
2492     # TODO: Add:
2493     csit-vpp-perf-report-iterative-2009-2n-dnv:
2494       - 16  # rls2005 NDRPDR iter env 5
2495       - 17  # rls2005 NDRPDR iter env 5
2496       - 18  # rls2005 NDRPDR iter env 5
2497       - 19  # rls2005 NDRPDR iter env 5
2498       - 21  # rls2005 NDRPDR iter env 5
2499       - 24  # rls2005 NDRPDR iter env 5
2500       - 27  # rls2005 NDRPDR iter env 5
2501       - 23  # rls2005 MRR iter env 5
2502       - 3   # rls2009 NDRPDR iter env 5
2503       - 5   # rls2009 NDRPDR iter env 5
2504       - 6   # rls2009 NDRPDR iter env 5
2505       - 7   # rls2009 NDRPDR iter env 5
2506       - 9   # rls2009 NDRPDR iter env 5
2507       - 10  # rls2009 NDRPDR iter env 5
2508       - 11  # rls2009 NDRPDR iter env 5
2509       - 12  # rls2009 NDRPDR iter env 5
2510       - 14  # rls2009 NDRPDR iter env 5
2511       - 15  # rls2009 NDRPDR iter env 5
2512       - 13  # rls2009 MRR iter env 5
2513     csit-vpp-perf-report-coverage-2009-2n-dnv:
2514       - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
2515       - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
2516       - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
2517       - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
2518       - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
2519       - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
2520
2521     csit-dpdk-perf-verify-2001-3n-hsw:
2522       - 4   # NDRPDR sel
2523       - 5   # NDRPDR sel
2524       - 6   # NDRPDR sel
2525       - 7   # NDRPDR sel
2526       - 8   # NDRPDR sel
2527       - 9   # NDRPDR sel
2528       - 10  # NDRPDR sel
2529       - 11  # NDRPDR sel
2530       - 12  # NDRPDR sel
2531       - 13  # NDRPDR sel
2532       - 15  # NDRPDR sel
2533       - 16  # NDRPDR sel
2534       - 17  # NDRPDR sel
2535       - 18  # NDRPDR sel
2536       - 19  # NDRPDR sel
2537       - 20  # NDRPDR sel
2538       - 21  # NDRPDR sel
2539       - 22  # NDRPDR sel
2540       - 23  # NDRPDR sel
2541       - 24  # NDRPDR sel
2542     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2543       - 25  # NDRPDR iter
2544       - 26  # NDRPDR iter
2545       - 27  # NDRPDR iter
2546       - 28  # NDRPDR iter
2547       - 29  # NDRPDR iter
2548       - 30  # NDRPDR iter
2549       - 31  # NDRPDR iter
2550       - 32  # NDRPDR iter
2551       - 33  # NDRPDR iter
2552       - 34  # NDRPDR iter
2553     csit-dpdk-perf-report-iterative-2009-3n-hsw:
2554       - 6   # NDRPDR iter env5
2555       - 7   # NDRPDR iter env5
2556       - 8   # NDRPDR iter env5
2557       - 9   # NDRPDR iter env5
2558       - 10  # NDRPDR iter env5
2559       - 11  # NDRPDR iter env5
2560       - 12  # NDRPDR iter env5
2561       - 13  # NDRPDR iter env5
2562       - 14  # NDRPDR iter env5
2563       - 15  # NDRPDR iter env5
2564
2565     csit-dpdk-perf-verify-2001-3n-skx:
2566       - 29  # NDRPDR sel xxv710
2567       - 33  # NDRPDR sel xxv710
2568       - 34  # NDRPDR sel xxv710
2569       - 35  # NDRPDR sel xxv710
2570       - 36  # NDRPDR sel xxv710
2571       - 37  # NDRPDR sel xxv710
2572       - 41  # NDRPDR sel xxv710
2573       - 42  # NDRPDR sel xxv710
2574       - 43  # NDRPDR sel xxv710
2575       - 45  # NDRPDR sel xxv710
2576       - 30  # NDRPDR sel x710
2577       - 31  # NDRPDR sel x710
2578       - 32  # NDRPDR sel x710
2579       - 38  # NDRPDR sel x710
2580       - 39  # NDRPDR sel x710
2581       - 40  # NDRPDR sel x710
2582       - 44  # NDRPDR sel x710
2583       - 46  # NDRPDR sel x710
2584       - 47  # NDRPDR sel x710
2585       - 48  # NDRPDR sel x710
2586     csit-dpdk-perf-report-iterative-2005-3n-skx:
2587       - 28  # NDRPDR iter
2588       - 29  # NDRPDR iter
2589       - 30  # NDRPDR iter
2590       - 31  # NDRPDR iter
2591       - 32  # NDRPDR iter
2592       - 33  # NDRPDR iter
2593       - 34  # NDRPDR iter
2594       - 35  # NDRPDR iter
2595       - 36  # NDRPDR iter
2596       - 37  # NDRPDR iter
2597     csit-dpdk-perf-report-iterative-2009-3n-skx:
2598       - 4   # NDRPDR sel env5
2599       - 5   # NDRPDR sel env5
2600       - 6   # NDRPDR sel env5
2601       - 7   # NDRPDR sel env5
2602       - 8   # NDRPDR sel env5
2603       - 9   # NDRPDR sel env5
2604       - 14  # NDRPDR sel env5
2605       - 11  # NDRPDR sel env5
2606       - 12  # NDRPDR sel env5
2607       - 13  # NDRPDR sel env5
2608
2609     csit-dpdk-perf-verify-2001-2n-skx:
2610       - 35  # NDRPDR sel xxv710
2611       - 36  # NDRPDR sel xxv710
2612       - 37  # NDRPDR sel xxv710
2613       - 41  # NDRPDR sel xxv710
2614       - 42  # NDRPDR sel xxv710
2615       - 43  # NDRPDR sel xxv710
2616       - 46  # NDRPDR sel xxv710
2617       - 47  # NDRPDR sel xxv710
2618       - 52  # NDRPDR sel xxv710
2619       - 53  # NDRPDR sel xxv710
2620       - 38  # NDRPDR sel x710
2621       - 39  # NDRPDR sel x710
2622       - 40  # NDRPDR sel x710
2623       - 44  # NDRPDR sel x710
2624       - 45  # NDRPDR sel x710
2625       - 48  # NDRPDR sel x710
2626       - 49  # NDRPDR sel x710
2627       - 50  # NDRPDR sel x710
2628       - 51  # NDRPDR sel x710
2629       - 54  # NDRPDR sel x710
2630     csit-dpdk-perf-report-iterative-2005-2n-skx:
2631       - 20  # NDRPDR iter
2632       - 21  # NDRPDR iter
2633       - 22  # NDRPDR iter
2634       - 23  # NDRPDR iter
2635       - 24  # NDRPDR iter
2636       - 25  # NDRPDR iter
2637       - 26  # NDRPDR iter
2638       - 27  # NDRPDR iter
2639       - 28  # NDRPDR iter
2640       - 29  # NDRPDR iter
2641     csit-dpdk-perf-report-iterative-2009-2n-skx:
2642       - 4   # NDRPDR iter env5
2643       - 5   # NDRPDR iter env5
2644       - 6   # NDRPDR iter env5
2645       - 7   # NDRPDR iter env5
2646       - 8   # NDRPDR iter env5
2647       - 9   # NDRPDR iter env5
2648       - 10  # NDRPDR iter env5
2649       - 11  # NDRPDR iter env5
2650       - 12  # NDRPDR iter env5
2651       - 13  # NDRPDR iter env5
2652
2653     csit-dpdk-perf-verify-2001-2n-clx:
2654       - 15  # NDRPDR sel
2655       - 16  # NDRPDR sel
2656       - 17  # NDRPDR sel
2657       - 18  # NDRPDR sel
2658       - 19  # NDRPDR sel
2659       - 20  # NDRPDR sel
2660       - 21  # NDRPDR sel
2661       - 22  # NDRPDR sel
2662       - 23  # NDRPDR sel
2663       - 24  # NDRPDR sel
2664       - 25  # NDRPDR sel
2665       - 26  # NDRPDR sel
2666       - 27  # NDRPDR sel
2667       - 28  # NDRPDR sel
2668       - 29  # NDRPDR sel
2669       - 30  # NDRPDR sel
2670       - 31  # NDRPDR sel
2671       - 32  # NDRPDR sel
2672       - 33  # NDRPDR sel
2673       - 34  # NDRPDR sel
2674     csit-dpdk-perf-report-iterative-2005-2n-clx:
2675       - 20  # NDRPDR iter
2676       - 21  # NDRPDR iter
2677       - 22  # NDRPDR iter
2678       - 23  # NDRPDR iter
2679       - 24  # NDRPDR iter
2680       - 25  # NDRPDR iter
2681       - 26  # NDRPDR iter
2682       - 27  # NDRPDR iter
2683       - 28  # NDRPDR iter
2684       - 29  # NDRPDR iter
2685     csit-dpdk-perf-report-iterative-2009-2n-clx:
2686       - 4   # NDRPDR iter env5
2687       - 5   # NDRPDR iter env5
2688       - 6   # NDRPDR iter env5
2689       - 7   # NDRPDR iter env5
2690       - 8   # NDRPDR iter env5
2691       - 9   # NDRPDR iter env5
2692       - 10  # NDRPDR iter env5
2693       - 11  # NDRPDR iter env5
2694       - 12  # NDRPDR iter env5
2695       - 13  # NDRPDR iter env5
2696
2697 #    csit-dpdk-perf-verify-2001-2n-dnv:
2698 #      - 9   # NDRPDR sel
2699 #      - 10  # NDRPDR sel
2700 #      - 11  # NDRPDR sel
2701 #      - 12  # NDRPDR sel
2702 #      - 13  # NDRPDR sel
2703 #      - 14  # NDRPDR sel
2704 #      - 15  # NDRPDR sel
2705 #      - 16  # NDRPDR sel
2706 #      - 17  # NDRPDR sel
2707 #      - 18  # NDRPDR sel
2708 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
2709 #      - 8   # NDRPDR sel
2710 #      - 9   # NDRPDR sel
2711 #      - 10  # NDRPDR sel
2712 #      - 11  # NDRPDR sel
2713 #      - 12  # NDRPDR sel
2714 #      - 13  # NDRPDR sel
2715 #      - 14  # NDRPDR sel
2716 #      - 15  # NDRPDR sel
2717 #      - 16  # NDRPDR sel
2718 #      - 17  # NDRPDR sel
2719 #    # TODO: Add:
2720 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
2721
2722 #    csit-dpdk-perf-verify-2001-3n-dnv:
2723 #      - 12  # NDRPDR sel
2724 #      - 13  # NDRPDR sel
2725 #      - 14  # NDRPDR sel
2726 #      - 15  # NDRPDR sel
2727 #      - 16  # NDRPDR sel
2728 #      - 17  # NDRPDR sel
2729 #      - 18  # NDRPDR sel
2730 #      - 19  # NDRPDR sel
2731 #      - 20  # NDRPDR sel
2732 #      - 22  # NDRPDR sel
2733 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
2734 #      - 6   # NDRPDR sel
2735 #      - 7   # NDRPDR sel
2736 #      - 8   # NDRPDR sel
2737 #      - 9   # NDRPDR sel
2738 #      - 10  # NDRPDR sel
2739 #      - 11  # NDRPDR sel
2740 #      - 12  # NDRPDR sel
2741 #      - 13  # NDRPDR sel
2742 #      - 14  # NDRPDR sel
2743 #      - 16  # NDRPDR sel
2744 #    # TODO: Add:
2745 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
2746
2747     csit-dpdk-perf-verify-2001-3n-tsh:
2748       - 3   # NDRPDR sel
2749       - 4   # NDRPDR sel
2750       - 5   # NDRPDR sel
2751       - 9   # NDRPDR sel
2752       - 10  # NDRPDR sel
2753       - 11  # NDRPDR sel
2754       - 12  # NDRPDR sel
2755       - 14  # NDRPDR sel
2756       - 15  # NDRPDR sel
2757       - 18  # NDRPDR sel
2758     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2759       - 5   # NDRPDR sel
2760     # TODO: Add:
2761     csit-dpdk-perf-report-iterative-2009-3n-tsh:
2762       - 1   # NDRPDR iter env5
2763       - 2   # NDRPDR iter env5
2764       - 3   # NDRPDR iter env5
2765       - 4   # NDRPDR iter env5
2766       - 5   # NDRPDR iter env5
2767       - 6   # NDRPDR iter env5
2768       - 7   # NDRPDR iter env5
2769       - 9   # NDRPDR iter env5
2770       - 10  # NDRPDR iter env5
2771
2772     # TODO: Add:
2773     csit-vpp-device-2009-ubuntu1804-1n-skx:
2774       - 131 # rls2009 env 5
2775
2776 - type: "output"
2777   output: "report"
2778   format:
2779     html:
2780     - full
2781 #    pdf:
2782 #    - minimal
2783
2784 ################################################################################
2785 ###                               T A B L E S                                ###
2786 ################################################################################
2787
2788 # VPP Soak vs NDR - 2n-skx
2789 - type: "table"
2790   title: "VPP Soak vs NDR 2n-skx"
2791   algorithm: "table_soak_vs_ndr"
2792   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2793   reference:
2794     title: "NDR"
2795     data: "vpp-soak-vs-ndr-2n-skx-ref"
2796   compare:
2797     title: "Soak"
2798     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2799   data: "vpp-soak-vs-ndr-2n-skx"
2800   include-tests: "NDR"
2801   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2802   parameters:
2803     - "throughput"
2804     - "name"
2805     - "parent"
2806
2807 # VPP Soak vs NDR - 2n-clx
2808 - type: "table"
2809   title: "VPP Soak vs NDR 2n-clx"
2810   algorithm: "table_soak_vs_ndr"
2811   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2812   reference:
2813     title: "NDR"
2814     data: "vpp-soak-vs-ndr-2n-clx-ref"
2815   compare:
2816     title: "Soak"
2817     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2818   data: "vpp-soak-vs-ndr-2n-clx"
2819   include-tests: "NDR"
2820   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2821   parameters:
2822     - "throughput"
2823     - "name"
2824     - "parent"
2825
2826 ################################################################################
2827
2828 ## VPP Compare NICs 3n-skx 2t1c ndr
2829 #- type: "table"
2830 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2831 #  algorithm: "table_comparison"
2832 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2833 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2834 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2835 #  columns:
2836 #    - title: "x710"
2837 #      data-set: "vpp-nic-comparison-3n-skx"
2838 #      tag: "NIC_Intel-X710"
2839 #    - title: "xxv710"
2840 #      data-set: "vpp-nic-comparison-3n-skx"
2841 #      tag: "NIC_Intel-XXV710"
2842 #  comparisons:
2843 #    - title: "Diff"
2844 #      reference: 1
2845 #      compare: 2
2846 #  legend:
2847 #    - ""
2848 #    - "x710, xxv710 - NICs tested."
2849 #    - "Diff - difference between x710 and xxv710 NIC."
2850 #
2851 ## VPP Compare NICs 3n-skx 4t2c ndr
2852 #- type: "table"
2853 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2854 #  algorithm: "table_comparison"
2855 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2856 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2857 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2858 #  columns:
2859 #    - title: "x710"
2860 #      data-set: "vpp-nic-comparison-3n-skx"
2861 #      tag: "NIC_Intel-X710"
2862 #    - title: "xxv710"
2863 #      data-set: "vpp-nic-comparison-3n-skx"
2864 #      tag: "NIC_Intel-XXV710"
2865 #  comparisons:
2866 #    - title: "Diff"
2867 #      reference: 1
2868 #      compare: 2
2869 #  legend:
2870 #    - ""
2871 #    - "x710, xxv710 - NICs tested."
2872 #    - "Diff - difference between x710 and xxv710 NIC."
2873 #
2874 ## VPP Compare NICs 3n-skx 2t1c pdr
2875 #- type: "table"
2876 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2877 #  algorithm: "table_comparison"
2878 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2879 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2880 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2881 #  columns:
2882 #    - title: "x710"
2883 #      data-set: "vpp-nic-comparison-3n-skx"
2884 #      tag: "NIC_Intel-X710"
2885 #    - title: "xxv710"
2886 #      data-set: "vpp-nic-comparison-3n-skx"
2887 #      tag: "NIC_Intel-XXV710"
2888 #  comparisons:
2889 #    - title: "Diff"
2890 #      reference: 1
2891 #      compare: 2
2892 #  legend:
2893 #    - ""
2894 #    - "x710, xxv710 - NICs tested."
2895 #    - "Diff - difference between x710 and xxv710 NIC."
2896 #
2897 ## VPP Compare NICs 3n-skx 4t2c pdr
2898 #- type: "table"
2899 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2900 #  algorithm: "table_comparison"
2901 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2902 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2903 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2904 #  columns:
2905 #    - title: "x710"
2906 #      data-set: "vpp-nic-comparison-3n-skx"
2907 #      tag: "NIC_Intel-X710"
2908 #    - title: "xxv710"
2909 #      data-set: "vpp-nic-comparison-3n-skx"
2910 #      tag: "NIC_Intel-XXV710"
2911 #  comparisons:
2912 #    - title: "Diff"
2913 #      reference: 1
2914 #      compare: 2
2915 #  legend:
2916 #    - ""
2917 #    - "x710, xxv710 - NICs tested."
2918 #    - "Diff - difference between x710 and xxv710 NIC."
2919
2920 ## VPP Compare NICs 3n-skx 2t1c mrr
2921 #- type: "table"
2922 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2923 #  algorithm: "table_comparison"
2924 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2925 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2926 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2927 #  columns:
2928 #    - title: "x710"
2929 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2930 #      tag: "NIC_Intel-X710"
2931 #    - title: "xxv710"
2932 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2933 #      tag: "NIC_Intel-XXV710"
2934 #  comparisons:
2935 #    - title: "Diff"
2936 #      reference: 1
2937 #      compare: 2
2938 #  legend:
2939 #    - ""
2940 #    - "x710, xxv710 - NICs tested."
2941 #    - "Diff - difference between x710 and xxv710 NIC."
2942 #
2943 ## VPP Compare NICs 3n-skx 4t2c mrr
2944 #- type: "table"
2945 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2946 #  algorithm: "table_comparison"
2947 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2948 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2949 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2950 #  columns:
2951 #    - title: "x710"
2952 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2953 #      tag: "NIC_Intel-X710"
2954 #    - title: "xxv710"
2955 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2956 #      tag: "NIC_Intel-XXV710"
2957 #  comparisons:
2958 #    - title: "Diff"
2959 #      reference: 1
2960 #      compare: 2
2961 #  legend:
2962 #    - ""
2963 #    - "x710, xxv710 - NICs tested."
2964 #    - "Diff - difference between x710 and xxv710 NIC."
2965 #
2966 ## VPP Compare NICs 3n-skx 8t4c mrr
2967 #- type: "table"
2968 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2969 #  algorithm: "table_comparison"
2970 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2971 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2972 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2973 #  columns:
2974 #    - title: "x710"
2975 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2976 #      tag: "NIC_Intel-X710"
2977 #    - title: "xxv710"
2978 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2979 #      tag: "NIC_Intel-XXV710"
2980 #  comparisons:
2981 #    - title: "Diff"
2982 #      reference: 1
2983 #      compare: 2
2984 #  legend:
2985 #    - ""
2986 #    - "x710, xxv710 - NICs tested."
2987 #    - "Diff - difference between x710 and xxv710 NIC."
2988
2989 # VPP Compare NICs 2n-skx 2t1c ndr
2990 - type: "table"
2991   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2992   algorithm: "table_comparison"
2993   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2994   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2995   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2996   columns:
2997     - title: "x710"
2998       data-set: "vpp-nic-comparison-2n-skx"
2999       tag: "NIC_Intel-X710"
3000     - title: "xxv710"
3001       data-set: "vpp-nic-comparison-2n-skx"
3002       tag: "NIC_Intel-XXV710"
3003   comparisons:
3004     - title: "Diff"
3005       reference: 1
3006       compare: 2
3007   legend:
3008     - ""
3009     - "x710, xxv710 - NICs tested."
3010     - "Diff - difference between x710 and xxv710 NIC."
3011
3012 # VPP Compare NICs 2n-skx 4t2c ndr
3013 - type: "table"
3014   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3015   algorithm: "table_comparison"
3016   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3017   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3018   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3019   columns:
3020     - title: "x710"
3021       data-set: "vpp-nic-comparison-2n-skx"
3022       tag: "NIC_Intel-X710"
3023     - title: "xxv710"
3024       data-set: "vpp-nic-comparison-2n-skx"
3025       tag: "NIC_Intel-XXV710"
3026   comparisons:
3027     - title: "Diff"
3028       reference: 1
3029       compare: 2
3030   legend:
3031     - ""
3032     - "x710, xxv710 - NICs tested."
3033     - "Diff - difference between x710 and xxv710 NIC."
3034
3035 # VPP Compare NICs 2n-skx 2t1c pdr
3036 - type: "table"
3037   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3038   algorithm: "table_comparison"
3039   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3040   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3041   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3042   columns:
3043     - title: "x710"
3044       data-set: "vpp-nic-comparison-2n-skx"
3045       tag: "NIC_Intel-X710"
3046     - title: "xxv710"
3047       data-set: "vpp-nic-comparison-2n-skx"
3048       tag: "NIC_Intel-XXV710"
3049   comparisons:
3050     - title: "Diff"
3051       reference: 1
3052       compare: 2
3053   legend:
3054     - ""
3055     - "x710, xxv710 - NICs tested."
3056     - "Diff - difference between x710 and xxv710 NIC."
3057
3058 # VPP Compare NICs 2n-skx 4t2c pdr
3059 - type: "table"
3060   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3061   algorithm: "table_comparison"
3062   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3063   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3064   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3065   columns:
3066     - title: "x710"
3067       data-set: "vpp-nic-comparison-2n-skx"
3068       tag: "NIC_Intel-X710"
3069     - title: "xxv710"
3070       data-set: "vpp-nic-comparison-2n-skx"
3071       tag: "NIC_Intel-XXV710"
3072   comparisons:
3073     - title: "Diff"
3074       reference: 1
3075       compare: 2
3076   legend:
3077     - ""
3078     - "x710, xxv710 - NICs tested."
3079     - "Diff - difference between x710 and xxv710 NIC."
3080
3081 # VPP Compare NICs 2n-skx 2t1c mrr
3082 - type: "table"
3083   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3084   algorithm: "table_comparison"
3085   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3086   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3087   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3088   columns:
3089     - title: "x710"
3090       data-set: "vpp-nic-comparison-2n-skx-mrr"
3091       tag: "NIC_Intel-X710"
3092     - title: "xxv710"
3093       data-set: "vpp-nic-comparison-2n-skx-mrr"
3094       tag: "NIC_Intel-XXV710"
3095   comparisons:
3096     - title: "Diff"
3097       reference: 1
3098       compare: 2
3099   legend:
3100     - ""
3101     - "x710, xxv710 - NICs tested."
3102     - "Diff - difference between x710 and xxv710 NIC."
3103
3104 # VPP Compare NICs 2n-skx 4t2c mrr
3105 - type: "table"
3106   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3107   algorithm: "table_comparison"
3108   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3109   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3110   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3111   columns:
3112     - title: "x710"
3113       data-set: "vpp-nic-comparison-2n-skx-mrr"
3114       tag: "NIC_Intel-X710"
3115     - title: "xxv710"
3116       data-set: "vpp-nic-comparison-2n-skx-mrr"
3117       tag: "NIC_Intel-XXV710"
3118   comparisons:
3119     - title: "Diff"
3120       reference: 1
3121       compare: 2
3122   legend:
3123     - ""
3124     - "x710, xxv710 - NICs tested."
3125     - "Diff - difference between x710 and xxv710 NIC."
3126
3127 # VPP Compare NICs 2n-skx 8t4c mrr
3128 - type: "table"
3129   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3130   algorithm: "table_comparison"
3131   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3132   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3133   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3134   columns:
3135     - title: "x710"
3136       data-set: "vpp-nic-comparison-2n-skx-mrr"
3137       tag: "NIC_Intel-X710"
3138     - title: "xxv710"
3139       data-set: "vpp-nic-comparison-2n-skx-mrr"
3140       tag: "NIC_Intel-XXV710"
3141   comparisons:
3142     - title: "Diff"
3143       reference: 1
3144       compare: 2
3145   legend:
3146     - ""
3147     - "x710, xxv710 - NICs tested."
3148     - "Diff - difference between x710 and xxv710 NIC."
3149
3150 ################################################################################
3151 # VPP
3152
3153 # VPP Performance Changes 3n-hsw 1t1c pdr
3154 - type: "table"
3155   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3156   algorithm: "table_comparison"
3157   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3158   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3159   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3160   columns:
3161     - title: "2001.0-4"
3162       data-set: "vpp-performance-changes-3n-hsw-h1"
3163     - title: "2005.0-4"
3164       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3165     - title: "2005.0-5"
3166       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3167     - title: "2009.0-5"
3168       data-set: "vpp-performance-changes-3n-hsw-cmp"
3169   comparisons:
3170     - title: "2005.0-5 vs 2005.0-4"
3171       reference: 2
3172       compare: 3
3173 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3174     - title: "2009.0-5 vs 2005.0-5"
3175       reference: 3
3176       compare: 4
3177 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3178   legend:
3179     - ''
3180     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3181     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3182     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3183     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3184     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3185
3186 # VPP Performance Changes 3n-hsw 2t2c pdr
3187 - type: "table"
3188   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3189   algorithm: "table_comparison"
3190   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3191   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3192   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3193   columns:
3194     - title: "2001.0-4"
3195       data-set: "vpp-performance-changes-3n-hsw-h1"
3196     - title: "2005.0-4"
3197       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3198     - title: "2005.0-5"
3199       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3200     - title: "2009.0-5"
3201       data-set: "vpp-performance-changes-3n-hsw-cmp"
3202   comparisons:
3203     - title: "2005.0-5 vs 2005.0-4"
3204       reference: 2
3205       compare: 3
3206 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3207     - title: "2009.0-5 vs 2005.0-5"
3208       reference: 3
3209       compare: 4
3210 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3211   legend:
3212     - ''
3213     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3214     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3215     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3216     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3217     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3218
3219 # VPP Performance Changes 3n-hsw 1t1c ndr
3220 - type: "table"
3221   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3222   algorithm: "table_comparison"
3223   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3224   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3225   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3226   columns:
3227     - title: "2001.0-4"
3228       data-set: "vpp-performance-changes-3n-hsw-h1"
3229     - title: "2005.0-4"
3230       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3231     - title: "2005.0-5"
3232       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3233     - title: "2009.0-5"
3234       data-set: "vpp-performance-changes-3n-hsw-cmp"
3235   comparisons:
3236     - title: "2005.0-5 vs 2005.0-4"
3237       reference: 2
3238       compare: 3
3239 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3240     - title: "2009.0-5 vs 2005.0-5"
3241       reference: 3
3242       compare: 4
3243 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3244   legend:
3245     - ''
3246     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3247     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3248     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3249     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3250     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3251
3252 # VPP Performance Changes 3n-hsw 2t2c ndr
3253 - type: "table"
3254   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3255   algorithm: "table_comparison"
3256   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3257   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3258   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3259   columns:
3260     - title: "2001.0-4"
3261       data-set: "vpp-performance-changes-3n-hsw-h1"
3262     - title: "2005.0-4"
3263       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3264     - title: "2005.0-5"
3265       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3266     - title: "2009.0-5"
3267       data-set: "vpp-performance-changes-3n-hsw-cmp"
3268   comparisons:
3269     - title: "2005.0-5 vs 2005.0-4"
3270       reference: 2
3271       compare: 3
3272 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3273     - title: "2009.0-5 vs 2005.0-5"
3274       reference: 3
3275       compare: 4
3276 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3277   legend:
3278     - ''
3279     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3280     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3281     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3282     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3283     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3284
3285 # VPP Performance Changes 3n-skx 2t1c pdr
3286 - type: "table"
3287   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3288   algorithm: "table_comparison"
3289   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3290   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3291   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3292   columns:
3293     - title: "2001.0-4"
3294       data-set: "vpp-performance-changes-3n-skx-h1"
3295     - title: "2005.0-4"
3296       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3297     - title: "2005.0-5"
3298       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3299     - title: "2009.0-5"
3300       data-set: "vpp-performance-changes-3n-skx-cmp"
3301   comparisons:
3302     - title: "2005.0-5 vs 2005.0-4"
3303       reference: 2
3304       compare: 3
3305 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3306     - title: "2009.0-5 vs 2005.0-5"
3307       reference: 3
3308       compare: 4
3309 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3310   legend:
3311     - ''
3312     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3313     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3314     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3315     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3316     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3317
3318 # VPP Performance Changes 3n-skx 4t2c pdr
3319 - type: "table"
3320   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3321   algorithm: "table_comparison"
3322   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3323   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3324   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3325   columns:
3326     - title: "2001.0-4"
3327       data-set: "vpp-performance-changes-3n-skx-h1"
3328     - title: "2005.0-4"
3329       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3330     - title: "2005.0-5"
3331       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3332     - title: "2009.0-5"
3333       data-set: "vpp-performance-changes-3n-skx-cmp"
3334   comparisons:
3335     - title: "2005.0-5 vs 2005.0-4"
3336       reference: 2
3337       compare: 3
3338 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3339     - title: "2009.0-5 vs 2005.0-5"
3340       reference: 3
3341       compare: 4
3342 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3343   legend:
3344     - ''
3345     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3346     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3347     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3348     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3349     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3350
3351 # VPP Performance Changes 3n-skx 2t1c ndr
3352 - type: "table"
3353   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3354   algorithm: "table_comparison"
3355   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3356   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3357   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3358   columns:
3359     - title: "2001.0-4"
3360       data-set: "vpp-performance-changes-3n-skx-h1"
3361     - title: "2005.0-4"
3362       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3363     - title: "2005.0-5"
3364       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3365     - title: "2009.0-5"
3366       data-set: "vpp-performance-changes-3n-skx-cmp"
3367   comparisons:
3368     - title: "2005.0-5 vs 2005.0-4"
3369       reference: 2
3370       compare: 3
3371 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3372     - title: "2009.0-5 vs 2005.0-5"
3373       reference: 3
3374       compare: 4
3375 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3376   legend:
3377     - ''
3378     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3379     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3380     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3381     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3382     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3383
3384 # VPP Performance Changes 3n-skx 4t2c ndr
3385 - type: "table"
3386   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3387   algorithm: "table_comparison"
3388   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3389   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3390   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3391   columns:
3392     - title: "2001.0-4"
3393       data-set: "vpp-performance-changes-3n-skx-h1"
3394     - title: "2005.0-4"
3395       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3396     - title: "2005.0-5"
3397       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3398     - title: "2009.0-5"
3399       data-set: "vpp-performance-changes-3n-skx-cmp"
3400   comparisons:
3401     - title: "2005.0-5 vs 2005.0-4"
3402       reference: 2
3403       compare: 3
3404 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3405     - title: "2009.0-5 vs 2005.0-5"
3406       reference: 3
3407       compare: 4
3408 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3409   legend:
3410     - ''
3411     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3412     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3413     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3414     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3415     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3416
3417 # VPP Performance Changes 2n-skx 2t1c pdr
3418 - type: "table"
3419   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3420   algorithm: "table_comparison"
3421   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3422   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3423   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3424   columns:
3425     - title: "2001.0-4"
3426       data-set: "vpp-performance-changes-2n-skx-h1"
3427     - title: "2005.0-4"
3428       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3429     - title: "2005.0-5"
3430       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3431     - title: "2009.0-5"
3432       data-set: "vpp-performance-changes-2n-skx-cmp"
3433   comparisons:
3434     - title: "2005.0-5 vs 2005.0-4"
3435       reference: 2
3436       compare: 3
3437 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3438     - title: "2009.0-5 vs 2005.0-5"
3439       reference: 3
3440       compare: 4
3441 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3442   legend:
3443     - ''
3444     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3445     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3446     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3447     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3448     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3449
3450 # VPP Performance Changes 2n-skx 4t2c pdr
3451 - type: "table"
3452   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3453   algorithm: "table_comparison"
3454   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3455   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3456   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3457   columns:
3458     - title: "2001.0-4"
3459       data-set: "vpp-performance-changes-2n-skx-h1"
3460     - title: "2005.0-4"
3461       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3462     - title: "2005.0-5"
3463       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3464     - title: "2009.0-5"
3465       data-set: "vpp-performance-changes-2n-skx-cmp"
3466   comparisons:
3467     - title: "2005.0-5 vs 2005.0-4"
3468       reference: 2
3469       compare: 3
3470 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3471     - title: "2009.0-5 vs 2005.0-5"
3472       reference: 3
3473       compare: 4
3474 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3475   legend:
3476     - ''
3477     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3478     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3479     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3480     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3481     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3482
3483 # VPP Performance Changes 2n-skx 2t1c ndr
3484 - type: "table"
3485   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3486   algorithm: "table_comparison"
3487   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3488   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3489   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3490   columns:
3491     - title: "2001.0-4"
3492       data-set: "vpp-performance-changes-2n-skx-h1"
3493     - title: "2005.0-4"
3494       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3495     - title: "2005.0-5"
3496       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3497     - title: "2009.0-5"
3498       data-set: "vpp-performance-changes-2n-skx-cmp"
3499   comparisons:
3500     - title: "2005.0-5 vs 2005.0-4"
3501       reference: 2
3502       compare: 3
3503 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3504     - title: "2009.0-5 vs 2005.0-5"
3505       reference: 3
3506       compare: 4
3507 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3508   legend:
3509     - ''
3510     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3511     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3512     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3513     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3514     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3515
3516 # VPP Performance Changes 2n-skx 4t2c ndr
3517 - type: "table"
3518   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3519   algorithm: "table_comparison"
3520   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3521   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3522   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3523   columns:
3524     - title: "2001.0-4"
3525       data-set: "vpp-performance-changes-2n-skx-h1"
3526     - title: "2005.0-4"
3527       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3528     - title: "2005.0-5"
3529       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3530     - title: "2009.0-5"
3531       data-set: "vpp-performance-changes-2n-skx-cmp"
3532   comparisons:
3533     - title: "2005.0-5 vs 2005.0-4"
3534       reference: 2
3535       compare: 3
3536 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
3537     - title: "2009.0-5 vs 2005.0-5"
3538       reference: 3
3539       compare: 4
3540 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
3541   legend:
3542     - ''
3543     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3544     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3545     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3546     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3547     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3548
3549 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3550 - type: "table"
3551   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3552   algorithm: "table_comparison"
3553   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3554   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3555   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3556   columns:
3557     - title: "2001.0-4"
3558       data-set: "vpp-performance-changes-2n-clx-h1"
3559     - title: "2005.0-4"
3560       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3561     - title: "2005.0-5"
3562       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3563     - title: "2009.0-5"
3564       data-set: "vpp-performance-changes-2n-clx-cmp"
3565   comparisons:
3566     - title: "2005.0-5 vs 2005.0-4"
3567       reference: 2
3568       compare: 3
3569 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3570     - title: "2009.0-5 vs 2005.0-5"
3571       reference: 3
3572       compare: 4
3573 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3574   legend:
3575     - ''
3576     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3577     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3578     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3579     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3580     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3581
3582 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3583 - type: "table"
3584   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3585   algorithm: "table_comparison"
3586   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3587   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3588   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3589   columns:
3590     - title: "2001.0-4"
3591       data-set: "vpp-performance-changes-2n-clx-h1"
3592     - title: "2005.0-4"
3593       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3594     - title: "2005.0-5"
3595       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3596     - title: "2009.0-5"
3597       data-set: "vpp-performance-changes-2n-clx-cmp"
3598   comparisons:
3599     - title: "2005.0-5 vs 2005.0-4"
3600       reference: 2
3601       compare: 3
3602 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3603     - title: "2009.0-5 vs 2005.0-5"
3604       reference: 3
3605       compare: 4
3606 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3607   legend:
3608     - ''
3609     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3610     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3611     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3612     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3613     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3614
3615 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3616 - type: "table"
3617   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3618   algorithm: "table_comparison"
3619   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3620   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3621   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3622   columns:
3623     - title: "2001.0-4"
3624       data-set: "vpp-performance-changes-2n-clx-h1"
3625     - title: "2005.0-4"
3626       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3627     - title: "2005.0-5"
3628       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3629     - title: "2009.0-5"
3630       data-set: "vpp-performance-changes-2n-clx-cmp"
3631   comparisons:
3632     - title: "2005.0-5 vs 2005.0-4"
3633       reference: 2
3634       compare: 3
3635 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3636     - title: "2009.0-5 vs 2005.0-5"
3637       reference: 3
3638       compare: 4
3639 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3640   legend:
3641     - ''
3642     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3643     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3644     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3645     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3646     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3647
3648 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3649 - type: "table"
3650   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3651   algorithm: "table_comparison"
3652   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3653   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3654   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3655   columns:
3656     - title: "2001.0-4"
3657       data-set: "vpp-performance-changes-2n-clx-h1"
3658     - title: "2005.0-4"
3659       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3660     - title: "2005.0-5"
3661       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3662     - title: "2009.0-5"
3663       data-set: "vpp-performance-changes-2n-clx-cmp"
3664   comparisons:
3665     - title: "2005.0-5 vs 2005.0-4"
3666       reference: 2
3667       compare: 3
3668 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3669     - title: "2009.0-5 vs 2005.0-5"
3670       reference: 3
3671       compare: 4
3672 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3673   legend:
3674     - ''
3675     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3676     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3677     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3678     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3679     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3680
3681 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
3682 #- type: "table"
3683 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3684 #  algorithm: "table_comparison"
3685 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3686 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3687 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3688 #  columns:
3689 #    - title: "2001.0-2"
3690 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3691 #    - title: "2005.0-3"
3692 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3693 #  comparisons:
3694 #    - title: "Diff"
3695 #      reference: 1
3696 #      compare: 2
3697 #  legend:
3698 #    - ''
3699 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3700 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3701 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3702 #    - '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.'
3703 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3704 #
3705 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
3706 #- type: "table"
3707 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3708 #  algorithm: "table_comparison"
3709 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3710 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3711 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3712 #  columns:
3713 #    - title: "2001.0-2"
3714 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3715 #    - title: "2005.0-3"
3716 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3717 #  comparisons:
3718 #    - title: "Diff"
3719 #      reference: 1
3720 #      compare: 2
3721 #  legend:
3722 #    - ''
3723 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3724 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3725 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3726 #    - '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.'
3727 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3728 #
3729 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
3730 #- type: "table"
3731 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3732 #  algorithm: "table_comparison"
3733 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3734 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3735 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3736 #  columns:
3737 #    - title: "2001.0-2"
3738 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3739 #    - title: "2005.0-3"
3740 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3741 #  comparisons:
3742 #    - title: "Diff"
3743 #      reference: 1
3744 #      compare: 2
3745 #  legend:
3746 #    - ''
3747 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3748 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3749 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3750 #    - '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.'
3751 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3752 #
3753 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
3754 #- type: "table"
3755 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
3756 #  algorithm: "table_comparison"
3757 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3758 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3759 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3760 #  columns:
3761 #    - title: "2001.0-2"
3762 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3763 #    - title: "2005.0-3"
3764 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3765 #  comparisons:
3766 #    - title: "Diff"
3767 #      reference: 1
3768 #      compare: 2
3769 #  legend:
3770 #    - ''
3771 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3772 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3773 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3774 #    - '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.'
3775 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3776
3777 # VPP Performance Changes 2n-dnv 1t1c pdr
3778 - type: "table"
3779   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3780   algorithm: "table_comparison"
3781   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3782   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3783   filter: "'1T1C'"
3784   columns:
3785     - title: "2001.0-2"
3786       data-set: "vpp-performance-changes-2n-dnv-h1"
3787     - title: "2005.0-5"
3788       data-set: "vpp-performance-changes-2n-dnv-ref"
3789     - title: "2009.0-5"
3790       data-set: "vpp-performance-changes-2n-dnv-cmp"
3791   comparisons:
3792     - title: "2009.0-5 vs 2005.0-5"
3793       reference: 2
3794       compare: 3
3795   legend:
3796     - ''
3797     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3798     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3799     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3800     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3801
3802 # VPP Performance Changes 2n-dnv 2t2c pdr
3803 - type: "table"
3804   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3805   algorithm: "table_comparison"
3806   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3807   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3808   filter: "'2T2C'"
3809   columns:
3810     - title: "2001.0-2"
3811       data-set: "vpp-performance-changes-2n-dnv-h1"
3812     - title: "2005.0-5"
3813       data-set: "vpp-performance-changes-2n-dnv-ref"
3814     - title: "2009.0-5"
3815       data-set: "vpp-performance-changes-2n-dnv-cmp"
3816   comparisons:
3817     - title: "2009.0-5 vs 2005.0-5"
3818       reference: 2
3819       compare: 3
3820   legend:
3821     - ''
3822     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3823     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3824     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3825     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3826
3827 # VPP Performance Changes 2n-dnv 1t1c ndr
3828 - type: "table"
3829   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3830   algorithm: "table_comparison"
3831   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3832   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3833   filter: "'1T1C'"
3834   columns:
3835     - title: "2001.0-2"
3836       data-set: "vpp-performance-changes-2n-dnv-h1"
3837     - title: "2005.0-5"
3838       data-set: "vpp-performance-changes-2n-dnv-ref"
3839     - title: "2009.0-5"
3840       data-set: "vpp-performance-changes-2n-dnv-cmp"
3841   comparisons:
3842     - title: "2009.0-5 vs 2005.0-5"
3843       reference: 2
3844       compare: 3
3845   legend:
3846     - ''
3847     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3848     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3849     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3850     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3851
3852 # VPP Performance Changes 2n-dnv 2t2c ndr
3853 - type: "table"
3854   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3855   algorithm: "table_comparison"
3856   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3857   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3858   filter: "'2T2C'"
3859   columns:
3860     - title: "2001.0-2"
3861       data-set: "vpp-performance-changes-2n-dnv-h1"
3862     - title: "2005.0-5"
3863       data-set: "vpp-performance-changes-2n-dnv-ref"
3864     - title: "2009.0-5"
3865       data-set: "vpp-performance-changes-2n-dnv-cmp"
3866   comparisons:
3867     - title: "2009.0-5 vs 2005.0-5"
3868       reference: 2
3869       compare: 3
3870   legend:
3871     - ''
3872     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3873     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3874     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3875     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3876
3877 # VPP Performance Changes 3n-dnv 1t1c pdr
3878 - type: "table"
3879   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3880   algorithm: "table_comparison"
3881   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3882   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3883   filter: "'1T1C'"
3884   columns:
3885     - title: "2001.0-2"
3886       data-set: "vpp-performance-changes-3n-dnv-h1"
3887     - title: "2005.0-5"
3888       data-set: "vpp-performance-changes-3n-dnv-ref"
3889     - title: "2009.0-5"
3890       data-set: "vpp-performance-changes-3n-dnv-cmp"
3891   comparisons:
3892     - title: "2009.0-5 vs 2005.0-5"
3893       reference: 2
3894       compare: 3
3895   legend:
3896     - ''
3897     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3898     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3899     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3900     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3901
3902 # VPP Performance Changes 3n-dnv 2t2c pdr
3903 - type: "table"
3904   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3905   algorithm: "table_comparison"
3906   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3907   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3908   filter: "'2T2C'"
3909   columns:
3910     - title: "2001.0-2"
3911       data-set: "vpp-performance-changes-3n-dnv-h1"
3912     - title: "2005.0-5"
3913       data-set: "vpp-performance-changes-3n-dnv-ref"
3914     - title: "2009.0-5"
3915       data-set: "vpp-performance-changes-3n-dnv-cmp"
3916   comparisons:
3917     - title: "2009.0-5 vs 2005.0-5"
3918       reference: 2
3919       compare: 3
3920   legend:
3921     - ''
3922     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3923     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3924     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3925     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3926
3927 # VPP Performance Changes 3n-dnv 1t1c ndr
3928 - type: "table"
3929   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3930   algorithm: "table_comparison"
3931   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3932   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3933   filter: "'1T1C'"
3934   columns:
3935     - title: "2001.0-2"
3936       data-set: "vpp-performance-changes-3n-dnv-h1"
3937     - title: "2005.0-5"
3938       data-set: "vpp-performance-changes-3n-dnv-ref"
3939     - title: "2009.0-5"
3940       data-set: "vpp-performance-changes-3n-dnv-cmp"
3941   comparisons:
3942     - title: "2009.0-5 vs 2005.0-5"
3943       reference: 2
3944       compare: 3
3945   legend:
3946     - ''
3947     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
3948     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3949     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3950     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3951
3952 # VPP Performance Changes 3n-dnv 2t2c ndr
3953 - type: "table"
3954   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3955   algorithm: "table_comparison"
3956   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3957   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3958   filter: "'2T2C'"
3959   columns:
3960     - title: "2001.0-2"
3961       data-set: "vpp-performance-changes-3n-dnv-h1"
3962     - title: "2005.0-5"
3963       data-set: "vpp-performance-changes-3n-dnv-ref"
3964     - title: "2009.0-5"
3965       data-set: "vpp-performance-changes-3n-dnv-cmp"
3966   comparisons:
3967     - title: "2009.0-5 vs 2005.0-5"
3968       reference: 2
3969       compare: 3
3970   legend:
3971     - ''
3972     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
3973     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3974     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3975     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3976
3977 # VPP Performance Changes 3n-tsh 1t1c pdr
3978 - type: "table"
3979   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3980   algorithm: "table_comparison"
3981   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3982   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3983   filter: "'1T1C'"
3984   columns:
3985     - title: "2001.0-4"
3986       data-set: "vpp-performance-changes-3n-tsh-h1"
3987     - title: "2005.0-4"
3988       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
3989     - title: "2005.0-5"
3990       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
3991     - title: "2009.0-5"
3992       data-set: "vpp-performance-changes-3n-tsh-cmp"
3993   comparisons:
3994     - title: "2005.0-5 vs 2005.0-4"
3995       reference: 2
3996       compare: 3
3997 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
3998     - title: "2009.0-5 vs 2005.0-5"
3999       reference: 3
4000       compare: 4
4001 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4002   legend:
4003     - ''
4004     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4005     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4006     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4007     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4008     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4009
4010 # VPP Performance Changes 3n-tsh 2t2c pdr
4011 - type: "table"
4012   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4013   algorithm: "table_comparison"
4014   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4015   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4016   filter: "'2T2C'"
4017   columns:
4018     - title: "2001.0-4"
4019       data-set: "vpp-performance-changes-3n-tsh-h1"
4020     - title: "2005.0-4"
4021       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4022     - title: "2005.0-5"
4023       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4024     - title: "2009.0-5"
4025       data-set: "vpp-performance-changes-3n-tsh-cmp"
4026   comparisons:
4027     - title: "2005.0-5 vs 2005.0-4"
4028       reference: 2
4029       compare: 3
4030 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4031     - title: "2009.0-5 vs 2005.0-5"
4032       reference: 3
4033       compare: 4
4034 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4035   legend:
4036     - ''
4037     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4038     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4039     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4040     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4041     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4042
4043 # VPP Performance Changes 3n-tsh 1t1c ndr
4044 - type: "table"
4045   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4046   algorithm: "table_comparison"
4047   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4048   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4049   filter: "'1T1C'"
4050   columns:
4051     - title: "2001.0-4"
4052       data-set: "vpp-performance-changes-3n-tsh-h1"
4053     - title: "2005.0-4"
4054       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4055     - title: "2005.0-5"
4056       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4057     - title: "2009.0-5"
4058       data-set: "vpp-performance-changes-3n-tsh-cmp"
4059   comparisons:
4060     - title: "2005.0-5 vs 2005.0-4"
4061       reference: 2
4062       compare: 3
4063 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4064     - title: "2009.0-5 vs 2005.0-5"
4065       reference: 3
4066       compare: 4
4067 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4068   legend:
4069     - ''
4070     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4071     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4072     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4073     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4074     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4075
4076 # VPP Performance Changes 3n-tsh 2t2c ndr
4077 - type: "table"
4078   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4079   algorithm: "table_comparison"
4080   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4081   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4082   filter: "'2T2C'"
4083   columns:
4084     - title: "2001.0-4"
4085       data-set: "vpp-performance-changes-3n-tsh-h1"
4086     - title: "2005.0-4"
4087       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4088     - title: "2005.0-5"
4089       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4090     - title: "2009.0-5"
4091       data-set: "vpp-performance-changes-3n-tsh-cmp"
4092   comparisons:
4093     - title: "2005.0-5 vs 2005.0-4"
4094       reference: 2
4095       compare: 3
4096 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4097     - title: "2009.0-5 vs 2005.0-5"
4098       reference: 3
4099       compare: 4
4100 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4101   legend:
4102     - ''
4103     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4104     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4105     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4106     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4107     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4108
4109 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4110 - type: "table"
4111   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4112   algorithm: "table_comparison"
4113   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4114   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4115   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4116   columns:
4117     - title: "3n-hsw xl710"
4118       data-set: "vpp-compare-testbeds-ref"
4119       tag: "NIC_Intel-XL710"
4120     - title: "3n-skx xxv710"
4121       data-set: "vpp-compare-testbeds-cmp"
4122       tag: "NIC_Intel-XXV710"
4123   comparisons:
4124     - title: "Diff"
4125       reference: 1
4126       compare: 2
4127   legend:
4128     - ""
4129     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4130     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4131
4132 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4133 - type: "table"
4134   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4135   algorithm: "table_comparison"
4136   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4137   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4138   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4139   columns:
4140     - title: "3n-hsw xl710"
4141       data-set: "vpp-compare-testbeds-ref"
4142       tag: "NIC_Intel-XL710"
4143     - title: "3n-skx xxv710"
4144       data-set: "vpp-compare-testbeds-cmp"
4145       tag: "NIC_Intel-XXV710"
4146   comparisons:
4147     - title: "Diff"
4148       reference: 1
4149       compare: 2
4150   legend:
4151     - ""
4152     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4153     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4154
4155 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4156 - type: "table"
4157   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4158   algorithm: "table_comparison"
4159   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4160   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4161   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4162   columns:
4163     - title: "3n-hsw xl710"
4164       data-set: "vpp-compare-testbeds-ref"
4165       tag: "NIC_Intel-XL710"
4166     - title: "3n-skx xxv710"
4167       data-set: "vpp-compare-testbeds-cmp"
4168       tag: "NIC_Intel-XXV710"
4169   comparisons:
4170     - title: "Diff"
4171       reference: 1
4172       compare: 2
4173   legend:
4174     - ""
4175     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4176     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4177
4178 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4179 - type: "table"
4180   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4181   algorithm: "table_comparison"
4182   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4183   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4184   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4185   columns:
4186     - title: "3n-hsw xl710"
4187       data-set: "vpp-compare-testbeds-ref"
4188       tag: "NIC_Intel-XL710"
4189     - title: "3n-skx xxv710"
4190       data-set: "vpp-compare-testbeds-cmp"
4191       tag: "NIC_Intel-XXV710"
4192   comparisons:
4193     - title: "Diff"
4194       reference: 1
4195       compare: 2
4196   legend:
4197     - ""
4198     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4199     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4200
4201 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4202 - type: "table"
4203   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4204   algorithm: "table_comparison"
4205   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4206   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4207   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4208   columns:
4209     - title: "2n-skx"
4210       data-set: "vpp-compare-testbeds-skx-clx-ref"
4211     - title: "2n-clx"
4212       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4213   comparisons:
4214     - title: "Diff"
4215       reference: 1
4216       compare: 2
4217   legend:
4218     - ""
4219     - "2n-skx, 2n-clx - testbeds and NICs tested."
4220     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4221
4222 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4223 - type: "table"
4224   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4225   algorithm: "table_comparison"
4226   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4227   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4228   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4229   columns:
4230     - title: "2n-skx"
4231       data-set: "vpp-compare-testbeds-skx-clx-ref"
4232     - title: "2n-clx"
4233       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4234   comparisons:
4235     - title: "Diff"
4236       reference: 1
4237       compare: 2
4238   legend:
4239     - ""
4240     - "2n-skx, 2n-clx - testbeds and NICs tested."
4241     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4242
4243 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4244 - type: "table"
4245   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4246   algorithm: "table_comparison"
4247   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4248   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4249   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4250   columns:
4251     - title: "2n-skx"
4252       data-set: "vpp-compare-testbeds-skx-clx-ref"
4253     - title: "2n-clx"
4254       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4255   comparisons:
4256     - title: "Diff"
4257       reference: 1
4258       compare: 2
4259   legend:
4260     - ""
4261     - "2n-skx, 2n-clx - testbeds and NICs tested."
4262     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4263
4264 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4265 - type: "table"
4266   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4267   algorithm: "table_comparison"
4268   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4269   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4270   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4271   columns:
4272     - title: "2n-skx"
4273       data-set: "vpp-compare-testbeds-skx-clx-ref"
4274     - title: "2n-clx"
4275       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4276   comparisons:
4277     - title: "Diff"
4278       reference: 1
4279       compare: 2
4280   legend:
4281     - ""
4282     - "2n-skx, 2n-clx - testbeds and NICs tested."
4283     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4284
4285 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4286 - type: "table"
4287   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4288   algorithm: "table_comparison"
4289   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4290   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4291   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4292   columns:
4293     - title: "3n-hsw xl710"
4294       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4295       tag: "NIC_Intel-XL710"
4296     - title: "2n-clx xxv710"
4297       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4298       tag: "NIC_Intel-XXV710"
4299   comparisons:
4300     - title: "Diff"
4301       reference: 1
4302       compare: 2
4303   legend:
4304     - ""
4305     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4306     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4307
4308 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4309 - type: "table"
4310   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4311   algorithm: "table_comparison"
4312   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4313   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4314   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4315   columns:
4316     - title: "3n-hsw xl710"
4317       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4318       tag: "NIC_Intel-XL710"
4319     - title: "2n-clx xxv710"
4320       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4321       tag: "NIC_Intel-XXV710"
4322   comparisons:
4323     - title: "Diff"
4324       reference: 1
4325       compare: 2
4326   legend:
4327     - ""
4328     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4329     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4330
4331 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4332 - type: "table"
4333   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4334   algorithm: "table_comparison"
4335   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4336   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4337   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4338   columns:
4339     - title: "3n-hsw xl710"
4340       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4341       tag: "NIC_Intel-XL710"
4342     - title: "2n-clx xxv710"
4343       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4344       tag: "NIC_Intel-XXV710"
4345   comparisons:
4346     - title: "Diff"
4347       reference: 1
4348       compare: 2
4349   legend:
4350     - ""
4351     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4352     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4353
4354 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4355 - type: "table"
4356   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4357   algorithm: "table_comparison"
4358   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4359   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4360   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4361   columns:
4362     - title: "3n-hsw xl710"
4363       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4364       tag: "NIC_Intel-XL710"
4365     - title: "2n-clx xxv710"
4366       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4367       tag: "NIC_Intel-XXV710"
4368   comparisons:
4369     - title: "Diff"
4370       reference: 1
4371       compare: 2
4372   legend:
4373     - ""
4374     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4375     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4376
4377 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4378 - type: "table"
4379   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4380   algorithm: "table_comparison"
4381   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4382   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4383   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4384   columns:
4385     - title: "3n-skx"
4386       data-set: "vpp-compare-topologies-ref"
4387     - title: "2n-skx"
4388       data-set: "vpp-compare-topologies-cmp"
4389   comparisons:
4390     - title: "Diff"
4391       reference: 1
4392       compare: 2
4393   legend:
4394     - ""
4395     - "3n-skx, 2n-skx - topologies tested."
4396     - "Diff - difference between 3n-skx and 2n-skx topologies."
4397
4398 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4399 - type: "table"
4400   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4401   algorithm: "table_comparison"
4402   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4403   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4404   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4405   columns:
4406     - title: "3n-skx"
4407       data-set: "vpp-compare-topologies-ref"
4408     - title: "2n-skx"
4409       data-set: "vpp-compare-topologies-cmp"
4410   comparisons:
4411     - title: "Diff"
4412       reference: 1
4413       compare: 2
4414   legend:
4415     - ""
4416     - "3n-skx, 2n-skx - topologies tested."
4417     - "Diff - difference between 3n-skx and 2n-skx topologies."
4418
4419 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4420 - type: "table"
4421   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4422   algorithm: "table_comparison"
4423   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4424   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4425   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4426   columns:
4427     - title: "3n-skx"
4428       data-set: "vpp-compare-topologies-ref"
4429     - title: "2n-skx"
4430       data-set: "vpp-compare-topologies-cmp"
4431   comparisons:
4432     - title: "Diff"
4433       reference: 1
4434       compare: 2
4435   legend:
4436     - ""
4437     - "3n-skx, 2n-skx - topologies tested."
4438     - "Diff - difference between 3n-skx and 2n-skx topologies."
4439
4440 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4441 - type: "table"
4442   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4443   algorithm: "table_comparison"
4444   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4445   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4446   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4447   columns:
4448     - title: "3n-skx"
4449       data-set: "vpp-compare-topologies-ref"
4450     - title: "2n-skx"
4451       data-set: "vpp-compare-topologies-cmp"
4452   comparisons:
4453     - title: "Diff"
4454       reference: 1
4455       compare: 2
4456   legend:
4457     - ""
4458     - "3n-skx, 2n-skx - topologies tested."
4459     - "Diff - difference between 3n-skx and 2n-skx topologies."
4460
4461 # VPP Performance Changes 3n-hsw 1t1c mrr
4462 - type: "table"
4463   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4464   algorithm: "table_comparison"
4465   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4466   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4467   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4468   columns:
4469     - title: "2001.0-2"
4470       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4471     - title: "2005.0-4"
4472       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4473     - title: "2005.0-5"
4474       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4475     - title: "2009.0-5"
4476       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4477   comparisons:
4478     - title: "2005.0-5 vs 2005.0-4"
4479       reference: 2
4480       compare: 3
4481 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4482     - title: "2009.0-5 vs 2005.0-5"
4483       reference: 3
4484       compare: 4
4485 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
4486   legend:
4487     - ''
4488     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4489     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4490     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4491     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4492     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4493
4494 # VPP Performance Changes 3n-hsw 2t2c mrr
4495 - type: "table"
4496   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4497   algorithm: "table_comparison"
4498   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4499   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4500   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4501   columns:
4502     - title: "2001.0-2"
4503       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4504     - title: "2005.0-4"
4505       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4506     - title: "2005.0-5"
4507       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4508     - title: "2009.0-5"
4509       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4510   comparisons:
4511     - title: "2005.0-5 vs 2005.0-4"
4512       reference: 2
4513       compare: 3
4514 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
4515     - title: "2009.0-5 vs 2005.0-5"
4516       reference: 3
4517       compare: 4
4518 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
4519   legend:
4520     - ''
4521     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4522     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4523     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4524     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4525     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4526
4527 # VPP Performance Changes 3n-hsw 4t4c mrr
4528 - type: "table"
4529   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4530   algorithm: "table_comparison"
4531   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4532   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4533   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4534   columns:
4535     - title: "2001.0-2"
4536       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4537     - title: "2005.0-4"
4538       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4539     - title: "2005.0-5"
4540       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4541     - title: "2009.0-5"
4542       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4543   comparisons:
4544     - title: "2005.0-5 vs 2005.0-4"
4545       reference: 2
4546       compare: 3
4547 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
4548     - title: "2009.0-5 vs 2005.0-5"
4549       reference: 3
4550       compare: 4
4551 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
4552   legend:
4553     - ''
4554     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4555     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4556     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4557     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4558     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4559
4560 # VPP Performance Changes 3n-skx 2t1c mrr
4561 - type: "table"
4562   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4563   algorithm: "table_comparison"
4564   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4565   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4566   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4567   columns:
4568     - title: "2001.0-2"
4569       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4570     - title: "2005.0-4"
4571       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4572     - title: "2005.0-5"
4573       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4574     - title: "2009.0-5"
4575       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4576   comparisons:
4577     - title: "2005.0-5 vs 2005.0-4"
4578       reference: 2
4579       compare: 3
4580 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
4581     - title: "2009.0-5 vs 2005.0-5"
4582       reference: 2
4583       compare: 3
4584 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca2.yaml"
4585   legend:
4586     - ''
4587     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4588     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4589     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4590     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4591     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4592
4593 # VPP Performance Changes 3n-skx 4t2c mrr
4594 - type: "table"
4595   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4596   algorithm: "table_comparison"
4597   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4598   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4599   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4600   columns:
4601     - title: "2001.0-2"
4602       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4603     - title: "2005.0-4"
4604       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4605     - title: "2005.0-5"
4606       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4607     - title: "2009.0-5"
4608       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4609   comparisons:
4610     - title: "2005.0-5 vs 2005.0-4"
4611       reference: 2
4612       compare: 3
4613 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca1.yaml"
4614     - title: "2009.0-5 vs 2005.0-5"
4615       reference: 2
4616       compare: 3
4617 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca2.yaml"
4618   legend:
4619     - ''
4620     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4621     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4622     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4623     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4624     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4625
4626 # VPP Performance Changes 3n-skx 8t4c mrr
4627 - type: "table"
4628   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4629   algorithm: "table_comparison"
4630   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4631   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4632   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4633   columns:
4634     - title: "2001.0-2"
4635       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4636     - title: "2005.0-4"
4637       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4638     - title: "2005.0-5"
4639       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4640     - title: "2009.0-5"
4641       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4642   comparisons:
4643     - title: "2005.0-5 vs 2005.0-4"
4644       reference: 2
4645       compare: 3
4646 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca1.yaml"
4647     - title: "2009.0-5 vs 2005.0-5"
4648       reference: 2
4649       compare: 3
4650 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca2.yaml"
4651   legend:
4652     - ''
4653     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4654     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4655     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4656     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4657     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4658
4659 # VPP Performance Changes 2n-skx 2t1c mrr
4660 - type: "table"
4661   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4662   algorithm: "table_comparison"
4663   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4664   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4665   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4666   columns:
4667     - title: "2001.0-2"
4668       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4669     - title: "2005.0-4"
4670       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4671     - title: "2005.0-5"
4672       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4673     - title: "2009.0-5"
4674       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4675   comparisons:
4676     - title: "2005.0-5 vs 2005.0-4"
4677       reference: 2
4678       compare: 3
4679 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
4680     - title: "2009.0-5 vs 2005.0-4"
4681       reference: 3
4682       compare: 4
4683 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
4684   legend:
4685     - ''
4686     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4687     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4688     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4689     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4690     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4691
4692 # VPP Performance Changes 2n-skx 4t2c mrr
4693 - type: "table"
4694   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4695   algorithm: "table_comparison"
4696   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4697   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4698   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4699   columns:
4700     - title: "2001.0-2"
4701       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4702     - title: "2005.0-4"
4703       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4704     - title: "2005.0-5"
4705       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4706     - title: "2009.0-5"
4707       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4708   comparisons:
4709     - title: "2005.0-5 vs 2005.0-4"
4710       reference: 2
4711       compare: 3
4712 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
4713     - title: "2009.0-5 vs 2005.0-4"
4714       reference: 3
4715       compare: 4
4716 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
4717   legend:
4718     - ''
4719     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4720     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4721     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4722     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4723     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4724
4725 # VPP Performance Changes 2n-skx 8t4c mrr
4726 - type: "table"
4727   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4728   algorithm: "table_comparison"
4729   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4730   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4731   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4732   columns:
4733     - title: "2001.0-2"
4734       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4735     - title: "2005.0-4"
4736       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4737     - title: "2005.0-5"
4738       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4739     - title: "2009.0-5"
4740       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4741   comparisons:
4742     - title: "2005.0-5 vs 2005.0-4"
4743       reference: 2
4744       compare: 3
4745 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
4746     - title: "2009.0-5 vs 2005.0-4"
4747       reference: 3
4748       compare: 4
4749 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
4750   legend:
4751     - ''
4752     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4753     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4754     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4755     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4756     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4757
4758 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4759 - type: "table"
4760   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4761   algorithm: "table_comparison"
4762   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4763   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4764   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4765   columns:
4766     - title: "2001.0-2"
4767       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4768     - title: "2005.0-4"
4769       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4770     - title: "2005.0-5"
4771       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4772     - title: "2009.0-5"
4773       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4774   comparisons:
4775     - title: "2005.0-5 vs 2005.0-4"
4776       reference: 2
4777       compare: 3
4778 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
4779     - title: "2009.0-5 vs 2005.0-5"
4780       reference: 3
4781       compare: 4
4782 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
4783   legend:
4784     - ''
4785     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4786     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4787     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4788     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4789     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4790
4791 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4792 - type: "table"
4793   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4794   algorithm: "table_comparison"
4795   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4796   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4797   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4798   columns:
4799     - title: "2001.0-2"
4800       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4801     - title: "2005.0-4"
4802       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4803     - title: "2005.0-5"
4804       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4805     - title: "2009.0-5"
4806       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4807   comparisons:
4808     - title: "2005.0-5 vs 2005.0-4"
4809       reference: 2
4810       compare: 3
4811 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
4812     - title: "2009.0-5 vs 2005.0-5"
4813       reference: 3
4814       compare: 4
4815 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
4816   legend:
4817     - ''
4818     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4819     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4820     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4821     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4822     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4823
4824 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4825 - type: "table"
4826   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4827   algorithm: "table_comparison"
4828   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4829   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4830   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4831   columns:
4832     - title: "2001.0-2"
4833       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4834     - title: "2005.0-4"
4835       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4836     - title: "2005.0-5"
4837       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4838     - title: "2009.0-5"
4839       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4840   comparisons:
4841     - title: "2005.0-5 vs 2005.0-4"
4842       reference: 2
4843       compare: 3
4844 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
4845     - title: "2009.0-5 vs 2005.0-5"
4846       reference: 3
4847       compare: 4
4848 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
4849   legend:
4850     - ''
4851     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4852     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4853     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4854     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4855     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4856
4857 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
4858 #- type: "table"
4859 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
4860 #  algorithm: "table_comparison"
4861 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
4862 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4863 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4864 #  columns:
4865 #    - title: "2001"
4866 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4867 #    - title: "2005"
4868 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4869 #  comparisons:
4870 #    - title: "Diff"
4871 #      reference: 1
4872 #      compare: 2
4873 #  legend:
4874 #    - ""
4875 #    - "2001, 2005 - VPP versions tested."
4876 #    - "Diff - difference between 2001 and 2005 VPP version."
4877 #
4878 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
4879 #- type: "table"
4880 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
4881 #  algorithm: "table_comparison"
4882 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
4883 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4884 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4885 #  columns:
4886 #    - title: "2001"
4887 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4888 #    - title: "2005"
4889 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4890 #  comparisons:
4891 #    - title: "Diff"
4892 #      reference: 1
4893 #      compare: 2
4894 #  legend:
4895 #    - ""
4896 #    - "2001, 2005 - VPP versions tested."
4897 #    - "Diff - difference between 2001 and 2005 VPP version."
4898 #
4899 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
4900 #- type: "table"
4901 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
4902 #  algorithm: "table_comparison"
4903 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
4904 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4905 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4906 #  columns:
4907 #    - title: "2001"
4908 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4909 #    - title: "2005"
4910 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4911 #  comparisons:
4912 #    - title: "Diff"
4913 #      reference: 1
4914 #      compare: 2
4915 #  legend:
4916 #    - ""
4917 #    - "2001, 2005 - VPP versions tested."
4918 #    - "Diff - difference between 2001 and 2005 VPP version."
4919
4920 # VPP Performance Changes 2n-dnv 1t1c mrr
4921 - type: "table"
4922   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4923   algorithm: "table_comparison"
4924   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4925   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4926   filter: "'1T1C'"
4927   columns:
4928     - title: "2001.0-2"
4929       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4930     - title: "2005.0-5"
4931       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4932     - title: "2009.0-5"
4933       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4934   comparisons:
4935     - title: "2009.0-5 vs 2005.0-5"
4936       reference: 2
4937       compare: 3
4938   legend:
4939     - ''
4940     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4941     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4942     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4943     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4944
4945 # VPP Performance Changes 2n-dnv 2t2c mrr
4946 - type: "table"
4947   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4948   algorithm: "table_comparison"
4949   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4950   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4951   filter: "'2T2C'"
4952   columns:
4953     - title: "2001.0-2"
4954       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4955     - title: "2005.0-5"
4956       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4957     - title: "2009.0-5"
4958       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4959   comparisons:
4960     - title: "2009.0-5 vs 2005.0-5"
4961       reference: 2
4962       compare: 3
4963   legend:
4964     - ''
4965     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4966     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4967     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4968     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4969
4970 # VPP Performance Changes 2n-dnv 4t4c mrr
4971 - type: "table"
4972   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4973   algorithm: "table_comparison"
4974   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4975   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4976   filter: "'4T4C'"
4977   columns:
4978     - title: "2001.0-2"
4979       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4980     - title: "2005.0-5"
4981       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4982     - title: "2009.0-5"
4983       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4984   comparisons:
4985     - title: "2009.0-5 vs 2005.0-5"
4986       reference: 2
4987       compare: 3
4988   legend:
4989     - ''
4990     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4991     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4992     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4993     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4994
4995 # VPP Performance Changes 3n-dnv 1t1c mrr
4996 - type: "table"
4997   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4998   algorithm: "table_comparison"
4999   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5000   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5001   filter: "'1T1C'"
5002   columns:
5003     - title: "2001.0-2"
5004       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5005     - title: "2005.0-5"
5006       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5007     - title: "2009.0-5"
5008       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5009   comparisons:
5010     - title: "2009.0-5 vs 2005.0-5"
5011       reference: 2
5012       compare: 3
5013   legend:
5014     - ''
5015     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5016     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5017     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5018     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5019
5020 # VPP Performance Changes 3n-dnv 2t2c mrr
5021 - type: "table"
5022   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5023   algorithm: "table_comparison"
5024   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5025   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5026   filter: "'2T2C'"
5027   columns:
5028     - title: "2001.0-2"
5029       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5030     - title: "2005.0-5"
5031       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5032     - title: "2009.0-5"
5033       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5034   comparisons:
5035     - title: "2009.0-5 vs 2005.0-5"
5036       reference: 2
5037       compare: 3
5038   legend:
5039     - ''
5040     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5041     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5042     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5043     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5044
5045 # VPP Performance Changes 3n-dnv 4t4c mrr
5046 - type: "table"
5047   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5048   algorithm: "table_comparison"
5049   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5050   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5051   filter: "'4T4C'"
5052   columns:
5053     - title: "2001.0-2"
5054       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5055     - title: "2005.0-5"
5056       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5057     - title: "2009.0-5"
5058       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5059   comparisons:
5060     - title: "2009.0-5 vs 2005.0-5"
5061       reference: 2
5062       compare: 3
5063   legend:
5064     - ''
5065     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5066     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5067     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5068     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5069
5070 # VPP Performance Changes 3n-tsh 1t1c mrr
5071 - type: "table"
5072   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5073   algorithm: "table_comparison"
5074   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5075   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5076   filter: "'1T1C'"
5077   columns:
5078     - title: "2001.0-2"
5079       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5080     - title: "2005.0-4"
5081       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5082     - title: "2005.0-5"
5083       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5084     - title: "2009.0-5"
5085       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5086   comparisons:
5087     - title: "2005.0-5 vs 2005.0-4"
5088       reference: 2
5089       compare: 3
5090 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5091     - title: "2009.0-5 vs 2005.0-5"
5092       reference: 3
5093       compare: 4
5094 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
5095   legend:
5096     - ''
5097     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5098     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5099     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5100     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5101     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5102
5103 # VPP Performance Changes 3n-tsh 2t2c mrr
5104 - type: "table"
5105   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5106   algorithm: "table_comparison"
5107   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5108   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5109   filter: "'2T2C'"
5110   columns:
5111     - title: "2001.0-2"
5112       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5113     - title: "2005.0-4"
5114       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5115     - title: "2005.0-5"
5116       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5117     - title: "2009.0-5"
5118       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5119   comparisons:
5120     - title: "2005.0-5 vs 2005.0-4"
5121       reference: 2
5122       compare: 3
5123 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
5124     - title: "2009.0-5 vs 2005.0-5"
5125       reference: 3
5126       compare: 4
5127 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
5128   legend:
5129     - ''
5130     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5131     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5132     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5133     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5134     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5135
5136 # VPP Performance Changes 3n-tsh 4t4c mrr
5137 - type: "table"
5138   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5139   algorithm: "table_comparison"
5140   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5141   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5142   filter: "'4T4C'"
5143   columns:
5144     - title: "2001.0-2"
5145       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5146     - title: "2005.0-4"
5147       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5148     - title: "2005.0-5"
5149       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5150     - title: "2009.0-5"
5151       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5152   comparisons:
5153     - title: "2005.0-5 vs 2005.0-4"
5154       reference: 2
5155       compare: 3
5156 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
5157     - title: "2009.0-5 vs 2005.0-5"
5158       reference: 3
5159       compare: 4
5160 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
5161   legend:
5162     - ''
5163     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5164     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5165     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5166     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5167     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5168
5169 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5170 - type: "table"
5171   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5172   algorithm: "table_comparison"
5173   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5174   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5175   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5176   columns:
5177     - title: "3n-hsw xl710"
5178       data-set: "vpp-compare-testbeds-mrr-ref"
5179       tag: "NIC_Intel-XL710"
5180     - title: "3n-skx xxv710"
5181       data-set: "vpp-compare-testbeds-mrr-cmp"
5182       tag: "NIC_Intel-XXV710"
5183   comparisons:
5184     - title: "Diff"
5185       reference: 1
5186       compare: 2
5187   legend:
5188     - ""
5189     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5190     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5191
5192 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5193 - type: "table"
5194   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5195   algorithm: "table_comparison"
5196   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5197   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5198   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5199   columns:
5200     - title: "3n-hsw xl710"
5201       data-set: "vpp-compare-testbeds-mrr-ref"
5202       tag: "NIC_Intel-XL710"
5203     - title: "3n-skx xxv710"
5204       data-set: "vpp-compare-testbeds-mrr-cmp"
5205       tag: "NIC_Intel-XXV710"
5206   comparisons:
5207     - title: "Diff"
5208       reference: 1
5209       compare: 2
5210   legend:
5211     - ""
5212     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5213     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5214
5215 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5216 - type: "table"
5217   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5218   algorithm: "table_comparison"
5219   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5220   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5221   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5222   columns:
5223     - title: "3n-hsw xl710"
5224       data-set: "vpp-compare-testbeds-mrr-ref"
5225       tag: "NIC_Intel-XL710"
5226     - title: "3n-skx xxv710"
5227       data-set: "vpp-compare-testbeds-mrr-cmp"
5228       tag: "NIC_Intel-XXV710"
5229   comparisons:
5230     - title: "Diff"
5231       reference: 1
5232       compare: 2
5233   legend:
5234     - ""
5235     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5236     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5237
5238 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5239 - type: "table"
5240   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5241   algorithm: "table_comparison"
5242   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5243   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5244   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5245   columns:
5246     - title: "2n-skx"
5247       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5248     - title: "2n-clx"
5249       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5250   comparisons:
5251     - title: "Diff"
5252       reference: 1
5253       compare: 2
5254   legend:
5255     - ""
5256     - "2n-skx, 2n-clx - testbeds and NICs tested."
5257     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5258
5259 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5260 - type: "table"
5261   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5262   algorithm: "table_comparison"
5263   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5264   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5265   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5266   columns:
5267     - title: "2n-skx"
5268       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5269     - title: "2n-clx"
5270       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5271   comparisons:
5272     - title: "Diff"
5273       reference: 1
5274       compare: 2
5275   legend:
5276     - ""
5277     - "2n-skx, 2n-clx - testbeds and NICs tested."
5278     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5279
5280 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5281 - type: "table"
5282   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5283   algorithm: "table_comparison"
5284   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5285   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5286   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5287   columns:
5288     - title: "2n-skx"
5289       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5290     - title: "2n-clx"
5291       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5292   comparisons:
5293     - title: "Diff"
5294       reference: 1
5295       compare: 2
5296   legend:
5297     - ""
5298     - "2n-skx, 2n-clx - testbeds and NICs tested."
5299     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5300
5301 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5302 - type: "table"
5303   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5304   algorithm: "table_comparison"
5305   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5306   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5307   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5308   columns:
5309     - title: "3n-skx"
5310       data-set: "vpp-compare-topologies-mrr-ref"
5311     - title: "2n-skx"
5312       data-set: "vpp-compare-topologies-mrr-cmp"
5313   comparisons:
5314     - title: "Diff"
5315       reference: 1
5316       compare: 2
5317   legend:
5318     - ""
5319     - "3n-skx, 2n-skx - topologies tested."
5320     - "Diff - difference between 3n-skx and 2n-skx topologies."
5321
5322 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5323 - type: "table"
5324   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5325   algorithm: "table_comparison"
5326   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5327   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5328   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5329   columns:
5330     - title: "3n-skx"
5331       data-set: "vpp-compare-topologies-mrr-ref"
5332     - title: "2n-skx"
5333       data-set: "vpp-compare-topologies-mrr-cmp"
5334   comparisons:
5335     - title: "Diff"
5336       reference: 1
5337       compare: 2
5338   legend:
5339     - ""
5340     - "3n-skx, 2n-skx - topologies tested."
5341     - "Diff - difference between 3n-skx and 2n-skx topologies."
5342
5343 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5344 - type: "table"
5345   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5346   algorithm: "table_comparison"
5347   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5348   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5349   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5350   columns:
5351     - title: "3n-skx"
5352       data-set: "vpp-compare-topologies-mrr-ref"
5353     - title: "2n-skx"
5354       data-set: "vpp-compare-topologies-mrr-cmp"
5355   comparisons:
5356     - title: "Diff"
5357       reference: 1
5358       compare: 2
5359   legend:
5360     - ""
5361     - "3n-skx, 2n-skx - topologies tested."
5362     - "Diff - difference between 3n-skx and 2n-skx topologies."
5363
5364 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5365 - type: "table"
5366   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5367   algorithm: "table_comparison"
5368   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5369   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5370   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5371   columns:
5372     - title: "3n-hsw xl710"
5373       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5374       tag: "NIC_Intel-XL710"
5375     - title: "2n-clx xxv710"
5376       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5377       tag: "NIC_Intel-XXV710"
5378   comparisons:
5379     - title: "Diff"
5380       reference: 1
5381       compare: 2
5382   legend:
5383     - ""
5384     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5385     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5386
5387 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5388 - type: "table"
5389   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5390   algorithm: "table_comparison"
5391   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5392   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5393   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5394   columns:
5395     - title: "3n-hsw xl710"
5396       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5397       tag: "NIC_Intel-XL710"
5398     - title: "2n-clx xxv710"
5399       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5400       tag: "NIC_Intel-XXV710"
5401   comparisons:
5402     - title: "Diff"
5403       reference: 1
5404       compare: 2
5405   legend:
5406     - ""
5407     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5408     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5409
5410 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5411 - type: "table"
5412   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5413   algorithm: "table_comparison"
5414   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5415   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5416   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5417   columns:
5418     - title: "3n-hsw xl710"
5419       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5420       tag: "NIC_Intel-XL710"
5421     - title: "2n-clx xxv710"
5422       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5423       tag: "NIC_Intel-XXV710"
5424   comparisons:
5425     - title: "Diff"
5426       reference: 1
5427       compare: 2
5428   legend:
5429     - ""
5430     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5431     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5432
5433 # Detailed Test Results - VPP Performance Results 3n-hsw
5434 - type: "table"
5435   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5436   algorithm: "table_merged_details"
5437   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5438   columns:
5439     - title: " |prein| Test Name |preout| "
5440       data: "data name"
5441     - 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| "
5442       data: "data msg"
5443   data: "vpp-perf-results-3n-hsw"
5444   filter: "all"
5445   parameters:
5446   - "name"
5447   - "parent"
5448   - "msg"
5449
5450 # Detailed Test Results - VPP Performance Results 3n-skx
5451 - type: "table"
5452   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5453   algorithm: "table_merged_details"
5454   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5455   columns:
5456     - title: " |prein| Test Name |preout| "
5457       data: "data name"
5458     - 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| "
5459       data: "data msg"
5460   data: "vpp-perf-results-3n-skx"
5461   filter: "all"
5462   remove-ndr: False
5463   parameters:
5464   - "name"
5465   - "parent"
5466   - "msg"
5467
5468 # Detailed Test Results - VPP Performance Results 2n-skx
5469 - type: "table"
5470   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5471   algorithm: "table_merged_details"
5472   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5473   columns:
5474     - title: " |prein| Test Name |preout| "
5475       data: "data name"
5476     - 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| "
5477       data: "data msg"
5478   data: "vpp-perf-results-2n-skx"
5479   filter: "all"
5480   remove-ndr: False
5481   parameters:
5482   - "name"
5483   - "parent"
5484   - "msg"
5485
5486 # Detailed Test Results - VPP Performance Results 2n-clx
5487 - type: "table"
5488   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5489   algorithm: "table_merged_details"
5490   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5491   columns:
5492     - title: " |prein| Test Name |preout| "
5493       data: "data name"
5494     - 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| "
5495       data: "data msg"
5496   data: "vpp-perf-results-2n-clx"
5497   filter: "all"
5498   parameters:
5499   - "name"
5500   - "parent"
5501   - "msg"
5502
5503 # Detailed Test Results - VPP Performance Results 3n-tsh
5504 - type: "table"
5505   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5506   algorithm: "table_merged_details"
5507   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5508   columns:
5509     - title: " |prein| Test Name |preout| "
5510       data: "data name"
5511     - 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| "
5512       data: "data msg"
5513   data: "vpp-perf-results-3n-tsh"
5514   filter: "all"
5515   parameters:
5516   - "name"
5517   - "parent"
5518   - "msg"
5519
5520 # Detailed Test Results - VPP Performance Results 3n-dnv
5521 - type: "table"
5522   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5523   algorithm: "table_merged_details"
5524   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5525   columns:
5526     - title: " |prein| Test Name |preout| "
5527       data: "data name"
5528     - 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| "
5529       data: "data msg"
5530   data: "vpp-perf-results-3n-dnv"
5531   filter: "all"
5532   parameters:
5533   - "name"
5534   - "parent"
5535   - "msg"
5536
5537 # Detailed Test Results - VPP Performance Results 2n-dnv
5538 - type: "table"
5539   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5540   algorithm: "table_merged_details"
5541   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5542   columns:
5543     - title: " |prein| Test Name |preout| "
5544       data: "data name"
5545     - 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| "
5546       data: "data msg"
5547   data: "vpp-perf-results-2n-dnv"
5548   filter: "all"
5549   parameters:
5550   - "name"
5551   - "parent"
5552   - "msg"
5553
5554 # Test configuration - VPP Performance Test Configs 3n-hsw
5555 - type: "table"
5556   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5557   algorithm: "table_merged_details"
5558   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5559   columns:
5560     - title: " |prein| Test Name |preout| "
5561       data: "data name"
5562     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5563       data: "data conf-history"
5564   data: "vpp-perf-results-3n-hsw"
5565   filter: "all"
5566   parameters:
5567   - "parent"
5568   - "name"
5569   - "conf-history"
5570
5571 # Test configuration - VPP Performance Test Configs 3n-skx
5572 - type: "table"
5573   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5574   algorithm: "table_merged_details"
5575   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5576   columns:
5577     - title: " |prein| Test Name |preout| "
5578       data: "data name"
5579     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5580       data: "data conf-history"
5581   data: "vpp-perf-results-3n-skx"
5582   filter: "all"
5583   parameters:
5584   - "parent"
5585   - "name"
5586   - "conf-history"
5587
5588 # Test configuration - VPP Performance Test Configs 2n-skx
5589 - type: "table"
5590   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5591   algorithm: "table_merged_details"
5592   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5593   columns:
5594     - title: " |prein| Test Name |preout| "
5595       data: "data name"
5596     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5597       data: "data conf-history"
5598   data: "vpp-perf-results-2n-skx"
5599   filter: "all"
5600   parameters:
5601   - "parent"
5602   - "name"
5603   - "conf-history"
5604
5605 # Test configuration - VPP Performance Test Configs 2n-clx
5606 - type: "table"
5607   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5608   algorithm: "table_merged_details"
5609   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5610   columns:
5611     - title: " |prein| Test Name |preout| "
5612       data: "data name"
5613     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5614       data: "data conf-history"
5615   data: "vpp-perf-results-2n-clx"
5616   filter: "all"
5617   parameters:
5618   - "parent"
5619   - "name"
5620   - "conf-history"
5621
5622 # Test configuration - VPP Performance Test Configs 3n-tsh
5623 - type: "table"
5624   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5625   algorithm: "table_merged_details"
5626   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5627   columns:
5628     - title: " |prein| Test Name |preout| "
5629       data: "data name"
5630     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5631       data: "data conf-history"
5632   data: "vpp-perf-results-3n-tsh"
5633   filter: "all"
5634   parameters:
5635   - "parent"
5636   - "name"
5637   - "conf-history"
5638
5639 # Test configuration - VPP Performance Test Configs 3n-dnv
5640 - type: "table"
5641   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5642   algorithm: "table_merged_details"
5643   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5644   columns:
5645     - title: " |prein| Test Name |preout| "
5646       data: "data name"
5647     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5648       data: "data conf-history"
5649   data: "vpp-perf-results-3n-dnv"
5650   filter: "all"
5651   parameters:
5652   - "parent"
5653   - "name"
5654   - "conf-history"
5655
5656 # Test configuration - VPP Performance Test Configs 2n-dnv
5657 - type: "table"
5658   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5659   algorithm: "table_merged_details"
5660   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5661   columns:
5662     - title: " |prein| Test Name |preout| "
5663       data: "data name"
5664     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5665       data: "data conf-history"
5666   data: "vpp-perf-results-2n-dnv"
5667   filter: "all"
5668   parameters:
5669   - "parent"
5670   - "name"
5671   - "conf-history"
5672
5673 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5674 - type: "table"
5675   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5676   algorithm: "table_oper_data_html"
5677   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5678   data: "vpp-perf-results-3n-hsw"
5679   filter: "all"
5680
5681 # Test Operational Data - VPP Performance Operational Data 3n-skx
5682 - type: "table"
5683   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5684   algorithm: "table_oper_data_html"
5685   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5686   data: "vpp-perf-results-3n-skx"
5687   filter: "all"
5688
5689 # Test Operational Data - VPP Performance Operational Data 2n-skx
5690 - type: "table"
5691   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5692   algorithm: "table_oper_data_html"
5693   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5694   data: "vpp-perf-results-2n-skx"
5695   filter: "all"
5696
5697 # Test Operational Data - VPP Performance Operational Data 2n-clx
5698 - type: "table"
5699   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5700   algorithm: "table_oper_data_html"
5701   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5702   data: "vpp-perf-results-2n-clx"
5703   filter: "all"
5704
5705 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5706 - type: "table"
5707   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5708   algorithm: "table_oper_data_html"
5709   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5710   data: "vpp-perf-results-3n-tsh"
5711   filter: "all"
5712
5713 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5714 - type: "table"
5715   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5716   algorithm: "table_oper_data_html"
5717   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5718   data: "vpp-perf-results-3n-dnv"
5719   filter: "all"
5720
5721 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5722 - type: "table"
5723   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5724   algorithm: "table_oper_data_html"
5725   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5726   data: "vpp-perf-results-2n-dnv"
5727   filter: "all"
5728
5729 # Detailed Test Results - VPP MRR Results 3n-hsw
5730 - type: "table"
5731   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5732   algorithm: "table_merged_details"
5733   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5734   columns:
5735     - title: " |prein| Test Name |preout| "
5736       data: "data name"
5737     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5738       data: "data msg"
5739   data: "vpp-mrr-results-3n-hsw"
5740   filter: "all"
5741   parameters:
5742   - "name"
5743   - "parent"
5744   - "msg"
5745
5746 # Detailed Test Results - VPP MRR Results 3n-skx
5747 - type: "table"
5748   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5749   algorithm: "table_merged_details"
5750   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5751   columns:
5752     - title: " |prein| Test Name |preout| "
5753       data: "data name"
5754     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5755       data: "data msg"
5756   data: "vpp-mrr-results-3n-skx"
5757   filter: "all"
5758   parameters:
5759   - "name"
5760   - "parent"
5761   - "msg"
5762
5763 # Detailed Test Results - VPP MRR Results 2n-skx
5764 - type: "table"
5765   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5766   algorithm: "table_merged_details"
5767   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5768   columns:
5769     - title: " |prein| Test Name |preout| "
5770       data: "data name"
5771     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5772       data: "data msg"
5773   data: "vpp-mrr-results-2n-skx"
5774   filter: "all"
5775   parameters:
5776   - "name"
5777   - "parent"
5778   - "msg"
5779
5780 # Detailed Test Results - VPP MRR Results 2n-clx
5781 - type: "table"
5782   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5783   algorithm: "table_merged_details"
5784   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5785   columns:
5786     - title: " |prein| Test Name |preout| "
5787       data: "data name"
5788     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5789       data: "data msg"
5790   data: "vpp-mrr-results-2n-clx"
5791   filter: "all"
5792   parameters:
5793   - "name"
5794   - "parent"
5795   - "msg"
5796
5797 # Detailed Test Results - VPP MRR Results 3n-tsh
5798 - type: "table"
5799   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5800   algorithm: "table_merged_details"
5801   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5802   columns:
5803     - title: " |prein| Test Name |preout| "
5804       data: "data name"
5805     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5806       data: "data msg"
5807   data: "vpp-mrr-results-3n-tsh"
5808   filter: "all"
5809   parameters:
5810   - "name"
5811   - "parent"
5812   - "msg"
5813
5814 # Detailed Test Results - VPP MRR Results 3n-dnv
5815 - type: "table"
5816   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5817   algorithm: "table_merged_details"
5818   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5819   columns:
5820     - title: " |prein| Test Name |preout| "
5821       data: "data name"
5822     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5823       data: "data msg"
5824   data: "vpp-mrr-results-3n-dnv"
5825   filter: "all"
5826   parameters:
5827   - "name"
5828   - "parent"
5829   - "msg"
5830
5831 # Detailed Test Results - VPP MRR Results 2n-dnv
5832 - type: "table"
5833   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5834   algorithm: "table_merged_details"
5835   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5836   columns:
5837     - title: " |prein| Test Name |preout| "
5838       data: "data name"
5839     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5840       data: "data msg"
5841   data: "vpp-mrr-results-2n-dnv"
5842   filter: "all"
5843   parameters:
5844   - "name"
5845   - "parent"
5846   - "msg"
5847
5848 # Test configuration - VPP MRR Test Configs 3n-hsw
5849 - type: "table"
5850   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5851   algorithm: "table_merged_details"
5852   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5853   columns:
5854     - title: " |prein| Test Name |preout| "
5855       data: "data name"
5856     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5857       data: "data conf-history"
5858   data: "vpp-mrr-results-3n-hsw"
5859   filter: "all"
5860   parameters:
5861   - "parent"
5862   - "name"
5863   - "conf-history"
5864
5865 # Test configuration - VPP MRR Test Configs 3n-skx
5866 - type: "table"
5867   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5868   algorithm: "table_merged_details"
5869   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5870   columns:
5871     - title: " |prein| Test Name |preout| "
5872       data: "data name"
5873     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5874       data: "data conf-history"
5875   data: "vpp-mrr-results-3n-skx"
5876   filter: "all"
5877   parameters:
5878   - "parent"
5879   - "name"
5880   - "conf-history"
5881
5882 # Test configuration - VPP MRR Test Configs 2n-skx
5883 - type: "table"
5884   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5885   algorithm: "table_merged_details"
5886   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5887   columns:
5888     - title: " |prein| Test Name |preout| "
5889       data: "data name"
5890     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5891       data: "data conf-history"
5892   data: "vpp-mrr-results-2n-skx"
5893   filter: "all"
5894   parameters:
5895   - "parent"
5896   - "name"
5897   - "conf-history"
5898
5899 # Test configuration - VPP MRR Test Configs 2n-clx
5900 - type: "table"
5901   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5902   algorithm: "table_merged_details"
5903   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5904   columns:
5905     - title: " |prein| Test Name |preout| "
5906       data: "data name"
5907     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5908       data: "data conf-history"
5909   data: "vpp-mrr-results-2n-clx"
5910   filter: "all"
5911   parameters:
5912   - "parent"
5913   - "name"
5914   - "conf-history"
5915
5916 # Test configuration - VPP MRR Test Configs 3n-tsh
5917 - type: "table"
5918   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5919   algorithm: "table_merged_details"
5920   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5921   columns:
5922     - title: " |prein| Test Name |preout| "
5923       data: "data name"
5924     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5925       data: "data conf-history"
5926   data: "vpp-mrr-results-3n-tsh"
5927   filter: "all"
5928   parameters:
5929   - "parent"
5930   - "name"
5931   - "conf-history"
5932
5933 # Test configuration - VPP MRR Test Configs 3n-dnv
5934 - type: "table"
5935   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5936   algorithm: "table_merged_details"
5937   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5938   columns:
5939     - title: " |prein| Test Name |preout| "
5940       data: "data name"
5941     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5942       data: "data conf-history"
5943   data: "vpp-mrr-results-3n-dnv"
5944   filter: "all"
5945   parameters:
5946   - "parent"
5947   - "name"
5948   - "conf-history"
5949
5950 # Test configuration - VPP MRR Test Configs 2n-dnv
5951 - type: "table"
5952   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5953   algorithm: "table_merged_details"
5954   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5955   columns:
5956     - title: " |prein| Test Name |preout| "
5957       data: "data name"
5958     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5959       data: "data conf-history"
5960   data: "vpp-mrr-results-2n-dnv"
5961   filter: "all"
5962   parameters:
5963   - "parent"
5964   - "name"
5965   - "conf-history"
5966
5967 # Detailed Test Results - VPP Device Results - Ubuntu
5968 - type: "table"
5969   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5970   algorithm: "table_merged_details"
5971   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5972   columns:
5973     - title: " |prein| Test Name |preout| "
5974       data: "data name"
5975     - title: " |prein| Status |preout| "
5976       data: "data status"
5977   data: "vpp-device-results-ubuntu"
5978   filter: "all"
5979   parameters:
5980   - "name"
5981   - "parent"
5982   - "doc"
5983   - "status"
5984
5985 # Test configuration - VPP Device Test Configs - Ubuntu
5986 - type: "table"
5987   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5988   algorithm: "table_merged_details"
5989   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5990   columns:
5991     - title: " |prein| Test Name |preout| "
5992       data: "data name"
5993     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5994       data: "data conf-history"
5995   data: "vpp-device-results-ubuntu"
5996   filter: "all"
5997   parameters:
5998   - "parent"
5999   - "name"
6000   - "conf-history"
6001
6002 ################################################################################
6003
6004 # DPDK Performance Changes 3n-hsw 1t1c pdr
6005 - type: "table"
6006   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6007   algorithm: "table_comparison"
6008   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6009   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6010   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6011   columns:
6012     - title: "2001"
6013       data-set: "dpdk-performance-changes-3n-hsw-h1"
6014     - title: "2005"
6015       data-set: "dpdk-performance-changes-3n-hsw-ref"
6016     - title: "2009"
6017       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6018   comparisons:
6019     - title: "Diff"
6020       reference: 2
6021       compare: 3
6022   legend:
6023     - ""
6024     - "2001, 2005, 2009 - DPDK versions tested."
6025     - "Diff - difference between 2005 and 2009 DPDK version."
6026
6027 # DPDK Performance Changes 3n-hsw 2t2c pdr
6028 - type: "table"
6029   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6030   algorithm: "table_comparison"
6031   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6032   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6033   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6034   columns:
6035     - title: "2001"
6036       data-set: "dpdk-performance-changes-3n-hsw-h1"
6037     - title: "2005"
6038       data-set: "dpdk-performance-changes-3n-hsw-ref"
6039     - title: "2009"
6040       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6041   comparisons:
6042     - title: "Diff"
6043       reference: 2
6044       compare: 3
6045   legend:
6046     - ""
6047     - "2001, 2005, 2009 - DPDK versions tested."
6048     - "Diff - difference between 2005 and 2009 DPDK version."
6049
6050 # DPDK Performance Changes 3n-hsw 1t1c pdr
6051 - type: "table"
6052   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6053   algorithm: "table_comparison"
6054   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6055   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6056   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6057   columns:
6058     - title: "2001"
6059       data-set: "dpdk-performance-changes-3n-hsw-h1"
6060     - title: "2005"
6061       data-set: "dpdk-performance-changes-3n-hsw-ref"
6062     - title: "2009"
6063       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6064   comparisons:
6065     - title: "Diff"
6066       reference: 2
6067       compare: 3
6068   legend:
6069     - ""
6070     - "2001, 2005, 2009 - DPDK versions tested."
6071     - "Diff - difference between 2005 and 2009 DPDK version."
6072
6073 # DPDK Performance Changes 3n-hsw 2t2c ndr
6074 - type: "table"
6075   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6076   algorithm: "table_comparison"
6077   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6078   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6079   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6080   columns:
6081     - title: "2001"
6082       data-set: "dpdk-performance-changes-3n-hsw-h1"
6083     - title: "2005"
6084       data-set: "dpdk-performance-changes-3n-hsw-ref"
6085     - title: "2009"
6086       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6087   comparisons:
6088     - title: "Diff"
6089       reference: 2
6090       compare: 3
6091   legend:
6092     - ""
6093     - "2001, 2005, 2009 - DPDK versions tested."
6094     - "Diff - difference between 2005 and 2009 DPDK version."
6095
6096 # DPDK Performance Changes 3n-skx 2t1c pdr
6097 - type: "table"
6098   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6099   algorithm: "table_comparison"
6100   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6101   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6102   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6103   columns:
6104     - title: "2001"
6105       data-set: "dpdk-performance-changes-3n-skx-h1"
6106     - title: "2005"
6107       data-set: "dpdk-performance-changes-3n-skx-ref"
6108     - title: "2009"
6109       data-set: "dpdk-performance-changes-3n-skx-cmp"
6110   comparisons:
6111     - title: "Diff"
6112       reference: 2
6113       compare: 3
6114   legend:
6115     - ""
6116     - "2001, 2005, 2009 - DPDK versions tested."
6117     - "Diff - difference between 2005 and 2009 DPDK version."
6118
6119 # DPDK Performance Changes 3n-skx 4t2c pdr
6120 - type: "table"
6121   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6122   algorithm: "table_comparison"
6123   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6124   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6125   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6126   columns:
6127     - title: "2001"
6128       data-set: "dpdk-performance-changes-3n-skx-h1"
6129     - title: "2005"
6130       data-set: "dpdk-performance-changes-3n-skx-ref"
6131     - title: "2009"
6132       data-set: "dpdk-performance-changes-3n-skx-cmp"
6133   comparisons:
6134     - title: "Diff"
6135       reference: 2
6136       compare: 3
6137   legend:
6138     - ""
6139     - "2001, 2005, 2009 - DPDK versions tested."
6140     - "Diff - difference between 2005 and 2009 DPDK version."
6141
6142 # DPDK Performance Changes 3n-skx 2t1c ndr
6143 - type: "table"
6144   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6145   algorithm: "table_comparison"
6146   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6147   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6148   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6149   columns:
6150     - title: "2001"
6151       data-set: "dpdk-performance-changes-3n-skx-h1"
6152     - title: "2005"
6153       data-set: "dpdk-performance-changes-3n-skx-ref"
6154     - title: "2009"
6155       data-set: "dpdk-performance-changes-3n-skx-cmp"
6156   comparisons:
6157     - title: "Diff"
6158       reference: 2
6159       compare: 3
6160   legend:
6161     - ""
6162     - "2001, 2005, 2009 - DPDK versions tested."
6163     - "Diff - difference between 2005 and 2009 DPDK version."
6164
6165 # DPDK Performance Changes 3n-skx 4t2c ndr
6166 - type: "table"
6167   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6168   algorithm: "table_comparison"
6169   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6170   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6171   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6172   columns:
6173     - title: "2001"
6174       data-set: "dpdk-performance-changes-3n-skx-h1"
6175     - title: "2005"
6176       data-set: "dpdk-performance-changes-3n-skx-ref"
6177     - title: "2009"
6178       data-set: "dpdk-performance-changes-3n-skx-cmp"
6179   comparisons:
6180     - title: "Diff"
6181       reference: 2
6182       compare: 3
6183   legend:
6184     - ""
6185     - "2001, 2005, 2009 - DPDK versions tested."
6186     - "Diff - difference between 2005 and 2009 DPDK version."
6187
6188 # DPDK Performance Changes 2n-skx 2t1c pdr
6189 - type: "table"
6190   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6191   algorithm: "table_comparison"
6192   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6193   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6194   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6195   columns:
6196     - title: "2001"
6197       data-set: "dpdk-performance-changes-2n-skx-h1"
6198     - title: "2005"
6199       data-set: "dpdk-performance-changes-2n-skx-ref"
6200     - title: "2009"
6201       data-set: "dpdk-performance-changes-2n-skx-cmp"
6202   comparisons:
6203     - title: "Diff"
6204       reference: 2
6205       compare: 3
6206   legend:
6207     - ""
6208     - "2001, 2005, 2009 - DPDK versions tested."
6209     - "Diff - difference between 2005 and 2009 DPDK version."
6210
6211 # DPDK Performance Changes 2n-skx 4t2c pdr
6212 - type: "table"
6213   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6214   algorithm: "table_comparison"
6215   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6216   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6217   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6218   columns:
6219     - title: "2001"
6220       data-set: "dpdk-performance-changes-2n-skx-h1"
6221     - title: "2005"
6222       data-set: "dpdk-performance-changes-2n-skx-ref"
6223     - title: "2009"
6224       data-set: "dpdk-performance-changes-2n-skx-cmp"
6225   comparisons:
6226     - title: "Diff"
6227       reference: 2
6228       compare: 3
6229   legend:
6230     - ""
6231     - "2001, 2005, 2009 - DPDK versions tested."
6232     - "Diff - difference between 2005 and 2009 DPDK version."
6233
6234 # DPDK Performance Changes 2n-skx 2t1c ndr
6235 - type: "table"
6236   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6237   algorithm: "table_comparison"
6238   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6239   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6240   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6241   columns:
6242     - title: "2001"
6243       data-set: "dpdk-performance-changes-2n-skx-h1"
6244     - title: "2005"
6245       data-set: "dpdk-performance-changes-2n-skx-ref"
6246     - title: "2009"
6247       data-set: "dpdk-performance-changes-2n-skx-cmp"
6248   comparisons:
6249     - title: "Diff"
6250       reference: 2
6251       compare: 3
6252   legend:
6253     - ""
6254     - "2001, 2005, 2009 - DPDK versions tested."
6255     - "Diff - difference between 2005 and 2009 DPDK version."
6256
6257 # DPDK Performance Changes 2n-skx 4t2c ndr
6258 - type: "table"
6259   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6260   algorithm: "table_comparison"
6261   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6262   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6263   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6264   columns:
6265     - title: "2001"
6266       data-set: "dpdk-performance-changes-2n-skx-h1"
6267     - title: "2005"
6268       data-set: "dpdk-performance-changes-2n-skx-ref"
6269     - title: "2009"
6270       data-set: "dpdk-performance-changes-2n-skx-cmp"
6271   comparisons:
6272     - title: "Diff"
6273       reference: 2
6274       compare: 3
6275   legend:
6276     - ""
6277     - "2001, 2005, 2009 - DPDK versions tested."
6278     - "Diff - difference between 2005 and 2009 DPDK version."
6279
6280 # DPDK Performance Changes 2n-clx 2t1c pdr
6281 - type: "table"
6282   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6283   algorithm: "table_comparison"
6284   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6285   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6286   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6287   columns:
6288     - title: "2001"
6289       data-set: "dpdk-performance-changes-2n-clx-h1"
6290     - title: "2005"
6291       data-set: "dpdk-performance-changes-2n-clx-ref"
6292     - title: "2009"
6293       data-set: "dpdk-performance-changes-2n-clx-cmp"
6294   comparisons:
6295     - title: "Diff"
6296       reference: 2
6297       compare: 3
6298   legend:
6299     - ""
6300     - "2001, 2005, 2009 - DPDK versions tested."
6301     - "Diff - difference between 2005 and 2009 DPDK version."
6302
6303 # DPDK Performance Changes 2n-clx 4t2c pdr
6304 - type: "table"
6305   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6306   algorithm: "table_comparison"
6307   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6308   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6309   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6310   columns:
6311     - title: "2001"
6312       data-set: "dpdk-performance-changes-2n-clx-h1"
6313     - title: "2005"
6314       data-set: "dpdk-performance-changes-2n-clx-ref"
6315     - title: "2009"
6316       data-set: "dpdk-performance-changes-2n-clx-cmp"
6317   comparisons:
6318     - title: "Diff"
6319       reference: 2
6320       compare: 3
6321   legend:
6322     - ""
6323     - "2001, 2005, 2009 - DPDK versions tested."
6324     - "Diff - difference between 2005 and 2009 DPDK version."
6325
6326 # DPDK Performance Changes 2n-clx 2t1c ndr
6327 - type: "table"
6328   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6329   algorithm: "table_comparison"
6330   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6331   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6332   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6333   columns:
6334     - title: "2001"
6335       data-set: "dpdk-performance-changes-2n-clx-h1"
6336     - title: "2005"
6337       data-set: "dpdk-performance-changes-2n-clx-ref"
6338     - title: "2009"
6339       data-set: "dpdk-performance-changes-2n-clx-cmp"
6340   comparisons:
6341     - title: "Diff"
6342       reference: 2
6343       compare: 3
6344   legend:
6345     - ""
6346     - "2001, 2005, 2009 - DPDK versions tested."
6347     - "Diff - difference between 2005 and 2009 DPDK version."
6348
6349 # DPDK Performance Changes 2n-clx 4t2c ndr
6350 - type: "table"
6351   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6352   algorithm: "table_comparison"
6353   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6354   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6355   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6356   columns:
6357     - title: "2001"
6358       data-set: "dpdk-performance-changes-2n-clx-h1"
6359     - title: "2005"
6360       data-set: "dpdk-performance-changes-2n-clx-ref"
6361     - title: "2009"
6362       data-set: "dpdk-performance-changes-2n-clx-cmp"
6363   comparisons:
6364     - title: "Diff"
6365       reference: 2
6366       compare: 3
6367   legend:
6368     - ""
6369     - "2001, 2005, 2009 - DPDK versions tested."
6370     - "Diff - difference between 2005 and 2009 DPDK version."
6371
6372 ## DPDK Performance Changes 2n-dnv 1t1c pdr
6373 #- type: "table"
6374 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6375 #  algorithm: "table_comparison"
6376 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6377 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6378 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6379 #  columns:
6380 #    - title: "2001"
6381 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6382 #    - title: "2005"
6383 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6384 #    - title: "2009"
6385 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6386 #  comparisons:
6387 #    - title: "Diff"
6388 #      reference: 2
6389 #      compare: 3
6390 #  legend:
6391 #    - ""
6392 #    - "2001, 2005, 2009 - DPDK versions tested."
6393 #    - "Diff - difference between 2005 and 2009 DPDK version."
6394 #
6395 ## DPDK Performance Changes 2n-dnv 2t2c pdr
6396 #- type: "table"
6397 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6398 #  algorithm: "table_comparison"
6399 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6400 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6401 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6402 #  columns:
6403 #    - title: "2001"
6404 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6405 #    - title: "2005"
6406 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6407 #    - title: "2009"
6408 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6409 #  comparisons:
6410 #    - title: "Diff"
6411 #      reference: 2
6412 #      compare: 3
6413 #  legend:
6414 #    - ""
6415 #    - "2001, 2005, 2009 - DPDK versions tested."
6416 #    - "Diff - difference between 2005 and 2009 DPDK version."
6417 #
6418 ## DPDK Performance Changes 2n-dnv 1t1c ndr
6419 #- type: "table"
6420 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6421 #  algorithm: "table_comparison"
6422 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6423 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6424 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6425 #  columns:
6426 #    - title: "2001"
6427 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6428 #    - title: "2005"
6429 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6430 #    - title: "2009"
6431 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6432 #  comparisons:
6433 #    - title: "Diff"
6434 #      reference: 2
6435 #      compare: 3
6436 #  legend:
6437 #    - ""
6438 #    - "2001, 2005, 2009 - DPDK versions tested."
6439 #    - "Diff - difference between 2005 and 2009 DPDK version."
6440 #
6441 ## DPDK Performance Changes 2n-dnv 2t2c ndr
6442 #- type: "table"
6443 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6444 #  algorithm: "table_comparison"
6445 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6446 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6447 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6448 #  columns:
6449 #    - title: "2001"
6450 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6451 #    - title: "2005"
6452 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6453 #    - title: "2009"
6454 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6455 #  comparisons:
6456 #    - title: "Diff"
6457 #      reference: 2
6458 #      compare: 3
6459 #  legend:
6460 #    - ""
6461 #    - "2001, 2005, 2009 - DPDK versions tested."
6462 #    - "Diff - difference between 2005 and 2009 DPDK version."
6463 #
6464 ## DPDK Performance Changes 3n-dnv 1t1c pdr
6465 #- type: "table"
6466 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6467 #  algorithm: "table_comparison"
6468 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6469 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6470 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6471 #  columns:
6472 #    - title: "2001"
6473 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6474 #    - title: "2005"
6475 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6476 #    - title: "2009"
6477 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6478 #  comparisons:
6479 #    - title: "Diff"
6480 #      reference: 2
6481 #      compare: 3
6482 #  legend:
6483 #    - ""
6484 #    - "2001, 2005, 2009 - DPDK versions tested."
6485 #    - "Diff - difference between 2005 and 2009 DPDK version."
6486 #
6487 ## DPDK Performance Changes 3n-dnv 2t2c pdr
6488 #- type: "table"
6489 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6490 #  algorithm: "table_comparison"
6491 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6492 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6493 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6494 #  columns:
6495 #    - title: "2001"
6496 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6497 #    - title: "2005"
6498 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6499 #    - title: "2009"
6500 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6501 #  comparisons:
6502 #    - title: "Diff"
6503 #      reference: 2
6504 #      compare: 3
6505 #  legend:
6506 #    - ""
6507 #    - "2001, 2005, 2009 - DPDK versions tested."
6508 #    - "Diff - difference between 2005 and 2009 DPDK version."
6509 #
6510 ## DPDK Performance Changes 3n-dnv 1t1c ndr
6511 #- type: "table"
6512 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6513 #  algorithm: "table_comparison"
6514 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6515 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6516 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6517 #  columns:
6518 #    - title: "2001"
6519 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6520 #    - title: "2005"
6521 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6522 #    - title: "2009"
6523 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6524 #  comparisons:
6525 #    - title: "Diff"
6526 #      reference: 2
6527 #      compare: 3
6528 #  legend:
6529 #    - ""
6530 #    - "2001, 2005, 2009 - DPDK versions tested."
6531 #    - "Diff - difference between 2005 and 2009 DPDK version."
6532 #
6533 ## DPDK Performance Changes 3n-dnv 2t2c ndr
6534 #- type: "table"
6535 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6536 #  algorithm: "table_comparison"
6537 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6538 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6539 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6540 #  columns:
6541 #    - title: "2001"
6542 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6543 #    - title: "2005"
6544 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6545 #    - title: "2009"
6546 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6547 #  comparisons:
6548 #    - title: "Diff"
6549 #      reference: 2
6550 #      compare: 3
6551 #  legend:
6552 #    - ""
6553 #    - "2001, 2005, 2009 - DPDK versions tested."
6554 #    - "Diff - difference between 2005 and 2009 DPDK version."
6555
6556 # DPDK Performance Changes 3n-tsh 1t1c pdr
6557 - type: "table"
6558   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6559   algorithm: "table_comparison"
6560   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6561   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6562   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6563   columns:
6564     - title: "2001"
6565       data-set: "dpdk-performance-changes-3n-tsh-h1"
6566     - title: "2005"
6567       data-set: "dpdk-performance-changes-3n-tsh-ref"
6568     - title: "2009"
6569       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6570   comparisons:
6571     - title: "Diff"
6572       reference: 2
6573       compare: 3
6574   legend:
6575     - ""
6576     - "2001, 2005, 2009 - DPDK versions tested."
6577     - "Diff - difference between 2005 and 2009 DPDK version."
6578
6579 # DPDK Performance Changes 3n-tsh 2t2c pdr
6580 - type: "table"
6581   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6582   algorithm: "table_comparison"
6583   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6584   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6585   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6586   columns:
6587     - title: "2001"
6588       data-set: "dpdk-performance-changes-3n-tsh-h1"
6589     - title: "2005"
6590       data-set: "dpdk-performance-changes-3n-tsh-ref"
6591     - title: "2009"
6592       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6593   comparisons:
6594     - title: "Diff"
6595       reference: 2
6596       compare: 3
6597   legend:
6598     - ""
6599     - "2001, 2005, 2009 - DPDK versions tested."
6600     - "Diff - difference between 2005 and 2009 DPDK version."
6601
6602 # DPDK Performance Changes 3n-tsh 1t1c ndr
6603 - type: "table"
6604   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6605   algorithm: "table_comparison"
6606   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6607   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6608   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6609   columns:
6610     - title: "2001"
6611       data-set: "dpdk-performance-changes-3n-tsh-h1"
6612     - title: "2005"
6613       data-set: "dpdk-performance-changes-3n-tsh-ref"
6614     - title: "2009"
6615       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6616   comparisons:
6617     - title: "Diff"
6618       reference: 2
6619       compare: 3
6620   legend:
6621     - ""
6622     - "2001, 2005, 2009 - DPDK versions tested."
6623     - "Diff - difference between 2005 and 2009 DPDK version."
6624
6625 # DPDK Performance Changes 3n-tsh 2t2c ndr
6626 - type: "table"
6627   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6628   algorithm: "table_comparison"
6629   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6630   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6631   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6632   columns:
6633     - title: "2001"
6634       data-set: "dpdk-performance-changes-3n-tsh-h1"
6635     - title: "2005"
6636       data-set: "dpdk-performance-changes-3n-tsh-ref"
6637     - title: "2009"
6638       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6639   comparisons:
6640     - title: "Diff"
6641       reference: 2
6642       compare: 3
6643   legend:
6644     - ""
6645     - "2001, 2005, 2009 - DPDK versions tested."
6646     - "Diff - difference between 2005 and 2009 DPDK version."
6647
6648 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6649 - type: "table"
6650   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6651   algorithm: "table_comparison"
6652   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6653   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6654   filter: "'NIC_Intel-X710'"
6655   columns:
6656     - title: "3n-hsw x710"
6657       data-set: "dpdk-compare-testbeds-ref"
6658     - title: "3n-skx x710"
6659       data-set: "dpdk-compare-testbeds-cmp"
6660   comparisons:
6661     - title: "Diff"
6662       reference: 1
6663       compare: 2
6664   legend:
6665     - ""
6666     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6667     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6668
6669 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6670 - type: "table"
6671   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6672   algorithm: "table_comparison"
6673   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6674   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6675   filter: "'NIC_Intel-X710'"
6676   columns:
6677     - title: "3n-hsw x710"
6678       data-set: "dpdk-compare-testbeds-ref"
6679     - title: "3n-skx x710"
6680       data-set: "dpdk-compare-testbeds-cmp"
6681   comparisons:
6682     - title: "Diff"
6683       reference: 1
6684       compare: 2
6685   legend:
6686     - ""
6687     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6688     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6689
6690 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6691 - type: "table"
6692   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6693   algorithm: "table_comparison"
6694   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6695   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6696   filter: "'NIC_Intel-XXV710'"
6697   columns:
6698     - title: "2n-skx"
6699       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6700     - title: "2n-clx"
6701       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6702   comparisons:
6703     - title: "Diff"
6704       reference: 1
6705       compare: 2
6706   legend:
6707     - ""
6708     - "2n-skx, 2n-clx - testbeds and NICs tested."
6709     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6710
6711 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6712 - type: "table"
6713   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6714   algorithm: "table_comparison"
6715   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6716   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6717   filter: "'NIC_Intel-XXV710'"
6718   columns:
6719     - title: "2n-skx"
6720       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6721     - title: "2n-clx"
6722       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6723   comparisons:
6724     - title: "Diff"
6725       reference: 1
6726       compare: 2
6727   legend:
6728     - ""
6729     - "2n-skx, 2n-clx - testbeds and NICs tested."
6730     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6731
6732 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6733 - type: "table"
6734   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6735   algorithm: "table_comparison"
6736   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6737   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6738   filter: "'NIC_Intel-XXV710'"
6739   columns:
6740     - title: "3n-skx"
6741       data-set: "dpdk-compare-topologies-ref"
6742     - title: "2n-skx"
6743       data-set: "dpdk-compare-topologies-cmp"
6744   comparisons:
6745     - title: "Diff"
6746       reference: 1
6747       compare: 2
6748   legend:
6749     - ""
6750     - "3n-skx, 2n-skx - topologies tested."
6751     - "Diff - difference between 3n-skx and 2n-skx topologies."
6752
6753 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6754 - type: "table"
6755   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6756   algorithm: "table_comparison"
6757   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6758   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6759   filter: "'NIC_Intel-XXV710'"
6760   columns:
6761     - title: "3n-skx"
6762       data-set: "dpdk-compare-topologies-ref"
6763     - title: "2n-skx"
6764       data-set: "dpdk-compare-topologies-cmp"
6765   comparisons:
6766     - title: "Diff"
6767       reference: 1
6768       compare: 2
6769   legend:
6770     - ""
6771     - "3n-skx, 2n-skx - topologies tested."
6772     - "Diff - difference between 3n-skx and 2n-skx topologies."
6773
6774 # Detailed Test Results - DPDK Performance Results 3n-hsw
6775 - type: "table"
6776   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6777   algorithm: "table_merged_details"
6778   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6779   columns:
6780     - title: " |prein| Test Name |preout| "
6781       data: "data name"
6782     - 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| "
6783       data: "data msg"
6784   data: "dpdk-perf-results-3n-hsw"
6785   filter: "all"
6786   parameters:
6787   - "name"
6788   - "parent"
6789   - "msg"
6790
6791 # Detailed Test Results - DPDK Performance Results 3n-skx
6792 - type: "table"
6793   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6794   algorithm: "table_merged_details"
6795   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6796   columns:
6797     - title: " |prein| Test Name |preout| "
6798       data: "data name"
6799     - 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| "
6800       data: "data msg"
6801   data: "dpdk-perf-results-3n-skx"
6802   filter: "all"
6803   remove-ndr: False
6804   parameters:
6805   - "name"
6806   - "parent"
6807   - "msg"
6808
6809 # Detailed Test Results - DPDK Performance Results 2n-skx
6810 - type: "table"
6811   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6812   algorithm: "table_merged_details"
6813   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6814   columns:
6815     - title: " |prein| Test Name |preout| "
6816       data: "data name"
6817     - 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| "
6818       data: "data msg"
6819   data: "dpdk-perf-results-2n-skx"
6820   filter: "all"
6821   remove-ndr: False
6822   parameters:
6823   - "name"
6824   - "parent"
6825   - "msg"
6826
6827 # Detailed Test Results - DPDK Performance Results 2n-clx
6828 - type: "table"
6829   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6830   algorithm: "table_merged_details"
6831   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6832   columns:
6833     - title: " |prein| Test Name |preout| "
6834       data: "data name"
6835     - 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| "
6836       data: "data msg"
6837   data: "dpdk-perf-results-2n-clx"
6838   filter: "all"
6839   parameters:
6840   - "name"
6841   - "parent"
6842   - "msg"
6843
6844 ## Detailed Test Results - DPDK Performance Results 2n-dnv
6845 #- type: "table"
6846 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6847 #  algorithm: "table_merged_details"
6848 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6849 #  columns:
6850 #    - title: " |prein| Test Name |preout| "
6851 #      data: "data name"
6852 #    - 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| "
6853 #      data: "data msg"
6854 #  data: "dpdk-perf-results-2n-dnv"
6855 #  filter: "all"
6856 #  parameters:
6857 #  - "name"
6858 #  - "parent"
6859 #  - "msg"
6860 #
6861 ## Detailed Test Results - DPDK Performance Results 3n-dnv
6862 #- type: "table"
6863 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6864 #  algorithm: "table_merged_details"
6865 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6866 #  columns:
6867 #    - title: " |prein| Test Name |preout| "
6868 #      data: "data name"
6869 #    - 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| "
6870 #      data: "data msg"
6871 #  data: "dpdk-perf-results-3n-dnv"
6872 #  filter: "all"
6873 #  parameters:
6874 #  - "name"
6875 #  - "parent"
6876 #  - "msg"
6877
6878 # Detailed Test Results - DPDK Performance Results 3n-tsh
6879 - type: "table"
6880   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6881   algorithm: "table_merged_details"
6882   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6883   columns:
6884     - title: " |prein| Test Name |preout| "
6885       data: "data name"
6886     - 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| "
6887       data: "data msg"
6888   data: "dpdk-perf-results-3n-tsh"
6889   filter: "all"
6890   parameters:
6891   - "name"
6892   - "parent"
6893   - "msg"
6894
6895 ################################################################################
6896 ###                                F I L E S                                 ###
6897 ################################################################################
6898
6899 # VPP Performance Results
6900 - type: "file"
6901   title: "VPP Performance Results"
6902   algorithm: "file_details_split"
6903   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6904   dir-tables:
6905     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6906     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6907     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6908     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6909     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6910     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6911     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6912   data:
6913     - "vpp-perf-results-2n-skx"
6914     - "vpp-perf-results-3n-skx"
6915     - "vpp-perf-results-2n-clx"
6916     - "vpp-perf-results-3n-hsw"
6917     - "vpp-perf-results-3n-tsh"
6918     - "vpp-perf-results-2n-dnv"
6919     - "vpp-perf-results-3n-dnv"
6920   filter: "all"
6921   data-start-level: 4
6922   order-chapters:
6923     level-1:
6924       - "l2"
6925       - "ip4"
6926       - "ip6"
6927       - "srv6"
6928       - "ip4_tunnels"
6929       - "ip6_tunnels"
6930       - "vm_vhost"
6931       - "container_memif"
6932       - "crypto"
6933       - "vts"
6934       - "lb"
6935       - "nfv_density"
6936       - "hoststack"
6937     level-2:
6938       - "2n-skx"
6939       - "3n-skx"
6940       - "2n-clx"
6941       - "3n-hsw"
6942       - "3n-tsh"
6943       - "2n-dnv"
6944       - "3n-dnv"
6945     level-3:
6946       - "xl710"
6947       - "x520"
6948       - "xxv710"
6949       - "x710"
6950       - "x553"
6951       - "cx556a"
6952       - "vic1227"
6953       - "vic1385"
6954
6955 # VPP Performance Configuration
6956 - type: "file"
6957   title: "VPP Performance Configuration"
6958   algorithm: "file_details_split"
6959   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6960   dir-tables:
6961     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6962     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6963     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6964     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6965     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6966     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6967     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6968   data:
6969     - "vpp-perf-results-2n-skx"
6970     - "vpp-perf-results-3n-skx"
6971     - "vpp-perf-results-2n-clx"
6972     - "vpp-perf-results-3n-hsw"
6973     - "vpp-perf-results-3n-tsh"
6974     - "vpp-perf-results-2n-dnv"
6975     - "vpp-perf-results-3n-dnv"
6976   filter: "all"
6977   data-start-level: 4
6978   order-chapters:
6979     level-1:
6980       - "l2"
6981       - "ip4"
6982       - "ip6"
6983       - "srv6"
6984       - "ip4_tunnels"
6985       - "ip6_tunnels"
6986       - "vm_vhost"
6987       - "container_memif"
6988       - "crypto"
6989       - "vts"
6990       - "lb"
6991       - "nfv_density"
6992       - "hoststack"
6993     level-2:
6994       - "2n-skx"
6995       - "3n-skx"
6996       - "2n-clx"
6997       - "3n-hsw"
6998       - "3n-tsh"
6999       - "2n-dnv"
7000       - "3n-dnv"
7001     level-3:
7002       - "xl710"
7003       - "x520"
7004       - "xxv710"
7005       - "x710"
7006       - "x553"
7007       - "cx556a"
7008       - "vic1227"
7009       - "vic1385"
7010
7011 # VPP Performance Operational
7012 - type: "file"
7013   title: "VPP Performance Operational"
7014   algorithm: "file_details_split_html"
7015   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7016   dir-tables:
7017     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7018     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7019     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7020     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7021     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7022     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7023     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7024   data:
7025     - "vpp-perf-results-2n-skx"
7026     - "vpp-perf-results-3n-skx"
7027     - "vpp-perf-results-2n-clx"
7028     - "vpp-perf-results-3n-hsw"
7029     - "vpp-perf-results-3n-tsh"
7030     - "vpp-perf-results-2n-dnv"
7031     - "vpp-perf-results-3n-dnv"
7032   filter: "all"
7033   data-start-level: 4
7034   order-chapters:
7035     level-1:
7036       - "l2"
7037       - "ip4"
7038       - "ip6"
7039       - "srv6"
7040       - "ip4_tunnels"
7041       - "ip6_tunnels"
7042       - "vm_vhost"
7043       - "container_memif"
7044       - "crypto"
7045       - "vts"
7046       - "lb"
7047       - "nfv_density"
7048       - "hoststack"
7049     level-2:
7050       - "2n-skx"
7051       - "3n-skx"
7052       - "2n-clx"
7053       - "3n-hsw"
7054       - "3n-tsh"
7055       - "2n-dnv"
7056       - "3n-dnv"
7057     level-3:
7058       - "xl710"
7059       - "x520"
7060       - "xxv710"
7061       - "x710"
7062       - "x553"
7063       - "cx556a"
7064       - "vic1227"
7065       - "vic1385"
7066
7067 # VPP MRR Results
7068 - type: "file"
7069   title: "VPP MRR Results"
7070   algorithm: "file_details_split"
7071   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7072   dir-tables:
7073     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7074     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7075     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7076     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7077     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7078     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7079     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7080   data:
7081     - "vpp-mrr-results-2n-skx"
7082     - "vpp-mrr-results-3n-skx"
7083     - "vpp-mrr-results-2n-clx"
7084     - "vpp-mrr-results-3n-hsw"
7085     - "vpp-mrr-results-3n-tsh"
7086     - "vpp-mrr-results-2n-dnv"
7087     - "vpp-mrr-results-3n-dnv"
7088   filter: "all"
7089   data-start-level: 4
7090   order-chapters:
7091     level-1:
7092       - "l2"
7093       - "ip4"
7094       - "ip6"
7095       - "srv6"
7096       - "ip4_tunnels"
7097       - "ip6_tunnels"
7098       - "vm_vhost"
7099       - "container_memif"
7100       - "crypto"
7101       - "vts"
7102       - "lb"
7103       - "nfv_density"
7104       - "hoststack"
7105     level-2:
7106       - "2n-skx"
7107       - "3n-skx"
7108       - "2n-clx"
7109       - "3n-hsw"
7110       - "3n-tsh"
7111       - "2n-dnv"
7112       - "3n-dnv"
7113     level-3:
7114       - "xl710"
7115       - "x520"
7116       - "xxv710"
7117       - "x710"
7118       - "x553"
7119       - "cx556a"
7120       - "vic1227"
7121       - "vic1385"
7122
7123 # VPP MRR Configuration
7124 - type: "file"
7125   title: "VPP MRR Configuration"
7126   algorithm: "file_details_split"
7127   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7128   dir-tables:
7129     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7130     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7131     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7132     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7133     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7134     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7135     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7136   data:
7137     - "vpp-mrr-results-2n-skx"
7138     - "vpp-mrr-results-3n-skx"
7139     - "vpp-mrr-results-2n-clx"
7140     - "vpp-mrr-results-3n-hsw"
7141     - "vpp-mrr-results-3n-tsh"
7142     - "vpp-mrr-results-2n-dnv"
7143     - "vpp-mrr-results-3n-dnv"
7144   filter: "all"
7145   data-start-level: 4
7146   order-chapters:
7147     level-1:
7148       - "l2"
7149       - "ip4"
7150       - "ip6"
7151       - "srv6"
7152       - "ip4_tunnels"
7153       - "ip6_tunnels"
7154       - "vm_vhost"
7155       - "container_memif"
7156       - "crypto"
7157       - "vts"
7158       - "lb"
7159       - "nfv_density"
7160       - "hoststack"
7161     level-2:
7162       - "2n-skx"
7163       - "3n-skx"
7164       - "2n-clx"
7165       - "3n-hsw"
7166       - "3n-tsh"
7167       - "2n-dnv"
7168       - "3n-dnv"
7169     level-3:
7170       - "xl710"
7171       - "x520"
7172       - "xxv710"
7173       - "x710"
7174       - "x553"
7175       - "cx556a"
7176       - "vic1227"
7177       - "vic1385"
7178
7179 # VPP Device Results - Ubuntu
7180 - type: "file"
7181   title: "VPP Device Results - Ubuntu"
7182   algorithm: "file_test_results"
7183   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7184   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7185   data: "vpp-device-results-ubuntu"
7186   filter: "all"
7187   data-start-level: 4
7188
7189 # VPP Device Configuration - Ubuntu
7190 - type: "file"
7191   title: "VPP Device Configuration - Ubuntu"
7192   algorithm: "file_test_results"
7193   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7194   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7195   data: "vpp-device-results-ubuntu"
7196   filter: "all"
7197   data-start-level: 4
7198
7199 # DPDK Performance Results 3n-hsw
7200 - type: "file"
7201   title: "DPDK Performance Results 3n-hsw"
7202   algorithm: "file_test_results"
7203   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7204   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7205   data: "dpdk-perf-results-3n-hsw"
7206   filter: "all"
7207   data-start-level: 4
7208
7209 # DPDK Performance Results 3n-skx
7210 - type: "file"
7211   title: "DPDK Performance Results 3n-skx"
7212   algorithm: "file_test_results"
7213   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7214   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7215   data: "dpdk-perf-results-3n-skx"
7216   filter: "all"
7217   data-start-level: 4
7218
7219 # DPDK Performance Results 2n-skx
7220 - type: "file"
7221   title: "DPDK Performance Results 2n-skx"
7222   algorithm: "file_test_results"
7223   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7224   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7225   data: "dpdk-perf-results-2n-skx"
7226   filter: "all"
7227   data-start-level: 4
7228
7229 # DPDK Performance Results 2n-clx
7230 - type: "file"
7231   title: "DPDK Performance Results 2n-clx"
7232   algorithm: "file_test_results"
7233   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7234   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7235   data: "dpdk-perf-results-2n-clx"
7236   filter: "all"
7237   data-start-level: 4
7238
7239 ## DPDK Performance Results 2n-dnv
7240 #- type: "file"
7241 #  title: "DPDK Performance Results 2n-dnv"
7242 #  algorithm: "file_test_results"
7243 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7244 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7245 #  data: "dpdk-perf-results-2n-dnv"
7246 #  filter: "all"
7247 #  data-start-level: 4
7248 #
7249 ## DPDK Performance Results 3n-dnv
7250 #- type: "file"
7251 #  title: "DPDK Performance Results 3n-dnv"
7252 #  algorithm: "file_test_results"
7253 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7254 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7255 #  data: "dpdk-perf-results-3n-dnv"
7256 #  filter: "all"
7257 #  data-start-level: 4
7258
7259 # DPDK Performance Results 3n-tsh
7260 - type: "file"
7261   title: "DPDK Performance Results 3n-tsh"
7262   algorithm: "file_test_results"
7263   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7264   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7265   data: "dpdk-perf-results-3n-tsh"
7266   filter: "all"
7267   data-start-level: 4
7268
7269 ################################################################################
7270 ###                                P L O T S                                 ###
7271 ################################################################################
7272
7273 # Hoststack tests 3n-hsw
7274
7275 - type: "plot"
7276   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7277   algorithm: "plot_perf_box_name"
7278   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7279   data: "plot-vpp-hoststack-3n-hsw"
7280   include:
7281     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7282     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7283   layout:
7284     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7285     layout: "plot-hoststack"
7286
7287 - type: "plot"
7288   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7289   algorithm: "plot_perf_box_name"
7290   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7291   data: "plot-vpp-hoststack-3n-hsw"
7292   include:
7293     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7294     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7295   layout:
7296     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7297     layout: "plot-hoststack"
7298
7299 - type: "plot"
7300   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7301   algorithm: "plot_perf_box_name"
7302   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7303   data: "plot-vpp-hoststack-3n-hsw"
7304   include:
7305     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7306     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7307     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7308     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7309   layout:
7310     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7311     layout: "plot-hoststack"
7312
7313 ################################################################################
7314
7315 # Soak Test (PLRsearch), boxes - 2n-clx
7316 - type: "plot"
7317   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7318   algorithm: "plot_perf_box_name"
7319   output-file-type: ".html"
7320   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7321   data: "plot-vpp-soak-2n-clx"
7322   include:
7323     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7324     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7325     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7326     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7327     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7328     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7329   layout:
7330     title: "30 Minutes Soak Test (PLRsearch)"
7331     layout: "plot-soak-throughput"
7332
7333 # Soak Test (PLRsearch), boxes - 2n-clx
7334 - type: "plot"
7335   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7336   algorithm: "plot_perf_box_name"
7337   output-file-type: ".html"
7338   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7339   data: "plot-vpp-soak-2n-clx"
7340   include:
7341     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7342     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7343     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7344     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7345     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7346     - "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"
7347   layout:
7348     title: "30 Minutes Soak Test (PLRsearch)"
7349     layout: "plot-soak-throughput"
7350
7351 # Soak Test (PLRsearch), boxes - 2n-skx
7352 - type: "plot"
7353   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7354   algorithm: "plot_perf_box_name"
7355   output-file-type: ".html"
7356   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7357   data: "plot-vpp-soak-2n-skx"
7358   include:
7359     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7360     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7361     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7362     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7363     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7364     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7365   layout:
7366     title: "30 Minutes Soak Test (PLRsearch)"
7367     layout: "plot-soak-throughput"
7368
7369 # Soak Test (PLRsearch), boxes - 2n-skx
7370 - type: "plot"
7371   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7372   algorithm: "plot_perf_box_name"
7373   output-file-type: ".html"
7374   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7375   data: "plot-vpp-soak-2n-skx"
7376   include:
7377     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7378     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7379     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7380     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7381     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7382     - "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"
7383   layout:
7384     title: "30 Minutes Soak Test (PLRsearch)"
7385     layout: "plot-soak-throughput"
7386
7387 ###############################################################################
7388
7389 # Reconf tests 2n-skx
7390
7391 - type: "plot"
7392   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7393   algorithm: "plot_nf_reconf_box_name"
7394   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7395   data: "plot-vpp-nfv-reconf-2n-skx"
7396   include:
7397     - "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"
7398     - "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"
7399     - "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"
7400     - "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"
7401     - "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"
7402     - "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"
7403   layout:
7404     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7405     layout: "plot-throughput"
7406
7407 - type: "plot"
7408   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7409   algorithm: "plot_nf_reconf_box_name"
7410   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7411   data: "plot-vpp-nfv-reconf-2n-skx"
7412   include:
7413     - "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"
7414     - "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"
7415     - "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"
7416     - "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"
7417     - "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"
7418     - "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"
7419   layout:
7420     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7421     layout: "plot-throughput"
7422
7423 - type: "plot"
7424   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7425   algorithm: "plot_nf_reconf_box_name"
7426   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7427   data: "plot-vpp-nfv-reconf-2n-skx"
7428   include:
7429     - "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"
7430     - "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"
7431     - "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"
7432     - "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"
7433     - "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"
7434     - "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"
7435   layout:
7436     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7437     layout: "plot-throughput"
7438
7439 ###############################################################################
7440
7441 # Reconf tests 2n-clx
7442
7443 - type: "plot"
7444   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7445   algorithm: "plot_nf_reconf_box_name"
7446   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7447   data: "plot-vpp-nfv-reconf-2n-clx"
7448   include:
7449     - "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"
7450     - "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"
7451     - "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"
7452     - "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"
7453   layout:
7454     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7455     layout: "plot-throughput"
7456
7457 - type: "plot"
7458   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7459   algorithm: "plot_nf_reconf_box_name"
7460   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7461   data: "plot-vpp-nfv-reconf-2n-clx"
7462   include:
7463     - "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"
7464     - "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"
7465     - "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"
7466     - "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"
7467   layout:
7468     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7469     layout: "plot-throughput"
7470
7471 - type: "plot"
7472   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7473   algorithm: "plot_nf_reconf_box_name"
7474   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7475   data: "plot-vpp-nfv-reconf-2n-clx"
7476   include:
7477     - "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"
7478     - "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"
7479     - "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"
7480     - "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"
7481   layout:
7482     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7483     layout: "plot-throughput"
7484
7485 ###############################################################################
7486
7487 # Plots - NF Density - VSC - MRR IMIX
7488 - type: "plot"
7489   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7490   algorithm: "plot_nf_heatmap"
7491   output-file-type: ".html"
7492   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7493   data: "plot-vpp-nfv-2n-skx-mrr"
7494   filter: "'NIC_Intel-XXV710' and
7495            'NF_DENSITY' and
7496            'VHOST' and
7497            not 'VXLAN' and
7498            'CHAIN' and
7499            'NF_VPPIP4' and
7500            'IMIX' and
7501            '2T1C' and
7502            'MRR'"
7503   parameters:
7504   - "result"
7505   - "name"
7506   - "tags"
7507   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7508   x-axis: "X = VNFs per Service Chain"
7509   y-axis: "Y = Number of Service Chains"
7510   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7511   layout:
7512     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7513     layout: "plot-service-density"
7514
7515 - type: "plot"
7516   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7517   algorithm: "plot_nf_heatmap"
7518   output-file-type: ".html"
7519   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7520   data: "plot-vpp-nfv-2n-skx-mrr"
7521   filter: "'NIC_Intel-XXV710' and
7522            'NF_DENSITY' and
7523            'VHOST' and
7524            not 'VXLAN' and
7525            'CHAIN' and
7526            'NF_VPPIP4' and
7527            'IMIX' and
7528            '4T2C' and
7529            'MRR'"
7530   parameters:
7531   - "result"
7532   - "name"
7533   - "tags"
7534   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7535   x-axis: "X = VNFs per Service Chain"
7536   y-axis: "Y = Number of Service Chains"
7537   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7538   layout:
7539     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7540     layout: "plot-service-density"
7541
7542 - type: "plot"
7543   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7544   algorithm: "plot_nf_heatmap"
7545   output-file-type: ".html"
7546   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7547   data: "plot-vpp-nfv-2n-skx-mrr"
7548   filter: "'NIC_Intel-XXV710' and
7549            'NF_DENSITY' and
7550            'VHOST' and
7551            not 'VXLAN' and
7552            'CHAIN' and
7553            'NF_VPPIP4' and
7554            'IMIX' and
7555            '8T4C' and
7556            'MRR'"
7557   parameters:
7558   - "result"
7559   - "name"
7560   - "tags"
7561   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7562   x-axis: "X = VNFs per Service Chain"
7563   y-axis: "Y = Number of Service Chains"
7564   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7565   layout:
7566     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7567     layout: "plot-service-density"
7568
7569 # Plots - NF Density - VSC - NDR IMIX
7570 - type: "plot"
7571   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7572   algorithm: "plot_nf_heatmap"
7573   output-file-type: ".html"
7574   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7575   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7576   filter: "'NIC_Intel-XXV710' and
7577            'NF_DENSITY' and
7578            'VHOST' and
7579            not 'VXLAN' and
7580            'CHAIN' and
7581            'NF_VPPIP4' and
7582            'IMIX' and
7583            '2T1C' and
7584            'NDRPDR'"
7585   parameters:
7586   - "throughput"
7587   - "name"
7588   - "tags"
7589   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7590   x-axis: "X = VNFs per Service Chain"
7591   y-axis: "Y = Number of Service Chains"
7592   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7593   layout:
7594     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7595     layout: "plot-service-density"
7596
7597 - type: "plot"
7598   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7599   algorithm: "plot_nf_heatmap"
7600   output-file-type: ".html"
7601   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7602   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7603   filter: "'NIC_Intel-XXV710' and
7604            'NF_DENSITY' and
7605            'VHOST' and
7606            not 'VXLAN' and
7607            'CHAIN' and
7608            'NF_VPPIP4' and
7609            'IMIX' and
7610            '4T2C' and
7611            'NDRPDR'"
7612   parameters:
7613   - "throughput"
7614   - "name"
7615   - "tags"
7616   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7617   x-axis: "X = VNFs per Service Chain"
7618   y-axis: "Y = Number of Service Chains"
7619   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7620   layout:
7621     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7622     layout: "plot-service-density"
7623
7624 - type: "plot"
7625   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7626   algorithm: "plot_nf_heatmap"
7627   output-file-type: ".html"
7628   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7629   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7630   filter: "'NIC_Intel-XXV710' and
7631            'NF_DENSITY' and
7632            'VHOST' and
7633            not 'VXLAN' and
7634            'CHAIN' and
7635            'NF_VPPIP4' and
7636            'IMIX' and
7637            '8T4C' and
7638            'NDRPDR'"
7639   parameters:
7640   - "throughput"
7641   - "name"
7642   - "tags"
7643   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7644   x-axis: "X = VNFs per Service Chain"
7645   y-axis: "Y = Number of Service Chains"
7646   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7647   layout:
7648     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7649     layout: "plot-service-density"
7650
7651 # Plots - NF Density - VSC - PDR IMIX
7652 - type: "plot"
7653   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7654   algorithm: "plot_nf_heatmap"
7655   output-file-type: ".html"
7656   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7657   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7658   filter: "'NIC_Intel-XXV710' and
7659            'NF_DENSITY' and
7660            'VHOST' and
7661            not 'VXLAN' and
7662            'CHAIN' and
7663            'NF_VPPIP4' and
7664            'IMIX' and
7665            '2T1C' and
7666            'NDRPDR'"
7667   parameters:
7668   - "throughput"
7669   - "name"
7670   - "tags"
7671   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7672   x-axis: "X = VNFs per Service Chain"
7673   y-axis: "Y = Number of Service Chains"
7674   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7675   layout:
7676     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7677     layout: "plot-service-density"
7678
7679 - type: "plot"
7680   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7681   algorithm: "plot_nf_heatmap"
7682   output-file-type: ".html"
7683   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7684   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7685   filter: "'NIC_Intel-XXV710' and
7686            'NF_DENSITY' and
7687            'VHOST' and
7688            not 'VXLAN' and
7689            'CHAIN' and
7690            'NF_VPPIP4' and
7691            'IMIX' and
7692            '4T2C' and
7693            'NDRPDR'"
7694   parameters:
7695   - "throughput"
7696   - "name"
7697   - "tags"
7698   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7699   x-axis: "X = VNFs per Service Chain"
7700   y-axis: "Y = Number of Service Chains"
7701   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7702   layout:
7703     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7704     layout: "plot-service-density"
7705
7706 - type: "plot"
7707   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7708   algorithm: "plot_nf_heatmap"
7709   output-file-type: ".html"
7710   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7711   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7712   filter: "'NIC_Intel-XXV710' and
7713            'NF_DENSITY' and
7714            'VHOST' and
7715            not 'VXLAN' and
7716            'CHAIN' and
7717            'NF_VPPIP4' and
7718            'IMIX' and
7719            '8T4C' and
7720            'NDRPDR'"
7721   parameters:
7722   - "throughput"
7723   - "name"
7724   - "tags"
7725   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7726   x-axis: "X = VNFs per Service Chain"
7727   y-axis: "Y = Number of Service Chains"
7728   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7729   layout:
7730     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7731     layout: "plot-service-density"
7732
7733 ###############################################################################
7734
7735 # Plots - NF Density - VSC - MRR IMIX
7736 - type: "plot"
7737   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7738   algorithm: "plot_nf_heatmap"
7739   output-file-type: ".html"
7740   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7741   data: "plot-vpp-nfv-2n-skx-mrr"
7742   filter: "'NIC_Intel-XXV710' and
7743            'NF_DENSITY' and
7744            'VHOST' and
7745            'VXLAN' and
7746            'CHAIN' and
7747            'IMIX' and
7748            '2T1C' and
7749            'MRR'"
7750   parameters:
7751   - "result"
7752   - "name"
7753   - "tags"
7754   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7755   x-axis: "X = VNFs per Service Chain"
7756   y-axis: "Y = Number of Service Chains"
7757   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7758   layout:
7759     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7760     layout: "plot-service-density"
7761
7762 - type: "plot"
7763   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7764   algorithm: "plot_nf_heatmap"
7765   output-file-type: ".html"
7766   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7767   data: "plot-vpp-nfv-2n-skx-mrr"
7768   filter: "'NIC_Intel-XXV710' and
7769            'NF_DENSITY' and
7770            'VHOST' and
7771            'VXLAN' and
7772            'CHAIN' and
7773            'IMIX' and
7774            '4T2C' and
7775            'MRR'"
7776   parameters:
7777   - "result"
7778   - "name"
7779   - "tags"
7780   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7781   x-axis: "X = VNFs per Service Chain"
7782   y-axis: "Y = Number of Service Chains"
7783   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7784   layout:
7785     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7786     layout: "plot-service-density"
7787
7788 - type: "plot"
7789   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7790   algorithm: "plot_nf_heatmap"
7791   output-file-type: ".html"
7792   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7793   data: "plot-vpp-nfv-2n-skx-mrr"
7794   filter: "'NIC_Intel-XXV710' and
7795            'NF_DENSITY' and
7796            'VHOST' and
7797            'VXLAN' and
7798            'CHAIN' and
7799            'IMIX' and
7800            '8T4C' and
7801            'MRR'"
7802   parameters:
7803   - "result"
7804   - "name"
7805   - "tags"
7806   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7807   x-axis: "X = VNFs per Service Chain"
7808   y-axis: "Y = Number of Service Chains"
7809   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7810   layout:
7811     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7812     layout: "plot-service-density"
7813
7814 # Plots - NF Density - VSC - NDR IMIX
7815 - type: "plot"
7816   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7817   algorithm: "plot_nf_heatmap"
7818   output-file-type: ".html"
7819   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7820   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7821   filter: "'NIC_Intel-XXV710' and
7822            'NF_DENSITY' and
7823            'VHOST' and
7824            'VXLAN' and
7825            'CHAIN' and
7826            'IMIX' and
7827            '2T1C' and
7828            'NDRPDR'"
7829   parameters:
7830   - "throughput"
7831   - "name"
7832   - "tags"
7833   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7834   x-axis: "X = VNFs per Service Chain"
7835   y-axis: "Y = Number of Service Chains"
7836   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7837   layout:
7838     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7839     layout: "plot-service-density"
7840
7841 - type: "plot"
7842   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7843   algorithm: "plot_nf_heatmap"
7844   output-file-type: ".html"
7845   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7846   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7847   filter: "'NIC_Intel-XXV710' and
7848            'NF_DENSITY' and
7849            'VHOST' and
7850            'VXLAN' and
7851            'CHAIN' and
7852            'IMIX' and
7853            '4T2C' and
7854            'NDRPDR'"
7855   parameters:
7856   - "throughput"
7857   - "name"
7858   - "tags"
7859   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7860   x-axis: "X = VNFs per Service Chain"
7861   y-axis: "Y = Number of Service Chains"
7862   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7863   layout:
7864     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7865     layout: "plot-service-density"
7866
7867 - type: "plot"
7868   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7869   algorithm: "plot_nf_heatmap"
7870   output-file-type: ".html"
7871   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7872   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7873   filter: "'NIC_Intel-XXV710' and
7874            'NF_DENSITY' and
7875            'VHOST' and
7876            'VXLAN' and
7877            'CHAIN' and
7878            'IMIX' and
7879            '8T4C' and
7880            'NDRPDR'"
7881   parameters:
7882   - "throughput"
7883   - "name"
7884   - "tags"
7885   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7886   x-axis: "X = VNFs per Service Chain"
7887   y-axis: "Y = Number of Service Chains"
7888   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7889   layout:
7890     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7891     layout: "plot-service-density"
7892
7893 # Plots - NF Density - VSC - PDR IMIX
7894 - type: "plot"
7895   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7896   algorithm: "plot_nf_heatmap"
7897   output-file-type: ".html"
7898   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7899   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7900   filter: "'NIC_Intel-XXV710' and
7901            'NF_DENSITY' and
7902            'VHOST' and
7903            'VXLAN' and
7904            'CHAIN' and
7905            'IMIX' and
7906            '2T1C' and
7907            'NDRPDR'"
7908   parameters:
7909   - "throughput"
7910   - "name"
7911   - "tags"
7912   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7913   x-axis: "X = VNFs per Service Chain"
7914   y-axis: "Y = Number of Service Chains"
7915   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7916   layout:
7917     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7918     layout: "plot-service-density"
7919
7920 - type: "plot"
7921   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7922   algorithm: "plot_nf_heatmap"
7923   output-file-type: ".html"
7924   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7925   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7926   filter: "'NIC_Intel-XXV710' and
7927            'NF_DENSITY' and
7928            'VHOST' and
7929            'VXLAN' and
7930            'CHAIN' and
7931            'IMIX' and
7932            '4T2C' and
7933            'NDRPDR'"
7934   parameters:
7935   - "throughput"
7936   - "name"
7937   - "tags"
7938   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7939   x-axis: "X = VNFs per Service Chain"
7940   y-axis: "Y = Number of Service Chains"
7941   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7942   layout:
7943     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7944     layout: "plot-service-density"
7945
7946 - type: "plot"
7947   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7948   algorithm: "plot_nf_heatmap"
7949   output-file-type: ".html"
7950   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7951   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7952   filter: "'NIC_Intel-XXV710' and
7953            'NF_DENSITY' and
7954            'VHOST' and
7955            'VXLAN' and
7956            'CHAIN' and
7957            'IMIX' and
7958            '8T4C' and
7959            'NDRPDR'"
7960   parameters:
7961   - "throughput"
7962   - "name"
7963   - "tags"
7964   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7965   x-axis: "X = VNFs per Service Chain"
7966   y-axis: "Y = Number of Service Chains"
7967   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7968   layout:
7969     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7970     layout: "plot-service-density"
7971
7972 ###############################################################################
7973
7974 # Plots - NF Density - CSC - MRR IMIX
7975 - type: "plot"
7976   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7977   algorithm: "plot_nf_heatmap"
7978   output-file-type: ".html"
7979   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7980   data: "plot-vpp-nfv-2n-skx-mrr"
7981   filter: "'NIC_Intel-XXV710' and
7982            'NF_DENSITY' and
7983            'DOCKER' and
7984            'CHAIN' and
7985            'NF_VPPIP4' and
7986            'IMIX' and
7987            '2T1C' and
7988            'MRR'"
7989   parameters:
7990   - "result"
7991   - "name"
7992   - "tags"
7993   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7994   x-axis: "X = CNFs per Service Chain"
7995   y-axis: "Y = Number of Service Chains"
7996   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7997   layout:
7998     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7999     layout: "plot-service-density"
8000
8001 - type: "plot"
8002   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8003   algorithm: "plot_nf_heatmap"
8004   output-file-type: ".html"
8005   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8006   data: "plot-vpp-nfv-2n-skx-mrr"
8007   filter: "'NIC_Intel-XXV710' and
8008            'NF_DENSITY' and
8009            'DOCKER' and
8010            'CHAIN' and
8011            'NF_VPPIP4' and
8012            'IMIX' and
8013            '4T2C' and
8014            'MRR'"
8015   parameters:
8016   - "result"
8017   - "name"
8018   - "tags"
8019   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8020   x-axis: "X = CNFs per Service Chain"
8021   y-axis: "Y = Number of Service Chains"
8022   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8023   layout:
8024     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8025     layout: "plot-service-density"
8026
8027 - type: "plot"
8028   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8029   algorithm: "plot_nf_heatmap"
8030   output-file-type: ".html"
8031   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8032   data: "plot-vpp-nfv-2n-skx-mrr"
8033   filter: "'NIC_Intel-XXV710' and
8034            'NF_DENSITY' and
8035            'DOCKER' and
8036            'CHAIN' and
8037            'NF_VPPIP4' and
8038            'IMIX' and
8039            '8T4C' and
8040            'MRR'"
8041   parameters:
8042   - "result"
8043   - "name"
8044   - "tags"
8045   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8046   x-axis: "X = CNFs per Service Chain"
8047   y-axis: "Y = Number of Service Chains"
8048   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8049   layout:
8050     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8051     layout: "plot-service-density"
8052
8053 # Plots - NF Density - CSC - NDR IMIX
8054 - type: "plot"
8055   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8056   algorithm: "plot_nf_heatmap"
8057   output-file-type: ".html"
8058   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8059   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8060   filter: "'NIC_Intel-XXV710' and
8061            'NF_DENSITY' and
8062            'DOCKER' and
8063            'CHAIN' and
8064            'NF_VPPIP4' and
8065            'IMIX' and
8066            '2T1C' and
8067            'NDRPDR'"
8068   parameters:
8069   - "throughput"
8070   - "name"
8071   - "tags"
8072   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8073   x-axis: "X = CNFs per Service Chain"
8074   y-axis: "Y = Number of Service Chains"
8075   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8076   layout:
8077     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8078     layout: "plot-service-density"
8079
8080 - type: "plot"
8081   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8082   algorithm: "plot_nf_heatmap"
8083   output-file-type: ".html"
8084   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8085   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8086   filter: "'NIC_Intel-XXV710' and
8087            'NF_DENSITY' and
8088            'DOCKER' and
8089            'CHAIN' and
8090            'NF_VPPIP4' and
8091            'IMIX' and
8092            '4T2C' and
8093            'NDRPDR'"
8094   parameters:
8095   - "throughput"
8096   - "name"
8097   - "tags"
8098   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8099   x-axis: "X = CNFs per Service Chain"
8100   y-axis: "Y = Number of Service Chains"
8101   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8102   layout:
8103     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8104     layout: "plot-service-density"
8105
8106 - type: "plot"
8107   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8108   algorithm: "plot_nf_heatmap"
8109   output-file-type: ".html"
8110   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8111   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8112   filter: "'NIC_Intel-XXV710' and
8113            'NF_DENSITY' and
8114            'DOCKER' and
8115            'CHAIN' and
8116            'NF_VPPIP4' and
8117            'IMIX' and
8118            '8T4C' and
8119            'NDRPDR'"
8120   parameters:
8121   - "throughput"
8122   - "name"
8123   - "tags"
8124   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8125   x-axis: "X = CNFs per Service Chain"
8126   y-axis: "Y = Number of Service Chains"
8127   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8128   layout:
8129     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8130     layout: "plot-service-density"
8131
8132 # Plots - NF Density - CSC - PDR IMIX
8133 - type: "plot"
8134   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8135   algorithm: "plot_nf_heatmap"
8136   output-file-type: ".html"
8137   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8138   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8139   filter: "'NIC_Intel-XXV710' and
8140            'NF_DENSITY' and
8141            'DOCKER' and
8142            'CHAIN' and
8143            'NF_VPPIP4' and
8144            'IMIX' and
8145            '2T1C' and
8146            'NDRPDR'"
8147   parameters:
8148   - "throughput"
8149   - "name"
8150   - "tags"
8151   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8152   x-axis: "X = CNFs per Service Chain"
8153   y-axis: "Y = Number of Service Chains"
8154   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8155   layout:
8156     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8157     layout: "plot-service-density"
8158
8159 - type: "plot"
8160   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8161   algorithm: "plot_nf_heatmap"
8162   output-file-type: ".html"
8163   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8164   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8165   filter: "'NIC_Intel-XXV710' and
8166            'NF_DENSITY' and
8167            'DOCKER' and
8168            'CHAIN' and
8169            'NF_VPPIP4' and
8170            'IMIX' and
8171            '4T2C' and
8172            'NDRPDR'"
8173   parameters:
8174   - "throughput"
8175   - "name"
8176   - "tags"
8177   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8178   x-axis: "X = CNFs per Service Chain"
8179   y-axis: "Y = Number of Service Chains"
8180   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8181   layout:
8182     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8183     layout: "plot-service-density"
8184
8185 - type: "plot"
8186   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8187   algorithm: "plot_nf_heatmap"
8188   output-file-type: ".html"
8189   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8190   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8191   filter: "'NIC_Intel-XXV710' and
8192            'NF_DENSITY' and
8193            'DOCKER' and
8194            'CHAIN' and
8195            'NF_VPPIP4' and
8196            'IMIX' and
8197            '8T4C' and
8198            'NDRPDR'"
8199   parameters:
8200   - "throughput"
8201   - "name"
8202   - "tags"
8203   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8204   x-axis: "X = CNFs per Service Chain"
8205   y-axis: "Y = Number of Service Chains"
8206   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8207   layout:
8208     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8209     layout: "plot-service-density"
8210
8211 ################################################################################
8212 #
8213 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8214 #- type: "plot"
8215 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8216 #  algorithm: "plot_nf_heatmap"
8217 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8218 #  data: "plot-vpp-nfv-3n-skx-mrr"
8219 #  filter: "'NIC_Intel-XXV710' and
8220 #           'NF_DENSITY' and
8221 #           'DOCKER' and
8222 #           'CHAIN' and
8223 #           'NF_VPPIP4' and
8224 #           'IPSEC' and
8225 #           'TNL_4' and
8226 #           'IMIX' and
8227 #           '2T1C' and
8228 #           'MRR'"
8229 #  parameters:
8230 #  - "result"
8231 #  - "name"
8232 #  - "tags"
8233 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8234 #  x-axis: "X = CNFs per Service Chain"
8235 #  y-axis: "Y = Number of Service Chains"
8236 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8237 #  layout:
8238 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8239 #    layout: "plot-service-density"
8240 #
8241 #- type: "plot"
8242 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8243 #  algorithm: "plot_nf_heatmap"
8244 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8245 #  data: "plot-vpp-nfv-3n-skx-mrr"
8246 #  filter: "'NIC_Intel-XXV710' and
8247 #           'NF_DENSITY' and
8248 #           'DOCKER' and
8249 #           'CHAIN' and
8250 #           'NF_VPPIP4' and
8251 #           'IPSEC' and
8252 #           'TNL_4' and
8253 #           'IMIX' and
8254 #           '4T2C' and
8255 #           'MRR'"
8256 #  parameters:
8257 #  - "result"
8258 #  - "name"
8259 #  - "tags"
8260 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8261 #  x-axis: "X = CNFs per Service Chain"
8262 #  y-axis: "Y = Number of Service Chains"
8263 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8264 #  layout:
8265 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8266 #    layout: "plot-service-density"
8267 #
8268 #- type: "plot"
8269 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8270 #  algorithm: "plot_nf_heatmap"
8271 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8272 #  data: "plot-vpp-nfv-3n-skx-mrr"
8273 #  filter: "'NIC_Intel-XXV710' and
8274 #           'NF_DENSITY' and
8275 #           'DOCKER' and
8276 #           'CHAIN' and
8277 #           'NF_VPPIP4' and
8278 #           'IPSEC' and
8279 #           'TNL_4' and
8280 #           'IMIX' and
8281 #           '8T4C' and
8282 #           'MRR'"
8283 #  parameters:
8284 #  - "result"
8285 #  - "name"
8286 #  - "tags"
8287 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8288 #  x-axis: "X = CNFs per Service Chain"
8289 #  y-axis: "Y = Number of Service Chains"
8290 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8291 #  layout:
8292 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8293 #    layout: "plot-service-density"
8294
8295 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8296 #- type: "plot"
8297 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8298 #  algorithm: "plot_nf_heatmap"
8299 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8300 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8301 #  filter: "'NIC_Intel-XXV710' and
8302 #           'NF_DENSITY' and
8303 #           'DOCKER' and
8304 #           'CHAIN' and
8305 #           'NF_VPPIP4' and
8306 #           'IPSEC' and
8307 #           'TNL_4' and
8308 #           'IMIX' and
8309 #           '2T1C' and
8310 #           'NDRPDR'"
8311 #  parameters:
8312 #  - "throughput"
8313 #  - "name"
8314 #  - "tags"
8315 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8316 #  x-axis: "X = CNFs per Service Chain"
8317 #  y-axis: "Y = Number of Service Chains"
8318 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8319 #  layout:
8320 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8321 #    layout: "plot-service-density"
8322 #
8323 #- type: "plot"
8324 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8325 #  algorithm: "plot_nf_heatmap"
8326 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8327 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8328 #  filter: "'NIC_Intel-XXV710' and
8329 #           'NF_DENSITY' and
8330 #           'DOCKER' and
8331 #           'CHAIN' and
8332 #           'NF_VPPIP4' and
8333 #           'IPSEC' and
8334 #           'TNL_4' and
8335 #           'IMIX' and
8336 #           '4T2C' and
8337 #           'NDRPDR'"
8338 #  parameters:
8339 #  - "throughput"
8340 #  - "name"
8341 #  - "tags"
8342 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8343 #  x-axis: "X = CNFs per Service Chain"
8344 #  y-axis: "Y = Number of Service Chains"
8345 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8346 #  layout:
8347 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8348 #    layout: "plot-service-density"
8349 #
8350 #- type: "plot"
8351 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8352 #  algorithm: "plot_nf_heatmap"
8353 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8354 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8355 #  filter: "'NIC_Intel-XXV710' and
8356 #           'NF_DENSITY' and
8357 #           'DOCKER' and
8358 #           'CHAIN' and
8359 #           'NF_VPPIP4' and
8360 #           'IPSEC' and
8361 #           'TNL_4' and
8362 #           'IMIX' and
8363 #           '8T4C' and
8364 #           'NDRPDR'"
8365 #  parameters:
8366 #  - "throughput"
8367 #  - "name"
8368 #  - "tags"
8369 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8370 #  x-axis: "X = CNFs per Service Chain"
8371 #  y-axis: "Y = Number of Service Chains"
8372 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8373 #  layout:
8374 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8375 #    layout: "plot-service-density"
8376 #
8377 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8378 #- type: "plot"
8379 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8380 #  algorithm: "plot_nf_heatmap"
8381 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8382 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8383 #  filter: "'NIC_Intel-XXV710' and
8384 #           'NF_DENSITY' and
8385 #           'DOCKER' and
8386 #           'CHAIN' and
8387 #           'NF_VPPIP4' and
8388 #           'IPSEC' and
8389 #           'TNL_4' and
8390 #           'IMIX' and
8391 #           '2T1C' and
8392 #           'NDRPDR'"
8393 #  parameters:
8394 #  - "throughput"
8395 #  - "name"
8396 #  - "tags"
8397 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8398 #  x-axis: "X = CNFs per Service Chain"
8399 #  y-axis: "Y = Number of Service Chains"
8400 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8401 #  layout:
8402 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8403 #    layout: "plot-service-density"
8404 #
8405 #- type: "plot"
8406 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8407 #  algorithm: "plot_nf_heatmap"
8408 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8409 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8410 #  filter: "'NIC_Intel-XXV710' and
8411 #           'NF_DENSITY' and
8412 #           'DOCKER' and
8413 #           'CHAIN' and
8414 #           'NF_VPPIP4' and
8415 #           'IPSEC' and
8416 #           'TNL_4' and
8417 #           'IMIX' and
8418 #           '4T2C' and
8419 #           'NDRPDR'"
8420 #  parameters:
8421 #  - "throughput"
8422 #  - "name"
8423 #  - "tags"
8424 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8425 #  x-axis: "X = CNFs per Service Chain"
8426 #  y-axis: "Y = Number of Service Chains"
8427 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8428 #  layout:
8429 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8430 #    layout: "plot-service-density"
8431 #
8432 #- type: "plot"
8433 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8434 #  algorithm: "plot_nf_heatmap"
8435 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8436 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8437 #  filter: "'NIC_Intel-XXV710' and
8438 #           'NF_DENSITY' and
8439 #           'DOCKER' and
8440 #           'CHAIN' and
8441 #           'NF_VPPIP4' and
8442 #           'IPSEC' and
8443 #           'TNL_4' and
8444 #           'IMIX' and
8445 #           '8T4C' and
8446 #           'NDRPDR'"
8447 #  parameters:
8448 #  - "throughput"
8449 #  - "name"
8450 #  - "tags"
8451 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8452 #  x-axis: "X = CNFs per Service Chain"
8453 #  y-axis: "Y = Number of Service Chains"
8454 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8455 #  layout:
8456 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8457 #    layout: "plot-service-density"
8458
8459 ###############################################################################
8460
8461 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8462 #- type: "plot"
8463 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8464 #  algorithm: "plot_nf_heatmap"
8465 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8466 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8467 #  filter: "'NIC_Intel-XL710' and
8468 #           'NF_DENSITY' and
8469 #           'DOCKER' and
8470 #           'CHAIN' and
8471 #           'NF_VPPIP4' and
8472 #           'IMIX' and
8473 #           'TNL_4' and
8474 #           '1T1C' and
8475 #           'MRR'"
8476 #  parameters:
8477 #  - "result"
8478 #  - "name"
8479 #  - "tags"
8480 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8481 #  x-axis: "X = CNFs per Service Chain"
8482 #  y-axis: "Y = Number of Service Chains"
8483 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8484 #  layout:
8485 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8486 #    layout: "plot-service-density"
8487 #
8488 #- type: "plot"
8489 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8490 #  algorithm: "plot_nf_heatmap"
8491 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8492 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8493 #  filter: "'NIC_Intel-XL710' and
8494 #           'NF_DENSITY' and
8495 #           'DOCKER' and
8496 #           'CHAIN' and
8497 #           'NF_VPPIP4' and
8498 #           'IPSEC' and
8499 #           'TNL_4' and
8500 #           'IMIX' and
8501 #           '2T2C' and
8502 #           'MRR'"
8503 #  parameters:
8504 #  - "result"
8505 #  - "name"
8506 #  - "tags"
8507 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8508 #  x-axis: "X = CNFs per Service Chain"
8509 #  y-axis: "Y = Number of Service Chains"
8510 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8511 #  layout:
8512 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8513 #    layout: "plot-service-density"
8514 #
8515 #- type: "plot"
8516 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8517 #  algorithm: "plot_nf_heatmap"
8518 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8519 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8520 #  filter: "'NIC_Intel-XL710' and
8521 #           'NF_DENSITY' and
8522 #           'DOCKER' and
8523 #           'CHAIN' and
8524 #           'NF_VPPIP4' and
8525 #           'IPSEC' and
8526 #           'TNL_4' and
8527 #           'IMIX' and
8528 #           '4T4C' and
8529 #           'MRR'"
8530 #  parameters:
8531 #  - "result"
8532 #  - "name"
8533 #  - "tags"
8534 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8535 #  x-axis: "X = CNFs per Service Chain"
8536 #  y-axis: "Y = Number of Service Chains"
8537 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8538 #  layout:
8539 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8540 #    layout: "plot-service-density"
8541
8542 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8543 #- type: "plot"
8544 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8545 #  algorithm: "plot_nf_heatmap"
8546 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8547 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8548 #  filter: "'NIC_Intel-XL710' and
8549 #           'NF_DENSITY' and
8550 #           'DOCKER' and
8551 #           'CHAIN' and
8552 #           'NF_VPPIP4' and
8553 #           'IPSEC' and
8554 #           'TNL_4' and
8555 #           'IMIX' and
8556 #           '1T1C' and
8557 #           'NDRPDR'"
8558 #  parameters:
8559 #  - "throughput"
8560 #  - "name"
8561 #  - "tags"
8562 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8563 #  x-axis: "X = CNFs per Service Chain"
8564 #  y-axis: "Y = Number of Service Chains"
8565 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8566 #  layout:
8567 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8568 #    layout: "plot-service-density"
8569 #
8570 #- type: "plot"
8571 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8572 #  algorithm: "plot_nf_heatmap"
8573 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8574 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8575 #  filter: "'NIC_Intel-XL710' and
8576 #           'NF_DENSITY' and
8577 #           'DOCKER' and
8578 #           'CHAIN' and
8579 #           'NF_VPPIP4' and
8580 #           'IPSEC' and
8581 #           'TNL_4' and
8582 #           'IMIX' and
8583 #           '2T2C' and
8584 #           'NDRPDR'"
8585 #  parameters:
8586 #  - "throughput"
8587 #  - "name"
8588 #  - "tags"
8589 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8590 #  x-axis: "X = CNFs per Service Chain"
8591 #  y-axis: "Y = Number of Service Chains"
8592 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8593 #  layout:
8594 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8595 #    layout: "plot-service-density"
8596 #
8597 #- type: "plot"
8598 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8599 #  algorithm: "plot_nf_heatmap"
8600 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8601 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8602 #  filter: "'NIC_Intel-XL710' and
8603 #           'NF_DENSITY' and
8604 #           'DOCKER' and
8605 #           'CHAIN' and
8606 #           'NF_VPPIP4' and
8607 #           'IPSEC' and
8608 #           'TNL_4' and
8609 #           'IMIX' and
8610 #           '4T4C' and
8611 #           'NDRPDR'"
8612 #  parameters:
8613 #  - "throughput"
8614 #  - "name"
8615 #  - "tags"
8616 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8617 #  x-axis: "X = CNFs per Service Chain"
8618 #  y-axis: "Y = Number of Service Chains"
8619 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8620 #  layout:
8621 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8622 #    layout: "plot-service-density"
8623 #
8624 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8625 #- type: "plot"
8626 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8627 #  algorithm: "plot_nf_heatmap"
8628 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8629 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8630 #  filter: "'NIC_Intel-XL710' and
8631 #           'NF_DENSITY' and
8632 #           'DOCKER' and
8633 #           'CHAIN' and
8634 #           'NF_VPPIP4' and
8635 #           'IPSEC' and
8636 #           'TNL_4' and
8637 #           'IMIX' and
8638 #           '1T1C' and
8639 #           'NDRPDR'"
8640 #  parameters:
8641 #  - "throughput"
8642 #  - "name"
8643 #  - "tags"
8644 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8645 #  x-axis: "X = CNFs per Service Chain"
8646 #  y-axis: "Y = Number of Service Chains"
8647 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8648 #  layout:
8649 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8650 #    layout: "plot-service-density"
8651 #
8652 #- type: "plot"
8653 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8654 #  algorithm: "plot_nf_heatmap"
8655 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8656 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8657 #  filter: "'NIC_Intel-XL710' and
8658 #           'NF_DENSITY' and
8659 #           'DOCKER' and
8660 #           'CHAIN' and
8661 #           'NF_VPPIP4' and
8662 #           'IPSEC' and
8663 #           'TNL_4' and
8664 #           'IMIX' and
8665 #           '2T2C' and
8666 #           'NDRPDR'"
8667 #  parameters:
8668 #  - "throughput"
8669 #  - "name"
8670 #  - "tags"
8671 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8672 #  x-axis: "X = CNFs per Service Chain"
8673 #  y-axis: "Y = Number of Service Chains"
8674 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8675 #  layout:
8676 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8677 #    layout: "plot-service-density"
8678 #
8679 #- type: "plot"
8680 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8681 #  algorithm: "plot_nf_heatmap"
8682 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8683 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8684 #  filter: "'NIC_Intel-XL710' and
8685 #           'NF_DENSITY' and
8686 #           'DOCKER' and
8687 #           'CHAIN' and
8688 #           'NF_VPPIP4' and
8689 #           'IPSEC' and
8690 #           'TNL_4' and
8691 #           'IMIX' and
8692 #           '4T4C' and
8693 #           'NDRPDR'"
8694 #  parameters:
8695 #  - "throughput"
8696 #  - "name"
8697 #  - "tags"
8698 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8699 #  x-axis: "X = CNFs per Service Chain"
8700 #  y-axis: "Y = Number of Service Chains"
8701 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8702 #  layout:
8703 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8704 #    layout: "plot-service-density"
8705
8706 ###############################################################################
8707
8708 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8709 #- type: "plot"
8710 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8711 #  algorithm: "plot_nf_heatmap"
8712 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8713 #  data: "plot-vpp-nfv-3n-skx-mrr"
8714 #  filter: "'NIC_Intel-XXV710' and
8715 #           'NF_DENSITY' and
8716 #           'DOCKER' and
8717 #           'CHAIN' and
8718 #           'NF_VPPIP4' and
8719 #           'IPSEC' and
8720 #           'TNL_1000' and
8721 #           'IMIX' and
8722 #           '2T1C' and
8723 #           'MRR'"
8724 #  parameters:
8725 #  - "result"
8726 #  - "name"
8727 #  - "tags"
8728 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8729 #  x-axis: "X = CNFs per Service Chain"
8730 #  y-axis: "Y = Number of Service Chains"
8731 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8732 #  layout:
8733 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8734 #    layout: "plot-service-density"
8735 #
8736 #- type: "plot"
8737 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8738 #  algorithm: "plot_nf_heatmap"
8739 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8740 #  data: "plot-vpp-nfv-3n-skx-mrr"
8741 #  filter: "'NIC_Intel-XXV710' and
8742 #           'NF_DENSITY' and
8743 #           'DOCKER' and
8744 #           'CHAIN' and
8745 #           'NF_VPPIP4' and
8746 #           'IPSEC' and
8747 #           'TNL_1000' and
8748 #           'IMIX' and
8749 #           '4T2C' and
8750 #           'MRR'"
8751 #  parameters:
8752 #  - "result"
8753 #  - "name"
8754 #  - "tags"
8755 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8756 #  x-axis: "X = CNFs per Service Chain"
8757 #  y-axis: "Y = Number of Service Chains"
8758 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8759 #  layout:
8760 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8761 #    layout: "plot-service-density"
8762 #
8763 #- type: "plot"
8764 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8765 #  algorithm: "plot_nf_heatmap"
8766 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8767 #  data: "plot-vpp-nfv-3n-skx-mrr"
8768 #  filter: "'NIC_Intel-XXV710' and
8769 #           'NF_DENSITY' and
8770 #           'DOCKER' and
8771 #           'CHAIN' and
8772 #           'NF_VPPIP4' and
8773 #           'IPSEC' and
8774 #           'TNL_1000' and
8775 #           'IMIX' and
8776 #           '8T4C' and
8777 #           'MRR'"
8778 #  parameters:
8779 #  - "result"
8780 #  - "name"
8781 #  - "tags"
8782 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8783 #  x-axis: "X = CNFs per Service Chain"
8784 #  y-axis: "Y = Number of Service Chains"
8785 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8786 #  layout:
8787 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8788 #    layout: "plot-service-density"
8789
8790 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8791 #- type: "plot"
8792 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8793 #  algorithm: "plot_nf_heatmap"
8794 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8795 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8796 #  filter: "'NIC_Intel-XXV710' and
8797 #           'NF_DENSITY' and
8798 #           'DOCKER' and
8799 #           'CHAIN' and
8800 #           'NF_VPPIP4' and
8801 #           'IPSEC' and
8802 #           'TNL_1000' and
8803 #           'IMIX' and
8804 #           '2T1C' and
8805 #           'NDRPDR'"
8806 #  parameters:
8807 #  - "throughput"
8808 #  - "name"
8809 #  - "tags"
8810 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8811 #  x-axis: "X = CNFs per Service Chain"
8812 #  y-axis: "Y = Number of Service Chains"
8813 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8814 #  layout:
8815 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8816 #    layout: "plot-service-density"
8817 #
8818 #- type: "plot"
8819 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8820 #  algorithm: "plot_nf_heatmap"
8821 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8822 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8823 #  filter: "'NIC_Intel-XXV710' and
8824 #           'NF_DENSITY' and
8825 #           'DOCKER' and
8826 #           'CHAIN' and
8827 #           'NF_VPPIP4' and
8828 #           'IPSEC' and
8829 #           'TNL_1000' and
8830 #           'IMIX' and
8831 #           '4T2C' and
8832 #           'NDRPDR'"
8833 #  parameters:
8834 #  - "throughput"
8835 #  - "name"
8836 #  - "tags"
8837 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8838 #  x-axis: "X = CNFs per Service Chain"
8839 #  y-axis: "Y = Number of Service Chains"
8840 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8841 #  layout:
8842 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8843 #    layout: "plot-service-density"
8844 #
8845 #- type: "plot"
8846 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8847 #  algorithm: "plot_nf_heatmap"
8848 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8849 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8850 #  filter: "'NIC_Intel-XXV710' and
8851 #           'NF_DENSITY' and
8852 #           'DOCKER' and
8853 #           'CHAIN' and
8854 #           'NF_VPPIP4' and
8855 #           'IPSEC' and
8856 #           'TNL_1000' and
8857 #           'IMIX' and
8858 #           '8T4C' and
8859 #           'NDRPDR'"
8860 #  parameters:
8861 #  - "throughput"
8862 #  - "name"
8863 #  - "tags"
8864 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8865 #  x-axis: "X = CNFs per Service Chain"
8866 #  y-axis: "Y = Number of Service Chains"
8867 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8868 #  layout:
8869 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8870 #    layout: "plot-service-density"
8871 #
8872 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8873 #- type: "plot"
8874 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8875 #  algorithm: "plot_nf_heatmap"
8876 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8877 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8878 #  filter: "'NIC_Intel-XXV710' and
8879 #           'NF_DENSITY' and
8880 #           'DOCKER' and
8881 #           'CHAIN' and
8882 #           'NF_VPPIP4' and
8883 #           'IPSEC' and
8884 #           'TNL_1000' and
8885 #           'IMIX' and
8886 #           '2T1C' and
8887 #           'NDRPDR'"
8888 #  parameters:
8889 #  - "throughput"
8890 #  - "name"
8891 #  - "tags"
8892 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8893 #  x-axis: "X = CNFs per Service Chain"
8894 #  y-axis: "Y = Number of Service Chains"
8895 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8896 #  layout:
8897 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8898 #    layout: "plot-service-density"
8899 #
8900 #- type: "plot"
8901 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8902 #  algorithm: "plot_nf_heatmap"
8903 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8904 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8905 #  filter: "'NIC_Intel-XXV710' and
8906 #           'NF_DENSITY' and
8907 #           'DOCKER' and
8908 #           'CHAIN' and
8909 #           'NF_VPPIP4' and
8910 #           'IPSEC' and
8911 #           'TNL_1000' and
8912 #           'IMIX' and
8913 #           '4T2C' and
8914 #           'NDRPDR'"
8915 #  parameters:
8916 #  - "throughput"
8917 #  - "name"
8918 #  - "tags"
8919 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8920 #  x-axis: "X = CNFs per Service Chain"
8921 #  y-axis: "Y = Number of Service Chains"
8922 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8923 #  layout:
8924 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8925 #    layout: "plot-service-density"
8926 #
8927 #- type: "plot"
8928 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8929 #  algorithm: "plot_nf_heatmap"
8930 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8931 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8932 #  filter: "'NIC_Intel-XXV710' and
8933 #           'NF_DENSITY' and
8934 #           'DOCKER' and
8935 #           'CHAIN' and
8936 #           'NF_VPPIP4' and
8937 #           'IPSEC' and
8938 #           'TNL_1000' and
8939 #           'IMIX' and
8940 #           '8T4C' and
8941 #           'NDRPDR'"
8942 #  parameters:
8943 #  - "throughput"
8944 #  - "name"
8945 #  - "tags"
8946 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8947 #  x-axis: "X = CNFs per Service Chain"
8948 #  y-axis: "Y = Number of Service Chains"
8949 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8950 #  layout:
8951 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8952 #    layout: "plot-service-density"
8953
8954 ###############################################################################
8955
8956 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8957 #- type: "plot"
8958 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8959 #  algorithm: "plot_nf_heatmap"
8960 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8961 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8962 #  filter: "'NIC_Intel-XL710' and
8963 #           'NF_DENSITY' and
8964 #           'DOCKER' and
8965 #           'CHAIN' and
8966 #           'NF_VPPIP4' and
8967 #           'IMIX' and
8968 #           'TNL_1000' and
8969 #           '1T1C' and
8970 #           'MRR'"
8971 #  parameters:
8972 #  - "result"
8973 #  - "name"
8974 #  - "tags"
8975 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8976 #  x-axis: "X = CNFs per Service Chain"
8977 #  y-axis: "Y = Number of Service Chains"
8978 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8979 #  layout:
8980 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8981 #    layout: "plot-service-density"
8982 #
8983 #- type: "plot"
8984 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8985 #  algorithm: "plot_nf_heatmap"
8986 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8987 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8988 #  filter: "'NIC_Intel-XL710' and
8989 #           'NF_DENSITY' and
8990 #           'DOCKER' and
8991 #           'CHAIN' and
8992 #           'NF_VPPIP4' and
8993 #           'IPSEC' and
8994 #           'TNL_1000' and
8995 #           'IMIX' and
8996 #           '2T2C' and
8997 #           'MRR'"
8998 #  parameters:
8999 #  - "result"
9000 #  - "name"
9001 #  - "tags"
9002 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9003 #  x-axis: "X = CNFs per Service Chain"
9004 #  y-axis: "Y = Number of Service Chains"
9005 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9006 #  layout:
9007 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9008 #    layout: "plot-service-density"
9009 #
9010 #- type: "plot"
9011 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9012 #  algorithm: "plot_nf_heatmap"
9013 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9014 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9015 #  filter: "'NIC_Intel-XL710' and
9016 #           'NF_DENSITY' and
9017 #           'DOCKER' and
9018 #           'CHAIN' and
9019 #           'NF_VPPIP4' and
9020 #           'IPSEC' and
9021 #           'TNL_1000' and
9022 #           'IMIX' and
9023 #           '4T4C' and
9024 #           'MRR'"
9025 #  parameters:
9026 #  - "result"
9027 #  - "name"
9028 #  - "tags"
9029 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9030 #  x-axis: "X = CNFs per Service Chain"
9031 #  y-axis: "Y = Number of Service Chains"
9032 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9033 #  layout:
9034 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9035 #    layout: "plot-service-density"
9036
9037 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9038 #- type: "plot"
9039 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9040 #  algorithm: "plot_nf_heatmap"
9041 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9042 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9043 #  filter: "'NIC_Intel-XL710' and
9044 #           'NF_DENSITY' and
9045 #           'DOCKER' and
9046 #           'CHAIN' and
9047 #           'NF_VPPIP4' and
9048 #           'IPSEC' and
9049 #           'TNL_1000' and
9050 #           'IMIX' and
9051 #           '1T1C' and
9052 #           'NDRPDR'"
9053 #  parameters:
9054 #  - "throughput"
9055 #  - "name"
9056 #  - "tags"
9057 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9058 #  x-axis: "X = CNFs per Service Chain"
9059 #  y-axis: "Y = Number of Service Chains"
9060 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9061 #  layout:
9062 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9063 #    layout: "plot-service-density"
9064 #
9065 #- type: "plot"
9066 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9067 #  algorithm: "plot_nf_heatmap"
9068 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9069 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9070 #  filter: "'NIC_Intel-XL710' and
9071 #           'NF_DENSITY' and
9072 #           'DOCKER' and
9073 #           'CHAIN' and
9074 #           'NF_VPPIP4' and
9075 #           'IPSEC' and
9076 #           'TNL_1000' and
9077 #           'IMIX' and
9078 #           '2T2C' and
9079 #           'NDRPDR'"
9080 #  parameters:
9081 #  - "throughput"
9082 #  - "name"
9083 #  - "tags"
9084 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9085 #  x-axis: "X = CNFs per Service Chain"
9086 #  y-axis: "Y = Number of Service Chains"
9087 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9088 #  layout:
9089 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9090 #    layout: "plot-service-density"
9091 #
9092 #- type: "plot"
9093 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9094 #  algorithm: "plot_nf_heatmap"
9095 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9096 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9097 #  filter: "'NIC_Intel-XL710' and
9098 #           'NF_DENSITY' and
9099 #           'DOCKER' and
9100 #           'CHAIN' and
9101 #           'NF_VPPIP4' and
9102 #           'IPSEC' and
9103 #           'TNL_1000' and
9104 #           'IMIX' and
9105 #           '4T4C' and
9106 #           'NDRPDR'"
9107 #  parameters:
9108 #  - "throughput"
9109 #  - "name"
9110 #  - "tags"
9111 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9112 #  x-axis: "X = CNFs per Service Chain"
9113 #  y-axis: "Y = Number of Service Chains"
9114 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9115 #  layout:
9116 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9117 #    layout: "plot-service-density"
9118 #
9119 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9120 #- type: "plot"
9121 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9122 #  algorithm: "plot_nf_heatmap"
9123 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9124 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9125 #  filter: "'NIC_Intel-XL710' and
9126 #           'NF_DENSITY' and
9127 #           'DOCKER' and
9128 #           'CHAIN' and
9129 #           'NF_VPPIP4' and
9130 #           'IPSEC' and
9131 #           'TNL_1000' and
9132 #           'IMIX' and
9133 #           '1T1C' and
9134 #           'NDRPDR'"
9135 #  parameters:
9136 #  - "throughput"
9137 #  - "name"
9138 #  - "tags"
9139 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9140 #  x-axis: "X = CNFs per Service Chain"
9141 #  y-axis: "Y = Number of Service Chains"
9142 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9143 #  layout:
9144 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9145 #    layout: "plot-service-density"
9146 #
9147 #- type: "plot"
9148 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9149 #  algorithm: "plot_nf_heatmap"
9150 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9151 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9152 #  filter: "'NIC_Intel-XL710' and
9153 #           'NF_DENSITY' and
9154 #           'DOCKER' and
9155 #           'CHAIN' and
9156 #           'NF_VPPIP4' and
9157 #           'IPSEC' and
9158 #           'TNL_1000' and
9159 #           'IMIX' and
9160 #           '2T2C' and
9161 #           'NDRPDR'"
9162 #  parameters:
9163 #  - "throughput"
9164 #  - "name"
9165 #  - "tags"
9166 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9167 #  x-axis: "X = CNFs per Service Chain"
9168 #  y-axis: "Y = Number of Service Chains"
9169 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9170 #  layout:
9171 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9172 #    layout: "plot-service-density"
9173 #
9174 #- type: "plot"
9175 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9176 #  algorithm: "plot_nf_heatmap"
9177 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9178 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9179 #  filter: "'NIC_Intel-XL710' and
9180 #           'NF_DENSITY' and
9181 #           'DOCKER' and
9182 #           'CHAIN' and
9183 #           'NF_VPPIP4' and
9184 #           'IPSEC' and
9185 #           'TNL_1000' and
9186 #           'IMIX' and
9187 #           '4T4C' and
9188 #           'NDRPDR'"
9189 #  parameters:
9190 #  - "throughput"
9191 #  - "name"
9192 #  - "tags"
9193 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9194 #  x-axis: "X = CNFs per Service Chain"
9195 #  y-axis: "Y = Number of Service Chains"
9196 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9197 #  layout:
9198 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9199 #    layout: "plot-service-density"
9200
9201 ###############################################################################
9202
9203 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9204 #- type: "plot"
9205 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9206 #  algorithm: "plot_nf_heatmap"
9207 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9208 #  data: "plot-vpp-nfv-3n-skx-mrr"
9209 #  filter: "'NIC_Intel-XXV710' and
9210 #           'NF_DENSITY' and
9211 #           'DOCKER' and
9212 #           'CHAIN' and
9213 #           'NF_VPPIP4' and
9214 #           'IPSEC' and
9215 #           'TNL_10000' and
9216 #           'IMIX' and
9217 #           '2T1C' and
9218 #           'MRR'"
9219 #  parameters:
9220 #  - "result"
9221 #  - "name"
9222 #  - "tags"
9223 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9224 #  x-axis: "X = CNFs per Service Chain"
9225 #  y-axis: "Y = Number of Service Chains"
9226 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9227 #  layout:
9228 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9229 #    layout: "plot-service-density"
9230 #
9231 #- type: "plot"
9232 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9233 #  algorithm: "plot_nf_heatmap"
9234 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9235 #  data: "plot-vpp-nfv-3n-skx-mrr"
9236 #  filter: "'NIC_Intel-XXV710' and
9237 #           'NF_DENSITY' and
9238 #           'DOCKER' and
9239 #           'CHAIN' and
9240 #           'NF_VPPIP4' and
9241 #           'IPSEC' and
9242 #           'TNL_10000' and
9243 #           'IMIX' and
9244 #           '4T2C' and
9245 #           'MRR'"
9246 #  parameters:
9247 #  - "result"
9248 #  - "name"
9249 #  - "tags"
9250 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9251 #  x-axis: "X = CNFs per Service Chain"
9252 #  y-axis: "Y = Number of Service Chains"
9253 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9254 #  layout:
9255 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9256 #    layout: "plot-service-density"
9257 #
9258 #- type: "plot"
9259 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9260 #  algorithm: "plot_nf_heatmap"
9261 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9262 #  data: "plot-vpp-nfv-3n-skx-mrr"
9263 #  filter: "'NIC_Intel-XXV710' and
9264 #           'NF_DENSITY' and
9265 #           'DOCKER' and
9266 #           'CHAIN' and
9267 #           'NF_VPPIP4' and
9268 #           'IPSEC' and
9269 #           'TNL_10000' and
9270 #           'IMIX' and
9271 #           '8T4C' and
9272 #           'MRR'"
9273 #  parameters:
9274 #  - "result"
9275 #  - "name"
9276 #  - "tags"
9277 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9278 #  x-axis: "X = CNFs per Service Chain"
9279 #  y-axis: "Y = Number of Service Chains"
9280 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9281 #  layout:
9282 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9283 #    layout: "plot-service-density"
9284
9285 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9286 #- type: "plot"
9287 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9288 #  algorithm: "plot_nf_heatmap"
9289 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9290 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9291 #  filter: "'NIC_Intel-XXV710' and
9292 #           'NF_DENSITY' and
9293 #           'DOCKER' and
9294 #           'CHAIN' and
9295 #           'NF_VPPIP4' and
9296 #           'IPSEC' and
9297 #           'TNL_10000' and
9298 #           'IMIX' and
9299 #           '2T1C' and
9300 #           'NDRPDR'"
9301 #  parameters:
9302 #  - "throughput"
9303 #  - "name"
9304 #  - "tags"
9305 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9306 #  x-axis: "X = CNFs per Service Chain"
9307 #  y-axis: "Y = Number of Service Chains"
9308 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9309 #  layout:
9310 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9311 #    layout: "plot-service-density"
9312 #
9313 #- type: "plot"
9314 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9315 #  algorithm: "plot_nf_heatmap"
9316 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9317 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9318 #  filter: "'NIC_Intel-XXV710' and
9319 #           'NF_DENSITY' and
9320 #           'DOCKER' and
9321 #           'CHAIN' and
9322 #           'NF_VPPIP4' and
9323 #           'IPSEC' and
9324 #           'TNL_10000' and
9325 #           'IMIX' and
9326 #           '4T2C' and
9327 #           'NDRPDR'"
9328 #  parameters:
9329 #  - "throughput"
9330 #  - "name"
9331 #  - "tags"
9332 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9333 #  x-axis: "X = CNFs per Service Chain"
9334 #  y-axis: "Y = Number of Service Chains"
9335 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9336 #  layout:
9337 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9338 #    layout: "plot-service-density"
9339 #
9340 #- type: "plot"
9341 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9342 #  algorithm: "plot_nf_heatmap"
9343 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9344 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9345 #  filter: "'NIC_Intel-XXV710' and
9346 #           'NF_DENSITY' and
9347 #           'DOCKER' and
9348 #           'CHAIN' and
9349 #           'NF_VPPIP4' and
9350 #           'IPSEC' and
9351 #           'TNL_10000' and
9352 #           'IMIX' and
9353 #           '8T4C' and
9354 #           'NDRPDR'"
9355 #  parameters:
9356 #  - "throughput"
9357 #  - "name"
9358 #  - "tags"
9359 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9360 #  x-axis: "X = CNFs per Service Chain"
9361 #  y-axis: "Y = Number of Service Chains"
9362 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9363 #  layout:
9364 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9365 #    layout: "plot-service-density"
9366 #
9367 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9368 #- type: "plot"
9369 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9370 #  algorithm: "plot_nf_heatmap"
9371 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9372 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9373 #  filter: "'NIC_Intel-XXV710' and
9374 #           'NF_DENSITY' and
9375 #           'DOCKER' and
9376 #           'CHAIN' and
9377 #           'NF_VPPIP4' and
9378 #           'IPSEC' and
9379 #           'TNL_10000' and
9380 #           'IMIX' and
9381 #           '2T1C' and
9382 #           'NDRPDR'"
9383 #  parameters:
9384 #  - "throughput"
9385 #  - "name"
9386 #  - "tags"
9387 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9388 #  x-axis: "X = CNFs per Service Chain"
9389 #  y-axis: "Y = Number of Service Chains"
9390 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9391 #  layout:
9392 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9393 #    layout: "plot-service-density"
9394 #
9395 #- type: "plot"
9396 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9397 #  algorithm: "plot_nf_heatmap"
9398 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9399 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9400 #  filter: "'NIC_Intel-XXV710' and
9401 #           'NF_DENSITY' and
9402 #           'DOCKER' and
9403 #           'CHAIN' and
9404 #           'NF_VPPIP4' and
9405 #           'IPSEC' and
9406 #           'TNL_10000' and
9407 #           'IMIX' and
9408 #           '4T2C' and
9409 #           'NDRPDR'"
9410 #  parameters:
9411 #  - "throughput"
9412 #  - "name"
9413 #  - "tags"
9414 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9415 #  x-axis: "X = CNFs per Service Chain"
9416 #  y-axis: "Y = Number of Service Chains"
9417 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9418 #  layout:
9419 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9420 #    layout: "plot-service-density"
9421 #
9422 #- type: "plot"
9423 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9424 #  algorithm: "plot_nf_heatmap"
9425 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9426 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9427 #  filter: "'NIC_Intel-XXV710' and
9428 #           'NF_DENSITY' and
9429 #           'DOCKER' and
9430 #           'CHAIN' and
9431 #           'NF_VPPIP4' and
9432 #           'IPSEC' and
9433 #           'TNL_10000' and
9434 #           'IMIX' and
9435 #           '8T4C' and
9436 #           'NDRPDR'"
9437 #  parameters:
9438 #  - "throughput"
9439 #  - "name"
9440 #  - "tags"
9441 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9442 #  x-axis: "X = CNFs per Service Chain"
9443 #  y-axis: "Y = Number of Service Chains"
9444 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9445 #  layout:
9446 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9447 #    layout: "plot-service-density"
9448
9449 ###############################################################################
9450
9451 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9452 #- type: "plot"
9453 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9454 #  algorithm: "plot_nf_heatmap"
9455 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9456 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9457 #  filter: "'NIC_Intel-XL710' and
9458 #           'NF_DENSITY' and
9459 #           'DOCKER' and
9460 #           'CHAIN' and
9461 #           'NF_VPPIP4' and
9462 #           'IMIX' and
9463 #           'TNL_10000' and
9464 #           '1T1C' and
9465 #           'MRR'"
9466 #  parameters:
9467 #  - "result"
9468 #  - "name"
9469 #  - "tags"
9470 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9471 #  x-axis: "X = CNFs per Service Chain"
9472 #  y-axis: "Y = Number of Service Chains"
9473 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9474 #  layout:
9475 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9476 #    layout: "plot-service-density"
9477 #
9478 #- type: "plot"
9479 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9480 #  algorithm: "plot_nf_heatmap"
9481 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9482 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9483 #  filter: "'NIC_Intel-XL710' and
9484 #           'NF_DENSITY' and
9485 #           'DOCKER' and
9486 #           'CHAIN' and
9487 #           'NF_VPPIP4' and
9488 #           'IPSEC' and
9489 #           'TNL_10000' and
9490 #           'IMIX' and
9491 #           '2T2C' and
9492 #           'MRR'"
9493 #  parameters:
9494 #  - "result"
9495 #  - "name"
9496 #  - "tags"
9497 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9498 #  x-axis: "X = CNFs per Service Chain"
9499 #  y-axis: "Y = Number of Service Chains"
9500 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9501 #  layout:
9502 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9503 #    layout: "plot-service-density"
9504 #
9505 #- type: "plot"
9506 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9507 #  algorithm: "plot_nf_heatmap"
9508 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9509 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9510 #  filter: "'NIC_Intel-XL710' and
9511 #           'NF_DENSITY' and
9512 #           'DOCKER' and
9513 #           'CHAIN' and
9514 #           'NF_VPPIP4' and
9515 #           'IPSEC' and
9516 #           'TNL_10000' and
9517 #           'IMIX' and
9518 #           '4T4C' and
9519 #           'MRR'"
9520 #  parameters:
9521 #  - "result"
9522 #  - "name"
9523 #  - "tags"
9524 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9525 #  x-axis: "X = CNFs per Service Chain"
9526 #  y-axis: "Y = Number of Service Chains"
9527 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9528 #  layout:
9529 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9530 #    layout: "plot-service-density"
9531
9532 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9533 #- type: "plot"
9534 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9535 #  algorithm: "plot_nf_heatmap"
9536 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9537 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9538 #  filter: "'NIC_Intel-XL710' and
9539 #           'NF_DENSITY' and
9540 #           'DOCKER' and
9541 #           'CHAIN' and
9542 #           'NF_VPPIP4' and
9543 #           'IPSEC' and
9544 #           'TNL_10000' and
9545 #           'IMIX' and
9546 #           '1T1C' and
9547 #           'NDRPDR'"
9548 #  parameters:
9549 #  - "throughput"
9550 #  - "name"
9551 #  - "tags"
9552 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9553 #  x-axis: "X = CNFs per Service Chain"
9554 #  y-axis: "Y = Number of Service Chains"
9555 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9556 #  layout:
9557 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9558 #    layout: "plot-service-density"
9559 #
9560 #- type: "plot"
9561 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9562 #  algorithm: "plot_nf_heatmap"
9563 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9564 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9565 #  filter: "'NIC_Intel-XL710' and
9566 #           'NF_DENSITY' and
9567 #           'DOCKER' and
9568 #           'CHAIN' and
9569 #           'NF_VPPIP4' and
9570 #           'IPSEC' and
9571 #           'TNL_10000' and
9572 #           'IMIX' and
9573 #           '2T2C' and
9574 #           'NDRPDR'"
9575 #  parameters:
9576 #  - "throughput"
9577 #  - "name"
9578 #  - "tags"
9579 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9580 #  x-axis: "X = CNFs per Service Chain"
9581 #  y-axis: "Y = Number of Service Chains"
9582 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9583 #  layout:
9584 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9585 #    layout: "plot-service-density"
9586 #
9587 #- type: "plot"
9588 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9589 #  algorithm: "plot_nf_heatmap"
9590 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9591 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9592 #  filter: "'NIC_Intel-XL710' and
9593 #           'NF_DENSITY' and
9594 #           'DOCKER' and
9595 #           'CHAIN' and
9596 #           'NF_VPPIP4' and
9597 #           'IPSEC' and
9598 #           'TNL_10000' and
9599 #           'IMIX' and
9600 #           '4T4C' and
9601 #           'NDRPDR'"
9602 #  parameters:
9603 #  - "throughput"
9604 #  - "name"
9605 #  - "tags"
9606 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9607 #  x-axis: "X = CNFs per Service Chain"
9608 #  y-axis: "Y = Number of Service Chains"
9609 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9610 #  layout:
9611 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9612 #    layout: "plot-service-density"
9613 #
9614 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9615 #- type: "plot"
9616 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9617 #  algorithm: "plot_nf_heatmap"
9618 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9619 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9620 #  filter: "'NIC_Intel-XL710' and
9621 #           'NF_DENSITY' and
9622 #           'DOCKER' and
9623 #           'CHAIN' and
9624 #           'NF_VPPIP4' and
9625 #           'IPSEC' and
9626 #           'TNL_10000' and
9627 #           'IMIX' and
9628 #           '1T1C' and
9629 #           'NDRPDR'"
9630 #  parameters:
9631 #  - "throughput"
9632 #  - "name"
9633 #  - "tags"
9634 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9635 #  x-axis: "X = CNFs per Service Chain"
9636 #  y-axis: "Y = Number of Service Chains"
9637 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9638 #  layout:
9639 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9640 #    layout: "plot-service-density"
9641 #
9642 #- type: "plot"
9643 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9644 #  algorithm: "plot_nf_heatmap"
9645 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9646 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9647 #  filter: "'NIC_Intel-XL710' and
9648 #           'NF_DENSITY' and
9649 #           'DOCKER' and
9650 #           'CHAIN' and
9651 #           'NF_VPPIP4' and
9652 #           'IPSEC' and
9653 #           'TNL_10000' and
9654 #           'IMIX' and
9655 #           '2T2C' and
9656 #           'NDRPDR'"
9657 #  parameters:
9658 #  - "throughput"
9659 #  - "name"
9660 #  - "tags"
9661 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9662 #  x-axis: "X = CNFs per Service Chain"
9663 #  y-axis: "Y = Number of Service Chains"
9664 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9665 #  layout:
9666 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9667 #    layout: "plot-service-density"
9668 #
9669 #- type: "plot"
9670 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9671 #  algorithm: "plot_nf_heatmap"
9672 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9673 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9674 #  filter: "'NIC_Intel-XL710' and
9675 #           'NF_DENSITY' and
9676 #           'DOCKER' and
9677 #           'CHAIN' and
9678 #           'NF_VPPIP4' and
9679 #           'IPSEC' and
9680 #           'TNL_10000' and
9681 #           'IMIX' and
9682 #           '4T4C' and
9683 #           'NDRPDR'"
9684 #  parameters:
9685 #  - "throughput"
9686 #  - "name"
9687 #  - "tags"
9688 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9689 #  x-axis: "X = CNFs per Service Chain"
9690 #  y-axis: "Y = Number of Service Chains"
9691 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9692 #  layout:
9693 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9694 #    layout: "plot-service-density"
9695
9696 ###############################################################################
9697
9698 # Plots - NF Density - CSP - MRR IMIX
9699 - type: "plot"
9700   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9701   algorithm: "plot_nf_heatmap"
9702   output-file-type: ".html"
9703   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9704   data: "plot-vpp-nfv-2n-skx-mrr"
9705   filter: "'NIC_Intel-XXV710' and
9706            'NF_DENSITY' and
9707            'DOCKER' and
9708            'PIPELINE' and
9709            'NF_VPPIP4' and
9710            'IMIX' and
9711            '2T1C' and
9712            'MRR'"
9713   parameters:
9714   - "result"
9715   - "name"
9716   - "tags"
9717   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9718   x-axis: "X = CNFs per Service Pipeline"
9719   y-axis: "Y = Number of Service Pipelines"
9720   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9721   layout:
9722     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9723     layout: "plot-service-density"
9724
9725 - type: "plot"
9726   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9727   algorithm: "plot_nf_heatmap"
9728   output-file-type: ".html"
9729   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9730   data: "plot-vpp-nfv-2n-skx-mrr"
9731   filter: "'NIC_Intel-XXV710' and
9732            'NF_DENSITY' and
9733            'DOCKER' and
9734            'PIPELINE' and
9735            'NF_VPPIP4' and
9736            'IMIX' and
9737            '4T2C' and
9738            'MRR'"
9739   parameters:
9740   - "result"
9741   - "name"
9742   - "tags"
9743   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9744   x-axis: "X = CNFs per Service Pipeline"
9745   y-axis: "Y = Number of Service Pipelines"
9746   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9747   layout:
9748     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9749     layout: "plot-service-density"
9750
9751 - type: "plot"
9752   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9753   algorithm: "plot_nf_heatmap"
9754   output-file-type: ".html"
9755   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9756   data: "plot-vpp-nfv-2n-skx-mrr"
9757   filter: "'NIC_Intel-XXV710' and
9758            'NF_DENSITY' and
9759            'DOCKER' and
9760            'PIPELINE' and
9761            'NF_VPPIP4' and
9762            'IMIX' and
9763            '8T4C' and
9764            'MRR'"
9765   parameters:
9766   - "result"
9767   - "name"
9768   - "tags"
9769   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9770   x-axis: "X = CNFs per Service Pipeline"
9771   y-axis: "Y = Number of Service Pipelines"
9772   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9773   layout:
9774     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9775     layout: "plot-service-density"
9776
9777 # Plots - NF Density - CSP - NDR IMIX
9778 - type: "plot"
9779   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9780   algorithm: "plot_nf_heatmap"
9781   output-file-type: ".html"
9782   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9783   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9784   filter: "'NIC_Intel-XXV710' and
9785            'NF_DENSITY' and
9786            'DOCKER' and
9787            'PIPELINE' and
9788            'NF_VPPIP4' and
9789            'IMIX' and
9790            '2T1C' and
9791            'NDRPDR'"
9792   parameters:
9793   - "throughput"
9794   - "name"
9795   - "tags"
9796   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9797   x-axis: "X = CNFs per Service Pipeline"
9798   y-axis: "Y = Number of Service Pipelines"
9799   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9800   layout:
9801     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9802     layout: "plot-service-density"
9803
9804 - type: "plot"
9805   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9806   algorithm: "plot_nf_heatmap"
9807   output-file-type: ".html"
9808   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9809   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9810   filter: "'NIC_Intel-XXV710' and
9811            'NF_DENSITY' and
9812            'DOCKER' and
9813            'PIPELINE' and
9814            'NF_VPPIP4' and
9815            'IMIX' and
9816            '4T2C' and
9817            'NDRPDR'"
9818   parameters:
9819   - "throughput"
9820   - "name"
9821   - "tags"
9822   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9823   x-axis: "X = CNFs per Service Pipeline"
9824   y-axis: "Y = Number of Service Pipelines"
9825   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9826   layout:
9827     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9828     layout: "plot-service-density"
9829
9830 - type: "plot"
9831   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9832   algorithm: "plot_nf_heatmap"
9833   output-file-type: ".html"
9834   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9835   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9836   filter: "'NIC_Intel-XXV710' and
9837            'NF_DENSITY' and
9838            'DOCKER' and
9839            'PIPELINE' and
9840            'NF_VPPIP4' and
9841            'IMIX' and
9842            '8T4C' and
9843            'NDRPDR'"
9844   parameters:
9845   - "throughput"
9846   - "name"
9847   - "tags"
9848   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9849   x-axis: "X = CNFs per Service Pipeline"
9850   y-axis: "Y = Number of Service Pipelines"
9851   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9852   layout:
9853     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9854     layout: "plot-service-density"
9855
9856 # Plots - NF Density - CSP - PDR IMIX
9857 - type: "plot"
9858   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9859   algorithm: "plot_nf_heatmap"
9860   output-file-type: ".html"
9861   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9862   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9863   filter: "'NIC_Intel-XXV710' and
9864            'NF_DENSITY' and
9865            'DOCKER' and
9866            'PIPELINE' and
9867            'NF_VPPIP4' and
9868            'IMIX' and
9869            '2T1C' and
9870            'NDRPDR'"
9871   parameters:
9872   - "throughput"
9873   - "name"
9874   - "tags"
9875   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9876   x-axis: "X = CNFs per Service Pipeline"
9877   y-axis: "Y = Number of Service Pipelines"
9878   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9879   layout:
9880     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9881     layout: "plot-service-density"
9882
9883 - type: "plot"
9884   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9885   algorithm: "plot_nf_heatmap"
9886   output-file-type: ".html"
9887   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9888   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9889   filter: "'NIC_Intel-XXV710' and
9890            'NF_DENSITY' and
9891            'DOCKER' and
9892            'PIPELINE' and
9893            'NF_VPPIP4' and
9894            'IMIX' and
9895            '4T2C' and
9896            'NDRPDR'"
9897   parameters:
9898   - "throughput"
9899   - "name"
9900   - "tags"
9901   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9902   x-axis: "X = CNFs per Service Pipeline"
9903   y-axis: "Y = Number of Service Pipelines"
9904   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9905   layout:
9906     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9907     layout: "plot-service-density"
9908
9909 - type: "plot"
9910   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9911   algorithm: "plot_nf_heatmap"
9912   output-file-type: ".html"
9913   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9914   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9915   filter: "'NIC_Intel-XXV710' and
9916            'NF_DENSITY' and
9917            'DOCKER' and
9918            'PIPELINE' and
9919            'NF_VPPIP4' and
9920            'IMIX' and
9921            '8T4C' and
9922            'NDRPDR'"
9923   parameters:
9924   - "throughput"
9925   - "name"
9926   - "tags"
9927   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9928   x-axis: "X = CNFs per Service Pipeline"
9929   y-axis: "Y = Number of Service Pipelines"
9930   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9931   layout:
9932     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9933     layout: "plot-service-density"
9934
9935 ###############################################################################
9936 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9937
9938 - type: "plot"
9939   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9940   algorithm: "plot_nf_heatmap"
9941   output-file-type: ".html"
9942   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9943   data: "plot-vpp-nfv-2n-clx-mrr"
9944   filter: "'NIC_Intel-XXV710' and
9945            'NF_DENSITY' and
9946            'VHOST' and
9947            not 'VXLAN' and
9948            'CHAIN' and
9949            'NF_VPPIP4' and
9950            'IMIX' and
9951            '2T1C' and
9952            'MRR'"
9953   parameters:
9954   - "result"
9955   - "name"
9956   - "tags"
9957   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9958   x-axis: "X = VNFs per Service Chain"
9959   y-axis: "Y = Number of Service Chains"
9960   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9961   layout:
9962     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9963     layout: "plot-service-density"
9964
9965 - type: "plot"
9966   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9967   algorithm: "plot_nf_heatmap"
9968   output-file-type: ".html"
9969   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9970   data: "plot-vpp-nfv-2n-clx-mrr"
9971   filter: "'NIC_Intel-XXV710' and
9972            'NF_DENSITY' and
9973            'VHOST' and
9974            not 'VXLAN' and
9975            'CHAIN' and
9976            'NF_VPPIP4' and
9977            'IMIX' and
9978            '4T2C' and
9979            'MRR'"
9980   parameters:
9981   - "result"
9982   - "name"
9983   - "tags"
9984   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9985   x-axis: "X = VNFs per Service Chain"
9986   y-axis: "Y = Number of Service Chains"
9987   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9988   layout:
9989     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9990     layout: "plot-service-density"
9991
9992 - type: "plot"
9993   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9994   algorithm: "plot_nf_heatmap"
9995   output-file-type: ".html"
9996   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9997   data: "plot-vpp-nfv-2n-clx-mrr"
9998   filter: "'NIC_Intel-XXV710' and
9999            'NF_DENSITY' and
10000            'VHOST' and
10001            not 'VXLAN' and
10002            'CHAIN' and
10003            'NF_VPPIP4' and
10004            'IMIX' and
10005            '8T4C' and
10006            'MRR'"
10007   parameters:
10008   - "result"
10009   - "name"
10010   - "tags"
10011   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10012   x-axis: "X = VNFs per Service Chain"
10013   y-axis: "Y = Number of Service Chains"
10014   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10015   layout:
10016     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10017     layout: "plot-service-density"
10018
10019 # Plots - NF Density - VSC - NDR IMIX
10020 - type: "plot"
10021   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10022   algorithm: "plot_nf_heatmap"
10023   output-file-type: ".html"
10024   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10025   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10026   filter: "'NIC_Intel-XXV710' and
10027            'NF_DENSITY' and
10028            'VHOST' and
10029            not 'VXLAN' and
10030            'CHAIN' and
10031            'NF_VPPIP4' and
10032            'IMIX' and
10033            '2T1C' and
10034            'NDRPDR'"
10035   parameters:
10036   - "throughput"
10037   - "name"
10038   - "tags"
10039   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10040   x-axis: "X = VNFs per Service Chain"
10041   y-axis: "Y = Number of Service Chains"
10042   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10043   layout:
10044     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10045     layout: "plot-service-density"
10046
10047 - type: "plot"
10048   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10049   algorithm: "plot_nf_heatmap"
10050   output-file-type: ".html"
10051   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10052   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10053   filter: "'NIC_Intel-XXV710' and
10054            'NF_DENSITY' and
10055            'VHOST' and
10056            not 'VXLAN' and
10057            'CHAIN' and
10058            'NF_VPPIP4' and
10059            'IMIX' and
10060            '4T2C' and
10061            'NDRPDR'"
10062   parameters:
10063   - "throughput"
10064   - "name"
10065   - "tags"
10066   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10067   x-axis: "X = VNFs per Service Chain"
10068   y-axis: "Y = Number of Service Chains"
10069   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10070   layout:
10071     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10072     layout: "plot-service-density"
10073
10074 - type: "plot"
10075   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10076   algorithm: "plot_nf_heatmap"
10077   output-file-type: ".html"
10078   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10079   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10080   filter: "'NIC_Intel-XXV710' and
10081            'NF_DENSITY' and
10082            'VHOST' and
10083            not 'VXLAN' and
10084            'CHAIN' and
10085            'NF_VPPIP4' and
10086            'IMIX' and
10087            '8T4C' and
10088            'NDRPDR'"
10089   parameters:
10090   - "throughput"
10091   - "name"
10092   - "tags"
10093   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10094   x-axis: "X = VNFs per Service Chain"
10095   y-axis: "Y = Number of Service Chains"
10096   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10097   layout:
10098     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10099     layout: "plot-service-density"
10100
10101 # Plots - NF Density - VSC - PDR IMIX
10102 - type: "plot"
10103   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10104   algorithm: "plot_nf_heatmap"
10105   output-file-type: ".html"
10106   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10107   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10108   filter: "'NIC_Intel-XXV710' and
10109            'NF_DENSITY' and
10110            'VHOST' and
10111            not 'VXLAN' and
10112            'CHAIN' and
10113            'NF_VPPIP4' and
10114            'IMIX' and
10115            '2T1C' and
10116            'NDRPDR'"
10117   parameters:
10118   - "throughput"
10119   - "name"
10120   - "tags"
10121   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10122   x-axis: "X = VNFs per Service Chain"
10123   y-axis: "Y = Number of Service Chains"
10124   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10125   layout:
10126     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10127     layout: "plot-service-density"
10128
10129 - type: "plot"
10130   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10131   algorithm: "plot_nf_heatmap"
10132   output-file-type: ".html"
10133   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10134   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10135   filter: "'NIC_Intel-XXV710' and
10136            'NF_DENSITY' and
10137            'VHOST' and
10138            not 'VXLAN' and
10139            'CHAIN' and
10140            'NF_VPPIP4' and
10141            'IMIX' and
10142            '4T2C' and
10143            'NDRPDR'"
10144   parameters:
10145   - "throughput"
10146   - "name"
10147   - "tags"
10148   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10149   x-axis: "X = VNFs per Service Chain"
10150   y-axis: "Y = Number of Service Chains"
10151   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10152   layout:
10153     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10154     layout: "plot-service-density"
10155
10156 - type: "plot"
10157   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10158   algorithm: "plot_nf_heatmap"
10159   output-file-type: ".html"
10160   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10161   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10162   filter: "'NIC_Intel-XXV710' and
10163            'NF_DENSITY' and
10164            'VHOST' and
10165            not 'VXLAN' and
10166            'CHAIN' and
10167            'NF_VPPIP4' and
10168            'IMIX' and
10169            '8T4C' and
10170            'NDRPDR'"
10171   parameters:
10172   - "throughput"
10173   - "name"
10174   - "tags"
10175   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10176   x-axis: "X = VNFs per Service Chain"
10177   y-axis: "Y = Number of Service Chains"
10178   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10179   layout:
10180     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10181     layout: "plot-service-density"
10182
10183 # Plots - NF Density - VSC - MRR IMIX
10184 - type: "plot"
10185   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10186   algorithm: "plot_nf_heatmap"
10187   output-file-type: ".html"
10188   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10189   data: "plot-vpp-nfv-2n-clx-mrr"
10190   filter: "'NIC_Intel-XXV710' and
10191            'NF_DENSITY' and
10192            'VHOST' and
10193            'VXLAN' and
10194            'CHAIN' and
10195            'IMIX' and
10196            '2T1C' and
10197            'MRR'"
10198   parameters:
10199   - "result"
10200   - "name"
10201   - "tags"
10202   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10203   x-axis: "X = VNFs per Service Chain"
10204   y-axis: "Y = Number of Service Chains"
10205   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10206   layout:
10207     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10208     layout: "plot-service-density"
10209
10210 - type: "plot"
10211   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10212   algorithm: "plot_nf_heatmap"
10213   output-file-type: ".html"
10214   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10215   data: "plot-vpp-nfv-2n-clx-mrr"
10216   filter: "'NIC_Intel-XXV710' and
10217            'NF_DENSITY' and
10218            'VHOST' and
10219            'VXLAN' and
10220            'CHAIN' and
10221            'IMIX' and
10222            '4T2C' and
10223            'MRR'"
10224   parameters:
10225   - "result"
10226   - "name"
10227   - "tags"
10228   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10229   x-axis: "X = VNFs per Service Chain"
10230   y-axis: "Y = Number of Service Chains"
10231   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10232   layout:
10233     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10234     layout: "plot-service-density"
10235
10236 - type: "plot"
10237   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10238   algorithm: "plot_nf_heatmap"
10239   output-file-type: ".html"
10240   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10241   data: "plot-vpp-nfv-2n-clx-mrr"
10242   filter: "'NIC_Intel-XXV710' and
10243            'NF_DENSITY' and
10244            'VHOST' and
10245            'VXLAN' and
10246            'CHAIN' and
10247            'IMIX' and
10248            '8T4C' and
10249            'MRR'"
10250   parameters:
10251   - "result"
10252   - "name"
10253   - "tags"
10254   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10255   x-axis: "X = VNFs per Service Chain"
10256   y-axis: "Y = Number of Service Chains"
10257   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10258   layout:
10259     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10260     layout: "plot-service-density"
10261
10262 # Plots - NF Density - VSC - NDR IMIX
10263 - type: "plot"
10264   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10265   algorithm: "plot_nf_heatmap"
10266   output-file-type: ".html"
10267   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10268   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10269   filter: "'NIC_Intel-XXV710' and
10270            'NF_DENSITY' and
10271            'VHOST' and
10272            'VXLAN' and
10273            'CHAIN' and
10274            'IMIX' and
10275            '2T1C' and
10276            'NDRPDR'"
10277   parameters:
10278   - "throughput"
10279   - "name"
10280   - "tags"
10281   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10282   x-axis: "X = VNFs per Service Chain"
10283   y-axis: "Y = Number of Service Chains"
10284   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10285   layout:
10286     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10287     layout: "plot-service-density"
10288
10289 - type: "plot"
10290   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10291   algorithm: "plot_nf_heatmap"
10292   output-file-type: ".html"
10293   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10294   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10295   filter: "'NIC_Intel-XXV710' and
10296            'NF_DENSITY' and
10297            'VHOST' and
10298            'VXLAN' and
10299            'CHAIN' and
10300            'IMIX' and
10301            '4T2C' and
10302            'NDRPDR'"
10303   parameters:
10304   - "throughput"
10305   - "name"
10306   - "tags"
10307   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10308   x-axis: "X = VNFs per Service Chain"
10309   y-axis: "Y = Number of Service Chains"
10310   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10311   layout:
10312     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10313     layout: "plot-service-density"
10314
10315 - type: "plot"
10316   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10317   algorithm: "plot_nf_heatmap"
10318   output-file-type: ".html"
10319   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10320   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10321   filter: "'NIC_Intel-XXV710' and
10322            'NF_DENSITY' and
10323            'VHOST' and
10324            'VXLAN' and
10325            'CHAIN' and
10326            'IMIX' and
10327            '8T4C' and
10328            'NDRPDR'"
10329   parameters:
10330   - "throughput"
10331   - "name"
10332   - "tags"
10333   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10334   x-axis: "X = VNFs per Service Chain"
10335   y-axis: "Y = Number of Service Chains"
10336   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10337   layout:
10338     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10339     layout: "plot-service-density"
10340
10341 # Plots - NF Density - VSC - PDR IMIX
10342 - type: "plot"
10343   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10344   algorithm: "plot_nf_heatmap"
10345   output-file-type: ".html"
10346   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10347   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10348   filter: "'NIC_Intel-XXV710' and
10349            'NF_DENSITY' and
10350            'VHOST' and
10351            'VXLAN' and
10352            'CHAIN' and
10353            'IMIX' and
10354            '2T1C' and
10355            'NDRPDR'"
10356   parameters:
10357   - "throughput"
10358   - "name"
10359   - "tags"
10360   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10361   x-axis: "X = VNFs per Service Chain"
10362   y-axis: "Y = Number of Service Chains"
10363   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10364   layout:
10365     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10366     layout: "plot-service-density"
10367
10368 - type: "plot"
10369   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10370   algorithm: "plot_nf_heatmap"
10371   output-file-type: ".html"
10372   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10373   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10374   filter: "'NIC_Intel-XXV710' and
10375            'NF_DENSITY' and
10376            'VHOST' and
10377            'VXLAN' and
10378            'CHAIN' and
10379            'IMIX' and
10380            '4T2C' and
10381            'NDRPDR'"
10382   parameters:
10383   - "throughput"
10384   - "name"
10385   - "tags"
10386   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10387   x-axis: "X = VNFs per Service Chain"
10388   y-axis: "Y = Number of Service Chains"
10389   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10390   layout:
10391     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10392     layout: "plot-service-density"
10393
10394 - type: "plot"
10395   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10396   algorithm: "plot_nf_heatmap"
10397   output-file-type: ".html"
10398   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10399   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10400   filter: "'NIC_Intel-XXV710' and
10401            'NF_DENSITY' and
10402            'VHOST' and
10403            'VXLAN' and
10404            'CHAIN' and
10405            'IMIX' and
10406            '8T4C' and
10407            'NDRPDR'"
10408   parameters:
10409   - "throughput"
10410   - "name"
10411   - "tags"
10412   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10413   x-axis: "X = VNFs per Service Chain"
10414   y-axis: "Y = Number of Service Chains"
10415   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10416   layout:
10417     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10418     layout: "plot-service-density"
10419
10420 # Plots - NF Density - CSC - MRR IMIX
10421 - type: "plot"
10422   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10423   algorithm: "plot_nf_heatmap"
10424   output-file-type: ".html"
10425   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10426   data: "plot-vpp-nfv-2n-clx-mrr"
10427   filter: "'NIC_Intel-XXV710' and
10428            'NF_DENSITY' and
10429            'DOCKER' and
10430            'CHAIN' and
10431            'NF_VPPIP4' and
10432            'IMIX' and
10433            '2T1C' and
10434            'MRR'"
10435   parameters:
10436   - "result"
10437   - "name"
10438   - "tags"
10439   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10440   x-axis: "X = CNFs per Service Chain"
10441   y-axis: "Y = Number of Service Chains"
10442   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10443   layout:
10444     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10445     layout: "plot-service-density"
10446
10447 - type: "plot"
10448   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10449   algorithm: "plot_nf_heatmap"
10450   output-file-type: ".html"
10451   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10452   data: "plot-vpp-nfv-2n-clx-mrr"
10453   filter: "'NIC_Intel-XXV710' and
10454            'NF_DENSITY' and
10455            'DOCKER' and
10456            'CHAIN' and
10457            'NF_VPPIP4' and
10458            'IMIX' and
10459            '4T2C' and
10460            'MRR'"
10461   parameters:
10462   - "result"
10463   - "name"
10464   - "tags"
10465   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10466   x-axis: "X = CNFs per Service Chain"
10467   y-axis: "Y = Number of Service Chains"
10468   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10469   layout:
10470     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10471     layout: "plot-service-density"
10472
10473 - type: "plot"
10474   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10475   algorithm: "plot_nf_heatmap"
10476   output-file-type: ".html"
10477   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10478   data: "plot-vpp-nfv-2n-clx-mrr"
10479   filter: "'NIC_Intel-XXV710' and
10480            'NF_DENSITY' and
10481            'DOCKER' and
10482            'CHAIN' and
10483            'NF_VPPIP4' and
10484            'IMIX' and
10485            '8T4C' and
10486            'MRR'"
10487   parameters:
10488   - "result"
10489   - "name"
10490   - "tags"
10491   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10492   x-axis: "X = CNFs per Service Chain"
10493   y-axis: "Y = Number of Service Chains"
10494   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10495   layout:
10496     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10497     layout: "plot-service-density"
10498
10499 # Plots - NF Density - CSC - NDR IMIX
10500 - type: "plot"
10501   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10502   algorithm: "plot_nf_heatmap"
10503   output-file-type: ".html"
10504   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10505   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10506   filter: "'NIC_Intel-XXV710' and
10507            'NF_DENSITY' and
10508            'DOCKER' and
10509            'CHAIN' and
10510            'NF_VPPIP4' and
10511            'IMIX' and
10512            '2T1C' and
10513            'NDRPDR'"
10514   parameters:
10515   - "throughput"
10516   - "name"
10517   - "tags"
10518   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10519   x-axis: "X = CNFs per Service Chain"
10520   y-axis: "Y = Number of Service Chains"
10521   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10522   layout:
10523     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10524     layout: "plot-service-density"
10525
10526 - type: "plot"
10527   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10528   algorithm: "plot_nf_heatmap"
10529   output-file-type: ".html"
10530   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10531   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10532   filter: "'NIC_Intel-XXV710' and
10533            'NF_DENSITY' and
10534            'DOCKER' and
10535            'CHAIN' and
10536            'NF_VPPIP4' and
10537            'IMIX' and
10538            '4T2C' and
10539            'NDRPDR'"
10540   parameters:
10541   - "throughput"
10542   - "name"
10543   - "tags"
10544   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10545   x-axis: "X = CNFs per Service Chain"
10546   y-axis: "Y = Number of Service Chains"
10547   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10548   layout:
10549     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10550     layout: "plot-service-density"
10551
10552 - type: "plot"
10553   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10554   algorithm: "plot_nf_heatmap"
10555   output-file-type: ".html"
10556   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10557   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10558   filter: "'NIC_Intel-XXV710' and
10559            'NF_DENSITY' and
10560            'DOCKER' and
10561            'CHAIN' and
10562            'NF_VPPIP4' and
10563            'IMIX' and
10564            '8T4C' and
10565            'NDRPDR'"
10566   parameters:
10567   - "throughput"
10568   - "name"
10569   - "tags"
10570   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10571   x-axis: "X = CNFs per Service Chain"
10572   y-axis: "Y = Number of Service Chains"
10573   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10574   layout:
10575     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10576     layout: "plot-service-density"
10577
10578 # Plots - NF Density - CSC - PDR IMIX
10579 - type: "plot"
10580   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10581   algorithm: "plot_nf_heatmap"
10582   output-file-type: ".html"
10583   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10584   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10585   filter: "'NIC_Intel-XXV710' and
10586            'NF_DENSITY' and
10587            'DOCKER' and
10588            'CHAIN' and
10589            'NF_VPPIP4' and
10590            'IMIX' and
10591            '2T1C' and
10592            'NDRPDR'"
10593   parameters:
10594   - "throughput"
10595   - "name"
10596   - "tags"
10597   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10598   x-axis: "X = CNFs per Service Chain"
10599   y-axis: "Y = Number of Service Chains"
10600   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10601   layout:
10602     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10603     layout: "plot-service-density"
10604
10605 - type: "plot"
10606   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10607   algorithm: "plot_nf_heatmap"
10608   output-file-type: ".html"
10609   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10610   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10611   filter: "'NIC_Intel-XXV710' and
10612            'NF_DENSITY' and
10613            'DOCKER' and
10614            'CHAIN' and
10615            'NF_VPPIP4' and
10616            'IMIX' and
10617            '4T2C' and
10618            'NDRPDR'"
10619   parameters:
10620   - "throughput"
10621   - "name"
10622   - "tags"
10623   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10624   x-axis: "X = CNFs per Service Chain"
10625   y-axis: "Y = Number of Service Chains"
10626   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10627   layout:
10628     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10629     layout: "plot-service-density"
10630
10631 - type: "plot"
10632   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10633   algorithm: "plot_nf_heatmap"
10634   output-file-type: ".html"
10635   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10636   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10637   filter: "'NIC_Intel-XXV710' and
10638            'NF_DENSITY' and
10639            'DOCKER' and
10640            'CHAIN' and
10641            'NF_VPPIP4' and
10642            'IMIX' and
10643            '8T4C' and
10644            'NDRPDR'"
10645   parameters:
10646   - "throughput"
10647   - "name"
10648   - "tags"
10649   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10650   x-axis: "X = CNFs per Service Chain"
10651   y-axis: "Y = Number of Service Chains"
10652   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10653   layout:
10654     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10655     layout: "plot-service-density"
10656
10657 # Plots - NF Density - CSP - MRR IMIX
10658 - type: "plot"
10659   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10660   algorithm: "plot_nf_heatmap"
10661   output-file-type: ".html"
10662   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10663   data: "plot-vpp-nfv-2n-clx-mrr"
10664   filter: "'NIC_Intel-XXV710' and
10665            'NF_DENSITY' and
10666            'DOCKER' and
10667            'PIPELINE' and
10668            'NF_VPPIP4' and
10669            'IMIX' and
10670            '2T1C' and
10671            'MRR'"
10672   parameters:
10673   - "result"
10674   - "name"
10675   - "tags"
10676   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10677   x-axis: "X = CNFs per Service Pipeline"
10678   y-axis: "Y = Number of Service Pipelines"
10679   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10680   layout:
10681     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10682     layout: "plot-service-density"
10683
10684 - type: "plot"
10685   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10686   algorithm: "plot_nf_heatmap"
10687   output-file-type: ".html"
10688   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10689   data: "plot-vpp-nfv-2n-clx-mrr"
10690   filter: "'NIC_Intel-XXV710' and
10691            'NF_DENSITY' and
10692            'DOCKER' and
10693            'PIPELINE' and
10694            'NF_VPPIP4' and
10695            'IMIX' and
10696            '4T2C' and
10697            'MRR'"
10698   parameters:
10699   - "result"
10700   - "name"
10701   - "tags"
10702   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10703   x-axis: "X = CNFs per Service Pipeline"
10704   y-axis: "Y = Number of Service Pipelines"
10705   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10706   layout:
10707     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10708     layout: "plot-service-density"
10709
10710 - type: "plot"
10711   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10712   algorithm: "plot_nf_heatmap"
10713   output-file-type: ".html"
10714   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10715   data: "plot-vpp-nfv-2n-clx-mrr"
10716   filter: "'NIC_Intel-XXV710' and
10717            'NF_DENSITY' and
10718            'DOCKER' and
10719            'PIPELINE' and
10720            'NF_VPPIP4' and
10721            'IMIX' and
10722            '8T4C' and
10723            'MRR'"
10724   parameters:
10725   - "result"
10726   - "name"
10727   - "tags"
10728   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10729   x-axis: "X = CNFs per Service Pipeline"
10730   y-axis: "Y = Number of Service Pipelines"
10731   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10732   layout:
10733     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10734     layout: "plot-service-density"
10735
10736 # Plots - NF Density - CSP - NDR IMIX
10737 - type: "plot"
10738   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10739   algorithm: "plot_nf_heatmap"
10740   output-file-type: ".html"
10741   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10742   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10743   filter: "'NIC_Intel-XXV710' and
10744            'NF_DENSITY' and
10745            'DOCKER' and
10746            'PIPELINE' and
10747            'NF_VPPIP4' and
10748            'IMIX' and
10749            '2T1C' and
10750            'NDRPDR'"
10751   parameters:
10752   - "throughput"
10753   - "name"
10754   - "tags"
10755   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10756   x-axis: "X = CNFs per Service Pipeline"
10757   y-axis: "Y = Number of Service Pipelines"
10758   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10759   layout:
10760     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10761     layout: "plot-service-density"
10762
10763 - type: "plot"
10764   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10765   algorithm: "plot_nf_heatmap"
10766   output-file-type: ".html"
10767   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10768   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10769   filter: "'NIC_Intel-XXV710' and
10770            'NF_DENSITY' and
10771            'DOCKER' and
10772            'PIPELINE' and
10773            'NF_VPPIP4' and
10774            'IMIX' and
10775            '4T2C' and
10776            'NDRPDR'"
10777   parameters:
10778   - "throughput"
10779   - "name"
10780   - "tags"
10781   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10782   x-axis: "X = CNFs per Service Pipeline"
10783   y-axis: "Y = Number of Service Pipelines"
10784   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10785   layout:
10786     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10787     layout: "plot-service-density"
10788
10789 - type: "plot"
10790   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10791   algorithm: "plot_nf_heatmap"
10792   output-file-type: ".html"
10793   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10794   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10795   filter: "'NIC_Intel-XXV710' and
10796            'NF_DENSITY' and
10797            'DOCKER' and
10798            'PIPELINE' and
10799            'NF_VPPIP4' and
10800            'IMIX' and
10801            '8T4C' and
10802            'NDRPDR'"
10803   parameters:
10804   - "throughput"
10805   - "name"
10806   - "tags"
10807   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10808   x-axis: "X = CNFs per Service Pipeline"
10809   y-axis: "Y = Number of Service Pipelines"
10810   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10811   layout:
10812     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10813     layout: "plot-service-density"
10814
10815 # Plots - NF Density - CSP - PDR IMIX
10816 - type: "plot"
10817   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10818   algorithm: "plot_nf_heatmap"
10819   output-file-type: ".html"
10820   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10821   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10822   filter: "'NIC_Intel-XXV710' and
10823            'NF_DENSITY' and
10824            'DOCKER' and
10825            'PIPELINE' and
10826            'NF_VPPIP4' and
10827            'IMIX' and
10828            '2T1C' and
10829            'NDRPDR'"
10830   parameters:
10831   - "throughput"
10832   - "name"
10833   - "tags"
10834   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10835   x-axis: "X = CNFs per Service Pipeline"
10836   y-axis: "Y = Number of Service Pipelines"
10837   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10838   layout:
10839     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10840     layout: "plot-service-density"
10841
10842 - type: "plot"
10843   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10844   algorithm: "plot_nf_heatmap"
10845   output-file-type: ".html"
10846   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10847   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10848   filter: "'NIC_Intel-XXV710' and
10849            'NF_DENSITY' and
10850            'DOCKER' and
10851            'PIPELINE' and
10852            'NF_VPPIP4' and
10853            'IMIX' and
10854            '4T2C' and
10855            'NDRPDR'"
10856   parameters:
10857   - "throughput"
10858   - "name"
10859   - "tags"
10860   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10861   x-axis: "X = CNFs per Service Pipeline"
10862   y-axis: "Y = Number of Service Pipelines"
10863   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10864   layout:
10865     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10866     layout: "plot-service-density"
10867
10868 - type: "plot"
10869   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10870   algorithm: "plot_nf_heatmap"
10871   output-file-type: ".html"
10872   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10873   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10874   filter: "'NIC_Intel-XXV710' and
10875            'NF_DENSITY' and
10876            'DOCKER' and
10877            'PIPELINE' and
10878            'NF_VPPIP4' and
10879            'IMIX' and
10880            '8T4C' and
10881            'NDRPDR'"
10882   parameters:
10883   - "throughput"
10884   - "name"
10885   - "tags"
10886   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10887   x-axis: "X = CNFs per Service Pipeline"
10888   y-axis: "Y = Number of Service Pipelines"
10889   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10890   layout:
10891     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10892     layout: "plot-service-density"
10893
10894 ################################################################################
10895
10896 # Packet Throughput
10897
10898 - type: "plot"
10899   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10900   algorithm: "plot_perf_box_name"
10901   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10902   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10903   include:
10904     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10905     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10906     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10907     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10908   layout:
10909     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10910     layout: "plot-throughput"
10911
10912 - type: "plot"
10913   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10914   algorithm: "plot_perf_box_name"
10915   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10916   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10917   include:
10918     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10919     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10920     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10921     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10922   layout:
10923     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10924     layout: "plot-throughput"
10925
10926 - type: "plot"
10927   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10928   algorithm: "plot_perf_box_name"
10929   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10930   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10931   include:
10932     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10933     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10934     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10935     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10936   layout:
10937     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10938     layout: "plot-throughput"
10939
10940 - type: "plot"
10941   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10942   algorithm: "plot_perf_box_name"
10943   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10944   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10945   include:
10946     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10947     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10948     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10949     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10950   layout:
10951     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10952     layout: "plot-throughput"
10953
10954 - type: "plot"
10955   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10956   algorithm: "plot_perf_box_name"
10957   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10958   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10959   include:
10960     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10961     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10962     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10963     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10964     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10965   layout:
10966     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10967     layout: "plot-throughput"
10968
10969 - type: "plot"
10970   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10971   algorithm: "plot_perf_box_name"
10972   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10973   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10974   include:
10975     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10976     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10977     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10978     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10979     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10980   layout:
10981     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10982     layout: "plot-throughput"
10983
10984 - type: "plot"
10985   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10986   algorithm: "plot_perf_box_name"
10987   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10988   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10989   include:
10990     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10991     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10992     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10993     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10994     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10995   layout:
10996     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10997     layout: "plot-throughput"
10998
10999 - type: "plot"
11000   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11001   algorithm: "plot_perf_box_name"
11002   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11003   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11004   include:
11005     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11006     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11007     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11008     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11009     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11010   layout:
11011     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11012     layout: "plot-throughput"
11013
11014 - type: "plot"
11015   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11016   algorithm: "plot_perf_box_name"
11017   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11018   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11019   include:
11020     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11021     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11022     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11023     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11024     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11025   layout:
11026     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11027     layout: "plot-throughput"
11028
11029 - type: "plot"
11030   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11031   algorithm: "plot_perf_box_name"
11032   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11033   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11034   include:
11035     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11036     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11037     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11038     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11039     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11040   layout:
11041     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11042     layout: "plot-throughput"
11043
11044 - type: "plot"
11045   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11046   algorithm: "plot_perf_box_name"
11047   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11048   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11049   include:
11050     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11051     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11052     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11053     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11054     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11055     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11056   layout:
11057     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11058     layout: "plot-throughput"
11059
11060 - type: "plot"
11061   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11062   algorithm: "plot_perf_box_name"
11063   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11064   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11065   include:
11066     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11067     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11068     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11069     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11070     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11071     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11072   layout:
11073     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11074     layout: "plot-throughput"
11075
11076 - type: "plot"
11077   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11078   algorithm: "plot_perf_box_name"
11079   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11080   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11081   include:
11082     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11083     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11084     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11085     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11086     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11087   layout:
11088     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11089     layout: "plot-throughput"
11090
11091 - type: "plot"
11092   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11093   algorithm: "plot_perf_box_name"
11094   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11095   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11096   include:
11097     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11098     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11099     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11100     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11101     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11102   layout:
11103     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11104     layout: "plot-throughput"
11105
11106 - type: "plot"
11107   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11108   algorithm: "plot_perf_box_name"
11109   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11110   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11111   include:
11112     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11113     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11114     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11115   layout:
11116     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11117     layout: "plot-throughput"
11118
11119 - type: "plot"
11120   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11121   algorithm: "plot_perf_box_name"
11122   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11123   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11124   include:
11125     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11126     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11127     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11128   layout:
11129     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11130     layout: "plot-throughput"
11131
11132 - type: "plot"
11133   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11134   algorithm: "plot_perf_box_name"
11135   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11136   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11137   include:
11138     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11139     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11140     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11141     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11142     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11143   layout:
11144     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11145     layout: "plot-throughput"
11146
11147 - type: "plot"
11148   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11149   algorithm: "plot_perf_box_name"
11150   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11151   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11152   include:
11153     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11154     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11155     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11156     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11157     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11158   layout:
11159     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11160     layout: "plot-throughput"
11161
11162 - type: "plot"
11163   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11164   algorithm: "plot_perf_box_name"
11165   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11166   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11167   include:
11168     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11169     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11170     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11171   layout:
11172     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11173     layout: "plot-throughput"
11174
11175 - type: "plot"
11176   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11177   algorithm: "plot_perf_box_name"
11178   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11179   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11180   include:
11181     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11182     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11183     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11184   layout:
11185     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11186     layout: "plot-throughput"
11187
11188 - type: "plot"
11189   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11190   algorithm: "plot_perf_box_name"
11191   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11192   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11193   include:
11194     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11195     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11196     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11197     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11198     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11199     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11200   layout:
11201     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11202     layout: "plot-throughput"
11203
11204 - type: "plot"
11205   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11206   algorithm: "plot_perf_box_name"
11207   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11208   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11209   include:
11210     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11211     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11212     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11213     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11216   layout:
11217     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11218     layout: "plot-throughput"
11219
11220 - type: "plot"
11221   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11222   algorithm: "plot_perf_box_name"
11223   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11224   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11225   include:
11226     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11227     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11228     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11229     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11230     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11231   layout:
11232     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11233     layout: "plot-throughput"
11234
11235 - type: "plot"
11236   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11237   algorithm: "plot_perf_box_name"
11238   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11239   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11240   include:
11241     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11242     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11243     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11244     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11245     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11246   layout:
11247     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11248     layout: "plot-throughput"
11249
11250 #- type: "plot"
11251 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11252 #  algorithm: "plot_perf_box_name"
11253 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11254 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11255 #  include:
11256 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11257 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11258 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11259 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11260 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11261 #  layout:
11262 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11263 #    layout: "plot-throughput"
11264 #
11265 #- type: "plot"
11266 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11267 #  algorithm: "plot_perf_box_name"
11268 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11269 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11270 #  include:
11271 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11272 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11273 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11274 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11275 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11276 #  layout:
11277 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11278 #    layout: "plot-throughput"
11279 #
11280 #- type: "plot"
11281 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11282 #  algorithm: "plot_perf_box_name"
11283 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11284 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11285 #  include:
11286 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11287 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11288 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11289 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11290 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11291 #  layout:
11292 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11293 #    layout: "plot-throughput"
11294 #
11295 #- type: "plot"
11296 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11297 #  algorithm: "plot_perf_box_name"
11298 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11299 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11300 #  include:
11301 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11302 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11303 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11304 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11305 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11306 #  layout:
11307 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11308 #    layout: "plot-throughput"
11309
11310 - type: "plot"
11311   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11312   algorithm: "plot_perf_box_name"
11313   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11314   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11315   include:
11316     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11317     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11318     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11319     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11320     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11321   layout:
11322     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11323     layout: "plot-throughput"
11324
11325 - type: "plot"
11326   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11327   algorithm: "plot_perf_box_name"
11328   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11329   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11330   include:
11331     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11332     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11333     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11334     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11335     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11336   layout:
11337     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11338     layout: "plot-throughput"
11339
11340 #- type: "plot"
11341 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11342 #  algorithm: "plot_perf_box_name"
11343 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11344 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11345 #  include:
11346 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11347 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11348 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11349 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11350 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11351 #  layout:
11352 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11353 #    layout: "plot-throughput"
11354 #
11355 #- type: "plot"
11356 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11357 #  algorithm: "plot_perf_box_name"
11358 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11359 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11360 #  include:
11361 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11362 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11363 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11364 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11365 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11366 #  layout:
11367 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11368 #    layout: "plot-throughput"
11369 #
11370 #- type: "plot"
11371 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11372 #  algorithm: "plot_perf_box_name"
11373 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11374 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11375 #  include:
11376 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11377 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11378 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11379 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11380 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11381 #  layout:
11382 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11383 #    layout: "plot-throughput"
11384 #
11385 #- type: "plot"
11386 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11387 #  algorithm: "plot_perf_box_name"
11388 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11389 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11390 #  include:
11391 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11392 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11393 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11394 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11395 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11396 #  layout:
11397 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11398 #    layout: "plot-throughput"
11399
11400 - type: "plot"
11401   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11402   algorithm: "plot_perf_box_name"
11403   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11404   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11405   include:
11406     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11407     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11408     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11409     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11410     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11411     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11412   layout:
11413     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11414     layout: "plot-throughput"
11415
11416 - type: "plot"
11417   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11418   algorithm: "plot_perf_box_name"
11419   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11420   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11421   include:
11422     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11423     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11424     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11425     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11426     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11427     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11428   layout:
11429     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11430     layout: "plot-throughput"
11431
11432 - type: "plot"
11433   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11434   algorithm: "plot_perf_box_name"
11435   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11436   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11437   include:
11438     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11439     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11440     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11441   layout:
11442     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11443     layout: "plot-throughput"
11444
11445 - type: "plot"
11446   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11447   algorithm: "plot_perf_box_name"
11448   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11449   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11450   include:
11451     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11452     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11453     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11454   layout:
11455     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11456     layout: "plot-throughput"
11457
11458 - type: "plot"
11459   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11460   algorithm: "plot_perf_box_name"
11461   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11462   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11463   include:
11464     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11465     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11466 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11467 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11468 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11469   layout:
11470     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11471     layout: "plot-throughput"
11472
11473 - type: "plot"
11474   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11475   algorithm: "plot_perf_box_name"
11476   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11477   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11478   include:
11479     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11480     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11481 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11482 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11483 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11484   layout:
11485     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11486     layout: "plot-throughput"
11487
11488 - type: "plot"
11489   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11490   algorithm: "plot_perf_box_name"
11491   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11492   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11493   include:
11494     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11495     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11496     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11497     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11498     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11499   layout:
11500     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11501     layout: "plot-throughput"
11502
11503 - type: "plot"
11504   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11505   algorithm: "plot_perf_box_name"
11506   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11507   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11508   include:
11509     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11510     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11511     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11512     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11513     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11514   layout:
11515     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11516     layout: "plot-throughput"
11517
11518 - type: "plot"
11519   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11520   algorithm: "plot_perf_box_name"
11521   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11522   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11523   include:
11524     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11525     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11526     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11527     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11528     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11529   layout:
11530     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11531     layout: "plot-throughput"
11532
11533 - type: "plot"
11534   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11535   algorithm: "plot_perf_box_name"
11536   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11537   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11538   include:
11539     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11540     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11541     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11542     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11543     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11544   layout:
11545     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11546     layout: "plot-throughput"
11547
11548 - type: "plot"
11549   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11550   algorithm: "plot_perf_box_name"
11551   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11552   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11553   include:
11554     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11555     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11556     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11557     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11558   layout:
11559     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11560     layout: "plot-throughput"
11561
11562 - type: "plot"
11563   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11564   algorithm: "plot_perf_box_name"
11565   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11566   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11567   include:
11568     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11569     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11570     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11571     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11572   layout:
11573     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11574     layout: "plot-throughput"
11575
11576 - type: "plot"
11577   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11578   algorithm: "plot_perf_box_name"
11579   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11580   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11581   include:
11582     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11583     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11584     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11585     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11586     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11587   layout:
11588     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11589     layout: "plot-throughput"
11590
11591 - type: "plot"
11592   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11593   algorithm: "plot_perf_box_name"
11594   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11595   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11596   include:
11597     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11598     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11599     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11600     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11601     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11602   layout:
11603     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11604     layout: "plot-throughput"
11605
11606 - type: "plot"
11607   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11608   algorithm: "plot_perf_box_name"
11609   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11610   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11611   include:
11612     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11613     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11614     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11615     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11616     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11617   layout:
11618     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11619     layout: "plot-throughput"
11620
11621 - type: "plot"
11622   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11623   algorithm: "plot_perf_box_name"
11624   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11625   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11626   include:
11627     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11628     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11629     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11630     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11631     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11632   layout:
11633     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11634     layout: "plot-throughput"
11635
11636 - type: "plot"
11637   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11638   algorithm: "plot_perf_box_name"
11639   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11640   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11641   include:
11642     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11643     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11644     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11645     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11646   layout:
11647     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11648     layout: "plot-throughput"
11649
11650 - type: "plot"
11651   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11652   algorithm: "plot_perf_box_name"
11653   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11654   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11655   include:
11656     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11657     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11658     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11659     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11660   layout:
11661     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11662     layout: "plot-throughput"
11663
11664 - type: "plot"
11665   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11666   algorithm: "plot_perf_box_name"
11667   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11668   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11669   include:
11670     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11671     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11672     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11673     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11674     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11675   layout:
11676     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11677     layout: "plot-throughput"
11678
11679 - type: "plot"
11680   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11681   algorithm: "plot_perf_box_name"
11682   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11683   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11684   include:
11685     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11686     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11687     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11688     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11689     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11690   layout:
11691     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11692     layout: "plot-throughput"
11693
11694 - type: "plot"
11695   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11696   algorithm: "plot_perf_box_name"
11697   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11698   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11699   include:
11700     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11701     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11702     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11703     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11704     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11705     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11706   layout:
11707     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11708     layout: "plot-throughput"
11709
11710 - type: "plot"
11711   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11712   algorithm: "plot_perf_box_name"
11713   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11714   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11715   include:
11716     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11717     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11718     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11719     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11720     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11721     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11722   layout:
11723     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11724     layout: "plot-throughput"
11725
11726 - type: "plot"
11727   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11728   algorithm: "plot_perf_box_name"
11729   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11730   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11731   include:
11732     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11733     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11734     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11735     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11736     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11737   layout:
11738     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11739     layout: "plot-throughput"
11740
11741 - type: "plot"
11742   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11743   algorithm: "plot_perf_box_name"
11744   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11745   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11746   include:
11747     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11748     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11749     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11750     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11751     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11752   layout:
11753     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11754     layout: "plot-throughput"
11755
11756 - type: "plot"
11757   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11758   algorithm: "plot_perf_box_name"
11759   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11760   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11761   include:
11762     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11763     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11764     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11765     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11766     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11767   layout:
11768     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11769     layout: "plot-throughput"
11770
11771 - type: "plot"
11772   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11773   algorithm: "plot_perf_box_name"
11774   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11775   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11776   include:
11777     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11778     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11779     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11780     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11781     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11782   layout:
11783     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11784     layout: "plot-throughput"
11785
11786 - type: "plot"
11787   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11788   algorithm: "plot_perf_box_name"
11789   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11790   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11791   include:
11792     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11793     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11794   layout:
11795     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11796     layout: "plot-throughput"
11797
11798 - type: "plot"
11799   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11800   algorithm: "plot_perf_box_name"
11801   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11802   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11803   include:
11804     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11805     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11806   layout:
11807     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11808     layout: "plot-throughput"
11809
11810 - type: "plot"
11811   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11812   algorithm: "plot_perf_box_name"
11813   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11814   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11815   include:
11816     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11817     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11818     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11819     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11820   layout:
11821     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11822     layout: "plot-throughput"
11823
11824 - type: "plot"
11825   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11826   algorithm: "plot_perf_box_name"
11827   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11828   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11829   include:
11830     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11831     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11832     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11833     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11834   layout:
11835     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11836     layout: "plot-throughput"
11837
11838 - type: "plot"
11839   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11840   algorithm: "plot_perf_box_name"
11841   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11842   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11843   include:
11844     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11845     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11846     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11847     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11848   layout:
11849     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11850     layout: "plot-throughput"
11851
11852 - type: "plot"
11853   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11854   algorithm: "plot_perf_box_name"
11855   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11856   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11857   include:
11858     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11859     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11860     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11861     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11862   layout:
11863     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11864     layout: "plot-throughput"
11865
11866 - type: "plot"
11867   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11868   algorithm: "plot_perf_box_name"
11869   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11870   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11871   include:
11872     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11873     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11874     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11875     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11876   layout:
11877     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11878     layout: "plot-throughput"
11879
11880 - type: "plot"
11881   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11882   algorithm: "plot_perf_box_name"
11883   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11884   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11885   include:
11886     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11887     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11888     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11889     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11890   layout:
11891     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11892     layout: "plot-throughput"
11893
11894 - type: "plot"
11895   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11896   algorithm: "plot_perf_box_name"
11897   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11898   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11899   include:
11900     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11901     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11902     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11903     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11904   layout:
11905     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11906     layout: "plot-throughput"
11907
11908 - type: "plot"
11909   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11910   algorithm: "plot_perf_box_name"
11911   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11912   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11913   include:
11914     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11915     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11916     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11917     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11918   layout:
11919     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11920     layout: "plot-throughput"
11921
11922 - type: "plot"
11923   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11924   algorithm: "plot_perf_box_name"
11925   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11926   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11927   include:
11928     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11929     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11930     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11931     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11932     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11933     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11934   layout:
11935     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11936     layout: "plot-throughput"
11937
11938 - type: "plot"
11939   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11940   algorithm: "plot_perf_box_name"
11941   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11942   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11943   include:
11944     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11945     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11946     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11947     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11948     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11949     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11950   layout:
11951     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11952     layout: "plot-throughput"
11953
11954 - type: "plot"
11955   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11956   algorithm: "plot_perf_box_name"
11957   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11958   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11959   include:
11960     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11961     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11962     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11963     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11964     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11965   layout:
11966     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11967     layout: "plot-throughput"
11968
11969 - type: "plot"
11970   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11971   algorithm: "plot_perf_box_name"
11972   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11973   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11974   include:
11975     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11976     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11977     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11978     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11979     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11980   layout:
11981     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11982     layout: "plot-throughput"
11983
11984 - type: "plot"
11985   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11986   algorithm: "plot_perf_box_name"
11987   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11988   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11989   include:
11990     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11991     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11992     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11993     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11994     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11995   layout:
11996     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11997     layout: "plot-throughput"
11998
11999 - type: "plot"
12000   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12001   algorithm: "plot_perf_box_name"
12002   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12003   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12004   include:
12005     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12006     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12007     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12008     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12009     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12010   layout:
12011     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12012     layout: "plot-throughput"
12013
12014 - type: "plot"
12015   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12016   algorithm: "plot_perf_box_name"
12017   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12018   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12019   include:
12020     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12021     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12022     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12023   layout:
12024     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12025     layout: "plot-throughput"
12026
12027 - type: "plot"
12028   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12029   algorithm: "plot_perf_box_name"
12030   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12031   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12032   include:
12033     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12034     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12035     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12036   layout:
12037     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12038     layout: "plot-throughput"
12039
12040 - type: "plot"
12041   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12042   algorithm: "plot_perf_box_name"
12043   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12044   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12045   include:
12046     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12047     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12048     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12049   layout:
12050     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12051     layout: "plot-throughput"
12052
12053 - type: "plot"
12054   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12055   algorithm: "plot_perf_box_name"
12056   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12057   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12058   include:
12059     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12060     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12061     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12062   layout:
12063     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12064     layout: "plot-throughput"
12065
12066 - type: "plot"
12067   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12068   algorithm: "plot_perf_box_name"
12069   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12070   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12071   include:
12072     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12073     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12074     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12075     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12076     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12077   layout:
12078     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12079     layout: "plot-throughput"
12080
12081 - type: "plot"
12082   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12083   algorithm: "plot_perf_box_name"
12084   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12085   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12086   include:
12087     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12088     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12089     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12090     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12091     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12092   layout:
12093     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12094     layout: "plot-throughput"
12095
12096 - type: "plot"
12097   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12098   algorithm: "plot_perf_box_name"
12099   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12100   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12101   include:
12102     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12103     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12104     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12105     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12106     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12107   layout:
12108     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12109     layout: "plot-throughput"
12110
12111 - type: "plot"
12112   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12113   algorithm: "plot_perf_box_name"
12114   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12115   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12116   include:
12117     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12118     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12119     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12120     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12121     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12122   layout:
12123     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12124     layout: "plot-throughput"
12125
12126 - type: "plot"
12127   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12128   algorithm: "plot_perf_box_name"
12129   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12130   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12131   include:
12132     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12133     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12134     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12135     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12136     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12137   layout:
12138     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12139     layout: "plot-throughput"
12140
12141 - type: "plot"
12142   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12143   algorithm: "plot_perf_box_name"
12144   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12145   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12146   include:
12147     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12148     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12149     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12150     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12151     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12152   layout:
12153     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12154     layout: "plot-throughput"
12155
12156 - type: "plot"
12157   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12158   algorithm: "plot_perf_box_name"
12159   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12160   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12161   include:
12162     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12163     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12164     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12165     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12166     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12167   layout:
12168     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12169     layout: "plot-throughput"
12170
12171 - type: "plot"
12172   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12173   algorithm: "plot_perf_box_name"
12174   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12175   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12176   include:
12177     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12178     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12179     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12180     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12181     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12182   layout:
12183     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12184     layout: "plot-throughput"
12185
12186 - type: "plot"
12187   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12188   algorithm: "plot_perf_box_name"
12189   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12190   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12191   include:
12192     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12193     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12194     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12195     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12196     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12197   layout:
12198     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12199     layout: "plot-throughput"
12200
12201 - type: "plot"
12202   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12203   algorithm: "plot_perf_box_name"
12204   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12205   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12206   include:
12207     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12208     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12209     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12210     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12211     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12212   layout:
12213     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12214     layout: "plot-throughput"
12215
12216 - type: "plot"
12217   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12218   algorithm: "plot_perf_box_name"
12219   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12220   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12221   include:
12222     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12223     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12224     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12225     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12226     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12227     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12228   layout:
12229     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12230     layout: "plot-throughput"
12231
12232 - type: "plot"
12233   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12234   algorithm: "plot_perf_box_name"
12235   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12236   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12237   include:
12238     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12239     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12240     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12241     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12242     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12243     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12244   layout:
12245     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12246     layout: "plot-throughput"
12247
12248 - type: "plot"
12249   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12250   algorithm: "plot_perf_box_name"
12251   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12252   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12253   include:
12254     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12255     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12256     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12257     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12258   layout:
12259     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12260     layout: "plot-throughput"
12261
12262 - type: "plot"
12263   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12264   algorithm: "plot_perf_box_name"
12265   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12266   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12267   include:
12268     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12269     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12270     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12271     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12272   layout:
12273     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12274     layout: "plot-throughput"
12275
12276 - type: "plot"
12277   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12278   algorithm: "plot_perf_box_name"
12279   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12280   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12281   include:
12282     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12283     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12284     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12285     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12286     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12287     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12288   layout:
12289     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12290     layout: "plot-throughput"
12291
12292 - type: "plot"
12293   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12294   algorithm: "plot_perf_box_name"
12295   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12296   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12297   include:
12298     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12299     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12300     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12301     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12302     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12303     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12304   layout:
12305     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12306     layout: "plot-throughput"
12307
12308 - type: "plot"
12309   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12310   algorithm: "plot_perf_box_name"
12311   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12312   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12313   include:
12314     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12315     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12316     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12317     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12318     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12319     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12320   layout:
12321     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12322     layout: "plot-throughput"
12323
12324 - type: "plot"
12325   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12326   algorithm: "plot_perf_box_name"
12327   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12328   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12329   include:
12330     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12331     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12332     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12333     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12334     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12335     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12336   layout:
12337     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12338     layout: "plot-throughput"
12339
12340 - type: "plot"
12341   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12342   algorithm: "plot_perf_box_name"
12343   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12344   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12345   include:
12346     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12347     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12348     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12349     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12350     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12351     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12352   layout:
12353     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12354     layout: "plot-throughput"
12355
12356 - type: "plot"
12357   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12358   algorithm: "plot_perf_box_name"
12359   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12360   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12361   include:
12362     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12363     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12364     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12365     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12366     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12367     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12368   layout:
12369     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12370     layout: "plot-throughput"
12371
12372 - type: "plot"
12373   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12374   algorithm: "plot_perf_box_name"
12375   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12376   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12377   include:
12378     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12379     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12380     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12381     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12382     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12383     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12384   layout:
12385     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12386     layout: "plot-throughput"
12387
12388 - type: "plot"
12389   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12390   algorithm: "plot_perf_box_name"
12391   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12392   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12393   include:
12394     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12395     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12396     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12397     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12398     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12399     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12400   layout:
12401     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12402     layout: "plot-throughput"
12403
12404 - type: "plot"
12405   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12406   algorithm: "plot_perf_box_name"
12407   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12408   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12409   include:
12410     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12411     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12412     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12413     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12414     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12415     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12416   layout:
12417     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12418     layout: "plot-throughput"
12419
12420 - type: "plot"
12421   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12422   algorithm: "plot_perf_box_name"
12423   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12424   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12425   include:
12426     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12427     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12428     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12429     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12430     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12431     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12432   layout:
12433     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12434     layout: "plot-throughput"
12435
12436 - type: "plot"
12437   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12438   algorithm: "plot_perf_box_name"
12439   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12440   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12441   include:
12442     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12443     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12444     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12445     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12446     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12447     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12448   layout:
12449     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12450     layout: "plot-throughput"
12451
12452 - type: "plot"
12453   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12454   algorithm: "plot_perf_box_name"
12455   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12456   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12457   include:
12458     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12459     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12460     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12461     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12462     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12463     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12464   layout:
12465     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12466     layout: "plot-throughput"
12467
12468 - type: "plot"
12469   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12470   algorithm: "plot_perf_box_name"
12471   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12472   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12473   include:
12474     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12475     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12476     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12477     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12478     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12479     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12480   layout:
12481     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12482     layout: "plot-throughput"
12483
12484 - type: "plot"
12485   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12486   algorithm: "plot_perf_box_name"
12487   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12488   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12489   include:
12490     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12491     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12492     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12493     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12494     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12495     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12496   layout:
12497     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12498     layout: "plot-throughput"
12499
12500 - type: "plot"
12501   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12502   algorithm: "plot_perf_box_name"
12503   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12504   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12505   include:
12506     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12507     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12508     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12509     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12510     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12511     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12512   layout:
12513     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12514     layout: "plot-throughput"
12515
12516 - type: "plot"
12517   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12518   algorithm: "plot_perf_box_name"
12519   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12520   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12521   include:
12522     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12523     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12524     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12525     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12526     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12527     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12528   layout:
12529     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12530     layout: "plot-throughput"
12531
12532 - type: "plot"
12533   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12534   algorithm: "plot_perf_box_name"
12535   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12536   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12537   include:
12538     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12539     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12540     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12541     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12542   layout:
12543     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12544     layout: "plot-throughput"
12545
12546 - type: "plot"
12547   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12548   algorithm: "plot_perf_box_name"
12549   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12550   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12551   include:
12552     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12553     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12554     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12555     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12556   layout:
12557     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12558     layout: "plot-throughput"
12559
12560 - type: "plot"
12561   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12562   algorithm: "plot_perf_box_name"
12563   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12564   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12565   include:
12566     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12567     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12568     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12569     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12570   layout:
12571     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12572     layout: "plot-throughput"
12573
12574 - type: "plot"
12575   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12576   algorithm: "plot_perf_box_name"
12577   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12578   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12579   include:
12580     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12581     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12582     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12583     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12584   layout:
12585     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12586     layout: "plot-throughput"
12587
12588 - type: "plot"
12589   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12590   algorithm: "plot_perf_box_name"
12591   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12592   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12593   include:
12594     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12595     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12596     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12597     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12598     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12599     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12600   layout:
12601     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12602     layout: "plot-throughput"
12603
12604 - type: "plot"
12605   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12606   algorithm: "plot_perf_box_name"
12607   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12608   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12609   include:
12610     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12611     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12612     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12613     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12614     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12615     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12616   layout:
12617     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12618     layout: "plot-throughput"
12619
12620 - type: "plot"
12621   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12622   algorithm: "plot_perf_box_name"
12623   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12624   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12625   include:
12626     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12627     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12628     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12629     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12630     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12631   layout:
12632     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12633     layout: "plot-throughput"
12634
12635 - type: "plot"
12636   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12637   algorithm: "plot_perf_box_name"
12638   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12639   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12640   include:
12641     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12642     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12643     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12644     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12645     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12646   layout:
12647     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12648     layout: "plot-throughput"
12649
12650 - type: "plot"
12651   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12652   algorithm: "plot_perf_box_name"
12653   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12654   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12655   include:
12656     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12657     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12658     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12659     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12660     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12661   layout:
12662     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12663     layout: "plot-throughput"
12664
12665 - type: "plot"
12666   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12667   algorithm: "plot_perf_box_name"
12668   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12669   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12670   include:
12671     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12672     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12673     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12674     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12675     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12676   layout:
12677     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12678     layout: "plot-throughput"
12679
12680 - type: "plot"
12681   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12682   algorithm: "plot_perf_box_name"
12683   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12684   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12685   include:
12686     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12687     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12688     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12689     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12690   layout:
12691     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12692     layout: "plot-throughput"
12693
12694 - type: "plot"
12695   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12696   algorithm: "plot_perf_box_name"
12697   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12698   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12699   include:
12700     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12701     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12702     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12703     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12704   layout:
12705     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12706     layout: "plot-throughput"
12707
12708 - type: "plot"
12709   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12710   algorithm: "plot_perf_box_name"
12711   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12712   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12713   include:
12714     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12715     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12716     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12717     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12718     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12719     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12720   layout:
12721     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12722     layout: "plot-throughput"
12723
12724 - type: "plot"
12725   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12726   algorithm: "plot_perf_box_name"
12727   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12728   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12729   include:
12730     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12731     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12732     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12733     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12734     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12735     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12736   layout:
12737     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12738     layout: "plot-throughput"
12739
12740 - type: "plot"
12741   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12742   algorithm: "plot_perf_box_name"
12743   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12744   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12745   include:
12746     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12747     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12748     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12749     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12750     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12751     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12752   layout:
12753     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12754     layout: "plot-throughput"
12755
12756 - type: "plot"
12757   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12758   algorithm: "plot_perf_box_name"
12759   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12760   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12761   include:
12762     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12763     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12764     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12765     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12766     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12767     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12768   layout:
12769     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12770     layout: "plot-throughput"
12771
12772 - type: "plot"
12773   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12774   algorithm: "plot_perf_box_name"
12775   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12776   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12777   include:
12778     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12779     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12780     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12781     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12782     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12783     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12784   layout:
12785     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12786     layout: "plot-throughput"
12787
12788 - type: "plot"
12789   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12790   algorithm: "plot_perf_box_name"
12791   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12792   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12793   include:
12794     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12795     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12796     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12797     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12798     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12799     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12800   layout:
12801     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12802     layout: "plot-throughput"
12803
12804 - type: "plot"
12805   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12806   algorithm: "plot_perf_box_name"
12807   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12808   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12809   include:
12810     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12811     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12812     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12813     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12814     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12815     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12816   layout:
12817     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12818     layout: "plot-throughput"
12819
12820 - type: "plot"
12821   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12822   algorithm: "plot_perf_box_name"
12823   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12824   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12825   include:
12826     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12827     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12828     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12829     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12830     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12831     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12832   layout:
12833     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12834     layout: "plot-throughput"
12835
12836 - type: "plot"
12837   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12838   algorithm: "plot_perf_box_name"
12839   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12840   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12841   include:
12842     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12843     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12844     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12845     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12846   layout:
12847     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12848     layout: "plot-throughput"
12849
12850 - type: "plot"
12851   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12852   algorithm: "plot_perf_box_name"
12853   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12854   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12855   include:
12856     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12857     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12858     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12859     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12860   layout:
12861     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12862     layout: "plot-throughput"
12863
12864 - type: "plot"
12865   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12866   algorithm: "plot_perf_box_name"
12867   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12868   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12869   include:
12870     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12871     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12872     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12873     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12874     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12875     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12876   layout:
12877     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12878     layout: "plot-throughput"
12879
12880 - type: "plot"
12881   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12882   algorithm: "plot_perf_box_name"
12883   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12884   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12885   include:
12886     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12887     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12888     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12889     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12890     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12891     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12892   layout:
12893     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12894     layout: "plot-throughput"
12895
12896 - type: "plot"
12897   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12898   algorithm: "plot_perf_box_name"
12899   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12900   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12901   include:
12902     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12903     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12904     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12905     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12906     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12907     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12908   layout:
12909     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12910     layout: "plot-throughput"
12911
12912 - type: "plot"
12913   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12914   algorithm: "plot_perf_box_name"
12915   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12916   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12917   include:
12918     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12919     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12920     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12921     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12922     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12923     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12924   layout:
12925     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12926     layout: "plot-throughput"
12927
12928 - type: "plot"
12929   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12930   algorithm: "plot_perf_box_name"
12931   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12932   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12933   include:
12934     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12935     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12936     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12937     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12938   layout:
12939     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12940     layout: "plot-throughput"
12941
12942 - type: "plot"
12943   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12944   algorithm: "plot_perf_box_name"
12945   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12946   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12947   include:
12948     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12949     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12950     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12951     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12952   layout:
12953     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12954     layout: "plot-throughput"
12955
12956 - type: "plot"
12957   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12958   algorithm: "plot_perf_box_name"
12959   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12960   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12961   include:
12962     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12963     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12964     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12965     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12966     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12967     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12968   layout:
12969     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12970     layout: "plot-throughput"
12971
12972 - type: "plot"
12973   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12974   algorithm: "plot_perf_box_name"
12975   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12976   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12977   include:
12978     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12979     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12980     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12981     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12982     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12983     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12984   layout:
12985     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12986     layout: "plot-throughput"
12987
12988 - type: "plot"
12989   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12990   algorithm: "plot_perf_box_name"
12991   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12992   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12993   include:
12994     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12995     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12996     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12997     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12998   layout:
12999     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13000     layout: "plot-throughput"
13001
13002 - type: "plot"
13003   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13004   algorithm: "plot_perf_box_name"
13005   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13006   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13007   include:
13008     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13009     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13010     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13011     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13012   layout:
13013     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13014     layout: "plot-throughput"
13015
13016 - type: "plot"
13017   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13018   algorithm: "plot_perf_box_name"
13019   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13020   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13021   include:
13022     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13023     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13024     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13025     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13026     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13027     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13028   layout:
13029     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13030     layout: "plot-throughput"
13031
13032 - type: "plot"
13033   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13034   algorithm: "plot_perf_box_name"
13035   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13036   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13037   include:
13038     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13039     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13040     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13041     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13042     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13043     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13044   layout:
13045     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13046     layout: "plot-throughput"
13047
13048 - type: "plot"
13049   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13050   algorithm: "plot_perf_box_name"
13051   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13052   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13053   include:
13054     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13055     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13056     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13057     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13058     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13059     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13060   layout:
13061     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13062     layout: "plot-throughput"
13063
13064 - type: "plot"
13065   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13066   algorithm: "plot_perf_box_name"
13067   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13068   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13069   include:
13070     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13071     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13072     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13073     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13074     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13075     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13076   layout:
13077     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13078     layout: "plot-throughput"
13079
13080 - type: "plot"
13081   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13082   algorithm: "plot_perf_box_name"
13083   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13084   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13085   include:
13086     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13087     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13088     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13089     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13090     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13091     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13092   layout:
13093     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13094     layout: "plot-throughput"
13095
13096 - type: "plot"
13097   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13098   algorithm: "plot_perf_box_name"
13099   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13100   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13101   include:
13102     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13103     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13104     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13105     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13106     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13107     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13108   layout:
13109     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13110     layout: "plot-throughput"
13111
13112 - type: "plot"
13113   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13114   algorithm: "plot_perf_box_name"
13115   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13116   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13117   include:
13118     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13119     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13120     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13121 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13122 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13123 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13124   layout:
13125     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13126     layout: "plot-throughput"
13127
13128 - type: "plot"
13129   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13130   algorithm: "plot_perf_box_name"
13131   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13132   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13133   include:
13134     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13135     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13136     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13137 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13138 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13139 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13140   layout:
13141     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13142     layout: "plot-throughput"
13143
13144 - type: "plot"
13145   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13146   algorithm: "plot_perf_box_name"
13147   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13148   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13149   include:
13150     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13151     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13152     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13153     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13154     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13155     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13156   layout:
13157     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13158     layout: "plot-throughput"
13159
13160 - type: "plot"
13161   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13162   algorithm: "plot_perf_box_name"
13163   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13164   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13165   include:
13166     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13167     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13168     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13169     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13170     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13171     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13172   layout:
13173     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13174     layout: "plot-throughput"
13175
13176 - type: "plot"
13177   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13178   algorithm: "plot_perf_box_name"
13179   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13180   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13181   include:
13182     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13183     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13184     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13185     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13186     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13187     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13188   layout:
13189     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13190     layout: "plot-throughput"
13191
13192 - type: "plot"
13193   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13194   algorithm: "plot_perf_box_name"
13195   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13196   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13197   include:
13198     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13199     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13200     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13201     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13202     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13203     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13204   layout:
13205     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13206     layout: "plot-throughput"
13207
13208 - type: "plot"
13209   title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13210   algorithm: "plot_perf_box_name"
13211   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13212   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13213   include:
13214     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13215     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13216     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13217   layout:
13218     title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13219     layout: "plot-throughput"
13220
13221 - type: "plot"
13222   title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13223   algorithm: "plot_perf_box_name"
13224   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13225   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13226   include:
13227     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13228     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13229     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13230   layout:
13231     title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13232     layout: "plot-throughput"
13233
13234 - type: "plot"
13235   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13236   algorithm: "plot_perf_box_name"
13237   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13238   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13239   include:
13240     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13241     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13242     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13243     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13244     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13245   layout:
13246     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13247     layout: "plot-throughput"
13248
13249 - type: "plot"
13250   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13251   algorithm: "plot_perf_box_name"
13252   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13253   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13254   include:
13255     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13256     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13257     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13258     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13259     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13260   layout:
13261     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13262     layout: "plot-throughput"
13263
13264 - type: "plot"
13265   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13266   algorithm: "plot_perf_box_name"
13267   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13268   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13269   include:
13270     - "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"
13271     - "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"
13272     - "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"
13273     - "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"
13274     - "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"
13275   layout:
13276     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13277     layout: "plot-throughput"
13278
13279 - type: "plot"
13280   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13281   algorithm: "plot_perf_box_name"
13282   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13283   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13284   include:
13285     - "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"
13286     - "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"
13287     - "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"
13288     - "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"
13289     - "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"
13290   layout:
13291     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13292     layout: "plot-throughput"
13293
13294 - type: "plot"
13295   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13296   algorithm: "plot_perf_box_name"
13297   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13298   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13299   include:
13300     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13301     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13302     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13303     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13304     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13305   layout:
13306     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13307     layout: "plot-throughput"
13308
13309 - type: "plot"
13310   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13311   algorithm: "plot_perf_box_name"
13312   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13313   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13314   include:
13315     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13316     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13317     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13318     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13319     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13320   layout:
13321     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13322     layout: "plot-throughput"
13323
13324 - type: "plot"
13325   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13326   algorithm: "plot_perf_box_name"
13327   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13328   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13329   include:
13330     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13331     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13332     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13333     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13334     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13335   layout:
13336     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13337     layout: "plot-throughput"
13338
13339 - type: "plot"
13340   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13341   algorithm: "plot_perf_box_name"
13342   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13343   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13344   include:
13345     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13346     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13347     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13348     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13349     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13350   layout:
13351     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13352     layout: "plot-throughput"
13353
13354 - type: "plot"
13355   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13356   algorithm: "plot_perf_box_name"
13357   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13358   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13359   include:
13360     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13361     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13362     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13363     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13364     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13365   layout:
13366     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13367     layout: "plot-throughput"
13368
13369 - type: "plot"
13370   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13371   algorithm: "plot_perf_box_name"
13372   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13373   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13374   include:
13375     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13376     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13377     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13378     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13379     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13380   layout:
13381     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13382     layout: "plot-throughput"
13383
13384 - type: "plot"
13385   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13386   algorithm: "plot_perf_box_name"
13387   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13388   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13389   include:
13390     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13391     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13392     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13393     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13394     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13395   layout:
13396     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13397     layout: "plot-throughput"
13398
13399 - type: "plot"
13400   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13401   algorithm: "plot_perf_box_name"
13402   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13403   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13404   include:
13405     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13406     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13407     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13408     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13409     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13410   layout:
13411     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13412     layout: "plot-throughput"
13413
13414 - type: "plot"
13415   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13416   algorithm: "plot_perf_box_name"
13417   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13418   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13419   include:
13420     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13421     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13422     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13423     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13424   layout:
13425     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13426     layout: "plot-throughput"
13427
13428 - type: "plot"
13429   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13430   algorithm: "plot_perf_box_name"
13431   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13432   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13433   include:
13434     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13435     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13436     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13437     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13438   layout:
13439     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13440     layout: "plot-throughput"
13441
13442 - type: "plot"
13443   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13444   algorithm: "plot_perf_box_name"
13445   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13446   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13447   include:
13448     - "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"
13449     - "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"
13450     - "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"
13451     - "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"
13452   layout:
13453     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13454     layout: "plot-throughput"
13455
13456 - type: "plot"
13457   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13458   algorithm: "plot_perf_box_name"
13459   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13460   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13461   include:
13462     - "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"
13463     - "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"
13464     - "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"
13465     - "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"
13466   layout:
13467     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13468     layout: "plot-throughput"
13469
13470 - type: "plot"
13471   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13472   algorithm: "plot_perf_box_name"
13473   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13474   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13475   include:
13476     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13477     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13478     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13479     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13480     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13481     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13482   layout:
13483     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13484     layout: "plot-throughput"
13485
13486 - type: "plot"
13487   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13488   algorithm: "plot_perf_box_name"
13489   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13490   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13491   include:
13492     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13493     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13494     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13495     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13496     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13497     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13498   layout:
13499     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13500     layout: "plot-throughput"
13501
13502 - type: "plot"
13503   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13504   algorithm: "plot_perf_box_name"
13505   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13506   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13507   include:
13508     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13509     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13510     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13511     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13512     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13513     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13514   layout:
13515     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13516     layout: "plot-throughput"
13517
13518 - type: "plot"
13519   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13520   algorithm: "plot_perf_box_name"
13521   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13522   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13523   include:
13524     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13525     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13526     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13527     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13528     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13529     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13530   layout:
13531     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13532     layout: "plot-throughput"
13533
13534 - type: "plot"
13535   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13536   algorithm: "plot_perf_box_name"
13537   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13538   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13539   include:
13540     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13541     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13542     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13543     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13544     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13545     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13546   layout:
13547     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13548     layout: "plot-throughput"
13549
13550 - type: "plot"
13551   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13552   algorithm: "plot_perf_box_name"
13553   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13554   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13555   include:
13556     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13557     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13558     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13559     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13560     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13561     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13562   layout:
13563     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13564     layout: "plot-throughput"
13565
13566 - type: "plot"
13567   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13568   algorithm: "plot_perf_box_name"
13569   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13570   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13571   include:
13572     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13573     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13574     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13575     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13576     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13577   layout:
13578     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13579     layout: "plot-throughput"
13580
13581 - type: "plot"
13582   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13583   algorithm: "plot_perf_box_name"
13584   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13585   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13586   include:
13587     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13588     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13589     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13590     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13591     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13592   layout:
13593     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13594     layout: "plot-throughput"
13595
13596 - type: "plot"
13597   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13598   algorithm: "plot_perf_box_name"
13599   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13600   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13601   include:
13602     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13603     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13604   layout:
13605     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13606     layout: "plot-throughput"
13607
13608 - type: "plot"
13609   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13610   algorithm: "plot_perf_box_name"
13611   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13612   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13613   include:
13614     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13615     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13616   layout:
13617     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13618     layout: "plot-throughput"
13619
13620 - type: "plot"
13621   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13622   algorithm: "plot_perf_box_name"
13623   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13624   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13625   include:
13626     - "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"
13627     - "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"
13628   layout:
13629     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13630     layout: "plot-throughput"
13631
13632 - type: "plot"
13633   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13634   algorithm: "plot_perf_box_name"
13635   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13636   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13637   include:
13638     - "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"
13639     - "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"
13640   layout:
13641     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13642     layout: "plot-throughput"
13643
13644 - type: "plot"
13645   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13646   algorithm: "plot_perf_box_name"
13647   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13648   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13649   include:
13650     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13651     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13652   layout:
13653     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13654     layout: "plot-throughput"
13655
13656 - type: "plot"
13657   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13658   algorithm: "plot_perf_box_name"
13659   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13660   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13661   include:
13662     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13663     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13664   layout:
13665     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13666     layout: "plot-throughput"
13667
13668 - type: "plot"
13669   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13670   algorithm: "plot_perf_box_name"
13671   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13672   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13673   include:
13674     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13675     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13676   layout:
13677     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13678     layout: "plot-throughput"
13679
13680 - type: "plot"
13681   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13682   algorithm: "plot_perf_box_name"
13683   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13684   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13685   include:
13686     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13687     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13688   layout:
13689     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13690     layout: "plot-throughput"
13691
13692 - type: "plot"
13693   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13694   algorithm: "plot_perf_box_name"
13695   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13696   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13697   include:
13698     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13699     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13700     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13701     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13702     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13703     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13704   layout:
13705     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13706     layout: "plot-throughput"
13707
13708 - type: "plot"
13709   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13710   algorithm: "plot_perf_box_name"
13711   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13712   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13713   include:
13714     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13715     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13716     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13717     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13718     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13719     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13720   layout:
13721     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13722     layout: "plot-throughput"
13723
13724 - type: "plot"
13725   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13726   algorithm: "plot_perf_box_name"
13727   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13728   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13729   include:
13730     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13731     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13732     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13733     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13734     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13735     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13736   layout:
13737     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13738     layout: "plot-throughput"
13739
13740 - type: "plot"
13741   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13742   algorithm: "plot_perf_box_name"
13743   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13744   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13745   include:
13746     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13747     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13748     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13749     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13750     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13751     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13752   layout:
13753     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13754     layout: "plot-throughput"
13755
13756 #- type: "plot"
13757 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13758 #  algorithm: "plot_perf_box_name"
13759 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13760 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13761 #  include:
13762 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13763 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13764 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13765 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13766 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13767 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13768 #  layout:
13769 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13770 #    layout: "plot-throughput"
13771 #
13772 #- type: "plot"
13773 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13774 #  algorithm: "plot_perf_box_name"
13775 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13776 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13777 #  include:
13778 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13779 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13780 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13781 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13782 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13783 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13784 #  layout:
13785 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13786 #    layout: "plot-throughput"
13787
13788 - type: "plot"
13789   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13790   algorithm: "plot_perf_box_name"
13791   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13792   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13793   include:
13794     - "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"
13795     - "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"
13796     - "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"
13797     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13798     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13799     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13800   layout:
13801     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13802     layout: "plot-throughput"
13803
13804 - type: "plot"
13805   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13806   algorithm: "plot_perf_box_name"
13807   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13808   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13809   include:
13810     - "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"
13811     - "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"
13812     - "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"
13813     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13814     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13815     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13816   layout:
13817     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13818     layout: "plot-throughput"
13819
13820 ################################################################################
13821
13822 # Packet Speedup
13823
13824 - type: "plot"
13825   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13826   algorithm: "plot_tsa_name"
13827   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13828   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13829   include:
13830     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13831     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13832     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13833     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13834   layout:
13835     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13836     layout: "plot-throughput-speedup-analysis"
13837
13838 - type: "plot"
13839   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13840   algorithm: "plot_tsa_name"
13841   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13842   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13843   include:
13844     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13845     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13846     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13847     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13848   layout:
13849     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13850     layout: "plot-throughput-speedup-analysis"
13851
13852 - type: "plot"
13853   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13854   algorithm: "plot_tsa_name"
13855   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13856   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13857   include:
13858     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13859     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13860     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13861     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13862   layout:
13863     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13864     layout: "plot-throughput-speedup-analysis"
13865
13866 - type: "plot"
13867   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13868   algorithm: "plot_tsa_name"
13869   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13870   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13871   include:
13872     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13873     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13874     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13875     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13876   layout:
13877     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13878     layout: "plot-throughput-speedup-analysis"
13879
13880 - type: "plot"
13881   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13882   algorithm: "plot_tsa_name"
13883   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13884   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13885   include:
13886     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13887     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13888     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13889     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13890     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13891   layout:
13892     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13893     layout: "plot-throughput-speedup-analysis"
13894
13895 - type: "plot"
13896   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13897   algorithm: "plot_tsa_name"
13898   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13899   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13900   include:
13901     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13902     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13903     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13904     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13905     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13906   layout:
13907     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13908     layout: "plot-throughput-speedup-analysis"
13909
13910 - type: "plot"
13911   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13912   algorithm: "plot_tsa_name"
13913   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13914   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13915   include:
13916     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13917     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13918     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13919     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13920     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13921   layout:
13922     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13923     layout: "plot-throughput-speedup-analysis"
13924
13925 - type: "plot"
13926   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13927   algorithm: "plot_tsa_name"
13928   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13929   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13930   include:
13931     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13932     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13933     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13934     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13935     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13936   layout:
13937     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13938     layout: "plot-throughput-speedup-analysis"
13939
13940 - type: "plot"
13941   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13942   algorithm: "plot_tsa_name"
13943   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13944   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13945   include:
13946     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13947     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13948     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13949     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13950     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13951     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13952   layout:
13953     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13954     layout: "plot-throughput-speedup-analysis"
13955
13956 - type: "plot"
13957   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13958   algorithm: "plot_tsa_name"
13959   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13960   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13961   include:
13962     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13963     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13964     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13965     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13966     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13967     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13968   layout:
13969     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13970     layout: "plot-throughput-speedup-analysis"
13971
13972 - type: "plot"
13973   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13974   algorithm: "plot_tsa_name"
13975   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13976   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13977   include:
13978     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13979     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13980     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13981     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13982     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13983   layout:
13984     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13985     layout: "plot-throughput-speedup-analysis"
13986
13987 - type: "plot"
13988   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13989   algorithm: "plot_tsa_name"
13990   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13991   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13992   include:
13993     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13994     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13995     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13996     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13997     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13998   layout:
13999     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14000     layout: "plot-throughput-speedup-analysis"
14001
14002 - type: "plot"
14003   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14004   algorithm: "plot_tsa_name"
14005   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14006   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14007   include:
14008     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14009     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14010     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14011   layout:
14012     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14013     layout: "plot-throughput-speedup-analysis"
14014
14015 - type: "plot"
14016   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14017   algorithm: "plot_tsa_name"
14018   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14019   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14020   include:
14021     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14022     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14023     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14024   layout:
14025     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14026     layout: "plot-throughput-speedup-analysis"
14027
14028 - type: "plot"
14029   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14030   algorithm: "plot_tsa_name"
14031   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14032   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14033   include:
14034     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14035     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14036     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14037     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14038     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14039   layout:
14040     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14041     layout: "plot-throughput-speedup-analysis"
14042
14043 - type: "plot"
14044   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14045   algorithm: "plot_tsa_name"
14046   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14047   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14048   include:
14049     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14050     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14051     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14052     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14053     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14054   layout:
14055     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14056     layout: "plot-throughput-speedup-analysis"
14057
14058 - type: "plot"
14059   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14060   algorithm: "plot_tsa_name"
14061   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14062   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14063   include:
14064     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14065     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14066     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14067   layout:
14068     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14069     layout: "plot-throughput-speedup-analysis"
14070
14071 - type: "plot"
14072   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14073   algorithm: "plot_tsa_name"
14074   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14075   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14076   include:
14077     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14078     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14079     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14080   layout:
14081     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14082     layout: "plot-throughput-speedup-analysis"
14083
14084 - type: "plot"
14085   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14086   algorithm: "plot_tsa_name"
14087   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14088   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14089   include:
14090     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14091     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14092     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14093     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14094     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14095     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14096   layout:
14097     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14098     layout: "plot-throughput-speedup-analysis"
14099
14100 - type: "plot"
14101   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14102   algorithm: "plot_tsa_name"
14103   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14104   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14105   include:
14106     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14107     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14108     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14109     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14110     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14111     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14112   layout:
14113     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14114     layout: "plot-throughput-speedup-analysis"
14115
14116 - type: "plot"
14117   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14118   algorithm: "plot_tsa_name"
14119   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14120   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14121   include:
14122     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14123     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14124     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14125     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14126     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14127   layout:
14128     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
14129     layout: "plot-throughput-speedup-analysis"
14130
14131 - type: "plot"
14132   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14133   algorithm: "plot_tsa_name"
14134   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14135   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14136   include:
14137     - "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"
14138     - "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"
14139     - "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"
14140     - "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"
14141     - "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"
14142   layout:
14143     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
14144     layout: "plot-throughput-speedup-analysis"
14145
14146 #- type: "plot"
14147 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14148 #  algorithm: "plot_tsa_name"
14149 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14150 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14151 #  include:
14152 #    - "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"
14153 #    - "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"
14154 #    - "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"
14155 #    - "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"
14156 #    - "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"
14157 #  layout:
14158 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
14159 #    layout: "plot-throughput-speedup-analysis"
14160 #
14161 #- type: "plot"
14162 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14163 #  algorithm: "plot_tsa_name"
14164 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14165 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14166 #  include:
14167 #    - "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"
14168 #    - "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"
14169 #    - "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"
14170 #    - "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"
14171 #    - "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"
14172 #  layout:
14173 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
14174 #    layout: "plot-throughput-speedup-analysis"
14175 #
14176 #- type: "plot"
14177 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14178 #  algorithm: "plot_tsa_name"
14179 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14180 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14181 #  include:
14182 #    - "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"
14183 #    - "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"
14184 #    - "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"
14185 #    - "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"
14186 #    - "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"
14187 #  layout:
14188 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
14189 #    layout: "plot-throughput-speedup-analysis"
14190 #
14191 #- type: "plot"
14192 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14193 #  algorithm: "plot_tsa_name"
14194 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14195 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14196 #  include:
14197 #    - "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"
14198 #    - "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"
14199 #    - "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"
14200 #    - "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"
14201 #    - "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"
14202 #  layout:
14203 #    title: "22n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
14204 #    layout: "plot-throughput-speedup-analysis"
14205
14206 - type: "plot"
14207   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14208   algorithm: "plot_tsa_name"
14209   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14210   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14211   include:
14212     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14213     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14214     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14215     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14216     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14217   layout:
14218     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
14219     layout: "plot-throughput-speedup-analysis"
14220
14221 - type: "plot"
14222   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14223   algorithm: "plot_tsa_name"
14224   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14225   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14226   include:
14227     - "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"
14228     - "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"
14229     - "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"
14230     - "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"
14231     - "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"
14232   layout:
14233     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
14234     layout: "plot-throughput-speedup-analysis"
14235
14236 #- type: "plot"
14237 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14238 #  algorithm: "plot_tsa_name"
14239 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14240 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14241 #  include:
14242 #    - "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"
14243 #    - "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"
14244 #    - "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"
14245 #    - "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"
14246 #    - "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"
14247 #  layout:
14248 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
14249 #    layout: "plot-throughput-speedup-analysis"
14250 #
14251 #- type: "plot"
14252 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14253 #  algorithm: "plot_tsa_name"
14254 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14255 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14256 #  include:
14257 #    - "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"
14258 #    - "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"
14259 #    - "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"
14260 #    - "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"
14261 #    - "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"
14262 #  layout:
14263 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
14264 #    layout: "plot-throughput-speedup-analysis"
14265 #
14266 #- type: "plot"
14267 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14268 #  algorithm: "plot_tsa_name"
14269 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14270 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14271 #  include:
14272 #    - "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"
14273 #    - "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"
14274 #    - "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"
14275 #    - "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"
14276 #    - "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"
14277 #  layout:
14278 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
14279 #    layout: "plot-throughput-speedup-analysis"
14280 #
14281 #- type: "plot"
14282 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14283 #  algorithm: "plot_tsa_name"
14284 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14285 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14286 #  include:
14287 #    - "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"
14288 #    - "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"
14289 #    - "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"
14290 #    - "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"
14291 #    - "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"
14292 #  layout:
14293 #    title: "22n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
14294 #    layout: "plot-throughput-speedup-analysis"
14295
14296 - type: "plot"
14297   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14298   algorithm: "plot_tsa_name"
14299   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14300   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14301   include:
14302     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14307     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14308   layout:
14309     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14310     layout: "plot-throughput-speedup-analysis"
14311
14312 - type: "plot"
14313   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14314   algorithm: "plot_tsa_name"
14315   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14316   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14317   include:
14318     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14323     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14324   layout:
14325     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14326     layout: "plot-throughput-speedup-analysis"
14327
14328 - type: "plot"
14329   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14330   algorithm: "plot_tsa_name"
14331   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14332   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14333   include:
14334     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14335     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14336     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14337   layout:
14338     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14339     layout: "plot-throughput-speedup-analysis"
14340
14341 - type: "plot"
14342   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14343   algorithm: "plot_tsa_name"
14344   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14345   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14346   include:
14347     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14348     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14349     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14350   layout:
14351     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14352     layout: "plot-throughput-speedup-analysis"
14353
14354 - type: "plot"
14355   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14356   algorithm: "plot_tsa_name"
14357   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14358   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14359   include:
14360     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14361     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14362     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14363 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14364 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14365   layout:
14366     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14367     layout: "plot-throughput-speedup-analysis"
14368
14369 - type: "plot"
14370   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14371   algorithm: "plot_tsa_name"
14372   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14373   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14374   include:
14375     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14376     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14377     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14378 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14379 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14380   layout:
14381     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14382     layout: "plot-throughput-speedup-analysis"
14383
14384 - type: "plot"
14385   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14386   algorithm: "plot_tsa_name"
14387   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14388   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14389   include:
14390     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14391     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14392     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14393     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14394     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14395   layout:
14396     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14397     layout: "plot-throughput-speedup-analysis"
14398
14399 - type: "plot"
14400   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14401   algorithm: "plot_tsa_name"
14402   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14403   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14404   include:
14405     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14406     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14407     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14408     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14409     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14410   layout:
14411     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14412     layout: "plot-throughput-speedup-analysis"
14413
14414 - type: "plot"
14415   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14416   algorithm: "plot_tsa_name"
14417   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14418   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14419   include:
14420     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14421     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14422     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14423     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14424     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14425   layout:
14426     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14427     layout: "plot-throughput-speedup-analysis"
14428
14429 - type: "plot"
14430   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14431   algorithm: "plot_tsa_name"
14432   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14433   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14434   include:
14435     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14436     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14437     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14438     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14439     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14440   layout:
14441     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14442     layout: "plot-throughput-speedup-analysis"
14443
14444 - type: "plot"
14445   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14446   algorithm: "plot_tsa_name"
14447   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14448   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14449   include:
14450     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14451     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14452     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14453     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14454   layout:
14455     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14456     layout: "plot-throughput-speedup-analysis"
14457
14458 - type: "plot"
14459   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14460   algorithm: "plot_tsa_name"
14461   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14462   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14463   include:
14464     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14465     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14466     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14467     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14468   layout:
14469     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14470     layout: "plot-throughput-speedup-analysis"
14471
14472 - type: "plot"
14473   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14474   algorithm: "plot_tsa_name"
14475   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14476   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14477   include:
14478     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14479     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14480     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14481     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14482     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14483   layout:
14484     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14485     layout: "plot-throughput-speedup-analysis"
14486
14487 - type: "plot"
14488   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14489   algorithm: "plot_tsa_name"
14490   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14491   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14492   include:
14493     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14494     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14495     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14496     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14497     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14498   layout:
14499     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14500     layout: "plot-throughput-speedup-analysis"
14501
14502 - type: "plot"
14503   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14504   algorithm: "plot_tsa_name"
14505   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14506   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14507   include:
14508     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14509     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14510   layout:
14511     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14512     layout: "plot-throughput-speedup-analysis"
14513
14514 - type: "plot"
14515   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14516   algorithm: "plot_tsa_name"
14517   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14518   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14519   include:
14520     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14521     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14522   layout:
14523     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14524     layout: "plot-throughput-speedup-analysis"
14525
14526 - type: "plot"
14527   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14528   algorithm: "plot_tsa_name"
14529   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14530   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14531   include:
14532     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14533     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14534     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14535     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14536   layout:
14537     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14538     layout: "plot-throughput-speedup-analysis"
14539
14540 - type: "plot"
14541   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14542   algorithm: "plot_tsa_name"
14543   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14544   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14545   include:
14546     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14547     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14548     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14549     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14550   layout:
14551     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14552     layout: "plot-throughput-speedup-analysis"
14553
14554 - type: "plot"
14555   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14556   algorithm: "plot_tsa_name"
14557   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14558   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14559   include:
14560     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14561     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14562     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14563     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14564   layout:
14565     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14566     layout: "plot-throughput-speedup-analysis"
14567
14568 - type: "plot"
14569   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14570   algorithm: "plot_tsa_name"
14571   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14572   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14573   include:
14574     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14575     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14576     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14577     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14578   layout:
14579     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14580     layout: "plot-throughput-speedup-analysis"
14581
14582 - type: "plot"
14583   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14584   algorithm: "plot_tsa_name"
14585   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14586   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14587   include:
14588     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14589     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14590     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14591     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14592     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14593     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14594   layout:
14595     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14596     layout: "plot-throughput-speedup-analysis"
14597
14598 - type: "plot"
14599   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14600   algorithm: "plot_tsa_name"
14601   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14602   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14603   include:
14604     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14605     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14606     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14607     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14608     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14609     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14610   layout:
14611     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14612     layout: "plot-throughput-speedup-analysis"
14613
14614 - type: "plot"
14615   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14616   algorithm: "plot_tsa_name"
14617   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14618   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14619   include:
14620     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14621     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14622     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14623     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14624     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14625   layout:
14626     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14627     layout: "plot-throughput-speedup-analysis"
14628
14629 - type: "plot"
14630   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14631   algorithm: "plot_tsa_name"
14632   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14633   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14634   include:
14635     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14636     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14637     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14638     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14639     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14640   layout:
14641     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14642     layout: "plot-throughput-speedup-analysis"
14643
14644 - type: "plot"
14645   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14646   algorithm: "plot_tsa_name"
14647   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14648   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14649   include:
14650     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14651     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14652     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14653     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14654     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14655   layout:
14656     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14657     layout: "plot-throughput-speedup-analysis"
14658
14659 - type: "plot"
14660   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14661   algorithm: "plot_tsa_name"
14662   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14663   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14664   include:
14665     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14666     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14667     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14668     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14669     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14670   layout:
14671     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14672     layout: "plot-throughput-speedup-analysis"
14673
14674 - type: "plot"
14675   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14676   algorithm: "plot_tsa_name"
14677   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14678   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14679   include:
14680     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14681     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14682     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14683   layout:
14684     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14685     layout: "plot-throughput-speedup-analysis"
14686
14687 - type: "plot"
14688   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14689   algorithm: "plot_tsa_name"
14690   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14691   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14692   include:
14693     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14694     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14695     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14696   layout:
14697     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14698     layout: "plot-throughput-speedup-analysis"
14699
14700 - type: "plot"
14701   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14702   algorithm: "plot_tsa_name"
14703   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14704   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14705   include:
14706     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14707     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14708     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14709   layout:
14710     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14711     layout: "plot-throughput-speedup-analysis"
14712
14713 - type: "plot"
14714   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14715   algorithm: "plot_tsa_name"
14716   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14717   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14718   include:
14719     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14720     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14721     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14722   layout:
14723     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14724     layout: "plot-throughput-speedup-analysis"
14725
14726 - type: "plot"
14727   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14728   algorithm: "plot_tsa_name"
14729   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14730   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14731   include:
14732     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14733     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14734     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14735     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14736     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14737   layout:
14738     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14739     layout: "plot-throughput-speedup-analysis"
14740
14741 - type: "plot"
14742   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14743   algorithm: "plot_tsa_name"
14744   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14745   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14746   include:
14747     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14748     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14749     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14750     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14751     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14752   layout:
14753     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14754     layout: "plot-throughput-speedup-analysis"
14755
14756 - type: "plot"
14757   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14758   algorithm: "plot_tsa_name"
14759   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14760   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14761   include:
14762     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14763     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14764     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14765     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14766     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14767   layout:
14768     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14769     layout: "plot-throughput-speedup-analysis"
14770
14771 - type: "plot"
14772   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14773   algorithm: "plot_tsa_name"
14774   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14775   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14776   include:
14777     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14778     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14779     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14780     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14781     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14782   layout:
14783     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14784     layout: "plot-throughput-speedup-analysis"
14785
14786 - type: "plot"
14787   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14788   algorithm: "plot_tsa_name"
14789   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14790   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14791   include:
14792     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14793     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14794     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14795     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14796     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14797     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14798   layout:
14799     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14800     layout: "plot-throughput-speedup-analysis"
14801
14802 - type: "plot"
14803   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14804   algorithm: "plot_tsa_name"
14805   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14806   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14807   include:
14808     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14809     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14810     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14811     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14812     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14813     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14814   layout:
14815     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14816     layout: "plot-throughput-speedup-analysis"
14817
14818 - type: "plot"
14819   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14820   algorithm: "plot_tsa_name"
14821   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14822   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14823   include:
14824     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14825     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14826     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14827     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14828   layout:
14829     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14830     layout: "plot-throughput-speedup-analysis"
14831
14832 - type: "plot"
14833   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14834   algorithm: "plot_tsa_name"
14835   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14836   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14837   include:
14838     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14839     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14840     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14841     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14842   layout:
14843     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14844     layout: "plot-throughput-speedup-analysis"
14845
14846 - type: "plot"
14847   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14848   algorithm: "plot_tsa_name"
14849   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14850   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14851   include:
14852     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14853     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14854     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14855     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14856     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14857     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14858   layout:
14859     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14860     layout: "plot-throughput-speedup-analysis"
14861
14862 - type: "plot"
14863   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14864   algorithm: "plot_tsa_name"
14865   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14866   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14867   include:
14868     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14869     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14870     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14871     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14872     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14873     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14874   layout:
14875     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14876     layout: "plot-throughput-speedup-analysis"
14877
14878 - type: "plot"
14879   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14880   algorithm: "plot_tsa_name"
14881   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14882   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14883   include:
14884     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14885     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14886     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14887     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14888     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14889     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14890   layout:
14891     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14892     layout: "plot-throughput-speedup-analysis"
14893
14894 - type: "plot"
14895   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14896   algorithm: "plot_tsa_name"
14897   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14898   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14899   include:
14900     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14901     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14902     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14903     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14904     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14905     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14906   layout:
14907     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14908     layout: "plot-throughput-speedup-analysis"
14909
14910 - type: "plot"
14911   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14912   algorithm: "plot_tsa_name"
14913   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14914   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14915   include:
14916     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14917     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14918     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14919     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14920     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14921     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14922   layout:
14923     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14924     layout: "plot-throughput-speedup-analysis"
14925
14926 - type: "plot"
14927   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14928   algorithm: "plot_tsa_name"
14929   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14930   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14931   include:
14932     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14933     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14934     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14935     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14936     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14937     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14938   layout:
14939     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14940     layout: "plot-throughput-speedup-analysis"
14941
14942 - type: "plot"
14943   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14944   algorithm: "plot_tsa_name"
14945   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14946   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14947   include:
14948     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14949     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14950     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14951     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14952     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14953     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14954   layout:
14955     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14956     layout: "plot-throughput-speedup-analysis"
14957
14958 - type: "plot"
14959   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14960   algorithm: "plot_tsa_name"
14961   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14962   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14963   include:
14964     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14965     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14966     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14967     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14968     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14969     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14970   layout:
14971     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14972     layout: "plot-throughput-speedup-analysis"
14973
14974 - type: "plot"
14975   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14976   algorithm: "plot_tsa_name"
14977   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14978   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14979   include:
14980     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14981     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14982     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14983     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14984     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14985     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14986   layout:
14987     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14988     layout: "plot-throughput-speedup-analysis"
14989
14990 - type: "plot"
14991   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14992   algorithm: "plot_tsa_name"
14993   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14994   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14995   include:
14996     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14997     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14998     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14999     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15000     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15001     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15002   layout:
15003     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15004     layout: "plot-throughput-speedup-analysis"
15005
15006 - type: "plot"
15007   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15008   algorithm: "plot_tsa_name"
15009   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15010   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15011   include:
15012     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15013     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15014     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15015     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15016   layout:
15017     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15018     layout: "plot-throughput-speedup-analysis"
15019
15020 - type: "plot"
15021   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15022   algorithm: "plot_tsa_name"
15023   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15024   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15025   include:
15026     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15027     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15028     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15029     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15030   layout:
15031     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15032     layout: "plot-throughput-speedup-analysis"
15033
15034 - type: "plot"
15035   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15036   algorithm: "plot_tsa_name"
15037   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15038   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15039   include:
15040     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15041     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15042     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15043     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15044   layout:
15045     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15046     layout: "plot-throughput-speedup-analysis"
15047
15048 - type: "plot"
15049   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15050   algorithm: "plot_tsa_name"
15051   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15052   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15053   include:
15054     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15055     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15056     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15057     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15058   layout:
15059     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15060     layout: "plot-throughput-speedup-analysis"
15061
15062 - type: "plot"
15063   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15064   algorithm: "plot_tsa_name"
15065   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15066   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15067   include:
15068     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15069     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15070     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15071     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15072     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15073     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15074   layout:
15075     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15076     layout: "plot-throughput-speedup-analysis"
15077
15078 - type: "plot"
15079   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15080   algorithm: "plot_tsa_name"
15081   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15082   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15083   include:
15084     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15085     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15086     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15087     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15088     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15089     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15090   layout:
15091     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15092     layout: "plot-throughput-speedup-analysis"
15093
15094 - type: "plot"
15095   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15096   algorithm: "plot_tsa_name"
15097   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15098   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15099   include:
15100     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15101     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15102     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15103     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15104     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15105   layout:
15106     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15107     layout: "plot-throughput-speedup-analysis"
15108
15109 - type: "plot"
15110   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15111   algorithm: "plot_tsa_name"
15112   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15113   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15114   include:
15115     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15116     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15117     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15118     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15119     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15120   layout:
15121     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15122     layout: "plot-throughput-speedup-analysis"
15123
15124 - type: "plot"
15125   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15126   algorithm: "plot_tsa_name"
15127   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15128   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15129   include:
15130     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15131     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15132     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15133     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15134     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15135   layout:
15136     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15137     layout: "plot-throughput-speedup-analysis"
15138
15139 - type: "plot"
15140   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15141   algorithm: "plot_tsa_name"
15142   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15143   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15144   include:
15145     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15146     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15147     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15148     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15149     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15150   layout:
15151     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15152     layout: "plot-throughput-speedup-analysis"
15153
15154 - type: "plot"
15155   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15156   algorithm: "plot_tsa_name"
15157   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15158   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15159   include:
15160     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15161     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15162     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15163     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15164   layout:
15165     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15166     layout: "plot-throughput-speedup-analysis"
15167
15168 - type: "plot"
15169   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15170   algorithm: "plot_tsa_name"
15171   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15172   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15173   include:
15174     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15175     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15176     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15177     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15178   layout:
15179     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15180     layout: "plot-throughput-speedup-analysis"
15181
15182 - type: "plot"
15183   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15184   algorithm: "plot_tsa_name"
15185   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15186   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15187   include:
15188     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15189     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15190     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15191     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15192     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15193     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15194   layout:
15195     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15196     layout: "plot-throughput-speedup-analysis"
15197
15198 - type: "plot"
15199   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15200   algorithm: "plot_tsa_name"
15201   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15202   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15203   include:
15204     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15205     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15206     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15207     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15208     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15209     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15210   layout:
15211     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15212     layout: "plot-throughput-speedup-analysis"
15213
15214 - type: "plot"
15215   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15216   algorithm: "plot_tsa_name"
15217   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15218   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15219   include:
15220     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15221     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15222     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15223     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15224     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15225     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15226   layout:
15227     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15228     layout: "plot-throughput-speedup-analysis"
15229
15230 - type: "plot"
15231   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15232   algorithm: "plot_tsa_name"
15233   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15234   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15235   include:
15236     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15237     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15238     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15239     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15240     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15241     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15242   layout:
15243     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15244     layout: "plot-throughput-speedup-analysis"
15245
15246 - type: "plot"
15247   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15248   algorithm: "plot_tsa_name"
15249   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15250   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15251   include:
15252     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15253     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15254     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15255     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15256     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15257     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15258   layout:
15259     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15260     layout: "plot-throughput-speedup-analysis"
15261
15262 - type: "plot"
15263   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15264   algorithm: "plot_tsa_name"
15265   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15266   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15267   include:
15268     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15269     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15270     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15271     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15272     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15273     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15274   layout:
15275     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15276     layout: "plot-throughput-speedup-analysis"
15277
15278 - type: "plot"
15279   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15280   algorithm: "plot_tsa_name"
15281   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15282   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15283   include:
15284     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15285     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15286     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15287     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15288     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15289     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15290   layout:
15291     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15292     layout: "plot-throughput-speedup-analysis"
15293
15294 - type: "plot"
15295   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15296   algorithm: "plot_tsa_name"
15297   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15298   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15299   include:
15300     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15301     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15302     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15303     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15304     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15305     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15306   layout:
15307     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15308     layout: "plot-throughput-speedup-analysis"
15309
15310 - type: "plot"
15311   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15312   algorithm: "plot_tsa_name"
15313   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15314   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15315   include:
15316     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15317     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15318     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15319     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15320     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15321     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15322   layout:
15323     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15324     layout: "plot-throughput-speedup-analysis"
15325
15326 - type: "plot"
15327   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15328   algorithm: "plot_tsa_name"
15329   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15330   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15331   include:
15332     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15333     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15334     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15335     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15336     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15337     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15338   layout:
15339     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15340     layout: "plot-throughput-speedup-analysis"
15341
15342 - type: "plot"
15343   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15344   algorithm: "plot_tsa_name"
15345   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15346   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15347   include:
15348     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15349     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15350     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15351     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15352     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15353   layout:
15354     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15355     layout: "plot-throughput-speedup-analysis"
15356
15357 - type: "plot"
15358   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15359   algorithm: "plot_tsa_name"
15360   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15361   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15362   include:
15363     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15364     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15365     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15366     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15367     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15368   layout:
15369     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15370     layout: "plot-throughput-speedup-analysis"
15371
15372 - type: "plot"
15373   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15374   algorithm: "plot_tsa_name"
15375   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15376   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15377   include:
15378     - "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"
15379     - "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"
15380     - "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"
15381     - "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"
15382     - "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"
15383   layout:
15384     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15385     layout: "plot-throughput-speedup-analysis"
15386
15387 - type: "plot"
15388   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15389   algorithm: "plot_tsa_name"
15390   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15391   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15392   include:
15393     - "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"
15394     - "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"
15395     - "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"
15396     - "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"
15397     - "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"
15398   layout:
15399     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15400     layout: "plot-throughput-speedup-analysis"
15401
15402 - type: "plot"
15403   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15404   algorithm: "plot_tsa_name"
15405   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15406   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15407   include:
15408     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15409     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15410     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15411     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15412     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15413   layout:
15414     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15415     layout: "plot-throughput-speedup-analysis"
15416
15417 - type: "plot"
15418   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15419   algorithm: "plot_tsa_name"
15420   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15421   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15422   include:
15423     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15424     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15425     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15426     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15427     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15428   layout:
15429     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15430     layout: "plot-throughput-speedup-analysis"
15431
15432 - type: "plot"
15433   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15434   algorithm: "plot_tsa_name"
15435   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15436   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15437   include:
15438     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15439     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15440     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15441     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15443   layout:
15444     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15445     layout: "plot-throughput-speedup-analysis"
15446
15447 - type: "plot"
15448   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15449   algorithm: "plot_tsa_name"
15450   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15451   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15452   include:
15453     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15454     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15455     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15456     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15457     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15458   layout:
15459     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15460     layout: "plot-throughput-speedup-analysis"
15461
15462 - type: "plot"
15463   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15464   algorithm: "plot_tsa_name"
15465   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15466   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15467   include:
15468     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15469     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15470     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15471     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15472     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15473   layout:
15474     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15475     layout: "plot-throughput-speedup-analysis"
15476
15477 - type: "plot"
15478   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15479   algorithm: "plot_tsa_name"
15480   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15481   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15482   include:
15483     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15484     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15485     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15486     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15487     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15488   layout:
15489     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15490     layout: "plot-throughput-speedup-analysis"
15491
15492 - type: "plot"
15493   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15494   algorithm: "plot_tsa_name"
15495   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15496   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15497   include:
15498     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15499     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15500     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15501     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15502     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15503   layout:
15504     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15505     layout: "plot-throughput-speedup-analysis"
15506
15507 - type: "plot"
15508   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15509   algorithm: "plot_tsa_name"
15510   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15511   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15512   include:
15513     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15514     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15515     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15516     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15517     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15518   layout:
15519     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15520     layout: "plot-throughput-speedup-analysis"
15521
15522 - type: "plot"
15523   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15524   algorithm: "plot_tsa_name"
15525   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15526   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15527   include:
15528     - "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"
15529     - "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"
15530     - "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"
15531     - "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"
15532   layout:
15533     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15534     layout: "plot-throughput-speedup-analysis"
15535
15536 - type: "plot"
15537   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15538   algorithm: "plot_tsa_name"
15539   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15540   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15541   include:
15542     - "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"
15543     - "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"
15544     - "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"
15545     - "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"
15546   layout:
15547     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15548     layout: "plot-throughput-speedup-analysis"
15549
15550 - type: "plot"
15551   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15552   algorithm: "plot_tsa_name"
15553   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15554   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15555   include:
15556     - "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"
15557     - "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"
15558     - "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"
15559     - "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"
15560   layout:
15561     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15562     layout: "plot-throughput-speedup-analysis"
15563
15564 - type: "plot"
15565   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15566   algorithm: "plot_tsa_name"
15567   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15568   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15569   include:
15570     - "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"
15571     - "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"
15572     - "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"
15573     - "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"
15574   layout:
15575     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15576     layout: "plot-throughput-speedup-analysis"
15577
15578 - type: "plot"
15579   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15580   algorithm: "plot_tsa_name"
15581   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15582   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15583   include:
15584     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15585     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15586     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15587     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15588     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15589     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15590   layout:
15591     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15592     layout: "plot-throughput-speedup-analysis"
15593
15594 - type: "plot"
15595   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15596   algorithm: "plot_tsa_name"
15597   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15598   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15599   include:
15600     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15601     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15602     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15603     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15604     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15605     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15606   layout:
15607     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15608     layout: "plot-throughput-speedup-analysis"
15609
15610 - type: "plot"
15611   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15612   algorithm: "plot_tsa_name"
15613   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15614   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15615   include:
15616     - "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"
15617     - "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"
15618     - "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"
15619     - "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"
15620     - "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"
15621     - "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"
15622   layout:
15623     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15624     layout: "plot-throughput-speedup-analysis"
15625
15626 - type: "plot"
15627   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15628   algorithm: "plot_tsa_name"
15629   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15630   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15631   include:
15632     - "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"
15633     - "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"
15634     - "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"
15635     - "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"
15636     - "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"
15637     - "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"
15638   layout:
15639     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15640     layout: "plot-throughput-speedup-analysis"
15641
15642 - type: "plot"
15643   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15644   algorithm: "plot_tsa_name"
15645   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15646   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15647   include:
15648     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15649     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15650     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15651     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15652     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15653     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15654   layout:
15655     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15656     layout: "plot-throughput-speedup-analysis"
15657
15658 - type: "plot"
15659   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15660   algorithm: "plot_tsa_name"
15661   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15662   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15663   include:
15664     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15665     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15666     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15667     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15668     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15669     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15670   layout:
15671     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15672     layout: "plot-throughput-speedup-analysis"
15673
15674 - type: "plot"
15675   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15676   algorithm: "plot_tsa_name"
15677   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15678   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15679   include:
15680     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15681     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15682     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15683     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15684     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15685   layout:
15686     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15687     layout: "plot-throughput-speedup-analysis"
15688
15689 - type: "plot"
15690   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15691   algorithm: "plot_tsa_name"
15692   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15693   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15694   include:
15695     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15696     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15697     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15698     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15699     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15700   layout:
15701     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15702     layout: "plot-throughput-speedup-analysis"
15703
15704 - type: "plot"
15705   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15706   algorithm: "plot_tsa_name"
15707   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15708   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15709   include:
15710     - "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"
15711     - "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"
15712   layout:
15713     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15714     layout: "plot-throughput-speedup-analysis"
15715
15716 - type: "plot"
15717   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15718   algorithm: "plot_tsa_name"
15719   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15720   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15721   include:
15722     - "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"
15723     - "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"
15724   layout:
15725     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15726     layout: "plot-throughput-speedup-analysis"
15727
15728 - type: "plot"
15729   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15730   algorithm: "plot_tsa_name"
15731   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15732   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15733   include:
15734     - "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"
15735     - "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"
15736   layout:
15737     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15738     layout: "plot-throughput-speedup-analysis"
15739
15740 - type: "plot"
15741   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15742   algorithm: "plot_tsa_name"
15743   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15744   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15745   include:
15746     - "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"
15747     - "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"
15748   layout:
15749     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15750     layout: "plot-throughput-speedup-analysis"
15751
15752 - type: "plot"
15753   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15754   algorithm: "plot_tsa_name"
15755   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15756   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15757   include:
15758     - "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"
15759     - "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"
15760     - "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"
15761     - "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"
15762     - "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"
15763     - "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"
15764   layout:
15765     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15766     layout: "plot-throughput-speedup-analysis"
15767
15768 - type: "plot"
15769   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15770   algorithm: "plot_tsa_name"
15771   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15772   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15773   include:
15774     - "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"
15775     - "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"
15776     - "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"
15777     - "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"
15778     - "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"
15779     - "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"
15780   layout:
15781     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15782     layout: "plot-throughput-speedup-analysis"
15783
15784 - type: "plot"
15785   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15786   algorithm: "plot_tsa_name"
15787   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15788   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15789   include:
15790     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15791     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15792     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15793     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15794     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15795   layout:
15796     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15797     layout: "plot-throughput-speedup-analysis"
15798
15799 - type: "plot"
15800   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15801   algorithm: "plot_tsa_name"
15802   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15803   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15804   include:
15805     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15806     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15807     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15808     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15809     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15810   layout:
15811     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15812     layout: "plot-throughput-speedup-analysis"
15813
15814 - type: "plot"
15815   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15816   algorithm: "plot_tsa_name"
15817   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15818   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15819   include:
15820     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15821     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15822     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15823     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15824     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15825   layout:
15826     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15827     layout: "plot-throughput-speedup-analysis"
15828
15829 - type: "plot"
15830   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15831   algorithm: "plot_tsa_name"
15832   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15833   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15834   include:
15835     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15836     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15837     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15838     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15839     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15840   layout:
15841     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15842     layout: "plot-throughput-speedup-analysis"
15843
15844 - type: "plot"
15845   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15846   algorithm: "plot_tsa_name"
15847   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15848   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15849   include:
15850     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15851     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15852     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15853     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15854   layout:
15855     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15856     layout: "plot-throughput-speedup-analysis"
15857
15858 - type: "plot"
15859   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15860   algorithm: "plot_tsa_name"
15861   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15862   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15863   include:
15864     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15865     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15866     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15867     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15868   layout:
15869     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15870     layout: "plot-throughput-speedup-analysis"
15871
15872 - type: "plot"
15873   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15874   algorithm: "plot_tsa_name"
15875   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15876   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15877   include:
15878     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15879     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15880     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15881     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15882   layout:
15883     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15884     layout: "plot-throughput-speedup-analysis"
15885
15886 - type: "plot"
15887   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15888   algorithm: "plot_tsa_name"
15889   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15890   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15891   include:
15892     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15893     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15894     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15895     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15896   layout:
15897     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15898     layout: "plot-throughput-speedup-analysis"
15899
15900 - type: "plot"
15901   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15902   algorithm: "plot_tsa_name"
15903   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15904   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15905   include:
15906     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15907     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15908     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15909     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15910     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15911   layout:
15912     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15913     layout: "plot-throughput-speedup-analysis"
15914
15915 - type: "plot"
15916   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15917   algorithm: "plot_tsa_name"
15918   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15919   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15920   include:
15921     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15922     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15923     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15924     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15925     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15926   layout:
15927     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15928     layout: "plot-throughput-speedup-analysis"
15929
15930 - type: "plot"
15931   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15932   algorithm: "plot_tsa_name"
15933   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15934   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15935   include:
15936     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15937     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15938     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15939     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15940     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15941     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15942   layout:
15943     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15944     layout: "plot-throughput-speedup-analysis"
15945
15946 - type: "plot"
15947   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15948   algorithm: "plot_tsa_name"
15949   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15950   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15951   include:
15952     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15953     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15954     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15955     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15956     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15957     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15958   layout:
15959     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15960     layout: "plot-throughput-speedup-analysis"
15961
15962 - type: "plot"
15963   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15964   algorithm: "plot_tsa_name"
15965   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15966   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15967   include:
15968     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15969     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15970     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15971     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15972   layout:
15973     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15974     layout: "plot-throughput-speedup-analysis"
15975
15976 - type: "plot"
15977   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15978   algorithm: "plot_tsa_name"
15979   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15980   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15981   include:
15982     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15983     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15984     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15985     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15986   layout:
15987     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15988     layout: "plot-throughput-speedup-analysis"
15989
15990 - type: "plot"
15991   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15992   algorithm: "plot_tsa_name"
15993   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15994   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15995   include:
15996     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15997     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15998     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15999     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16000     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16001     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16002   layout:
16003     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16004     layout: "plot-throughput-speedup-analysis"
16005
16006 - type: "plot"
16007   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16008   algorithm: "plot_tsa_name"
16009   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16010   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16011   include:
16012     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16013     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16014     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16015     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16016     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16017     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16018   layout:
16019     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16020     layout: "plot-throughput-speedup-analysis"
16021
16022 - type: "plot"
16023   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16024   algorithm: "plot_tsa_name"
16025   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16026   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16027   include:
16028     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16029     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16030     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16031     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16032     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16033     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16034   layout:
16035     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16036     layout: "plot-throughput-speedup-analysis"
16037
16038 - type: "plot"
16039   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16040   algorithm: "plot_tsa_name"
16041   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16042   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16043   include:
16044     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16045     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16046     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16047     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16048     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16049     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16050   layout:
16051     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16052     layout: "plot-throughput-speedup-analysis"
16053
16054 - type: "plot"
16055   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16056   algorithm: "plot_tsa_name"
16057   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16058   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16059   include:
16060     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16061     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16062     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16063     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16064     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16065     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16066   layout:
16067     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16068     layout: "plot-throughput-speedup-analysis"
16069
16070 - type: "plot"
16071   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16072   algorithm: "plot_tsa_name"
16073   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16074   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16075   include:
16076     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16077     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16078     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16079     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16080     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16081     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16082   layout:
16083     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16084     layout: "plot-throughput-speedup-analysis"
16085
16086 - type: "plot"
16087   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16088   algorithm: "plot_tsa_name"
16089   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16090   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16091   include:
16092     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16093     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16094     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16095     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16096     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16097     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16098   layout:
16099     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16100     layout: "plot-throughput-speedup-analysis"
16101
16102 - type: "plot"
16103   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16104   algorithm: "plot_tsa_name"
16105   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16106   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16107   include:
16108     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16109     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16110     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16111     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16112     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16113     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16114   layout:
16115     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16116     layout: "plot-throughput-speedup-analysis"
16117
16118 - type: "plot"
16119   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16120   algorithm: "plot_tsa_name"
16121   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16122   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16123   include:
16124     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16125     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16126     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16127     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16128     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16129     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16130   layout:
16131     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16132     layout: "plot-throughput-speedup-analysis"
16133
16134 - type: "plot"
16135   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16136   algorithm: "plot_tsa_name"
16137   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16138   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16139   include:
16140     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16141     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16142     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16143     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16144     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16145     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16146   layout:
16147     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16148     layout: "plot-throughput-speedup-analysis"
16149
16150 #- type: "plot"
16151 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16152 #  algorithm: "plot_tsa_name"
16153 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16154 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16155 #  include:
16156 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16157 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16158 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16159 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16160 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16161 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16162 #  layout:
16163 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16164 #    layout: "plot-throughput-speedup-analysis"
16165 #
16166 #- type: "plot"
16167 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16168 #  algorithm: "plot_tsa_name"
16169 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16170 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16171 #  include:
16172 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16173 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16174 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16175 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16176 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16177 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16178 #  layout:
16179 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16180 #    layout: "plot-throughput-speedup-analysis"
16181
16182 - type: "plot"
16183   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16184   algorithm: "plot_tsa_name"
16185   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16186   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16187   include:
16188     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16189     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16190     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16191     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16192     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16193   layout:
16194     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16195     layout: "plot-throughput-speedup-analysis"
16196
16197 - type: "plot"
16198   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16199   algorithm: "plot_tsa_name"
16200   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16201   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16202   include:
16203     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16204     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16205     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16206     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16207     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16208   layout:
16209     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16210     layout: "plot-throughput-speedup-analysis"
16211
16212 - type: "plot"
16213   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16214   algorithm: "plot_tsa_name"
16215   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16216   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16217   include:
16218     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16219     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16220     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16221     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16222     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16223     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16224   layout:
16225     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16226     layout: "plot-throughput-speedup-analysis"
16227
16228 - type: "plot"
16229   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16230   algorithm: "plot_tsa_name"
16231   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16232   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16233   include:
16234     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16235     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16236     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16237     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16238     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16239     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16240   layout:
16241     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16242     layout: "plot-throughput-speedup-analysis"
16243
16244 - type: "plot"
16245   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16246   algorithm: "plot_tsa_name"
16247   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16248   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16249   include:
16250     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16251     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16252     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16253     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16254     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16255   layout:
16256     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16257     layout: "plot-throughput-speedup-analysis"
16258
16259 - type: "plot"
16260   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16261   algorithm: "plot_tsa_name"
16262   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16263   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16264   include:
16265     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16266     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16267     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16268     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16269     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16270   layout:
16271     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16272     layout: "plot-throughput-speedup-analysis"
16273
16274 - type: "plot"
16275   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16276   algorithm: "plot_tsa_name"
16277   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16278   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16279   include:
16280     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16281     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16282     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16283     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16284   layout:
16285     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16286     layout: "plot-throughput-speedup-analysis"
16287
16288 - type: "plot"
16289   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16290   algorithm: "plot_tsa_name"
16291   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16292   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16293   include:
16294     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16295     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16296     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16297     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16298   layout:
16299     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16300     layout: "plot-throughput-speedup-analysis"
16301
16302 - type: "plot"
16303   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16304   algorithm: "plot_tsa_name"
16305   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16306   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16307   include:
16308     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16309     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16310     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16311     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16312     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16313     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16314   layout:
16315     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16316     layout: "plot-throughput-speedup-analysis"
16317
16318 - type: "plot"
16319   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16320   algorithm: "plot_tsa_name"
16321   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16322   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16323   include:
16324     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16325     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16326     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16327     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16328     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16329     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16330   layout:
16331     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16332     layout: "plot-throughput-speedup-analysis"
16333
16334 - type: "plot"
16335   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16336   algorithm: "plot_tsa_name"
16337   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16338   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16339   include:
16340     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16341     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16342     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16343     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16344     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16345   layout:
16346     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16347     layout: "plot-throughput-speedup-analysis"
16348
16349 - type: "plot"
16350   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16351   algorithm: "plot_tsa_name"
16352   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16353   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16354   include:
16355     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16356     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16357     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16358     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16359     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16360   layout:
16361     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16362     layout: "plot-throughput-speedup-analysis"
16363
16364 - type: "plot"
16365   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16366   algorithm: "plot_tsa_name"
16367   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16368   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16369   include:
16370     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16371     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16372     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16373     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16374     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16375   layout:
16376     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16377     layout: "plot-throughput-speedup-analysis"
16378
16379 - type: "plot"
16380   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16381   algorithm: "plot_tsa_name"
16382   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16383   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16384   include:
16385     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16386     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16387     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16388     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16389     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16390   layout:
16391     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16392     layout: "plot-throughput-speedup-analysis"
16393
16394 - type: "plot"
16395   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16396   algorithm: "plot_tsa_name"
16397   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16398   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16399   include:
16400     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16401     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16402     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16403     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16404   layout:
16405     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16406     layout: "plot-throughput-speedup-analysis"
16407
16408 - type: "plot"
16409   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16410   algorithm: "plot_tsa_name"
16411   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16412   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16413   include:
16414     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16415     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16416     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16417     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16418   layout:
16419     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16420     layout: "plot-throughput-speedup-analysis"
16421
16422 - type: "plot"
16423   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16424   algorithm: "plot_tsa_name"
16425   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16426   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16427   include:
16428     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16429     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16430     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16431     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16432     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16433   layout:
16434     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16435     layout: "plot-throughput-speedup-analysis"
16436
16437 - type: "plot"
16438   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16439   algorithm: "plot_tsa_name"
16440   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16441   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16442   include:
16443     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16444     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16445     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16446     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16447     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16448   layout:
16449     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16450     layout: "plot-throughput-speedup-analysis"
16451
16452 - type: "plot"
16453   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16454   algorithm: "plot_tsa_name"
16455   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16456   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16457   include:
16458     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16459     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16460     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16461     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16462     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16463     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16464   layout:
16465     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16466     layout: "plot-throughput-speedup-analysis"
16467
16468 - type: "plot"
16469   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16470   algorithm: "plot_tsa_name"
16471   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16472   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16473   include:
16474     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16475     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16476     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16477     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16478     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16479     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16480   layout:
16481     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16482     layout: "plot-throughput-speedup-analysis"
16483
16484 - type: "plot"
16485   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16486   algorithm: "plot_tsa_name"
16487   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16488   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16489   include:
16490     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16491     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16492     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16493     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16494   layout:
16495     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16496     layout: "plot-throughput-speedup-analysis"
16497
16498 - type: "plot"
16499   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16500   algorithm: "plot_tsa_name"
16501   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16502   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16503   include:
16504     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16505     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16506     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16507     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16508   layout:
16509     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16510     layout: "plot-throughput-speedup-analysis"
16511
16512 - type: "plot"
16513   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16514   algorithm: "plot_tsa_name"
16515   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16516   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16517   include:
16518     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16519     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16520     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16521     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16522     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16523     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16524   layout:
16525     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16526     layout: "plot-throughput-speedup-analysis"
16527
16528 - type: "plot"
16529   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16530   algorithm: "plot_tsa_name"
16531   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16532   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16533   include:
16534     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16535     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16536     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16537     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16538     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16539     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16540   layout:
16541     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16542     layout: "plot-throughput-speedup-analysis"
16543
16544 - type: "plot"
16545   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16546   algorithm: "plot_tsa_name"
16547   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16548   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16549   include:
16550     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16551     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16552     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16553     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16554     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16555     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16556   layout:
16557     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16558     layout: "plot-throughput-speedup-analysis"
16559
16560 - type: "plot"
16561   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16562   algorithm: "plot_tsa_name"
16563   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16564   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16565   include:
16566     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16567     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16568     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16569     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16570     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16571     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16572   layout:
16573     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16574     layout: "plot-throughput-speedup-analysis"
16575
16576 - type: "plot"
16577   title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16578   algorithm: "plot_tsa_name"
16579   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16580   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16581   include:
16582     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16583     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16584     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16585   layout:
16586     title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16587     layout: "plot-throughput-speedup-analysis"
16588
16589 - type: "plot"
16590   title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16591   algorithm: "plot_tsa_name"
16592   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16593   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16594   include:
16595     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16596     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16597     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16598   layout:
16599     title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16600     layout: "plot-throughput-speedup-analysis"
16601
16602 ################################################################################
16603
16604 # Packet Throughput - DPDK
16605
16606 # 2n-skx-xxv710
16607
16608 - type: "plot"
16609   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16610   algorithm: "plot_perf_box_name"
16611   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16612   data: "plot-dpdk-throughput-latency-2n-skx"
16613   include:
16614     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16615     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16616   layout:
16617     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16618     layout: "plot-throughput"
16619
16620 - type: "plot"
16621   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16622   algorithm: "plot_perf_box_name"
16623   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16624   data: "plot-dpdk-throughput-latency-2n-skx"
16625   include:
16626     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16627     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16628   layout:
16629     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16630     layout: "plot-throughput"
16631
16632 - type: "plot"
16633   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16634   algorithm: "plot_perf_box_name"
16635   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16636   data: "plot-dpdk-throughput-latency-2n-skx"
16637   include:
16638     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16639     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16640   layout:
16641     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16642     layout: "plot-throughput"
16643
16644 - type: "plot"
16645   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16646   algorithm: "plot_perf_box_name"
16647   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16648   data: "plot-dpdk-throughput-latency-2n-skx"
16649   include:
16650     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16651     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16652   layout:
16653     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16654     layout: "plot-throughput"
16655
16656 # 2n-skx-x710
16657
16658 - type: "plot"
16659   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16660   algorithm: "plot_perf_box_name"
16661   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16662   data: "plot-dpdk-throughput-latency-2n-skx"
16663   include:
16664     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16665     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16666   layout:
16667     title: "2n-skx-x710-64b-2t1c-base-ndr"
16668     layout: "plot-throughput"
16669
16670 - type: "plot"
16671   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16672   algorithm: "plot_perf_box_name"
16673   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16674   data: "plot-dpdk-throughput-latency-2n-skx"
16675   include:
16676     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16677     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16678   layout:
16679     title: "2n-skx-x710-64b-4t2c-base-ndr"
16680     layout: "plot-throughput"
16681
16682 - type: "plot"
16683   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16684   algorithm: "plot_perf_box_name"
16685   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16686   data: "plot-dpdk-throughput-latency-2n-skx"
16687   include:
16688     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16689     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16690   layout:
16691     title: "2n-skx-x710-64b-2t1c-base-pdr"
16692     layout: "plot-throughput"
16693
16694 - type: "plot"
16695   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16696   algorithm: "plot_perf_box_name"
16697   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16698   data: "plot-dpdk-throughput-latency-2n-skx"
16699   include:
16700     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16701     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16702   layout:
16703     title: "2n-skx-x710-64b-4t2c-base-pdr"
16704     layout: "plot-throughput"
16705
16706 # 3n-skx-xxv710
16707
16708 - type: "plot"
16709   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16710   algorithm: "plot_perf_box_name"
16711   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16712   data: "plot-dpdk-throughput-latency-3n-skx"
16713   include:
16714     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16715     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16716   layout:
16717     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16718     layout: "plot-throughput"
16719
16720 - type: "plot"
16721   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16722   algorithm: "plot_perf_box_name"
16723   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16724   data: "plot-dpdk-throughput-latency-3n-skx"
16725   include:
16726     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16727     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16728   layout:
16729     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16730     layout: "plot-throughput"
16731
16732 - type: "plot"
16733   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16734   algorithm: "plot_perf_box_name"
16735   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16736   data: "plot-dpdk-throughput-latency-3n-skx"
16737   include:
16738     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16739     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16740   layout:
16741     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16742     layout: "plot-throughput"
16743
16744 - type: "plot"
16745   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16746   algorithm: "plot_perf_box_name"
16747   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16748   data: "plot-dpdk-throughput-latency-3n-skx"
16749   include:
16750     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16751     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16752   layout:
16753     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16754     layout: "plot-throughput"
16755
16756 # 3n-skx-x710
16757
16758 - type: "plot"
16759   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16760   algorithm: "plot_perf_box_name"
16761   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16762   data: "plot-dpdk-throughput-latency-3n-skx"
16763   include:
16764     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16765     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16766   layout:
16767     title: "3n-skx-x710-64b-2t1c-base-ndr"
16768     layout: "plot-throughput"
16769
16770 - type: "plot"
16771   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16772   algorithm: "plot_perf_box_name"
16773   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16774   data: "plot-dpdk-throughput-latency-3n-skx"
16775   include:
16776     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16777     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16778   layout:
16779     title: "3n-skx-x710-64b-4t2c-base-ndr"
16780     layout: "plot-throughput"
16781
16782 - type: "plot"
16783   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16784   algorithm: "plot_perf_box_name"
16785   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16786   data: "plot-dpdk-throughput-latency-3n-skx"
16787   include:
16788     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16789     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16790   layout:
16791     title: "3n-skx-x710-64b-2t1c-base-pdr"
16792     layout: "plot-throughput"
16793
16794 - type: "plot"
16795   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16796   algorithm: "plot_perf_box_name"
16797   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16798   data: "plot-dpdk-throughput-latency-3n-skx"
16799   include:
16800     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16801     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16802   layout:
16803     title: "3n-skx-x710-64b-4t2c-base-pdr"
16804     layout: "plot-throughput"
16805
16806 # 3n-hsw-xl710
16807
16808 - type: "plot"
16809   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16810   algorithm: "plot_perf_box_name"
16811   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16812   data: "plot-dpdk-throughput-latency-3n-hsw"
16813   include:
16814     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16815     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16816   layout:
16817     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16818     layout: "plot-throughput"
16819
16820 - type: "plot"
16821   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16822   algorithm: "plot_perf_box_name"
16823   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16824   data: "plot-dpdk-throughput-latency-3n-hsw"
16825   include:
16826     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16827     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16828   layout:
16829     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16830     layout: "plot-throughput"
16831
16832 - type: "plot"
16833   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16834   algorithm: "plot_perf_box_name"
16835   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16836   data: "plot-dpdk-throughput-latency-3n-hsw"
16837   include:
16838     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16839     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16840   layout:
16841     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16842     layout: "plot-throughput"
16843
16844 - type: "plot"
16845   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16846   algorithm: "plot_perf_box_name"
16847   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16848   data: "plot-dpdk-throughput-latency-3n-hsw"
16849   include:
16850     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16851     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16852   layout:
16853     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16854     layout: "plot-throughput"
16855
16856 # 3n-hsw-x710
16857
16858 - type: "plot"
16859   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16860   algorithm: "plot_perf_box_name"
16861   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16862   data: "plot-dpdk-throughput-latency-3n-hsw"
16863   include:
16864     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16865     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16866   layout:
16867     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16868     layout: "plot-throughput"
16869
16870 - type: "plot"
16871   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16872   algorithm: "plot_perf_box_name"
16873   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16874   data: "plot-dpdk-throughput-latency-3n-hsw"
16875   include:
16876     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16877     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16878   layout:
16879     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16880     layout: "plot-throughput"
16881
16882 - type: "plot"
16883   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16884   algorithm: "plot_perf_box_name"
16885   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16886   data: "plot-dpdk-throughput-latency-3n-hsw"
16887   include:
16888     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16889     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16890   layout:
16891     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16892     layout: "plot-throughput"
16893
16894 - type: "plot"
16895   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16896   algorithm: "plot_perf_box_name"
16897   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16898   data: "plot-dpdk-throughput-latency-3n-hsw"
16899   include:
16900     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16901     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16902   layout:
16903     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16904     layout: "plot-throughput"
16905
16906 ## 2n-dnv-x553
16907 #
16908 #- type: "plot"
16909 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16910 #  algorithm: "plot_perf_box_name"
16911 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16912 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16913 #  include:
16914 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16915 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16916 #  layout:
16917 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
16918 #    layout: "plot-throughput"
16919 #
16920 #- type: "plot"
16921 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16922 #  algorithm: "plot_perf_box_name"
16923 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16924 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16925 #  include:
16926 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16927 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16928 #  layout:
16929 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
16930 #    layout: "plot-throughput"
16931 #
16932 #- type: "plot"
16933 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16934 #  algorithm: "plot_perf_box_name"
16935 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16936 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16937 #  include:
16938 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16939 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16940 #  layout:
16941 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
16942 #    layout: "plot-throughput"
16943 #
16944 #- type: "plot"
16945 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16946 #  algorithm: "plot_perf_box_name"
16947 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16948 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16949 #  include:
16950 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16951 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16952 #  layout:
16953 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
16954 #    layout: "plot-throughput"
16955 #
16956 ## 3n-dnv-x553
16957 #
16958 #- type: "plot"
16959 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16960 #  algorithm: "plot_perf_box_name"
16961 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16962 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16963 #  include:
16964 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16965 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16966 #  layout:
16967 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
16968 #    layout: "plot-throughput"
16969 #
16970 #- type: "plot"
16971 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16972 #  algorithm: "plot_perf_box_name"
16973 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16974 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16975 #  include:
16976 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16977 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16978 #  layout:
16979 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
16980 #    layout: "plot-throughput"
16981 #
16982 #- type: "plot"
16983 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16984 #  algorithm: "plot_perf_box_name"
16985 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16986 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16987 #  include:
16988 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16989 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16990 #  layout:
16991 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
16992 #    layout: "plot-throughput"
16993 #
16994 #- type: "plot"
16995 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16996 #  algorithm: "plot_perf_box_name"
16997 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16998 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16999 #  include:
17000 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17001 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17002 #  layout:
17003 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
17004 #    layout: "plot-throughput"
17005
17006 # 3n-tsh-x520
17007
17008 - type: "plot"
17009   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17010   algorithm: "plot_perf_box_name"
17011   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17012   data: "plot-dpdk-throughput-latency-3n-tsh"
17013   include:
17014     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17015     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17016   layout:
17017     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17018     layout: "plot-throughput"
17019
17020 - type: "plot"
17021   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17022   algorithm: "plot_perf_box_name"
17023   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17024   data: "plot-dpdk-throughput-latency-3n-tsh"
17025   include:
17026     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17027     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17028   layout:
17029     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17030     layout: "plot-throughput"
17031
17032 - type: "plot"
17033   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17034   algorithm: "plot_perf_box_name"
17035   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17036   data: "plot-dpdk-throughput-latency-3n-tsh"
17037   include:
17038     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17039     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17040   layout:
17041     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17042     layout: "plot-throughput"
17043
17044 - type: "plot"
17045   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17046   algorithm: "plot_perf_box_name"
17047   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17048   data: "plot-dpdk-throughput-latency-3n-tsh"
17049   include:
17050     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17051     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17052   layout:
17053     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17054     layout: "plot-throughput"
17055
17056 ################################################################################
17057 ###   2n-clx                                                                 ###
17058 ################################################################################
17059
17060 # Packet Throughput
17061
17062 - type: "plot"
17063   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17064   algorithm: "plot_perf_box_name"
17065   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17066   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17067   include:
17068     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17069     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17070     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17071     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17072   layout:
17073     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17074     layout: "plot-throughput"
17075
17076 - type: "plot"
17077   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17078   algorithm: "plot_perf_box_name"
17079   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17080   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17081   include:
17082     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17083     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17084     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17085     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17086   layout:
17087     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17088     layout: "plot-throughput"
17089
17090 - type: "plot"
17091   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17092   algorithm: "plot_perf_box_name"
17093   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17094   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17095   include:
17096     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17097     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17098     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17099     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17100   layout:
17101     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17102     layout: "plot-throughput"
17103
17104 - type: "plot"
17105   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17106   algorithm: "plot_perf_box_name"
17107   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17108   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17109   include:
17110     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17111     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17112     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17113     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17114   layout:
17115     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17116     layout: "plot-throughput"
17117
17118 - type: "plot"
17119   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17120   algorithm: "plot_perf_box_name"
17121   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17122   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17123   include:
17124     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17125     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17126     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17127     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17128   layout:
17129     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17130     layout: "plot-throughput"
17131
17132 - type: "plot"
17133   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17134   algorithm: "plot_perf_box_name"
17135   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17136   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17137   include:
17138     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17139     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17140     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17141     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17142   layout:
17143     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17144     layout: "plot-throughput"
17145
17146 - type: "plot"
17147   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17148   algorithm: "plot_perf_box_name"
17149   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17150   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17151   include:
17152     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17153     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17154     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17155     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17156     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17157     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17158   layout:
17159     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17160     layout: "plot-throughput"
17161
17162 - type: "plot"
17163   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17164   algorithm: "plot_perf_box_name"
17165   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17166   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17167   include:
17168     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17169     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17170     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17171     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17172     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17173     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17174   layout:
17175     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17176     layout: "plot-throughput"
17177
17178 - type: "plot"
17179   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17180   algorithm: "plot_perf_box_name"
17181   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17182   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17183   include:
17184     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17185     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17186     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17187     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17188   layout:
17189     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17190     layout: "plot-throughput"
17191
17192 - type: "plot"
17193   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17194   algorithm: "plot_perf_box_name"
17195   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17196   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17197   include:
17198     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17199     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17200     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17202   layout:
17203     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17204     layout: "plot-throughput"
17205
17206 - type: "plot"
17207   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17208   algorithm: "plot_perf_box_name"
17209   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17210   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17211   include:
17212     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17213     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17215   layout:
17216     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17217     layout: "plot-throughput"
17218
17219 - type: "plot"
17220   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17221   algorithm: "plot_perf_box_name"
17222   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17223   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17224   include:
17225     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17226     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17227     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17228   layout:
17229     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17230     layout: "plot-throughput"
17231
17232 - type: "plot"
17233   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17234   algorithm: "plot_perf_box_name"
17235   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17236   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17237   include:
17238     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17239     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17240     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17241     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17242     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17243   layout:
17244     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17245     layout: "plot-throughput"
17246
17247 - type: "plot"
17248   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17249   algorithm: "plot_perf_box_name"
17250   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17251   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17252   include:
17253     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17254     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17255     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17258   layout:
17259     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17260     layout: "plot-throughput"
17261
17262 - type: "plot"
17263   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17264   algorithm: "plot_perf_box_name"
17265   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17266   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17267   include:
17268     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17270     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17271   layout:
17272     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17273     layout: "plot-throughput"
17274
17275 - type: "plot"
17276   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17277   algorithm: "plot_perf_box_name"
17278   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17279   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17280   include:
17281     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17282     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17283     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17284   layout:
17285     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17286     layout: "plot-throughput"
17287
17288 - type: "plot"
17289   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17290   algorithm: "plot_perf_box_name"
17291   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17292   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17293   include:
17294     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17295     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17296     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17297     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17298     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17299     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17300   layout:
17301     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17302     layout: "plot-throughput"
17303
17304 - type: "plot"
17305   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17306   algorithm: "plot_perf_box_name"
17307   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17308   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17309   include:
17310     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17311     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17315     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17316   layout:
17317     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17318     layout: "plot-throughput"
17319
17320 - type: "plot"
17321   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17322   algorithm: "plot_perf_box_name"
17323   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17324   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17325   include:
17326     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17327     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17328     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17329     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17330     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17331   layout:
17332     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17333     layout: "plot-throughput"
17334
17335 - type: "plot"
17336   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17337   algorithm: "plot_perf_box_name"
17338   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17339   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17340   include:
17341     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17342     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17343     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17344     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17345     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17346   layout:
17347     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17348     layout: "plot-throughput"
17349
17350 #- type: "plot"
17351 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17352 #  algorithm: "plot_perf_box_name"
17353 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17354 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17355 #  include:
17356 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17357 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17358 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17359 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17360 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17361 #  layout:
17362 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17363 #    layout: "plot-throughput"
17364 #
17365 #- type: "plot"
17366 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17367 #  algorithm: "plot_perf_box_name"
17368 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17369 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17370 #  include:
17371 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17372 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17373 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17374 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17375 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17376 #  layout:
17377 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17378 #    layout: "plot-throughput"
17379 #
17380 #- type: "plot"
17381 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17382 #  algorithm: "plot_perf_box_name"
17383 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17384 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17385 #  include:
17386 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17387 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17388 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17389 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17390 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17391 #  layout:
17392 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17393 #    layout: "plot-throughput"
17394 #
17395 #- type: "plot"
17396 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17397 #  algorithm: "plot_perf_box_name"
17398 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17399 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17400 #  include:
17401 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17402 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17403 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17404 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17405 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17406 #  layout:
17407 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17408 #    layout: "plot-throughput"
17409
17410 - type: "plot"
17411   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17412   algorithm: "plot_perf_box_name"
17413   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17414   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17415   include:
17416     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17417     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17418     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17419     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17420     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17421   layout:
17422     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17423     layout: "plot-throughput"
17424
17425 - type: "plot"
17426   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17427   algorithm: "plot_perf_box_name"
17428   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17429   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17430   include:
17431     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17432     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17433     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17434     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17435     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17436   layout:
17437     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17438     layout: "plot-throughput"
17439
17440 #- type: "plot"
17441 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17442 #  algorithm: "plot_perf_box_name"
17443 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17444 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17445 #  include:
17446 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17447 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17448 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17449 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17450 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17451 #  layout:
17452 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17453 #    layout: "plot-throughput"
17454 #
17455 #- type: "plot"
17456 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17457 #  algorithm: "plot_perf_box_name"
17458 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17459 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17460 #  include:
17461 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17462 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17463 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17464 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17465 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17466 #  layout:
17467 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17468 #    layout: "plot-throughput"
17469 #
17470 #- type: "plot"
17471 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17472 #  algorithm: "plot_perf_box_name"
17473 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17474 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17475 #  include:
17476 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17477 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17478 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17479 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17480 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17481 #  layout:
17482 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17483 #    layout: "plot-throughput"
17484 #
17485 #- type: "plot"
17486 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17487 #  algorithm: "plot_perf_box_name"
17488 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17489 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17490 #  include:
17491 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17492 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17493 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17494 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17495 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17496 #  layout:
17497 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17498 #    layout: "plot-throughput"
17499
17500 - type: "plot"
17501   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17502   algorithm: "plot_perf_box_name"
17503   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17504   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17505   include:
17506     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17507     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17508     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17509     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17510     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17511     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17512   layout:
17513     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17514     layout: "plot-throughput"
17515
17516 - type: "plot"
17517   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17518   algorithm: "plot_perf_box_name"
17519   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17520   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17521   include:
17522     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17523     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17524     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17525     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17526     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17527     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17528   layout:
17529     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17530     layout: "plot-throughput"
17531
17532 - type: "plot"
17533   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17534   algorithm: "plot_perf_box_name"
17535   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17536   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17537   include:
17538     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17539     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17540   layout:
17541     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17542     layout: "plot-throughput"
17543
17544 - type: "plot"
17545   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17546   algorithm: "plot_perf_box_name"
17547   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17548   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17549   include:
17550     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17551     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17552   layout:
17553     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17554     layout: "plot-throughput"
17555
17556 - type: "plot"
17557   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17558   algorithm: "plot_perf_box_name"
17559   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17560   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17561   include:
17562     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17563     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17564     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17565     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17566     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17567     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17568   layout:
17569     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17570     layout: "plot-throughput"
17571
17572 - type: "plot"
17573   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17574   algorithm: "plot_perf_box_name"
17575   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17576   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17577   include:
17578     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17579     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17580     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17581     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17582     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17583     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17584   layout:
17585     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17586     layout: "plot-throughput"
17587
17588 - type: "plot"
17589   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17590   algorithm: "plot_perf_box_name"
17591   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17592   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17593   include:
17594     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17595     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17596     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17597     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17598     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17599     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17600   layout:
17601     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17602     layout: "plot-throughput"
17603
17604 - type: "plot"
17605   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17606   algorithm: "plot_perf_box_name"
17607   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17608   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17609   include:
17610     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17611     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17612     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17613     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17614     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17615     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17616   layout:
17617     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17618     layout: "plot-throughput"
17619
17620 - type: "plot"
17621   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17622   algorithm: "plot_perf_box_name"
17623   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17624   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17625   include:
17626     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17627     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17628     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17629     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17630     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17631     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17632   layout:
17633     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17634     layout: "plot-throughput"
17635
17636 - type: "plot"
17637   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17638   algorithm: "plot_perf_box_name"
17639   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17640   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17641   include:
17642     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17643     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17644     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17645     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17646     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17647     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17648   layout:
17649     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17650     layout: "plot-throughput"
17651
17652 - type: "plot"
17653   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17654   algorithm: "plot_perf_box_name"
17655   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17656   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17657   include:
17658     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17659     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17660     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17661     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17662     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17663   layout:
17664     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17665     layout: "plot-throughput"
17666
17667 - type: "plot"
17668   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17669   algorithm: "plot_perf_box_name"
17670   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17671   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17672   include:
17673     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17674     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17675     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17676     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17677     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17678   layout:
17679     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17680     layout: "plot-throughput"
17681
17682 - type: "plot"
17683   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17684   algorithm: "plot_perf_box_name"
17685   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17686   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17687   include:
17688     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17689     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17690     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17691     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17692     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17693   layout:
17694     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17695     layout: "plot-throughput"
17696
17697 - type: "plot"
17698   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17699   algorithm: "plot_perf_box_name"
17700   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17701   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17702   include:
17703     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17704     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17705     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17706     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17707     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17708   layout:
17709     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17710     layout: "plot-throughput"
17711
17712 - type: "plot"
17713   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17714   algorithm: "plot_perf_box_name"
17715   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17716   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17717   include:
17718     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17719     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17720     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17721     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17722     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17723   layout:
17724     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17725     layout: "plot-throughput"
17726
17727 - type: "plot"
17728   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17729   algorithm: "plot_perf_box_name"
17730   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17731   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17732   include:
17733     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17734     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17735     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17736     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17737     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17738   layout:
17739     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17740     layout: "plot-throughput"
17741
17742 - type: "plot"
17743   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17744   algorithm: "plot_perf_box_name"
17745   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17746   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17747   include:
17748     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17749     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17750     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17751     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17752     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17753   layout:
17754     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17755     layout: "plot-throughput"
17756
17757 - type: "plot"
17758   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17759   algorithm: "plot_perf_box_name"
17760   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17761   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17762   include:
17763     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17764     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17765     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17766     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17767     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17768   layout:
17769     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17770     layout: "plot-throughput"
17771
17772 - type: "plot"
17773   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17774   algorithm: "plot_perf_box_name"
17775   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17776   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17777   include:
17778     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17779     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17780     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17781     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17782     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17783   layout:
17784     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17785     layout: "plot-throughput"
17786
17787 - type: "plot"
17788   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17789   algorithm: "plot_perf_box_name"
17790   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17791   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17792   include:
17793     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17794     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17795     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17796     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17797     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17798   layout:
17799     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17800     layout: "plot-throughput"
17801
17802 - type: "plot"
17803   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17804   algorithm: "plot_perf_box_name"
17805   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17806   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17807   include:
17808     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17809     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17810     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17811     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17812     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17813     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17814   layout:
17815     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17816     layout: "plot-throughput"
17817
17818 - type: "plot"
17819   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17820   algorithm: "plot_perf_box_name"
17821   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17822   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17823   include:
17824     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17825     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17826     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17827     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17828     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17829     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17830   layout:
17831     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17832     layout: "plot-throughput"
17833
17834 - type: "plot"
17835   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17836   algorithm: "plot_perf_box_name"
17837   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17838   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17839   include:
17840     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17841     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17842     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17843     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17844   layout:
17845     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17846     layout: "plot-throughput"
17847
17848 - type: "plot"
17849   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17850   algorithm: "plot_perf_box_name"
17851   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17852   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17853   include:
17854     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17855     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17856     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17857     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17858   layout:
17859     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17860     layout: "plot-throughput"
17861
17862 - type: "plot"
17863   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17864   algorithm: "plot_perf_box_name"
17865   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17866   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17867   include:
17868     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17869     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17870     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17871     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17872     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17873     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17874   layout:
17875     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17876     layout: "plot-throughput"
17877
17878 - type: "plot"
17879   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17880   algorithm: "plot_perf_box_name"
17881   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17882   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17883   include:
17884     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17885     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17886     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17887     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17888     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17889     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17890   layout:
17891     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17892     layout: "plot-throughput"
17893
17894 - type: "plot"
17895   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17896   algorithm: "plot_perf_box_name"
17897   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17898   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17899   include:
17900     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17901     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17902     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17903     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17904   layout:
17905     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17906     layout: "plot-throughput"
17907
17908 - type: "plot"
17909   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17910   algorithm: "plot_perf_box_name"
17911   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17912   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17913   include:
17914     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17915     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17916     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17917     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17918   layout:
17919     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17920     layout: "plot-throughput"
17921
17922 - type: "plot"
17923   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17924   algorithm: "plot_perf_box_name"
17925   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17926   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17927   include:
17928     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17929     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17930     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17931     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17932     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17933     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17934   layout:
17935     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17936     layout: "plot-throughput"
17937
17938 - type: "plot"
17939   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17940   algorithm: "plot_perf_box_name"
17941   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17942   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17943   include:
17944     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17945     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17946     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17947     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17948     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17949     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17950   layout:
17951     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17952     layout: "plot-throughput"
17953
17954 - type: "plot"
17955   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17956   algorithm: "plot_perf_box_name"
17957   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17958   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17959   include:
17960     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17961     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17962     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17963     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17964   layout:
17965     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17966     layout: "plot-throughput"
17967
17968 - type: "plot"
17969   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17970   algorithm: "plot_perf_box_name"
17971   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17972   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17973   include:
17974     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17975     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17976     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17977     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17978   layout:
17979     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17980     layout: "plot-throughput"
17981
17982 - type: "plot"
17983   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17984   algorithm: "plot_perf_box_name"
17985   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17986   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17987   include:
17988     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17989     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17990     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17991     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17992     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17993   layout:
17994     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17995     layout: "plot-throughput"
17996
17997 - type: "plot"
17998   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17999   algorithm: "plot_perf_box_name"
18000   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18001   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18002   include:
18003     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18004     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18005     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18006     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18007     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18008   layout:
18009     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18010     layout: "plot-throughput"
18011
18012 - type: "plot"
18013   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18014   algorithm: "plot_perf_box_name"
18015   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18016   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18017   include:
18018     - "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"
18019     - "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"
18020     - "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"
18021     - "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"
18022     - "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"
18023   layout:
18024     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18025     layout: "plot-throughput"
18026
18027 - type: "plot"
18028   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18029   algorithm: "plot_perf_box_name"
18030   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18031   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18032   include:
18033     - "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"
18034     - "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"
18035     - "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"
18036     - "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"
18037     - "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"
18038   layout:
18039     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18040     layout: "plot-throughput"
18041
18042 - type: "plot"
18043   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18044   algorithm: "plot_perf_box_name"
18045   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18046   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18047   include:
18048     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18049     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18050     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18051     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18052     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18053   layout:
18054     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18055     layout: "plot-throughput"
18056
18057 - type: "plot"
18058   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18059   algorithm: "plot_perf_box_name"
18060   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18061   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18062   include:
18063     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18064     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18065     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18066     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18067     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18068   layout:
18069     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18070     layout: "plot-throughput"
18071
18072 - type: "plot"
18073   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18074   algorithm: "plot_perf_box_name"
18075   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18076   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18077   include:
18078     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18079     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18080     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18081     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18082     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18083   layout:
18084     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18085     layout: "plot-throughput"
18086
18087 - type: "plot"
18088   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18089   algorithm: "plot_perf_box_name"
18090   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18091   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18092   include:
18093     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18094     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18095     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18096     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18097     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18098   layout:
18099     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18100     layout: "plot-throughput"
18101
18102 - type: "plot"
18103   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18104   algorithm: "plot_perf_box_name"
18105   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18106   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18107   include:
18108     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18109     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18110     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18111     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18112   layout:
18113     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18114     layout: "plot-throughput"
18115
18116 - type: "plot"
18117   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18118   algorithm: "plot_perf_box_name"
18119   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18120   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18121   include:
18122     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18123     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18124     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18125     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18126   layout:
18127     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18128     layout: "plot-throughput"
18129
18130 - type: "plot"
18131   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18132   algorithm: "plot_perf_box_name"
18133   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18134   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18135   include:
18136     - "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"
18137     - "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"
18138     - "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"
18139     - "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"
18140   layout:
18141     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18142     layout: "plot-throughput"
18143
18144 - type: "plot"
18145   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18146   algorithm: "plot_perf_box_name"
18147   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18148   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18149   include:
18150     - "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"
18151     - "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"
18152     - "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"
18153     - "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"
18154   layout:
18155     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18156     layout: "plot-throughput"
18157
18158 - type: "plot"
18159   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18160   algorithm: "plot_perf_box_name"
18161   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18162   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18163   include:
18164     - "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"
18165     - "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"
18166     - "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"
18167     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18168     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18169     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18170   layout:
18171     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18172     layout: "plot-throughput"
18173
18174 - type: "plot"
18175   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18176   algorithm: "plot_perf_box_name"
18177   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18178   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18179   include:
18180     - "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"
18181     - "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"
18182     - "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"
18183     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18184     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18185     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18186   layout:
18187     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18188     layout: "plot-throughput"
18189
18190 ################################################################################
18191
18192 # Packet Speedup
18193
18194 - type: "plot"
18195   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18196   algorithm: "plot_tsa_name"
18197   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18198   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18199   include:
18200     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18201     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18202     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18203     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18204   layout:
18205     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18206     layout: "plot-throughput-speedup-analysis"
18207
18208 - type: "plot"
18209   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18210   algorithm: "plot_tsa_name"
18211   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18212   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18213   include:
18214     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18215     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18216     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18217     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18218   layout:
18219     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18220     layout: "plot-throughput-speedup-analysis"
18221
18222 - type: "plot"
18223   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18224   algorithm: "plot_tsa_name"
18225   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18226   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18227   include:
18228     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18229     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18230     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18231     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18232   layout:
18233     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18234     layout: "plot-throughput-speedup-analysis"
18235
18236 - type: "plot"
18237   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18238   algorithm: "plot_tsa_name"
18239   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18240   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18241   include:
18242     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18243     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18244     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18245     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18246   layout:
18247     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18248     layout: "plot-throughput-speedup-analysis"
18249
18250 - type: "plot"
18251   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18252   algorithm: "plot_tsa_name"
18253   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18254   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18255   include:
18256     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18257     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18258     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18259     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18260   layout:
18261     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18262     layout: "plot-throughput-speedup-analysis"
18263
18264 - type: "plot"
18265   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18266   algorithm: "plot_tsa_name"
18267   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18268   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18269   include:
18270     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18271     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18272     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18273     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18274   layout:
18275     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18276     layout: "plot-throughput-speedup-analysis"
18277
18278 - type: "plot"
18279   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18280   algorithm: "plot_tsa_name"
18281   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18282   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18283   include:
18284     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18285     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18286     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18287     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18288     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18289     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18290   layout:
18291     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18292     layout: "plot-throughput-speedup-analysis"
18293
18294 - type: "plot"
18295   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18296   algorithm: "plot_tsa_name"
18297   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18298   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18299   include:
18300     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18301     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18302     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18303     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18304     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18305     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18306   layout:
18307     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18308     layout: "plot-throughput-speedup-analysis"
18309
18310 - type: "plot"
18311   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18312   algorithm: "plot_tsa_name"
18313   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18314   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18315   include:
18316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18317     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18318     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18320   layout:
18321     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18322     layout: "plot-throughput-speedup-analysis"
18323
18324 - type: "plot"
18325   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18326   algorithm: "plot_tsa_name"
18327   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18328   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18329   include:
18330     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18333     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18334   layout:
18335     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18336     layout: "plot-throughput-speedup-analysis"
18337
18338 - type: "plot"
18339   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18340   algorithm: "plot_tsa_name"
18341   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18342   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18343   include:
18344     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18345     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18346     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18347   layout:
18348     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18349     layout: "plot-throughput-speedup-analysis"
18350
18351 - type: "plot"
18352   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18353   algorithm: "plot_tsa_name"
18354   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18355   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18356   include:
18357     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18358     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18359     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18360   layout:
18361     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18362     layout: "plot-throughput-speedup-analysis"
18363
18364 - type: "plot"
18365   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18366   algorithm: "plot_tsa_name"
18367   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18368   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18369   include:
18370     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18371     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18372     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18373     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18374     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18375   layout:
18376     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18377     layout: "plot-throughput-speedup-analysis"
18378
18379 - type: "plot"
18380   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18381   algorithm: "plot_tsa_name"
18382   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18383   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18384   include:
18385     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18386     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18387     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18388     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18389     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18390   layout:
18391     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18392     layout: "plot-throughput-speedup-analysis"
18393
18394 - type: "plot"
18395   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18396   algorithm: "plot_tsa_name"
18397   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18398   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18399   include:
18400     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18401     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18402     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18403   layout:
18404     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18405     layout: "plot-throughput-speedup-analysis"
18406
18407 - type: "plot"
18408   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18409   algorithm: "plot_tsa_name"
18410   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18411   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18412   include:
18413     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18414     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18415     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18416   layout:
18417     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18418     layout: "plot-throughput-speedup-analysis"
18419
18420 - type: "plot"
18421   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18422   algorithm: "plot_tsa_name"
18423   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18424   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18425   include:
18426     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18427     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18428     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18429     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18430     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18431     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18432   layout:
18433     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18434     layout: "plot-throughput-speedup-analysis"
18435
18436 - type: "plot"
18437   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18438   algorithm: "plot_tsa_name"
18439   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18440   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18441   include:
18442     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18443     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18444     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18445     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18446     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18447     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18448   layout:
18449     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18450     layout: "plot-throughput-speedup-analysis"
18451
18452 - type: "plot"
18453   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
18454   algorithm: "plot_tsa_name"
18455   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
18456   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18457   include:
18458     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18459     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18460     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18461     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18462     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18463   layout:
18464     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
18465     layout: "plot-throughput-speedup-analysis"
18466
18467 - type: "plot"
18468   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
18469   algorithm: "plot_tsa_name"
18470   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
18471   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18472   include:
18473     - "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"
18474     - "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"
18475     - "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"
18476     - "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"
18477     - "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"
18478   layout:
18479     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
18480     layout: "plot-throughput-speedup-analysis"
18481
18482 #- type: "plot"
18483 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
18484 #  algorithm: "plot_tsa_name"
18485 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
18486 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18487 #  include:
18488 #    - "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"
18489 #    - "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"
18490 #    - "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"
18491 #    - "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"
18492 #    - "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"
18493 #  layout:
18494 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
18495 #    layout: "plot-throughput-speedup-analysis"
18496 #
18497 #- type: "plot"
18498 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
18499 #  algorithm: "plot_tsa_name"
18500 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
18501 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18502 #  include:
18503 #    - "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"
18504 #    - "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"
18505 #    - "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"
18506 #    - "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"
18507 #    - "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"
18508 #  layout:
18509 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18510 #    layout: "plot-throughput-speedup-analysis"
18511 #
18512 #- type: "plot"
18513 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
18514 #  algorithm: "plot_tsa_name"
18515 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
18516 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18517 #  include:
18518 #    - "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"
18519 #    - "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"
18520 #    - "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"
18521 #    - "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"
18522 #    - "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"
18523 #  layout:
18524 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
18525 #    layout: "plot-throughput-speedup-analysis"
18526 #
18527 #- type: "plot"
18528 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
18529 #  algorithm: "plot_tsa_name"
18530 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
18531 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18532 #  include:
18533 #    - "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"
18534 #    - "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"
18535 #    - "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"
18536 #    - "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"
18537 #    - "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"
18538 #  layout:
18539 #    title: "22n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18540 #    layout: "plot-throughput-speedup-analysis"
18541
18542 - type: "plot"
18543   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
18544   algorithm: "plot_tsa_name"
18545   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
18546   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18547   include:
18548     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18549     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18550     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18551     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18552     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18553   layout:
18554     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
18555     layout: "plot-throughput-speedup-analysis"
18556
18557 - type: "plot"
18558   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
18559   algorithm: "plot_tsa_name"
18560   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
18561   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18562   include:
18563     - "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"
18564     - "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"
18565     - "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"
18566     - "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"
18567     - "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"
18568   layout:
18569     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
18570     layout: "plot-throughput-speedup-analysis"
18571
18572 #- type: "plot"
18573 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
18574 #  algorithm: "plot_tsa_name"
18575 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
18576 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18577 #  include:
18578 #    - "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"
18579 #    - "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"
18580 #    - "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"
18581 #    - "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"
18582 #    - "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"
18583 #  layout:
18584 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18585 #    layout: "plot-throughput-speedup-analysis"
18586 #
18587 #- type: "plot"
18588 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
18589 #  algorithm: "plot_tsa_name"
18590 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
18591 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18592 #  include:
18593 #    - "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"
18594 #    - "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"
18595 #    - "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"
18596 #    - "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"
18597 #    - "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"
18598 #  layout:
18599 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18600 #    layout: "plot-throughput-speedup-analysis"
18601 #
18602 #- type: "plot"
18603 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
18604 #  algorithm: "plot_tsa_name"
18605 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
18606 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18607 #  include:
18608 #    - "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"
18609 #    - "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"
18610 #    - "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"
18611 #    - "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"
18612 #    - "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"
18613 #  layout:
18614 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18615 #    layout: "plot-throughput-speedup-analysis"
18616 #
18617 #- type: "plot"
18618 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
18619 #  algorithm: "plot_tsa_name"
18620 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
18621 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18622 #  include:
18623 #    - "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"
18624 #    - "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"
18625 #    - "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"
18626 #    - "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"
18627 #    - "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"
18628 #  layout:
18629 #    title: "22n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18630 #    layout: "plot-throughput-speedup-analysis"
18631
18632 - type: "plot"
18633   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18634   algorithm: "plot_tsa_name"
18635   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18636   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18637   include:
18638     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18639     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18640     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18641     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18642     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18643     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18644   layout:
18645     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18646     layout: "plot-throughput-speedup-analysis"
18647
18648 - type: "plot"
18649   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18650   algorithm: "plot_tsa_name"
18651   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18652   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18653   include:
18654     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18655     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18656     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18657     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18658     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18659     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18660   layout:
18661     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18662     layout: "plot-throughput-speedup-analysis"
18663
18664 - type: "plot"
18665   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18666   algorithm: "plot_tsa_name"
18667   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18668   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18669   include:
18670     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18671     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18672   layout:
18673     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18674     layout: "plot-throughput-speedup-analysis"
18675
18676 - type: "plot"
18677   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18678   algorithm: "plot_tsa_name"
18679   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18680   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18681   include:
18682     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18683     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18684   layout:
18685     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18686     layout: "plot-throughput-speedup-analysis"
18687
18688 - type: "plot"
18689   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18690   algorithm: "plot_tsa_name"
18691   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18692   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18693   include:
18694     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18695     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18696     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18697     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18698     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18699     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18700   layout:
18701     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18702     layout: "plot-throughput-speedup-analysis"
18703
18704 - type: "plot"
18705   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18706   algorithm: "plot_tsa_name"
18707   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18708   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18709   include:
18710     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18711     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18712     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18713     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18714     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18715     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18716   layout:
18717     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18718     layout: "plot-throughput-speedup-analysis"
18719
18720 - type: "plot"
18721   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18722   algorithm: "plot_tsa_name"
18723   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18724   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18725   include:
18726     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18727     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18728     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18729     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18730     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18731     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18732   layout:
18733     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18734     layout: "plot-throughput-speedup-analysis"
18735
18736 - type: "plot"
18737   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18738   algorithm: "plot_tsa_name"
18739   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18740   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18741   include:
18742     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18743     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18744     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18745     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18746     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18747     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18748   layout:
18749     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18750     layout: "plot-throughput-speedup-analysis"
18751
18752 - type: "plot"
18753   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18754   algorithm: "plot_tsa_name"
18755   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18756   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18757   include:
18758     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18759     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18760     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18761     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18762     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18763     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18764   layout:
18765     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18766     layout: "plot-throughput-speedup-analysis"
18767
18768 - type: "plot"
18769   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18770   algorithm: "plot_tsa_name"
18771   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18772   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18773   include:
18774     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18775     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18776     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18777     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18778     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18779     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18780   layout:
18781     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18782     layout: "plot-throughput-speedup-analysis"
18783
18784 - type: "plot"
18785   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18786   algorithm: "plot_tsa_name"
18787   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18788   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18789   include:
18790     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18791     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18792     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18793     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18794     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18795   layout:
18796     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18797     layout: "plot-throughput-speedup-analysis"
18798
18799 - type: "plot"
18800   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18801   algorithm: "plot_tsa_name"
18802   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18803   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18804   include:
18805     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18806     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18807     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18808     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18809     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18810   layout:
18811     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18812     layout: "plot-throughput-speedup-analysis"
18813
18814 - type: "plot"
18815   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18816   algorithm: "plot_tsa_name"
18817   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18818   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18819   include:
18820     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18821     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18822     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18823     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18824     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18825   layout:
18826     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18827     layout: "plot-throughput-speedup-analysis"
18828
18829 - type: "plot"
18830   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18831   algorithm: "plot_tsa_name"
18832   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18833   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18834   include:
18835     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18836     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18837     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18838     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18839     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18840   layout:
18841     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18842     layout: "plot-throughput-speedup-analysis"
18843
18844 - type: "plot"
18845   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18846   algorithm: "plot_tsa_name"
18847   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18848   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18849   include:
18850     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18851     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18852     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18853     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18854     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18855   layout:
18856     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18857     layout: "plot-throughput-speedup-analysis"
18858
18859 - type: "plot"
18860   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18861   algorithm: "plot_tsa_name"
18862   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18863   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18864   include:
18865     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18866     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18867     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18868     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18869     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18870   layout:
18871     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18872     layout: "plot-throughput-speedup-analysis"
18873
18874 - type: "plot"
18875   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18876   algorithm: "plot_tsa_name"
18877   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18878   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18879   include:
18880     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18881     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18882     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18883     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18884     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18885   layout:
18886     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18887     layout: "plot-throughput-speedup-analysis"
18888
18889 - type: "plot"
18890   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18891   algorithm: "plot_tsa_name"
18892   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18893   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18894   include:
18895     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18896     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18897     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18898     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18899     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18900   layout:
18901     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18902     layout: "plot-throughput-speedup-analysis"
18903
18904 - type: "plot"
18905   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18906   algorithm: "plot_tsa_name"
18907   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18908   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18909   include:
18910     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18911     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18912     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18913     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18914     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18915   layout:
18916     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18917     layout: "plot-throughput-speedup-analysis"
18918
18919 - type: "plot"
18920   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18921   algorithm: "plot_tsa_name"
18922   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18923   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18924   include:
18925     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18926     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18927     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18928     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18929     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18930   layout:
18931     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18932     layout: "plot-throughput-speedup-analysis"
18933
18934 - type: "plot"
18935   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18936   algorithm: "plot_tsa_name"
18937   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18938   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18939   include:
18940     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18941     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18942     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18943     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18944     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18945     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18946   layout:
18947     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18948     layout: "plot-throughput-speedup-analysis"
18949
18950 - type: "plot"
18951   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18952   algorithm: "plot_tsa_name"
18953   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18954   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18955   include:
18956     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18957     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18958     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18959     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18960     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18961     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18962   layout:
18963     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18964     layout: "plot-throughput-speedup-analysis"
18965
18966 - type: "plot"
18967   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18968   algorithm: "plot_tsa_name"
18969   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18970   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18971   include:
18972     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18973     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18974     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18975     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18976   layout:
18977     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18978     layout: "plot-throughput-speedup-analysis"
18979
18980 - type: "plot"
18981   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18982   algorithm: "plot_tsa_name"
18983   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18984   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18985   include:
18986     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18987     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18988     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18989     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18990   layout:
18991     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18992     layout: "plot-throughput-speedup-analysis"
18993
18994 - type: "plot"
18995   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18996   algorithm: "plot_tsa_name"
18997   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18998   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18999   include:
19000     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19001     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19002     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19003     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19004     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19005     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19006   layout:
19007     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19008     layout: "plot-throughput-speedup-analysis"
19009
19010 - type: "plot"
19011   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19012   algorithm: "plot_tsa_name"
19013   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19014   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19015   include:
19016     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19017     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19018     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19019     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19020     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19021     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19022   layout:
19023     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19024     layout: "plot-throughput-speedup-analysis"
19025
19026 - type: "plot"
19027   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19028   algorithm: "plot_tsa_name"
19029   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19030   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19031   include:
19032     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19033     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19034     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19035     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19036   layout:
19037     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19038     layout: "plot-throughput-speedup-analysis"
19039
19040 - type: "plot"
19041   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19042   algorithm: "plot_tsa_name"
19043   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19044   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19045   include:
19046     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19047     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19048     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19049     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19050   layout:
19051     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19052     layout: "plot-throughput-speedup-analysis"
19053
19054 - type: "plot"
19055   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19056   algorithm: "plot_tsa_name"
19057   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19058   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19059   include:
19060     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19061     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19062     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19063     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19064     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19065     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19066   layout:
19067     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19068     layout: "plot-throughput-speedup-analysis"
19069
19070 - type: "plot"
19071   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19072   algorithm: "plot_tsa_name"
19073   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19074   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19075   include:
19076     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19077     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19078     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19079     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19080     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19081     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19082   layout:
19083     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19084     layout: "plot-throughput-speedup-analysis"
19085
19086 - type: "plot"
19087   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19088   algorithm: "plot_tsa_name"
19089   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19090   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19091   include:
19092     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19093     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19094     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19095     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19096   layout:
19097     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19098     layout: "plot-throughput-speedup-analysis"
19099
19100 - type: "plot"
19101   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19102   algorithm: "plot_tsa_name"
19103   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19104   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19105   include:
19106     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19107     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19108     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19109     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19110   layout:
19111     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19112     layout: "plot-throughput-speedup-analysis"
19113
19114 - type: "plot"
19115   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19116   algorithm: "plot_tsa_name"
19117   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19118   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19119   include:
19120     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19121     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19122     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19123     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19124     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19125   layout:
19126     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19127     layout: "plot-throughput-speedup-analysis"
19128
19129 - type: "plot"
19130   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19131   algorithm: "plot_tsa_name"
19132   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19133   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19134   include:
19135     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19136     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19137     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19138     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19139     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19140   layout:
19141     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19142     layout: "plot-throughput-speedup-analysis"
19143
19144 - type: "plot"
19145   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19146   algorithm: "plot_tsa_name"
19147   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19148   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19149   include:
19150     - "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"
19151     - "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"
19152     - "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"
19153     - "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"
19154     - "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"
19155   layout:
19156     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19157     layout: "plot-throughput-speedup-analysis"
19158
19159 - type: "plot"
19160   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19161   algorithm: "plot_tsa_name"
19162   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19163   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19164   include:
19165     - "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"
19166     - "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"
19167     - "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"
19168     - "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"
19169     - "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"
19170   layout:
19171     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19172     layout: "plot-throughput-speedup-analysis"
19173
19174 - type: "plot"
19175   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19176   algorithm: "plot_tsa_name"
19177   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19178   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19179   include:
19180     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19181     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19182     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19183     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19184     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19185   layout:
19186     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19187     layout: "plot-throughput-speedup-analysis"
19188
19189 - type: "plot"
19190   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19191   algorithm: "plot_tsa_name"
19192   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19193   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19194   include:
19195     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19196     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19197     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19198     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19199     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19200   layout:
19201     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19202     layout: "plot-throughput-speedup-analysis"
19203
19204 - type: "plot"
19205   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19206   algorithm: "plot_tsa_name"
19207   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19208   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19209   include:
19210     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19211     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19212     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19213     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19214     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19215   layout:
19216     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19217     layout: "plot-throughput-speedup-analysis"
19218
19219 - type: "plot"
19220   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19221   algorithm: "plot_tsa_name"
19222   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19223   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19224   include:
19225     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19226     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19227     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19228     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19229     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19230   layout:
19231     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19232     layout: "plot-throughput-speedup-analysis"
19233
19234 - type: "plot"
19235   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19236   algorithm: "plot_tsa_name"
19237   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19238   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19239   include:
19240     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19241     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19242     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19243     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19244   layout:
19245     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19246     layout: "plot-throughput-speedup-analysis"
19247
19248 - type: "plot"
19249   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19250   algorithm: "plot_tsa_name"
19251   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19252   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19253   include:
19254     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19255     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19256     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19257     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19258   layout:
19259     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19260     layout: "plot-throughput-speedup-analysis"
19261
19262 - type: "plot"
19263   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19264   algorithm: "plot_tsa_name"
19265   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19266   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19267   include:
19268     - "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"
19269     - "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"
19270     - "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"
19271     - "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"
19272   layout:
19273     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19274     layout: "plot-throughput-speedup-analysis"
19275
19276 - type: "plot"
19277   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19278   algorithm: "plot_tsa_name"
19279   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19280   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19281   include:
19282     - "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"
19283     - "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"
19284     - "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"
19285     - "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"
19286   layout:
19287     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19288     layout: "plot-throughput-speedup-analysis"
19289
19290 - type: "plot"
19291   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19292   algorithm: "plot_tsa_name"
19293   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19294   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19295   include:
19296     - "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"
19297     - "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"
19298     - "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"
19299     - "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"
19300     - "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"
19301     - "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"
19302   layout:
19303     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19304     layout: "plot-throughput-speedup-analysis"
19305
19306 - type: "plot"
19307   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19308   algorithm: "plot_tsa_name"
19309   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19310   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19311   include:
19312     - "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"
19313     - "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"
19314     - "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"
19315     - "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"
19316     - "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"
19317     - "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"
19318   layout:
19319     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19320     layout: "plot-throughput-speedup-analysis"
19321
19322 ################################################################################
19323
19324 # Packet Throughput - DPDK
19325
19326 # 2n-clx-xxv710
19327
19328 - type: "plot"
19329   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19330   algorithm: "plot_perf_box_name"
19331   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19332   data: "plot-dpdk-throughput-latency-2n-clx"
19333   include:
19334     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19335     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19336   layout:
19337     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19338     layout: "plot-throughput"
19339
19340 - type: "plot"
19341   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19342   algorithm: "plot_perf_box_name"
19343   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19344   data: "plot-dpdk-throughput-latency-2n-clx"
19345   include:
19346     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19347     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19348   layout:
19349     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19350     layout: "plot-throughput"
19351
19352 - type: "plot"
19353   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19354   algorithm: "plot_perf_box_name"
19355   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19356   data: "plot-dpdk-throughput-latency-2n-clx"
19357   include:
19358     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19359     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19360   layout:
19361     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19362     layout: "plot-throughput"
19363
19364 - type: "plot"
19365   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19366   algorithm: "plot_perf_box_name"
19367   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19368   data: "plot-dpdk-throughput-latency-2n-clx"
19369   include:
19370     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19371     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19372   layout:
19373     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19374     layout: "plot-throughput"
19375
19376 # 2n-clx-x710
19377
19378 - type: "plot"
19379   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19380   algorithm: "plot_perf_box_name"
19381   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19382   data: "plot-dpdk-throughput-latency-2n-clx"
19383   include:
19384     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19385     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19386   layout:
19387     title: "2n-clx-x710-64b-2t1c-base-ndr"
19388     layout: "plot-throughput"
19389
19390 - type: "plot"
19391   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19392   algorithm: "plot_perf_box_name"
19393   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19394   data: "plot-dpdk-throughput-latency-2n-clx"
19395   include:
19396     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19397     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19398   layout:
19399     title: "2n-clx-x710-64b-4t2c-base-ndr"
19400     layout: "plot-throughput"
19401
19402 - type: "plot"
19403   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19404   algorithm: "plot_perf_box_name"
19405   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19406   data: "plot-dpdk-throughput-latency-2n-clx"
19407   include:
19408     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19409     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19410   layout:
19411     title: "2n-clx-x710-64b-2t1c-base-pdr"
19412     layout: "plot-throughput"
19413
19414 - type: "plot"
19415   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19416   algorithm: "plot_perf_box_name"
19417   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19418   data: "plot-dpdk-throughput-latency-2n-clx"
19419   include:
19420     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19421     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19422   layout:
19423     title: "2n-clx-x710-64b-4t2c-base-pdr"
19424     layout: "plot-throughput"
19425
19426 ################################################################################
19427
19428 - type: "plot"
19429   title: "Latency by percentile: 2n-skx"
19430   algorithm: "plot_hdrh_lat_by_percentile"
19431   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19432   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19433   target-links: "../../_static/vpp"
19434   data: "plot-vpp-hdrh-lat-2n-skx"
19435   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19436   layout:
19437     layout: "plot-hdrh-latency-by-percentile"
19438
19439 - type: "plot"
19440   title: "Latency by percentile: 3n-skx"
19441   algorithm: "plot_hdrh_lat_by_percentile"
19442   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19443   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19444   target-links: "../../_static/vpp"
19445   data: "plot-vpp-hdrh-lat-3n-skx"
19446   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19447   layout:
19448     layout: "plot-hdrh-latency-by-percentile"
19449
19450 - type: "plot"
19451   title: "Latency by percentile: 2n-clx"
19452   algorithm: "plot_hdrh_lat_by_percentile"
19453   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19454   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19455   target-links: "../../_static/vpp"
19456   data: "plot-vpp-hdrh-lat-2n-clx"
19457   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19458   layout:
19459     layout: "plot-hdrh-latency-by-percentile"
19460
19461 - type: "plot"
19462   title: "Latency by percentile: 3n-hsw"
19463   algorithm: "plot_hdrh_lat_by_percentile"
19464   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19465   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19466   target-links: "../../_static/vpp"
19467   data: "plot-vpp-hdrh-lat-3n-hsw"
19468   filter: "'1T1C' and 'NIC_Intel-XL710'"
19469   layout:
19470     layout: "plot-hdrh-latency-by-percentile"
19471
19472 - type: "plot"
19473   title: "Latency by percentile: 3n-tsh"
19474   algorithm: "plot_hdrh_lat_by_percentile"
19475   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19476   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19477   target-links: "../../_static/vpp"
19478   data: "plot-vpp-hdrh-lat-3n-tsh"
19479   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19480   layout:
19481     layout: "plot-hdrh-latency-by-percentile"
19482
19483 - type: "plot"
19484   title: "Latency by percentile: DPDK 2n-skx"
19485   algorithm: "plot_hdrh_lat_by_percentile"
19486   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19487   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19488   target-links: "../../_static/dpdk"
19489   data: "plot-dpdk-hdrh-lat-2n-skx"
19490   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19491   layout:
19492     layout: "plot-hdrh-latency-by-percentile"
19493
19494 - type: "plot"
19495   title: "Latency by percentile: DPDK 3n-skx"
19496   algorithm: "plot_hdrh_lat_by_percentile"
19497   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19498   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19499   target-links: "../../_static/dpdk"
19500   data: "plot-dpdk-hdrh-lat-3n-skx"
19501   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19502   layout:
19503     layout: "plot-hdrh-latency-by-percentile"
19504
19505 - type: "plot"
19506   title: "Latency by percentile: DPDK 2n-clx"
19507   algorithm: "plot_hdrh_lat_by_percentile"
19508   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19509   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19510   target-links: "../../_static/dpdk"
19511   data: "plot-dpdk-hdrh-lat-2n-clx"
19512   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19513   layout:
19514     layout: "plot-hdrh-latency-by-percentile"
19515
19516 - type: "plot"
19517   title: "Latency by percentile: DPDK 3n-hsw"
19518   algorithm: "plot_hdrh_lat_by_percentile"
19519   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19520   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19521   target-links: "../../_static/dpdk"
19522   data: "plot-dpdk-hdrh-lat-3n-hsw"
19523   filter: "'1T1C' and 'NIC_Intel-XL710'"
19524   layout:
19525     layout: "plot-hdrh-latency-by-percentile"
19526
19527 - type: "plot"
19528   title: "Latency by percentile: DPDK 3n-tsh"
19529   algorithm: "plot_hdrh_lat_by_percentile"
19530   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19531   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19532   target-links: "../../_static/dpdk"
19533   data: "plot-dpdk-hdrh-lat-3n-tsh"
19534   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19535   layout:
19536     layout: "plot-hdrh-latency-by-percentile"