Report: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Plots:
150
151     # 3n-hsw
152
153     plot-vpp-throughput-lat-tsa-3n-hsw:
154       csit-vpp-perf-report-iterative-2009-3n-hsw:
155         - 21  # rls2009 NDRPDR iter env 5
156         - 22  # rls2009 NDRPDR iter env 5
157         - 24  # rls2009 NDRPDR iter env 5
158         - 25  # rls2009 NDRPDR iter env 5
159         - 26  # rls2009 NDRPDR iter env 5
160         - 27  # rls2009 NDRPDR iter env 5
161         - 28  # rls2009 NDRPDR iter env 5
162         - 29  # rls2009 NDRPDR iter env 5
163         - 30  # rls2009 NDRPDR iter env 5
164         - 31  # rls2009 NDRPDR iter env 5
165
166     plot-vpp-hdrh-lat-3n-hsw:
167       csit-vpp-perf-report-iterative-2009-3n-hsw:
168         - 22  # rls2009 NDRPDR iter env 5
169
170     plot-vpp-hoststack-3n-hsw:
171       csit-vpp-perf-report-iterative-2009-3n-hsw:
172         - 32  # rls2009 Hoststack iter env 5
173         - 33  # rls2009 Hoststack iter env 5
174         - 34  # rls2009 Hoststack iter env 5
175         - 35  # rls2009 Hoststack iter env 5
176         - 36  # rls2009 Hoststack iter env 5
177         - 37  # rls2009 Hoststack iter env 5
178         - 38  # rls2009 Hoststack iter env 5
179         - 39  # rls2009 Hoststack iter env 5
180         - 40  # rls2009 Hoststack iter env 5
181         - 41  # rls2009 Hoststack iter env 5
182
183     plot-dpdk-throughput-latency-3n-hsw:
184       csit-dpdk-perf-report-iterative-2009-3n-hsw:
185         - 6   # NDRPDR iter env5
186         - 7   # NDRPDR iter env5
187         - 8   # NDRPDR iter env5
188         - 9   # NDRPDR iter env5
189         - 10  # NDRPDR iter env5
190         - 11  # NDRPDR iter env5
191         - 12  # NDRPDR iter env5
192         - 13  # NDRPDR iter env5
193         - 14  # NDRPDR iter env5
194         - 15  # NDRPDR iter env5
195
196     plot-dpdk-hdrh-lat-3n-hsw:
197       csit-dpdk-perf-report-iterative-2009-3n-hsw:
198         - 6   # NDRPDR iter env5
199
200     # 3n-skx
201
202     plot-vpp-throughput-lat-tsa-3n-skx:
203       # TODO: Add:
204       csit-vpp-perf-report-iterative-2009-3n-skx:
205         - 26  # rls2009 NDRPDR iter env 5
206         - 27  # rls2009 NDRPDR iter env 5
207         - 28  # rls2009 NDRPDR iter env 5
208         - 29  # rls2009 NDRPDR iter env 5
209         - 35  # rls2009 NDRPDR iter env 5
210         - 36  # rls2009 NDRPDR iter env 5
211         - 37  # rls2009 NDRPDR iter env 5
212         - 39  # rls2009 NDRPDR iter env 5
213
214     plot-vpp-hdrh-lat-3n-skx:
215       csit-vpp-perf-report-iterative-2009-3n-skx:
216         - 27  # rls2009 NDRPDR iter env 5
217
218 #    plot-vpp-nfv-3n-skx-ndrpdr:
219 #      # No data
220 #      csit-vpp-perf-report-iterative-2009-3n-skx:
221
222 #    plot-vpp-nfv-3n-skx-mrr:
223 #      # No data
224 #      csit-vpp-perf-report-iterative-2009-3n-skx:
225
226     plot-dpdk-throughput-latency-3n-skx:
227       csit-dpdk-perf-report-iterative-2009-3n-skx:
228         - 4   # NDRPDR sel env5
229         - 5   # NDRPDR sel env5
230         - 6   # NDRPDR sel env5
231         - 7   # NDRPDR sel env5
232         - 8   # NDRPDR sel env5
233         - 9   # NDRPDR sel env5
234         - 14  # NDRPDR sel env5
235         - 11  # NDRPDR sel env5
236         - 12  # NDRPDR sel env5
237         - 13  # NDRPDR sel env5
238
239     plot-dpdk-hdrh-lat-3n-skx:
240       csit-dpdk-perf-report-iterative-2009-3n-skx:
241         - 4   # NDRPDR sel env5
242
243     # 2n-skx
244
245     plot-vpp-throughput-lat-tsa-2n-skx:
246       csit-vpp-perf-report-iterative-2009-2n-skx:
247         - 35  # rls2009 NDRPDR iter env 5
248         - 36  # rls2009 NDRPDR iter env 5
249         - 37  # rls2009 NDRPDR iter env 5
250         - 39  # rls2009 NDRPDR iter env 5
251         - 40  # rls2009 NDRPDR iter env 5
252         - 42  # rls2009 NDRPDR iter env 5
253         - 43  # rls2009 NDRPDR iter env 5
254         - 44  # rls2009 NDRPDR iter env 5
255         - 46  # rls2009 NDRPDR iter env 5
256         - 48  # rls2009 NDRPDR iter env 5
257         - 51  # rls2009 NDRPDR iter NAT44 env 5
258         - 52  # rls2009 NDRPDR iter NAT44 env 5
259         - 53  # rls2009 NDRPDR iter NAT44 env 5
260         - 54  # rls2009 NDRPDR iter NAT44 env 5
261         - 55  # rls2009 NDRPDR iter NAT44 env 5
262         - 56  # rls2009 NDRPDR iter NAT44 env 5
263         - 57  # rls2009 NDRPDR iter NAT44 env 5
264         - 58  # rls2009 NDRPDR iter NAT44 env 5
265         - 59  # rls2009 NDRPDR iter NAT44 env 5
266         - 60  # rls2009 NDRPDR iter NAT44 env 5
267
268     plot-vpp-hdrh-lat-2n-skx:
269       csit-vpp-perf-report-iterative-2009-2n-skx:
270         - 35  # rls2009 NDRPDR iter env 5
271
272     plot-vpp-hdrh-lat-2n-skx-nat44:
273       csit-vpp-perf-report-iterative-2009-2n-skx:
274         - 51  # rls2009 NDRPDR iter NAT44 env 5
275
276     plot-vpp-soak-2n-skx:
277       csit-vpp-perf-report-iterative-2009-2n-skx:
278         - 33  # rls2009 soak env 5
279         - 34  # rls2009 soak env 5
280
281     plot-vpp-nfv-2n-skx-ndrpdr:
282       csit-vpp-perf-report-iterative-2009-2n-skx:
283         - 38  # rls2009 nf-density iter env 5
284         - 41  # rls2009 nf-density iter env 5
285         - 45  # rls2009 nf-density iter env 5
286         - 47  # rls2009 nf-density iter env 5
287         - 49  # rls2009 nf-density iter env 5
288         - 63  # rls2009 nf-density iter env 5
289         - 65  # rls2009 nf-density iter env 5
290         - 66  # rls2009 nf-density iter env 5
291         - 71  # rls2009 nf-density iter env 5
292         - 72  # rls2009 nf-density iter env 5
293
294     plot-vpp-nfv-2n-skx-mrr:
295       csit-vpp-perf-report-iterative-2009-2n-skx:
296         - 50  # rls2009 MRR nf-density iter env 5
297
298     plot-vpp-nfv-reconf-2n-skx:
299       csit-vpp-perf-report-iterative-2009-2n-skx:
300         - 27  # rls2009 reconf env 5
301         - 28  # rls2009 reconf env 5
302         - 29  # rls2009 reconf env 5
303         - 30  # rls2009 reconf env 5
304         - 31  # rls2009 reconf env 5
305         - 32  # rls2009 reconf env 5
306         - 61  # rls2009 reconf env 5
307         - 62  # rls2009 reconf env 5
308         - 68  # rls2009 reconf env 5
309         - 70  # rls2009 reconf env 5
310
311     plot-dpdk-throughput-latency-2n-skx:
312       csit-dpdk-perf-report-iterative-2009-2n-skx:
313         - 4   # NDRPDR iter env5
314         - 5   # NDRPDR iter env5
315         - 6   # NDRPDR iter env5
316         - 7   # NDRPDR iter env5
317         - 8   # NDRPDR iter env5
318         - 9   # NDRPDR iter env5
319         - 10  # NDRPDR iter env5
320         - 11  # NDRPDR iter env5
321         - 12  # NDRPDR iter env5
322         - 13  # NDRPDR iter env5
323
324     plot-dpdk-hdrh-lat-2n-skx:
325       csit-dpdk-perf-report-iterative-2009-2n-skx:
326         - 4   # NDRPDR iter env5
327
328     # 2n-clx
329
330     plot-vpp-throughput-lat-tsa-2n-clx:
331       csit-vpp-perf-report-iterative-2009-2n-clx:
332         - 36  # rls2009 NDRPDR iter env 5
333         - 38  # rls2009 NDRPDR iter env 5
334         - 39  # rls2009 NDRPDR iter env 5
335         - 40  # rls2009 NDRPDR iter env 5
336         - 41  # rls2009 NDRPDR iter env 5
337         - 42  # rls2009 NDRPDR iter env 5
338         - 64  # rls2009 NDRPDR iter env 5
339         - 65  # rls2009 NDRPDR iter env 5
340         - 66  # rls2009 NDRPDR iter env 5
341         - 67  # rls2009 NDRPDR iter env 5
342
343     plot-vpp-hdrh-lat-2n-clx:
344       csit-vpp-perf-report-iterative-2009-2n-clx:
345         - 36  # rls2009 NDRPDR iter env 5
346
347     plot-vpp-nfv-2n-clx-ndrpdr:
348       # TODO: Add:
349       csit-vpp-perf-report-iterative-2009-2n-clx:
350         - 37  # rls2009 nf-density iter env 5
351         - 43  # rls2009 nf-density iter env 5
352         - 69  # rls2009 nf-density iter env 5
353         - 72  # rls2009 nf-density iter env 5
354         - 75  # rls2009 nf-density iter env 5
355
356     plot-vpp-nfv-2n-clx-mrr:
357       csit-vpp-perf-report-iterative-2009-2n-clx:
358         - 45  # rls2009 MRR nf-density iter env 5
359
360     plot-vpp-nfv-reconf-2n-clx:
361       # TODO: Add:
362       csit-vpp-perf-report-iterative-2009-2n-clx:
363         - 25  # rls2009 reconf env 5
364         - 27  # rls2009 reconf env 5
365         - 28  # rls2009 reconf env 5
366         - 29  # rls2009 reconf env 5
367         - 30  # rls2009 reconf env 5
368         - 30  # rls2009 reconf env 5
369         - 32  # rls2009 reconf env 5
370         - 48  # rls2009 reconf env 5
371         - 53  # rls2009 reconf env 5
372
373     plot-vpp-soak-2n-clx:
374       csit-vpp-perf-report-iterative-2009-2n-clx:
375         - 33  # rls2009 soak env 5
376         - 34  # rls2009 soak env 5
377
378     plot-dpdk-throughput-latency-2n-clx:
379       csit-dpdk-perf-report-iterative-2009-2n-clx:
380         - 4   # NDRPDR iter env5
381         - 5   # NDRPDR iter env5
382         - 6   # NDRPDR iter env5
383         - 7   # NDRPDR iter env5
384         - 8   # NDRPDR iter env5
385         - 9   # NDRPDR iter env5
386         - 10  # NDRPDR iter env5
387         - 11  # NDRPDR iter env5
388         - 12  # NDRPDR iter env5
389         - 13  # NDRPDR iter env5
390
391     plot-dpdk-hdrh-lat-2n-clx:
392       csit-dpdk-perf-report-iterative-2009-2n-clx:
393         - 4   # NDRPDR iter env5
394
395     # 3n-tsh
396
397     plot-vpp-throughput-lat-tsa-3n-tsh:
398       # TODO: Add:
399       csit-vpp-perf-report-iterative-2009-3n-tsh:
400         - 14  # rls2009 NDRPDR iter env 5
401         - 20  # rls2009 NDRPDR iter env 5
402         - 23  # rls2009 NDRPDR iter env 5
403
404     plot-vpp-hdrh-lat-3n-tsh:
405       csit-vpp-perf-report-iterative-2009-3n-tsh:
406         - 14  # rls2009 NDRPDR iter env 5
407
408     plot-dpdk-throughput-latency-3n-tsh:
409       # TODO: Add:
410       csit-dpdk-perf-report-iterative-2009-3n-tsh:
411         - 1   # NDRPDR iter env5
412         - 2   # NDRPDR iter env5
413         - 3   # NDRPDR iter env5
414         - 4   # NDRPDR iter env5
415         - 5   # NDRPDR iter env5
416         - 6   # NDRPDR iter env5
417         - 7   # NDRPDR iter env5
418         - 9   # NDRPDR iter env5
419         - 10  # NDRPDR iter env5
420
421     plot-dpdk-hdrh-lat-3n-tsh:
422       csit-dpdk-perf-report-iterative-2009-3n-tsh:
423         - 1   # NDRPDR iter env5
424
425     # 3n-dnv
426
427     plot-vpp-throughput-lat-tsa-3n-dnv:
428       csit-vpp-perf-report-iterative-2009-3n-dnv:
429         - 3   # rls2009 NDRPDR iter env 5
430         - 6   # rls2009 NDRPDR iter env 5
431         - 7   # rls2009 NDRPDR iter env 5
432         - 8   # rls2009 NDRPDR iter env 5
433         - 10  # rls2009 NDRPDR iter env 5
434         - 11  # rls2009 NDRPDR iter env 5
435         - 12  # rls2009 NDRPDR iter env 5
436         - 14  # rls2009 NDRPDR iter env 5
437         - 15  # rls2009 NDRPDR iter env 5
438         - 24  # rls2009 NDRPDR iter env 5
439
440 #    plot-dpdk-throughput-latency-3n-dnv:
441 #      # No data
442 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
443
444     # 2n-dnv
445
446     plot-vpp-throughput-lat-tsa-2n-dnv:
447       csit-vpp-perf-report-iterative-2009-2n-dnv:
448         - 3   # rls2009 NDRPDR iter env 5
449         - 5   # rls2009 NDRPDR iter env 5
450         - 6   # rls2009 NDRPDR iter env 5
451         - 7   # rls2009 NDRPDR iter env 5
452         - 9   # rls2009 NDRPDR iter env 5
453         - 10  # rls2009 NDRPDR iter env 5
454         - 11  # rls2009 NDRPDR iter env 5
455         - 12  # rls2009 NDRPDR iter env 5
456         - 14  # rls2009 NDRPDR iter env 5
457         - 15  # rls2009 NDRPDR iter env 5
458
459 #    plot-dpdk-throughput-latency-2n-dnv:
460 #      # No data
461 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
462
463     ###########################################################################
464     # Simple tables (only one data set):
465
466     # NIC Comparisons
467
468     vpp-nic-comparison-3n-skx:
469       # TODO: Add:
470       csit-vpp-perf-report-iterative-2009-3n-skx:
471         - 26  # rls2009 NDRPDR iter env 5
472         - 27  # rls2009 NDRPDR iter env 5
473         - 28  # rls2009 NDRPDR iter env 5
474         - 29  # rls2009 NDRPDR iter env 5
475         - 35  # rls2009 NDRPDR iter env 5
476         - 36  # rls2009 NDRPDR iter env 5
477         - 37  # rls2009 NDRPDR iter env 5
478         - 39  # rls2009 NDRPDR iter env 5
479
480     vpp-nic-comparison-2n-skx:
481       csit-vpp-perf-report-iterative-2009-2n-skx:
482         - 35  # rls2009 NDRPDR iter env 5
483         - 36  # rls2009 NDRPDR iter env 5
484         - 37  # rls2009 NDRPDR iter env 5
485         - 39  # rls2009 NDRPDR iter env 5
486         - 40  # rls2009 NDRPDR iter env 5
487         - 42  # rls2009 NDRPDR iter env 5
488         - 43  # rls2009 NDRPDR iter env 5
489         - 44  # rls2009 NDRPDR iter env 5
490         - 46  # rls2009 NDRPDR iter env 5
491         - 48  # rls2009 NDRPDR iter env 5
492         - 51  # rls2009 NDRPDR iter NAT44 env 5
493         - 52  # rls2009 NDRPDR iter NAT44 env 5
494         - 53  # rls2009 NDRPDR iter NAT44 env 5
495         - 54  # rls2009 NDRPDR iter NAT44 env 5
496         - 55  # rls2009 NDRPDR iter NAT44 env 5
497         - 56  # rls2009 NDRPDR iter NAT44 env 5
498         - 57  # rls2009 NDRPDR iter NAT44 env 5
499         - 58  # rls2009 NDRPDR iter NAT44 env 5
500         - 59  # rls2009 NDRPDR iter NAT44 env 5
501         - 60  # rls2009 NDRPDR iter NAT44 env 5
502
503     vpp-nic-comparison-3n-skx-mrr:
504       csit-vpp-perf-report-iterative-2009-3n-skx:
505         - 24  # rls2009 MRR iter env 5
506
507     vpp-nic-comparison-2n-skx-mrr:
508       csit-vpp-perf-report-iterative-2009-2n-skx:
509         - 26  # rls2009 MRR iter env 5
510
511     # Results
512
513     vpp-perf-results-3n-hsw:
514       csit-vpp-perf-report-coverage-2009-3n-hsw:
515         - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
516         - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
517         - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
518         - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
519         - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
520         - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
521         - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
522         - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
523         - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
524         - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
525         - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
526         - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
527         - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
528         - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
529         - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
530         - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
531         - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
532         - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
533         - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
534         - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
535         - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
536         - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
537         - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
538         - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
539         - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
540         - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
541         - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
542         - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
543         - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
544         - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
545         - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
546         - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
547         - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
548         - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
549         - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
550
551     vpp-perf-results-3n-skx:
552       # TODO: Replace:
553       csit-vpp-perf-report-iterative-2009-3n-skx:
554         - 27  # rls2009 NDRPDR iter env 5
555 #      csit-vpp-perf-report-coverage-2009-3n-skx:
556 #        -
557
558     vpp-perf-results-2n-skx:
559       csit-vpp-perf-report-coverage-2009-2n-skx:
560         - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
561         - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
562         - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
563         - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
564         - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
565         - 13  # rls2009 NDRPDR cov 2n-skx-ip4-05
566         - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
567         - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
568         - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
569         - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
570         - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
571         - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
572         - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
573         - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
574         - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
575
576     vpp-perf-results-2n-clx:
577       # TODO: Add:
578       csit-vpp-perf-report-coverage-2009-2n-clx:
579         - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
580         - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
581         - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
582         - 7   # rls2009 NDRPDR cov 2n-clx-ip4-05
583         - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
584         - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
585         - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
586         - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
587
588     vpp-perf-results-3n-tsh:
589       # TODO: Replace???
590       csit-vpp-perf-report-iterative-2009-3n-tsh:
591         - 14  # rls2009 NDRPDR iter env 5
592 #      csit-vpp-perf-report-coverage-2009-3n-tsh:
593 #        -
594
595     vpp-perf-results-3n-dnv:
596       csit-vpp-perf-report-coverage-2009-3n-dnv:
597         - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
598         - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
599         - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
600         - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
601         - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
602         - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
603         - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
604         - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
605         - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
606
607     vpp-perf-results-2n-dnv:
608       csit-vpp-perf-report-coverage-2009-2n-dnv:
609         - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
610         - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
611         - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
612         - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
613         - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
614         - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
615
616     vpp-mrr-results-3n-hsw:
617       csit-vpp-perf-report-iterative-2009-3n-hsw:
618         - 23  # rls2009 MRR iter env 5
619
620     vpp-mrr-results-3n-skx:
621       csit-vpp-perf-report-iterative-2009-3n-skx:
622         - 24  # rls2009 MRR iter env 5
623
624     vpp-mrr-results-2n-skx:
625       csit-vpp-perf-report-iterative-2009-2n-skx:
626         - 26  # rls2009 MRR iter env 5
627
628     vpp-mrr-results-2n-clx:
629       csit-vpp-perf-report-iterative-2009-2n-clx:
630         - 35  # rls2009 MRR iter env 5
631
632     vpp-mrr-results-3n-tsh:
633       csit-vpp-perf-report-iterative-2009-3n-tsh:
634         - 15  # rls2006 MRR iter env 5
635
636     vpp-mrr-results-3n-dnv:
637       csit-vpp-perf-report-iterative-2009-3n-dnv:
638         - 22  # rls2009 MRR iter env 5
639
640     vpp-mrr-results-2n-dnv:
641       csit-vpp-perf-report-iterative-2009-2n-dnv:
642         - 13  # rls2009 MRR iter env 5
643
644     vpp-device-results-ubuntu:
645       csit-vpp-device-2009-ubuntu1804-1n-skx:
646         - 131 # rls2009 env 5
647
648     dpdk-perf-results-3n-hsw:
649       csit-dpdk-perf-report-iterative-2009-3n-hsw:
650         - 6   # NDRPDR iter env5
651
652     dpdk-perf-results-3n-skx:
653       csit-dpdk-perf-report-iterative-2009-3n-skx:
654         - 4   # NDRPDR sel env5
655
656     dpdk-perf-results-2n-skx:
657       csit-dpdk-perf-report-iterative-2009-2n-skx:
658         - 4   # NDRPDR iter env5
659
660     dpdk-perf-results-2n-clx:
661       csit-dpdk-perf-report-iterative-2009-2n-clx:
662         - 4   # NDRPDR iter env5
663
664 #    dpdk-perf-results-2n-dnv:
665 #      # No data
666 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
667
668 #    dpdk-perf-results-3n-dnv:
669 #      # No data
670 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
671
672     dpdk-perf-results-3n-tsh:
673       csit-dpdk-perf-report-iterative-2009-3n-tsh:
674         - 1   # NDRPDR iter env5
675
676 ###########################################################################
677     # Tables (more than one data set)
678
679     # Performance changes
680
681     vpp-performance-changes-3n-hsw-h1:
682       csit-vpp-perf-report-iterative-2005-3n-hsw:
683         - 31  # NDRPDR sel 2001.0-4
684         - 32  # NDRPDR sel 2001.0-4
685         - 33  # NDRPDR sel 2001.0-4
686         - 34  # NDRPDR sel 2001.0-4
687         - 35  # NDRPDR sel 2001.0-4
688         - 36  # NDRPDR sel 2001.0-4
689         - 38  # NDRPDR sel 2001.0-4
690     vpp-performance-changes-3n-hsw-ref-env4:
691       csit-vpp-perf-report-iterative-2005-3n-hsw:
692         - 20  # NDRPDR sel env 4
693         - 21  # NDRPDR sel env 4
694         - 22  # NDRPDR sel env 4
695         - 23  # NDRPDR sel env 4
696         - 24  # NDRPDR sel env 4
697         - 25  # NDRPDR sel env 4
698         - 26  # NDRPDR sel env 4
699         - 27  # NDRPDR sel env 4
700         - 28  # NDRPDR sel env 4
701         - 29  # NDRPDR sel env 4
702     vpp-performance-changes-3n-hsw-ref-env5:
703       csit-vpp-perf-report-iterative-2009-3n-hsw:
704         - 9   # rls2005 NDRPDR iter env 5
705         - 10  # rls2005 NDRPDR iter env 5
706         - 11  # rls2005 NDRPDR iter env 5
707         - 12  # rls2005 NDRPDR iter env 5
708         - 13  # rls2005 NDRPDR iter env 5
709         - 14  # rls2005 NDRPDR iter env 5
710         - 15  # rls2005 NDRPDR iter env 5
711         - 16  # rls2005 NDRPDR iter env 5
712         - 17  # rls2005 NDRPDR iter env 5
713         - 19  # rls2005 NDRPDR iter env 5
714     vpp-performance-changes-3n-hsw-cmp:
715       csit-vpp-perf-report-iterative-2009-3n-hsw:
716         - 21  # rls2009 NDRPDR iter env 5
717         - 22  # rls2009 NDRPDR iter env 5
718         - 24  # rls2009 NDRPDR iter env 5
719         - 25  # rls2009 NDRPDR iter env 5
720         - 26  # rls2009 NDRPDR iter env 5
721         - 27  # rls2009 NDRPDR iter env 5
722         - 28  # rls2009 NDRPDR iter env 5
723         - 29  # rls2009 NDRPDR iter env 5
724         - 30  # rls2009 NDRPDR iter env 5
725         - 31  # rls2009 NDRPDR iter env 5
726
727     vpp-performance-changes-3n-skx-h1:
728       csit-vpp-perf-report-iterative-2005-3n-skx:
729         - 50  # NDRPDR sel 2001.0-4
730         - 51  # NDRPDR sel 2001.0-4
731         - 52  # NDRPDR sel 2001.0-4
732         - 53  # NDRPDR sel 2001.0-4
733         - 54  # NDRPDR sel 2001.0-4
734     vpp-performance-changes-3n-skx-ref-env4:
735       csit-vpp-perf-report-iterative-2005-3n-skx:
736         - 42  # NDRPDR sel env 4
737         - 43  # NDRPDR sel env 4
738         - 44  # NDRPDR sel env 4
739         - 45  # NDRPDR sel env 4
740         - 47  # NDRPDR sel env 4
741         - 55  # NDRPDR sel env 4
742         - 56  # NDRPDR sel env 4
743         - 57  # NDRPDR sel env 4
744         - 61  # NDRPDR sel env 4
745         - 62  # NDRPDR sel env 4
746     vpp-performance-changes-3n-skx-ref-env5:
747       csit-vpp-perf-report-iterative-2009-3n-skx:
748         - 13  # rls2005 NDRPDR iter env 5
749         - 18  # rls2005 NDRPDR iter env 5
750         - 19  # rls2005 NDRPDR iter env 5
751     vpp-performance-changes-3n-skx-cmp:
752       # TODO: Add:
753       csit-vpp-perf-report-iterative-2009-3n-skx:
754         - 26  # rls2009 NDRPDR iter env 5
755         - 27  # rls2009 NDRPDR iter env 5
756         - 28  # rls2009 NDRPDR iter env 5
757         - 29  # rls2009 NDRPDR iter env 5
758         - 35  # rls2009 NDRPDR iter env 5
759         - 36  # rls2009 NDRPDR iter env 5
760         - 37  # rls2009 NDRPDR iter env 5
761         - 39  # rls2009 NDRPDR iter env 5
762
763     vpp-performance-changes-2n-skx-h1:
764       csit-vpp-perf-report-iterative-2005-2n-skx:
765         - 100 # NDRPDR sel 2001.0-4
766         - 101 # NDRPDR sel 2001.0-4
767         - 102 # NDRPDR sel 2001.0-4
768         - 103 # NDRPDR sel 2001.0-4
769         - 104 # NDRPDR sel 2001.0-4
770         - 105 # NDRPDR sel 2001.0-4
771     vpp-performance-changes-2n-skx-ref-env4:
772       csit-vpp-perf-report-iterative-2005-2n-skx:
773         - 88  # NDRPDR sel env 4
774         - 89  # NDRPDR sel env 4
775         - 90  # NDRPDR sel env 4
776         - 91  # NDRPDR sel env 4
777         - 92  # NDRPDR sel env 4
778         - 93  # NDRPDR sel env 4
779         - 94  # NDRPDR sel env 4
780         - 125 # NDRPDR sel env 4
781         - 126 # NDRPDR sel env 4
782         - 127 # NDRPDR sel env 4
783     vpp-performance-changes-2n-skx-ref-env5:
784       csit-vpp-perf-report-iterative-2009-2n-skx:
785         - 13  # rls2005 NDRPDR iter env 5
786         - 16  # rls2005 NDRPDR iter env 5
787         - 17  # rls2005 NDRPDR iter env 5
788         - 18  # rls2005 NDRPDR iter env 5
789         - 19  # rls2005 NDRPDR iter env 5
790         - 21  # rls2005 NDRPDR iter env 5
791         - 22  # rls2005 NDRPDR iter env 5
792         - 23  # rls2005 NDRPDR iter env 5
793         - 24  # rls2005 NDRPDR iter env 5
794         - 25  # rls2005 NDRPDR iter env 5
795     vpp-performance-changes-2n-skx-cmp:
796       csit-vpp-perf-report-iterative-2009-2n-skx:
797         - 35  # rls2009 NDRPDR iter env 5
798         - 36  # rls2009 NDRPDR iter env 5
799         - 37  # rls2009 NDRPDR iter env 5
800         - 39  # rls2009 NDRPDR iter env 5
801         - 40  # rls2009 NDRPDR iter env 5
802         - 42  # rls2009 NDRPDR iter env 5
803         - 43  # rls2009 NDRPDR iter env 5
804         - 44  # rls2009 NDRPDR iter env 5
805         - 46  # rls2009 NDRPDR iter env 5
806         - 48  # rls2009 NDRPDR iter env 5
807         - 51  # rls2009 NDRPDR iter NAT44 env 5
808         - 52  # rls2009 NDRPDR iter NAT44 env 5
809         - 53  # rls2009 NDRPDR iter NAT44 env 5
810         - 54  # rls2009 NDRPDR iter NAT44 env 5
811         - 55  # rls2009 NDRPDR iter NAT44 env 5
812         - 56  # rls2009 NDRPDR iter NAT44 env 5
813         - 57  # rls2009 NDRPDR iter NAT44 env 5
814         - 58  # rls2009 NDRPDR iter NAT44 env 5
815         - 59  # rls2009 NDRPDR iter NAT44 env 5
816         - 60  # rls2009 NDRPDR iter NAT44 env 5
817
818     vpp-performance-changes-2n-clx-h1:
819       csit-vpp-perf-report-iterative-2005-2n-clx:
820         - 73  # NDRPDR sel 2001.0-4
821         - 74  # NDRPDR sel 2001.0-4
822         - 75  # NDRPDR sel 2001.0-4
823         - 76  # NDRPDR sel 2001.0-4
824         - 77  # NDRPDR sel 2001.0-4
825         - 78  # NDRPDR sel 2001.0-4
826         - 79  # NDRPDR sel 2001.0-4
827         - 80  # NDRPDR sel 2001.0-4
828     vpp-performance-changes-2n-clx-ref-env4:
829       csit-vpp-perf-report-iterative-2005-2n-clx:
830         - 62  # NDRPDR sel env 4
831         - 63  # NDRPDR sel env 4
832         - 64  # NDRPDR sel env 4
833         - 65  # NDRPDR sel env 4
834         - 66  # NDRPDR sel env 4
835         - 68  # NDRPDR sel env 4
836         - 69  # NDRPDR sel env 4
837         - 70  # NDRPDR sel env 4
838         - 103 # NDRPDR sel env 4
839         - 104 # NDRPDR sel env 4
840     vpp-performance-changes-2n-clx-ref-env5:
841       csit-vpp-perf-report-iterative-2009-2n-clx:
842         - 13  # rls2005 NDRPDR iter env 5
843         - 15  # rls2005 NDRPDR iter env 5
844         - 17  # rls2005 NDRPDR iter env 5
845         - 18  # rls2005 NDRPDR iter env 5
846         - 19  # rls2005 NDRPDR iter env 5
847         - 20  # rls2005 NDRPDR iter env 5
848         - 21  # rls2005 NDRPDR iter env 5
849         - 22  # rls2005 NDRPDR iter env 5
850         - 23  # rls2005 NDRPDR iter env 5
851         - 24  # rls2005 NDRPDR iter env 5
852     vpp-performance-changes-2n-clx-cmp:
853       csit-vpp-perf-report-iterative-2009-2n-clx:
854         - 36  # rls2009 NDRPDR iter env 5
855         - 38  # rls2009 NDRPDR iter env 5
856         - 39  # rls2009 NDRPDR iter env 5
857         - 40  # rls2009 NDRPDR iter env 5
858         - 41  # rls2009 NDRPDR iter env 5
859         - 42  # rls2009 NDRPDR iter env 5
860         - 64  # rls2009 NDRPDR iter env 5
861         - 65  # rls2009 NDRPDR iter env 5
862         - 66  # rls2009 NDRPDR iter env 5
863         - 67  # rls2009 NDRPDR iter env 5
864
865     vpp-performance-changes-2n-dnv-h1:
866       csit-vpp-perf-verify-2001-2n-dnv:
867         - 4   # NDRPDR sel
868         - 5   # NDRPDR sel
869         - 6   # NDRPDR sel
870         - 7   # NDRPDR sel
871         - 8   # NDRPDR sel
872         - 9   # NDRPDR sel
873         - 10  # NDRPDR sel
874         - 11  # NDRPDR sel
875         - 13  # NDRPDR sel
876         - 16  # NDRPDR sel
877     vpp-performance-changes-2n-dnv-ref:
878       csit-vpp-perf-report-iterative-2009-2n-dnv:
879         - 16  # rls2005 NDRPDR iter env 5
880         - 17  # rls2005 NDRPDR iter env 5
881         - 18  # rls2005 NDRPDR iter env 5
882         - 19  # rls2005 NDRPDR iter env 5
883         - 21  # rls2005 NDRPDR iter env 5
884         - 24  # rls2005 NDRPDR iter env 5
885         - 27  # rls2005 NDRPDR iter env 5
886         - 28  # rls2005 NDRPDR iter env 5
887         - 29  # rls2005 NDRPDR iter env 5
888         - 30  # rls2005 NDRPDR iter env 5
889     vpp-performance-changes-2n-dnv-cmp:
890       csit-vpp-perf-report-iterative-2009-2n-dnv:
891         - 3   # rls2009 NDRPDR iter env 5
892         - 5   # rls2009 NDRPDR iter env 5
893         - 6   # rls2009 NDRPDR iter env 5
894         - 7   # rls2009 NDRPDR iter env 5
895         - 9   # rls2009 NDRPDR iter env 5
896         - 10  # rls2009 NDRPDR iter env 5
897         - 11  # rls2009 NDRPDR iter env 5
898         - 12  # rls2009 NDRPDR iter env 5
899         - 14  # rls2009 NDRPDR iter env 5
900         - 15  # rls2009 NDRPDR iter env 5
901
902     vpp-performance-changes-3n-dnv-h1:
903       csit-vpp-perf-verify-2001-3n-dnv:
904         - 5   # NDRPDR sel
905         - 6   # NDRPDR sel
906         - 7   # NDRPDR sel
907         - 8   # NDRPDR sel
908         - 9   # NDRPDR sel
909         - 10  # NDRPDR sel
910         - 12  # NDRPDR sel
911         - 16  # NDRPDR sel
912         - 17  # NDRPDR sel
913         - 18  # NDRPDR sel
914     vpp-performance-changes-3n-dnv-ref:
915       # TODO: Add:
916       csit-vpp-perf-report-iterative-2009-3n-dnv:
917         - 16  # rls2005 NDRPDR iter env 5
918         - 23  # rls2005 NDRPDR iter env 5
919         - 25  # rls2005 NDRPDR iter env 5
920         - 26  # rls2005 NDRPDR iter env 5
921         - 27  # rls2005 NDRPDR iter env 5
922         - 28  # rls2005 NDRPDR iter env 5
923         - 29  # rls2005 NDRPDR iter env 5
924         - 30  # rls2005 NDRPDR iter env 5
925     vpp-performance-changes-3n-dnv-cmp:
926       csit-vpp-perf-report-iterative-2009-3n-dnv:
927         - 3   # rls2009 NDRPDR iter env 5
928         - 6   # rls2009 NDRPDR iter env 5
929         - 7   # rls2009 NDRPDR iter env 5
930         - 8   # rls2009 NDRPDR iter env 5
931         - 10  # rls2009 NDRPDR iter env 5
932         - 11  # rls2009 NDRPDR iter env 5
933         - 12  # rls2009 NDRPDR iter env 5
934         - 14  # rls2009 NDRPDR iter env 5
935         - 15  # rls2009 NDRPDR iter env 5
936         - 24  # rls2009 NDRPDR iter env 5
937
938     vpp-performance-changes-3n-tsh-h1:
939       csit-vpp-perf-report-iterative-2005-3n-tsh:
940         - 28  # NDRPDR sel 2001.0-4
941         - 29  # NDRPDR sel 2001.0-4
942         - 31  # NDRPDR sel 2001.0-4
943     vpp-performance-changes-3n-tsh-ref-env4:
944       csit-vpp-perf-report-iterative-2005-3n-tsh:
945         - 23  # NDRPDR sel env 4
946         - 25  # NDRPDR sel env 4
947         - 33  # NDRPDR sel env 4
948         - 34  # NDRPDR sel env 4
949         - 35  # NDRPDR sel env 4
950         - 36  # NDRPDR sel env 4
951         - 37  # NDRPDR sel env 4
952         - 38  # NDRPDR sel env 4
953         - 39  # NDRPDR sel env 4
954         - 40  # NDRPDR sel env 4
955     vpp-performance-changes-3n-tsh-ref-env5:
956       csit-vpp-perf-report-iterative-2009-3n-tsh:
957         - 8   # rls2005 NDRPDR iter env 5
958         - 11  # rls2005 NDRPDR iter env 5
959         - 12  # rls2005 NDRPDR iter env 5
960     vpp-performance-changes-3n-tsh-cmp:
961       # TODO: Add:
962       csit-vpp-perf-report-iterative-2009-3n-tsh:
963         - 14  # rls2009 NDRPDR iter env 5
964         - 20  # rls2009 NDRPDR iter env 5
965         - 23  # rls2009 NDRPDR iter env 5
966
967     vpp-soak-vs-ndr-2n-skx-ref:
968       csit-vpp-perf-report-iterative-2009-2n-skx:
969         - 35  # rls2009 NDRPDR iter env 5
970         - 36  # rls2009 NDRPDR iter env 5
971         - 37  # rls2009 NDRPDR iter env 5
972         - 39  # rls2009 NDRPDR iter env 5
973         - 40  # rls2009 NDRPDR iter env 5
974         - 42  # rls2009 NDRPDR iter env 5
975         - 43  # rls2009 NDRPDR iter env 5
976         - 44  # rls2009 NDRPDR iter env 5
977         - 46  # rls2009 NDRPDR iter env 5
978         - 48  # rls2009 NDRPDR iter env 5
979     vpp-soak-vs-ndr-2n-skx-cmp:
980       csit-vpp-perf-report-iterative-2009-2n-skx:
981         - 33  # rls2009 soak env 5
982         - 34  # rls2009 soak env 5
983     vpp-soak-vs-ndr-2n-skx:
984       csit-vpp-perf-report-iterative-2009-2n-skx:
985         - 35  # rls2009 NDRPDR iter env 5
986         - 36  # rls2009 NDRPDR iter env 5
987         - 37  # rls2009 NDRPDR iter env 5
988         - 39  # rls2009 NDRPDR iter env 5
989         - 40  # rls2009 NDRPDR iter env 5
990         - 42  # rls2009 NDRPDR iter env 5
991         - 43  # rls2009 NDRPDR iter env 5
992         - 44  # rls2009 NDRPDR iter env 5
993         - 46  # rls2009 NDRPDR iter env 5
994         - 48  # rls2009 NDRPDR iter env 5
995         - 33  # rls2009 soak env 5
996         - 34  # rls2009 soak env 5
997
998     vpp-soak-vs-ndr-2n-clx-ref:
999       csit-vpp-perf-report-iterative-2009-2n-clx:
1000         - 36  # rls2009 NDRPDR iter env 5
1001         - 38  # rls2009 NDRPDR iter env 5
1002         - 39  # rls2009 NDRPDR iter env 5
1003         - 40  # rls2009 NDRPDR iter env 5
1004         - 41  # rls2009 NDRPDR iter env 5
1005         - 42  # rls2009 NDRPDR iter env 5
1006         - 64  # rls2009 NDRPDR iter env 5
1007         - 65  # rls2009 NDRPDR iter env 5
1008         - 66  # rls2009 NDRPDR iter env 5
1009         - 67  # rls2009 NDRPDR iter env 5
1010     vpp-soak-vs-ndr-2n-clx-cmp:
1011       csit-vpp-perf-report-iterative-2009-2n-clx:
1012         - 33  # rls2009 soak env 5
1013         - 34  # rls2009 soak env 5
1014     vpp-soak-vs-ndr-2n-clx:
1015       csit-vpp-perf-report-iterative-2009-2n-clx:
1016         - 36  # rls2009 NDRPDR iter env 5
1017         - 38  # rls2009 NDRPDR iter env 5
1018         - 39  # rls2009 NDRPDR iter env 5
1019         - 40  # rls2009 NDRPDR iter env 5
1020         - 41  # rls2009 NDRPDR iter env 5
1021         - 42  # rls2009 NDRPDR iter env 5
1022         - 64  # rls2009 NDRPDR iter env 5
1023         - 65  # rls2009 NDRPDR iter env 5
1024         - 66  # rls2009 NDRPDR iter env 5
1025         - 67  # rls2009 NDRPDR iter env 5
1026         - 33  # rls2009 soak env 5
1027         - 34  # rls2009 soak env 5
1028
1029     vpp-performance-changes-3n-hsw-mrr-h1:
1030       csit-vpp-perf-verify-2001-3n-hsw:
1031         - 17  # MRR sel
1032     vpp-performance-changes-3n-hsw-mrr-ref-env4:
1033       csit-vpp-perf-report-iterative-2005-3n-hsw:
1034         - 30  # MRR env 4
1035     vpp-performance-changes-3n-hsw-mrr-ref-env5:
1036       csit-vpp-perf-report-iterative-2009-3n-hsw:
1037         - 18  # rls2005 MRR iter env 5
1038     vpp-performance-changes-3n-hsw-mrr-cmp:
1039       csit-vpp-perf-report-iterative-2009-3n-hsw:
1040         - 23  # rls2009 MRR iter env 5
1041
1042     vpp-performance-changes-3n-skx-mrr-h1:
1043       csit-vpp-perf-verify-2001-3n-skx:
1044         - 50  # MRR sel
1045         - 53  # MRR sel addition
1046     vpp-performance-changes-3n-skx-mrr-ref-env4:
1047       csit-vpp-perf-report-iterative-2005-3n-skx:
1048         - 49  # MRR sel env 4
1049     vpp-performance-changes-3n-skx-mrr-ref-env5:
1050       csit-vpp-perf-report-iterative-2009-3n-skx:
1051         - 17  # rls2005 MRR iter env 5
1052     vpp-performance-changes-3n-skx-mrr-cmp:
1053       csit-vpp-perf-report-iterative-2009-3n-skx:
1054         - 24  # rls2009 MRR iter env 5
1055
1056     vpp-performance-changes-2n-skx-mrr-h1:
1057       csit-vpp-perf-verify-2001-2n-skx:
1058         - 101 # MRR sel
1059         - 128 # MRR sel addition
1060     vpp-performance-changes-2n-skx-mrr-ref-env4:
1061       csit-vpp-perf-report-iterative-2005-2n-skx:
1062         - 99  # MRR sel env 4
1063     vpp-performance-changes-2n-skx-mrr-ref-env5:
1064       csit-vpp-perf-report-iterative-2009-2n-skx:
1065         - 20  # rls2005 MRR iter env 5
1066     vpp-performance-changes-2n-skx-mrr-cmp:
1067       csit-vpp-perf-report-iterative-2009-2n-skx:
1068         - 26  # rls2009 MRR iter env 5
1069
1070     vpp-performance-changes-2n-clx-mrr-h1:
1071       csit-vpp-perf-verify-2001-2n-clx:
1072         - 39  # MRR
1073     vpp-performance-changes-2n-clx-mrr-ref-env4:
1074       csit-vpp-perf-report-iterative-2005-2n-clx:
1075         - 72   # MRR sel env 4
1076     vpp-performance-changes-2n-clx-mrr-ref-env5:
1077       csit-vpp-perf-report-iterative-2009-2n-clx:
1078         - 16  # rls2005 MRR iter env 5
1079     vpp-performance-changes-2n-clx-mrr-cmp:
1080       csit-vpp-perf-report-iterative-2009-2n-clx:
1081         - 35  # rls2009 MRR iter env 5
1082
1083     vpp-performance-changes-2n-dnv-mrr-h1:
1084       csit-vpp-perf-verify-2001-2n-dnv:
1085         - 12  # MRR sel
1086     vpp-performance-changes-2n-dnv-mrr-ref:
1087       csit-vpp-perf-report-iterative-2009-2n-dnv:
1088         - 23  # rls2005 MRR iter env 5
1089     vpp-performance-changes-2n-dnv-mrr-cmp:
1090       csit-vpp-perf-report-iterative-2009-2n-dnv:
1091         - 13  # rls2009 MRR iter env 5
1092
1093     vpp-performance-changes-3n-dnv-mrr-h1:
1094       csit-vpp-perf-verify-2001-3n-dnv:
1095         - 11  # MRR sel
1096     vpp-performance-changes-3n-dnv-mrr-ref:
1097       csit-vpp-perf-report-iterative-2009-3n-dnv:
1098         - 19  # rls2005 MRR iter env 5
1099     vpp-performance-changes-3n-dnv-mrr-cmp:
1100       csit-vpp-perf-report-iterative-2009-3n-dnv:
1101         - 22  # rls2009 MRR iter env 5
1102
1103     vpp-performance-changes-3n-tsh-mrr-h1:
1104       csit-vpp-perf-verify-2001-3n-tsh:
1105         - 9   # MRR sel
1106     vpp-performance-changes-3n-tsh-mrr-ref-env4:
1107       csit-vpp-perf-report-iterative-2005-3n-tsh:
1108         - 27  # MRR sel env 4
1109     vpp-performance-changes-3n-tsh-mrr-ref-env5:
1110       csit-vpp-perf-report-iterative-2009-3n-tsh:
1111         - 13  # rls2005 MRR iter env 5
1112     vpp-performance-changes-3n-tsh-mrr-cmp:
1113       csit-vpp-perf-report-iterative-2009-3n-tsh:
1114         - 15  # rls2006 MRR iter env 5
1115
1116     dpdk-performance-changes-3n-hsw-h1:
1117       csit-dpdk-perf-verify-2001-3n-hsw:
1118         - 4   # NDRPDR sel
1119         - 5   # NDRPDR sel
1120         - 6   # NDRPDR sel
1121         - 7   # NDRPDR sel
1122         - 8   # NDRPDR sel
1123         - 9   # NDRPDR sel
1124         - 10  # NDRPDR sel
1125         - 11  # NDRPDR sel
1126         - 12  # NDRPDR sel
1127         - 13  # NDRPDR sel
1128         - 15  # NDRPDR sel
1129         - 16  # NDRPDR sel
1130         - 17  # NDRPDR sel
1131         - 18  # NDRPDR sel
1132         - 19  # NDRPDR sel
1133         - 20  # NDRPDR sel
1134         - 21  # NDRPDR sel
1135         - 22  # NDRPDR sel
1136         - 23  # NDRPDR sel
1137         - 24  # NDRPDR sel
1138     dpdk-performance-changes-3n-hsw-ref:
1139       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1140         - 25  # NDRPDR iter
1141         - 26  # NDRPDR iter
1142         - 27  # NDRPDR iter
1143         - 28  # NDRPDR iter
1144         - 29  # NDRPDR iter
1145         - 30  # NDRPDR iter
1146         - 31  # NDRPDR iter
1147         - 32  # NDRPDR iter
1148         - 33  # NDRPDR iter
1149         - 34  # NDRPDR iter
1150     dpdk-performance-changes-3n-hsw-cmp:
1151       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1152         - 6   # NDRPDR iter env5
1153         - 7   # NDRPDR iter env5
1154         - 8   # NDRPDR iter env5
1155         - 9   # NDRPDR iter env5
1156         - 10  # NDRPDR iter env5
1157         - 11  # NDRPDR iter env5
1158         - 12  # NDRPDR iter env5
1159         - 13  # NDRPDR iter env5
1160         - 14  # NDRPDR iter env5
1161         - 15  # NDRPDR iter env5
1162
1163     dpdk-performance-changes-3n-skx-h1:
1164       csit-dpdk-perf-verify-2001-3n-skx:
1165         - 29  # NDRPDR sel xxv710
1166         - 33  # NDRPDR sel xxv710
1167         - 34  # NDRPDR sel xxv710
1168         - 35  # NDRPDR sel xxv710
1169         - 36  # NDRPDR sel xxv710
1170         - 37  # NDRPDR sel xxv710
1171         - 41  # NDRPDR sel xxv710
1172         - 42  # NDRPDR sel xxv710
1173         - 43  # NDRPDR sel xxv710
1174         - 45  # NDRPDR sel xxv710
1175         - 30  # NDRPDR sel x710
1176         - 31  # NDRPDR sel x710
1177         - 32  # NDRPDR sel x710
1178         - 38  # NDRPDR sel x710
1179         - 39  # NDRPDR sel x710
1180         - 40  # NDRPDR sel x710
1181         - 44  # NDRPDR sel x710
1182         - 46  # NDRPDR sel x710
1183         - 47  # NDRPDR sel x710
1184         - 48  # NDRPDR sel x710
1185     dpdk-performance-changes-3n-skx-ref:
1186       csit-dpdk-perf-report-iterative-2005-3n-skx:
1187         - 28  # NDRPDR iter
1188         - 29  # NDRPDR iter
1189         - 30  # NDRPDR iter
1190         - 31  # NDRPDR iter
1191         - 32  # NDRPDR iter
1192         - 33  # NDRPDR iter
1193         - 34  # NDRPDR iter
1194         - 35  # NDRPDR iter
1195         - 36  # NDRPDR iter
1196         - 37  # NDRPDR iter
1197     dpdk-performance-changes-3n-skx-cmp:
1198       csit-dpdk-perf-report-iterative-2009-3n-skx:
1199         - 4   # NDRPDR sel env5
1200         - 5   # NDRPDR sel env5
1201         - 6   # NDRPDR sel env5
1202         - 7   # NDRPDR sel env5
1203         - 8   # NDRPDR sel env5
1204         - 9   # NDRPDR sel env5
1205         - 14  # NDRPDR sel env5
1206         - 11  # NDRPDR sel env5
1207         - 12  # NDRPDR sel env5
1208         - 13  # NDRPDR sel env5
1209
1210     dpdk-performance-changes-2n-skx-h1:
1211       csit-dpdk-perf-verify-2001-2n-skx:
1212         - 35  # NDRPDR sel xxv710
1213         - 36  # NDRPDR sel xxv710
1214         - 37  # NDRPDR sel xxv710
1215         - 41  # NDRPDR sel xxv710
1216         - 42  # NDRPDR sel xxv710
1217         - 43  # NDRPDR sel xxv710
1218         - 46  # NDRPDR sel xxv710
1219         - 47  # NDRPDR sel xxv710
1220         - 52  # NDRPDR sel xxv710
1221         - 53  # NDRPDR sel xxv710
1222         - 38  # NDRPDR sel x710
1223         - 39  # NDRPDR sel x710
1224         - 40  # NDRPDR sel x710
1225         - 44  # NDRPDR sel x710
1226         - 45  # NDRPDR sel x710
1227         - 48  # NDRPDR sel x710
1228         - 49  # NDRPDR sel x710
1229         - 50  # NDRPDR sel x710
1230         - 51  # NDRPDR sel x710
1231         - 54  # NDRPDR sel x710
1232     dpdk-performance-changes-2n-skx-ref:
1233       csit-dpdk-perf-report-iterative-2005-2n-skx:
1234         - 20  # NDRPDR iter
1235         - 21  # NDRPDR iter
1236         - 22  # NDRPDR iter
1237         - 23  # NDRPDR iter
1238         - 24  # NDRPDR iter
1239         - 25  # NDRPDR iter
1240         - 26  # NDRPDR iter
1241         - 27  # NDRPDR iter
1242         - 28  # NDRPDR iter
1243         - 29  # NDRPDR iter
1244     dpdk-performance-changes-2n-skx-cmp:
1245       csit-dpdk-perf-report-iterative-2009-2n-skx:
1246         - 4   # NDRPDR iter env5
1247         - 5   # NDRPDR iter env5
1248         - 6   # NDRPDR iter env5
1249         - 7   # NDRPDR iter env5
1250         - 8   # NDRPDR iter env5
1251         - 9   # NDRPDR iter env5
1252         - 10  # NDRPDR iter env5
1253         - 11  # NDRPDR iter env5
1254         - 12  # NDRPDR iter env5
1255         - 13  # NDRPDR iter env5
1256
1257     dpdk-performance-changes-2n-clx-h1:
1258       csit-dpdk-perf-verify-2001-2n-clx:
1259         - 15  # NDRPDR sel
1260         - 16  # NDRPDR sel
1261         - 17  # NDRPDR sel
1262         - 18  # NDRPDR sel
1263         - 19  # NDRPDR sel
1264         - 20  # NDRPDR sel
1265         - 21  # NDRPDR sel
1266         - 22  # NDRPDR sel
1267         - 23  # NDRPDR sel
1268         - 24  # NDRPDR sel
1269         - 25  # NDRPDR sel
1270         - 26  # NDRPDR sel
1271         - 27  # NDRPDR sel
1272         - 28  # NDRPDR sel
1273         - 29  # NDRPDR sel
1274         - 30  # NDRPDR sel
1275         - 31  # NDRPDR sel
1276         - 32  # NDRPDR sel
1277         - 33  # NDRPDR sel
1278         - 34  # NDRPDR sel
1279     dpdk-performance-changes-2n-clx-ref:
1280       csit-dpdk-perf-report-iterative-2005-2n-clx:
1281         - 20  # NDRPDR iter
1282         - 21  # NDRPDR iter
1283         - 22  # NDRPDR iter
1284         - 23  # NDRPDR iter
1285         - 24  # NDRPDR iter
1286         - 25  # NDRPDR iter
1287         - 26  # NDRPDR iter
1288         - 27  # NDRPDR iter
1289         - 28  # NDRPDR iter
1290         - 29  # NDRPDR iter
1291     dpdk-performance-changes-2n-clx-cmp:
1292       csit-dpdk-perf-report-iterative-2009-2n-clx:
1293         - 4   # NDRPDR iter env5
1294         - 5   # NDRPDR iter env5
1295         - 6   # NDRPDR iter env5
1296         - 7   # NDRPDR iter env5
1297         - 8   # NDRPDR iter env5
1298         - 9   # NDRPDR iter env5
1299         - 10  # NDRPDR iter env5
1300         - 11  # NDRPDR iter env5
1301         - 12  # NDRPDR iter env5
1302         - 13  # NDRPDR iter env5
1303
1304 #    dpdk-performance-changes-2n-dnv-h1:
1305 #      csit-dpdk-perf-verify-2001-2n-dnv:
1306 #        - 9   # NDRPDR sel
1307 #        - 10  # NDRPDR sel
1308 #        - 11  # NDRPDR sel
1309 #        - 12  # NDRPDR sel
1310 #        - 13  # NDRPDR sel
1311 #        - 14  # NDRPDR sel
1312 #        - 15  # NDRPDR sel
1313 #        - 16  # NDRPDR sel
1314 #        - 17  # NDRPDR sel
1315 #        - 18  # NDRPDR sel
1316 #    dpdk-performance-changes-2n-dnv-ref:
1317 #      # No data
1318 #    dpdk-performance-changes-2n-dnv-cmp:
1319 #      # No data
1320 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
1321
1322 #    dpdk-performance-changes-3n-dnv-h1:
1323 #      csit-dpdk-perf-verify-2001-3n-dnv:
1324 #        - 12  # NDRPDR sel
1325 #        - 13  # NDRPDR sel
1326 #        - 14  # NDRPDR sel
1327 #        - 15  # NDRPDR sel
1328 #        - 16  # NDRPDR sel
1329 #        - 17  # NDRPDR sel
1330 #        - 18  # NDRPDR sel
1331 #        - 19  # NDRPDR sel
1332 #        - 20  # NDRPDR sel
1333 #        - 22  # NDRPDR sel
1334 #    dpdk-performance-changes-3n-dnv-ref:
1335 #      # No data
1336 #    dpdk-performance-changes-3n-dnv-cmp:
1337 #      # No data
1338 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
1339
1340     dpdk-performance-changes-3n-tsh-h1:
1341       csit-dpdk-perf-verify-2001-3n-tsh:
1342         - 3   # NDRPDR sel
1343         - 4   # NDRPDR sel
1344         - 5   # NDRPDR sel
1345         - 9   # NDRPDR sel
1346         - 10  # NDRPDR sel
1347         - 11  # NDRPDR sel
1348         - 12  # NDRPDR sel
1349         - 14  # NDRPDR sel
1350         - 15  # NDRPDR sel
1351         - 18  # NDRPDR sel
1352     dpdk-performance-changes-3n-tsh-ref:
1353       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1354         - 5   # NDRPDR sel
1355     dpdk-performance-changes-3n-tsh-cmp:
1356       # TODO: Add:
1357       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1358         - 1   # NDRPDR iter env5
1359         - 2   # NDRPDR iter env5
1360         - 3   # NDRPDR iter env5
1361         - 4   # NDRPDR iter env5
1362         - 5   # NDRPDR iter env5
1363         - 6   # NDRPDR iter env5
1364         - 7   # NDRPDR iter env5
1365         - 9   # NDRPDR iter env5
1366         - 10  # NDRPDR iter env5
1367
1368     # Compare testbeds
1369
1370     vpp-compare-testbeds-ref:
1371       csit-vpp-perf-report-iterative-2009-3n-hsw:
1372         - 21  # rls2009 NDRPDR iter env 5
1373         - 22  # rls2009 NDRPDR iter env 5
1374         - 24  # rls2009 NDRPDR iter env 5
1375         - 25  # rls2009 NDRPDR iter env 5
1376         - 26  # rls2009 NDRPDR iter env 5
1377         - 27  # rls2009 NDRPDR iter env 5
1378         - 28  # rls2009 NDRPDR iter env 5
1379         - 29  # rls2009 NDRPDR iter env 5
1380         - 30  # rls2009 NDRPDR iter env 5
1381         - 31  # rls2009 NDRPDR iter env 5
1382     vpp-compare-testbeds-cmp:
1383       # TODO: Add:
1384       csit-vpp-perf-report-iterative-2009-3n-skx:
1385         - 26  # rls2009 NDRPDR iter env 5
1386         - 27  # rls2009 NDRPDR iter env 5
1387         - 28  # rls2009 NDRPDR iter env 5
1388         - 29  # rls2009 NDRPDR iter env 5
1389         - 35  # rls2009 NDRPDR iter env 5
1390         - 36  # rls2009 NDRPDR iter env 5
1391         - 37  # rls2009 NDRPDR iter env 5
1392         - 39  # rls2009 NDRPDR iter env 5
1393
1394     vpp-compare-testbeds-skx-clx-ref:
1395       csit-vpp-perf-report-iterative-2009-2n-skx:
1396         - 35  # rls2009 NDRPDR iter env 5
1397         - 36  # rls2009 NDRPDR iter env 5
1398         - 37  # rls2009 NDRPDR iter env 5
1399         - 39  # rls2009 NDRPDR iter env 5
1400         - 40  # rls2009 NDRPDR iter env 5
1401         - 42  # rls2009 NDRPDR iter env 5
1402         - 43  # rls2009 NDRPDR iter env 5
1403         - 44  # rls2009 NDRPDR iter env 5
1404         - 46  # rls2009 NDRPDR iter env 5
1405         - 48  # rls2009 NDRPDR iter env 5
1406         - 51  # rls2009 NDRPDR iter NAT44 env 5
1407         - 52  # rls2009 NDRPDR iter NAT44 env 5
1408         - 53  # rls2009 NDRPDR iter NAT44 env 5
1409         - 54  # rls2009 NDRPDR iter NAT44 env 5
1410         - 55  # rls2009 NDRPDR iter NAT44 env 5
1411         - 56  # rls2009 NDRPDR iter NAT44 env 5
1412         - 57  # rls2009 NDRPDR iter NAT44 env 5
1413         - 58  # rls2009 NDRPDR iter NAT44 env 5
1414         - 59  # rls2009 NDRPDR iter NAT44 env 5
1415         - 60  # rls2009 NDRPDR iter NAT44 env 5
1416     vpp-compare-testbeds-skx-clx-cmp:
1417       csit-vpp-perf-report-iterative-2009-2n-clx:
1418         - 36  # rls2009 NDRPDR iter env 5
1419         - 38  # rls2009 NDRPDR iter env 5
1420         - 39  # rls2009 NDRPDR iter env 5
1421         - 40  # rls2009 NDRPDR iter env 5
1422         - 41  # rls2009 NDRPDR iter env 5
1423         - 42  # rls2009 NDRPDR iter env 5
1424         - 64  # rls2009 NDRPDR iter env 5
1425         - 65  # rls2009 NDRPDR iter env 5
1426         - 66  # rls2009 NDRPDR iter env 5
1427         - 67  # rls2009 NDRPDR iter env 5
1428
1429     vpp-compare-testbeds-hsw-clx-ref:
1430       csit-vpp-perf-report-iterative-2009-3n-hsw:
1431         - 21  # rls2009 NDRPDR iter env 5
1432         - 22  # rls2009 NDRPDR iter env 5
1433         - 24  # rls2009 NDRPDR iter env 5
1434         - 25  # rls2009 NDRPDR iter env 5
1435         - 26  # rls2009 NDRPDR iter env 5
1436         - 27  # rls2009 NDRPDR iter env 5
1437         - 28  # rls2009 NDRPDR iter env 5
1438         - 29  # rls2009 NDRPDR iter env 5
1439         - 30  # rls2009 NDRPDR iter env 5
1440         - 31  # rls2009 NDRPDR iter env 5
1441     vpp-compare-testbeds-hsw-clx-cmp:
1442       csit-vpp-perf-report-iterative-2009-2n-clx:
1443         - 36  # rls2009 NDRPDR iter env 5
1444         - 38  # rls2009 NDRPDR iter env 5
1445         - 39  # rls2009 NDRPDR iter env 5
1446         - 40  # rls2009 NDRPDR iter env 5
1447         - 41  # rls2009 NDRPDR iter env 5
1448         - 42  # rls2009 NDRPDR iter env 5
1449         - 64  # rls2009 NDRPDR iter env 5
1450         - 65  # rls2009 NDRPDR iter env 5
1451         - 66  # rls2009 NDRPDR iter env 5
1452         - 67  # rls2009 NDRPDR iter env 5
1453
1454     vpp-compare-testbeds-mrr-ref:
1455       csit-vpp-perf-report-iterative-2009-3n-hsw:
1456         - 23  # rls2009 MRR iter env 5
1457     vpp-compare-testbeds-mrr-cmp:
1458       csit-vpp-perf-report-iterative-2009-3n-skx:
1459         - 24  # rls2009 MRR iter env 5
1460
1461     vpp-compare-testbeds-mrr-skx-clx-ref:
1462       csit-vpp-perf-report-iterative-2009-2n-skx:
1463         - 26  # rls2009 MRR iter env 5
1464     vpp-compare-testbeds-mrr-skx-clx-cmp:
1465       csit-vpp-perf-report-iterative-2009-2n-clx:
1466         - 35  # rls2009 MRR iter env 5
1467
1468     vpp-compare-testbeds-mrr-hsw-clx-ref:
1469       csit-vpp-perf-report-iterative-2009-3n-hsw:
1470         - 23  # rls2009 MRR iter env 5
1471     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1472       csit-vpp-perf-report-iterative-2009-2n-clx:
1473         - 35  # rls2009 MRR iter env 5
1474
1475     dpdk-compare-testbeds-ref:
1476       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1477         - 6   # NDRPDR iter env5
1478         - 7   # NDRPDR iter env5
1479         - 8   # NDRPDR iter env5
1480         - 9   # NDRPDR iter env5
1481         - 10  # NDRPDR iter env5
1482         - 11  # NDRPDR iter env5
1483         - 12  # NDRPDR iter env5
1484         - 13  # NDRPDR iter env5
1485         - 14  # NDRPDR iter env5
1486         - 15  # NDRPDR iter env5
1487     dpdk-compare-testbeds-cmp:
1488       csit-dpdk-perf-report-iterative-2009-3n-skx:
1489         - 4   # NDRPDR sel env5
1490         - 5   # NDRPDR sel env5
1491         - 6   # NDRPDR sel env5
1492         - 7   # NDRPDR sel env5
1493         - 8   # NDRPDR sel env5
1494         - 9   # NDRPDR sel env5
1495         - 14  # NDRPDR sel env5
1496         - 11  # NDRPDR sel env5
1497         - 12  # NDRPDR sel env5
1498         - 13  # NDRPDR sel env5
1499
1500     dpdk-compare-testbeds-skx-clx-ref:
1501       csit-dpdk-perf-report-iterative-2009-2n-skx:
1502         - 4   # NDRPDR iter env5
1503         - 5   # NDRPDR iter env5
1504         - 6   # NDRPDR iter env5
1505         - 7   # NDRPDR iter env5
1506         - 8   # NDRPDR iter env5
1507         - 9   # NDRPDR iter env5
1508         - 10  # NDRPDR iter env5
1509         - 11  # NDRPDR iter env5
1510         - 12  # NDRPDR iter env5
1511         - 13  # NDRPDR iter env5
1512     dpdk-compare-testbeds-skx-clx-cmp:
1513       csit-dpdk-perf-report-iterative-2009-2n-clx:
1514         - 4   # NDRPDR iter env5
1515         - 5   # NDRPDR iter env5
1516         - 6   # NDRPDR iter env5
1517         - 7   # NDRPDR iter env5
1518         - 8   # NDRPDR iter env5
1519         - 9   # NDRPDR iter env5
1520         - 10  # NDRPDR iter env5
1521         - 11  # NDRPDR iter env5
1522         - 12  # NDRPDR iter env5
1523         - 13  # NDRPDR iter env5
1524
1525     # Compare topologies
1526
1527     vpp-compare-topologies-ref:
1528       # TODO: Add:
1529       csit-vpp-perf-report-iterative-2009-3n-skx:
1530         - 26  # rls2009 NDRPDR iter env 5
1531         - 27  # rls2009 NDRPDR iter env 5
1532         - 28  # rls2009 NDRPDR iter env 5
1533         - 29  # rls2009 NDRPDR iter env 5
1534         - 35  # rls2009 NDRPDR iter env 5
1535         - 36  # rls2009 NDRPDR iter env 5
1536         - 37  # rls2009 NDRPDR iter env 5
1537         - 39  # 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       autosize: False
1709       margin:
1710         t: 50
1711         b: 20
1712         l: 80
1713         r: 20
1714       showlegend: True
1715       legend:
1716         orientation: "h"
1717         font:
1718           size: 14
1719       width: 700
1720       height: 800
1721       paper_bgcolor: "#fff"
1722       plot_bgcolor: "#fff"
1723       hoverlabel:
1724         namelength: -1
1725
1726     plot-throughput:
1727       titlefont:
1728         size: 16
1729       xaxis:
1730         title: "<b>Test Cases [Index]</b>"
1731         titlefont:
1732           size: 14
1733         autorange: True
1734         fixedrange: False
1735         gridcolor: "rgb(230, 230, 230)"
1736         linecolor: "rgb(220, 220, 220)"
1737         linewidth: 1
1738         showgrid: True
1739         showline: True
1740         showticklabels: True
1741         tickcolor: "rgb(220, 220, 220)"
1742         tickmode: "linear"
1743         tickfont:
1744           size: 14
1745         zeroline: False
1746       yaxis:
1747         title: "<b>Packet Throughput [Mpps]</b>"
1748         titlefont:
1749           size: 14
1750         gridcolor: "rgb(230, 230, 230)"
1751         hoverformat: ".4r"
1752         tickformat: ".3r"
1753         linecolor: "rgb(220, 220, 220)"
1754         linewidth: 1
1755         showgrid: True
1756         showline: True
1757         showticklabels: True
1758         tickcolor: "rgb(220, 220, 220)"
1759         tickfont:
1760           size: 14
1761         zeroline: False
1762         range: [0,50]
1763       autosize: False
1764       margin:
1765         t: 50
1766         b: 0
1767         l: 80
1768         r: 20
1769       showlegend: True
1770       legend:
1771         orientation: "h"
1772         font:
1773           size: 14
1774       width: 700
1775       height: 900
1776       paper_bgcolor: "#fff"
1777       plot_bgcolor: "#fff"
1778       hoverlabel:
1779         namelength: -1
1780
1781     plot-throughput-speedup-analysis:
1782       titlefont:
1783         size: 16
1784       xaxis:
1785         title: "<b>Number of Cores [Qty]</b>"
1786         titlefont:
1787           size: 14
1788         autorange: True
1789         fixedrange: False
1790         gridcolor: "rgb(230, 230, 230)"
1791         linecolor: "rgb(220, 220, 220)"
1792         linewidth: 1
1793         showgrid: True
1794         showline: True
1795         showticklabels: True
1796         tickcolor: "rgb(238, 238, 238)"
1797         tickmode: "linear"
1798         tickfont:
1799           size: 14
1800         zeroline: False
1801       yaxis:
1802         title: "<b>Packet Throughput [Mpps]</b>"
1803         titlefont:
1804           size: 14
1805         type: "linear"
1806         gridcolor: "rgb(230, 230, 230)"
1807         hoverformat: ".4s"
1808         linecolor: "rgb(220, 220, 220)"
1809         linewidth: 1
1810         showgrid: True
1811         showline: True
1812         showticklabels: True
1813         tickcolor: "rgb(220, 220, 220)"
1814         tickformat: ".4s"
1815         tickfont:
1816           size: 14
1817         zeroline: True
1818         rangemode: "tozero"
1819         range: [0,100]
1820       legend:
1821         orientation: "h"
1822         font:
1823           size: 14
1824         xanchor: "left"
1825         yanchor: "top"
1826         x: 0
1827         y: -0.2
1828         bgcolor: "rgba(255, 255, 255, 0)"
1829         bordercolor: "rgba(255, 255, 255, 0)"
1830         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1831       autosize: False
1832       margin:
1833           't': 50
1834           'b': 150
1835           'l': 85
1836           'r': 10
1837       showlegend: True
1838       width: 700
1839       height: 700
1840       paper_bgcolor: "#fff"
1841       plot_bgcolor: "#fff"
1842       hoverlabel:
1843         namelength: -1
1844       annotations: [
1845         {
1846           text: "_ _          __          ...",
1847           align: "left",
1848           showarrow: False,
1849           xref: "paper",
1850           yref: "paper",
1851           xanchor: "left",
1852           yanchor: "top",
1853           x: 0,
1854           y: -0.13,
1855           font: {
1856             family: "Consolas, Courier New",
1857             size: 13
1858           },
1859         },
1860         {
1861           text: "    Perfect     Measured     Limit",
1862           align: "left",
1863           showarrow: False,
1864           xref: "paper",
1865           yref: "paper",
1866           xanchor: "left",
1867           yanchor: "top",
1868           x: 0,
1869           y: -0.15,
1870           font: {
1871             family: "Consolas, Courier New",
1872             size: 13
1873           },
1874         },
1875       ]
1876
1877     plot-latency:
1878       titlefont:
1879         size: 16
1880       xaxis:
1881         title: "<b>Direction</b>"
1882         titlefont:
1883           size: 14
1884         autorange: True
1885         fixedrange: False
1886         gridcolor: "rgb(230, 230, 230)"
1887         linecolor: "rgb(220, 220, 220)"
1888         linewidth: 1
1889         showgrid: True
1890         showline: True
1891         showticklabels: False
1892         tickcolor: "rgb(220, 220, 220)"
1893         tickmode: "linear"
1894         tickfont:
1895           size: 14
1896         zeroline: False
1897       yaxis:
1898         title: "<b>Packet Latency [uSec]</b>"
1899         titlefont:
1900           size: 14
1901         type: "linear"
1902         gridcolor: "rgb(230, 230, 230)"
1903         hoverformat: ".4s"
1904         linecolor: "rgb(220, 220, 220)"
1905         linewidth: 1
1906         showgrid: True
1907         showline: True
1908         showticklabels: True
1909         tickcolor: "rgb(220, 220, 220)"
1910         tickformat: ".4s"
1911         tickfont:
1912           size: 14
1913         zeroline: True
1914         rangemode: "tozero"
1915       legend:
1916         orientation: "h"
1917         font:
1918           size: 14
1919         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1920       autosize: False
1921       margin:
1922           't': 50
1923           'b': 150
1924           'l': 80
1925           'r': 10
1926       showlegend: True
1927       width: 700
1928       height: 700
1929       paper_bgcolor: "#fff"
1930       plot_bgcolor: "#fff"
1931       hoverlabel:
1932         namelength: -1
1933
1934     plot-hdrh-latency:
1935       title:
1936         text: ""
1937         xanchor: "center"
1938         x: 0.5
1939         font:
1940           size: 16
1941       width: 700
1942       plot_bgcolor: "white"
1943       annotations:
1944         - font:
1945             size: 14
1946           showarrow: False
1947           text: "<b>Packet Latency [uSec]</b>"
1948           x: 1
1949           xanchor: "right"
1950           xref: "paper"
1951           y: -0.045
1952           yanchor: "top"
1953           yref: "paper"
1954         - font:
1955             size: 14
1956           showarrow: False
1957           text: "<b>Probability [%]</b>"
1958           textangle: 270
1959           x: -0.06
1960           xanchor: "center"
1961           xref: "paper"
1962           y: 0.5
1963           yanchor: "middle"
1964           yref: "paper"
1965         - font:
1966             size: 14
1967           showarrow: False
1968           text: "<b>Direction: E-W</b>"
1969           x: 0.24
1970           xanchor: "center"
1971           xref: "paper"
1972           y: 1.05
1973           yanchor: "bottom"
1974           yref: "paper"
1975         - font:
1976             size: 14
1977           showarrow: False
1978           text: "<b>Direction: W-E</b>"
1979           x: 0.74
1980           xanchor: "center"
1981           xref: "paper"
1982           y: 1.05
1983           yanchor: "bottom"
1984           yref: "paper"
1985
1986     plot-hdrh-latency-percentile:
1987       title:
1988         text: ""
1989         xanchor: "center"
1990         x: 0.5
1991         font:
1992           size: 16
1993       xaxis:
1994         type: "log"
1995         title: "<b>Percentile [%]</b>"
1996         titlefont:
1997           size: 14
1998         autorange: True
1999         fixedrange: False
2000         gridcolor: "rgb(230, 230, 230)"
2001         linecolor: "rgb(220, 220, 220)"
2002         linewidth: 1
2003         showgrid: True
2004         showline: True
2005         showticklabels: True
2006         tickcolor: "rgb(220, 220, 220)"
2007         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2008         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2009         tickfont:
2010           size: 14
2011       yaxis:
2012         title: "<b>Packet Latency [uSec]</b>"
2013         titlefont:
2014           size: 14
2015         gridcolor: "rgb(230, 230, 230)"
2016         linecolor: "rgb(220, 220, 220)"
2017         linewidth: 1
2018         showgrid: True
2019         showline: True
2020         showticklabels: True
2021         tickcolor: "rgb(220, 220, 220)"
2022         tickfont:
2023           size: 14
2024       autosize: False
2025       showlegend: True
2026       legend:
2027         traceorder: "normal"
2028         orientation: "h"
2029         font:
2030           size: 14
2031         xanchor: "left"
2032         yanchor: "top"
2033         x: 0
2034         y: -0.15
2035         bgcolor: "rgba(255, 255, 255, 0)"
2036         bordercolor: "rgba(255, 255, 255, 0)"
2037       width: 700
2038       height: 700
2039       paper_bgcolor: "white"
2040       plot_bgcolor: "white"
2041
2042     plot-hdrh-latency-by-percentile:
2043       title:
2044         text: "<b>Latency by Percentile Distribution</b>"
2045         xanchor: "center"
2046         x: 0.5
2047         font:
2048           size: 18
2049       showlegend: True
2050       legend:
2051         traceorder: "normal"
2052         orientation: "h"
2053         font:
2054           size: 16
2055         xanchor: "left"
2056         yanchor: "top"
2057         x: 0
2058         y: -0.2
2059         bgcolor: "rgba(255, 255, 255, 0)"
2060         bordercolor: "rgba(255, 255, 255, 0)"
2061       xaxis:
2062         type: "linear"
2063         title: "<b>Percentile [%]</b>"
2064         titlefont:
2065           size: 14
2066         autorange: False
2067         fixedrange: False
2068         range: [0, 100]
2069         gridcolor: "rgb(230, 230, 230)"
2070         linecolor: "rgb(220, 220, 220)"
2071         linewidth: 1
2072         showgrid: True
2073         showline: True
2074         showticklabels: True
2075         tickcolor: "rgb(220, 220, 220)"
2076         tickvals: [0, 25, 50, 75, 100]
2077         ticktext: [0, 25, 50, 75, 100]
2078         tickfont:
2079           size: 14
2080       yaxis:
2081         title: "<b>One-Way Latency per Direction [uSec]</b>"
2082         titlefont:
2083           size: 14
2084         gridcolor: "rgb(230, 230, 230)"
2085         linecolor: "rgb(220, 220, 220)"
2086         linewidth: 1
2087         showgrid: True
2088         showline: True
2089         showticklabels: True
2090         tickcolor: "rgb(220, 220, 220)"
2091         tickfont:
2092           size: 14
2093       width: 700
2094       height: 700
2095       paper_bgcolor: "white"
2096       plot_bgcolor: "white"
2097
2098 - type: "static"
2099   src-path: "{DIR[RST]}"
2100   dst-path: "{DIR[WORKING,SRC]}"
2101
2102 - type: "input"
2103   general:
2104     file-name: "output_info.xml.gz"
2105     file-format: ".gz"
2106     arch-file-format:
2107       - ".gz"
2108       - ".zip"
2109     download-path: "{job}/{build}/archives/{filename}"
2110     extract: "output.xml"
2111
2112     zip-file-name: "robot-plugin.zip"
2113     zip-file-format: ".zip"
2114     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2115     zip-extract: "robot-plugin/output.xml"
2116
2117   builds:
2118
2119     csit-vpp-perf-verify-2001-3n-hsw:
2120       - 17  # MRR sel
2121     csit-vpp-perf-report-iterative-2005-3n-hsw:
2122       - 20  # NDRPDR sel env 4
2123       - 21  # NDRPDR sel env 4
2124       - 22  # NDRPDR sel env 4
2125       - 23  # NDRPDR sel env 4
2126       - 24  # NDRPDR sel env 4
2127       - 25  # NDRPDR sel env 4
2128       - 26  # NDRPDR sel env 4
2129       - 27  # NDRPDR sel env 4
2130       - 28  # NDRPDR sel env 4
2131       - 29  # NDRPDR sel env 4
2132       - 30  # MRR env 4
2133       - 31  # NDRPDR sel 2001.0-4
2134       - 32  # NDRPDR sel 2001.0-4
2135       - 33  # NDRPDR sel 2001.0-4
2136       - 34  # NDRPDR sel 2001.0-4
2137       - 35  # NDRPDR sel 2001.0-4
2138       - 36  # NDRPDR sel 2001.0-4
2139       - 38  # NDRPDR sel 2001.0-4
2140     csit-vpp-perf-report-iterative-2009-3n-hsw:
2141       - 18  # rls2005 MRR iter env 5
2142       - 9   # rls2005 NDRPDR iter env 5
2143       - 10  # rls2005 NDRPDR iter env 5
2144       - 11  # rls2005 NDRPDR iter env 5
2145       - 12  # rls2005 NDRPDR iter env 5
2146       - 13  # rls2005 NDRPDR iter env 5
2147       - 14  # rls2005 NDRPDR iter env 5
2148       - 15  # rls2005 NDRPDR iter env 5
2149       - 16  # rls2005 NDRPDR iter env 5
2150       - 17  # rls2005 NDRPDR iter env 5
2151       - 19  # rls2005 NDRPDR iter env 5
2152       - 23  # rls2009 MRR iter env 5
2153       - 21  # rls2009 NDRPDR iter env 5
2154       - 22  # rls2009 NDRPDR iter env 5
2155       - 24  # rls2009 NDRPDR iter env 5
2156       - 25  # rls2009 NDRPDR iter env 5
2157       - 26  # rls2009 NDRPDR iter env 5
2158       - 27  # rls2009 NDRPDR iter env 5
2159       - 28  # rls2009 NDRPDR iter env 5
2160       - 29  # rls2009 NDRPDR iter env 5
2161       - 30  # rls2009 NDRPDR iter env 5
2162       - 31  # rls2009 NDRPDR iter env 5
2163       - 32  # rls2009 Hoststack iter env 5
2164       - 33  # rls2009 Hoststack iter env 5
2165       - 34  # rls2009 Hoststack iter env 5
2166       - 35  # rls2009 Hoststack iter env 5
2167       - 36  # rls2009 Hoststack iter env 5
2168       - 37  # rls2009 Hoststack iter env 5
2169       - 38  # rls2009 Hoststack iter env 5
2170       - 39  # rls2009 Hoststack iter env 5
2171       - 40  # rls2009 Hoststack iter env 5
2172       - 41  # rls2009 Hoststack iter env 5
2173     csit-vpp-perf-report-coverage-2009-3n-hsw:
2174       - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
2175       - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
2176       - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
2177       - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
2178       - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
2179       - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
2180       - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
2181       - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
2182       - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
2183       - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
2184       - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
2185       - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
2186       - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
2187       - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
2188       - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
2189       - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
2190       - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
2191       - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
2192       - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
2193       - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
2194       - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
2195       - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
2196       - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
2197       - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
2198       - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
2199       - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
2200       - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
2201       - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
2202       - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
2203       - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
2204       - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
2205       - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
2206       - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
2207       - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
2208       - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
2209
2210     csit-vpp-perf-verify-2001-3n-skx:
2211       - 50  # MRR sel
2212       - 53  # MRR sel addition
2213     csit-vpp-perf-report-iterative-2005-3n-skx:
2214       - 4   # NDRPDR sel
2215       - 5   # NDRPDR sel ??? all x710 failed
2216       - 33  # NDRPDR sel
2217       - 28  # NDRPDR sel
2218       - 34  # NDRPDR sel
2219       - 42  # NDRPDR sel env 4
2220       - 43  # NDRPDR sel env 4
2221       - 44  # NDRPDR sel env 4
2222       - 45  # NDRPDR sel env 4
2223       - 47  # NDRPDR sel env 4
2224       - 55  # NDRPDR sel env 4
2225       - 56  # NDRPDR sel env 4
2226       - 57  # NDRPDR sel env 4
2227       - 61  # NDRPDR sel env 4
2228       - 62  # NDRPDR sel env 4
2229       - 50  # NDRPDR sel 2001.0-4
2230       - 51  # NDRPDR sel 2001.0-4
2231       - 52  # NDRPDR sel 2001.0-4
2232       - 53  # NDRPDR sel 2001.0-4
2233       - 54  # NDRPDR sel 2001.0-4
2234       - 49  # MRR sel env 4
2235     # TODO: Add:
2236     csit-vpp-perf-report-iterative-2009-3n-skx:
2237       - 17  # rls2005 MRR iter env 5
2238       - 13  # rls2005 NDRPDR iter env 5
2239       - 18  # rls2005 NDRPDR iter env 5
2240       - 19  # rls2005 NDRPDR iter env 5
2241       - 24  # rls2009 MRR iter env 5
2242       - 26  # rls2009 NDRPDR iter env 5
2243       - 27  # rls2009 NDRPDR iter env 5
2244       - 28  # rls2009 NDRPDR iter env 5
2245       - 29  # rls2009 NDRPDR iter env 5
2246       - 35  # rls2009 NDRPDR iter env 5
2247       - 36  # rls2009 NDRPDR iter env 5
2248       - 37  # rls2009 NDRPDR iter env 5
2249       - 39  # rls2009 NDRPDR iter env 5
2250     # TODO: Add:
2251 #    csit-vpp-perf-report-coverage-2009-3n-skx:
2252 #      -
2253
2254     csit-vpp-perf-verify-2001-2n-skx:
2255       - 101  # MRR sel - old
2256       - 128  # MRR sel addition - old
2257     csit-vpp-perf-report-iterative-2005-2n-skx:
2258       - 88  # NDRPDR sel env 4
2259       - 89  # NDRPDR sel env 4
2260       - 90  # NDRPDR sel env 4
2261       - 91  # NDRPDR sel env 4
2262       - 92  # NDRPDR sel env 4
2263       - 93  # NDRPDR sel env 4
2264       - 94  # NDRPDR sel env 4
2265       - 125 # NDRPDR sel env 4
2266       - 126 # NDRPDR sel env 4
2267       - 127 # NDRPDR sel env 4
2268       - 100 # NDRPDR sel 2001.0-4
2269       - 101 # NDRPDR sel 2001.0-4
2270       - 102 # NDRPDR sel 2001.0-4
2271       - 103 # NDRPDR sel 2001.0-4
2272       - 104 # NDRPDR sel 2001.0-4
2273       - 105 # NDRPDR sel 2001.0-4
2274       - 99  # MRR sel env 4
2275     # TODO: Add:
2276     csit-vpp-perf-report-iterative-2009-2n-skx:
2277       - 20  # rls2005 MRR iter env 5
2278       - 13  # rls2005 NDRPDR iter env 5
2279       - 16  # rls2005 NDRPDR iter env 5
2280       - 17  # rls2005 NDRPDR iter env 5
2281       - 18  # rls2005 NDRPDR iter env 5
2282       - 19  # rls2005 NDRPDR iter env 5
2283       - 21  # rls2005 NDRPDR iter env 5
2284       - 22  # rls2005 NDRPDR iter env 5
2285       - 23  # rls2005 NDRPDR iter env 5
2286       - 24  # rls2005 NDRPDR iter env 5
2287       - 25  # rls2005 NDRPDR iter env 5
2288       - 26  # rls2009 MRR iter env 5
2289       - 35  # rls2009 NDRPDR iter env 5
2290       - 36  # rls2009 NDRPDR iter env 5
2291       - 37  # rls2009 NDRPDR iter env 5
2292       - 39  # rls2009 NDRPDR iter env 5
2293       - 40  # rls2009 NDRPDR iter env 5
2294       - 42  # rls2009 NDRPDR iter env 5
2295       - 43  # rls2009 NDRPDR iter env 5
2296       - 44  # rls2009 NDRPDR iter env 5
2297       - 46  # rls2009 NDRPDR iter env 5
2298       - 48  # rls2009 NDRPDR iter env 5
2299       - 51  # rls2009 NDRPDR iter NAT44 env 5
2300       - 52  # rls2009 NDRPDR iter NAT44 env 5
2301       - 53  # rls2009 NDRPDR iter NAT44 env 5
2302       - 54  # rls2009 NDRPDR iter NAT44 env 5
2303       - 55  # rls2009 NDRPDR iter NAT44 env 5
2304       - 56  # rls2009 NDRPDR iter NAT44 env 5
2305       - 57  # rls2009 NDRPDR iter NAT44 env 5
2306       - 58  # rls2009 NDRPDR iter NAT44 env 5
2307       - 59  # rls2009 NDRPDR iter NAT44 env 5
2308       - 60  # rls2009 NDRPDR iter NAT44 env 5
2309       - 38  # rls2009 nf-density iter env 5
2310       - 41  # rls2009 nf-density iter env 5
2311       - 45  # rls2009 nf-density iter env 5
2312       - 47  # rls2009 nf-density iter env 5
2313       - 49  # rls2009 nf-density iter env 5
2314       - 63  # rls2009 nf-density iter env 5
2315       - 65  # rls2009 nf-density iter env 5
2316       - 66  # rls2009 nf-density iter env 5
2317       - 71  # rls2009 nf-density iter env 5
2318       - 72  # rls2009 nf-density iter env 5
2319       - 50  # rls2009 MRR nf-density iter env 5
2320       - 27  # rls2009 reconf env 5
2321       - 28  # rls2009 reconf env 5
2322       - 29  # rls2009 reconf env 5
2323       - 30  # rls2009 reconf env 5
2324       - 31  # rls2009 reconf env 5
2325       - 32  # rls2009 reconf env 5
2326       - 61  # rls2009 reconf env 5
2327       - 62  # rls2009 reconf env 5
2328       - 68  # rls2009 reconf env 5
2329       - 70  # rls2009 reconf env 5
2330       - 33  # rls2009 soak env 5
2331       - 34  # rls2009 soak env 5
2332     csit-vpp-perf-report-coverage-2009-2n-skx:
2333       - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
2334       - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
2335       - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
2336       - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
2337       - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
2338       - 13  # rls2009 NDRPDR cov 2n-skx-ip4-05
2339       - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
2340       - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
2341       - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
2342       - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
2343       - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
2344       - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
2345       - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
2346       - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
2347       - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
2348
2349     csit-vpp-perf-verify-2001-2n-clx:
2350       - 39  # MRR
2351     csit-vpp-perf-report-iterative-2005-2n-clx:
2352       - 62  # NDRPDR sel env 4
2353       - 63  # NDRPDR sel env 4
2354       - 64  # NDRPDR sel env 4
2355       - 65  # NDRPDR sel env 4
2356       - 66  # NDRPDR sel env 4
2357       - 68  # NDRPDR sel env 4
2358       - 69  # NDRPDR sel env 4
2359       - 70  # NDRPDR sel env 4
2360       - 103 # NDRPDR sel env 4
2361       - 104 # NDRPDR sel env 4
2362       - 73  # NDRPDR sel 2001.0-4
2363       - 74  # NDRPDR sel 2001.0-4
2364       - 75  # NDRPDR sel 2001.0-4
2365       - 76  # NDRPDR sel 2001.0-4
2366       - 77  # NDRPDR sel 2001.0-4
2367       - 78  # NDRPDR sel 2001.0-4
2368       - 79  # NDRPDR sel 2001.0-4
2369       - 80  # NDRPDR sel 2001.0-4
2370       - 72  # MRR env 4
2371     # TODO: Add:
2372     csit-vpp-perf-report-iterative-2009-2n-clx:
2373       - 16  # rls2005 MRR iter env 5
2374       - 13  # rls2005 NDRPDR iter env 5
2375       - 15  # rls2005 NDRPDR iter env 5
2376       - 17  # rls2005 NDRPDR iter env 5
2377       - 18  # rls2005 NDRPDR iter env 5
2378       - 19  # rls2005 NDRPDR iter env 5
2379       - 20  # rls2005 NDRPDR iter env 5
2380       - 21  # rls2005 NDRPDR iter env 5
2381       - 22  # rls2005 NDRPDR iter env 5
2382       - 23  # rls2005 NDRPDR iter env 5
2383       - 24  # rls2005 NDRPDR iter env 5
2384       - 35  # rls2009 MRR iter env 5
2385       - 36  # rls2009 NDRPDR iter env 5
2386       - 38  # rls2009 NDRPDR iter env 5
2387       - 39  # rls2009 NDRPDR iter env 5
2388       - 40  # rls2009 NDRPDR iter env 5
2389       - 41  # rls2009 NDRPDR iter env 5
2390       - 42  # rls2009 NDRPDR iter env 5
2391       - 64  # rls2009 NDRPDR iter env 5
2392       - 65  # rls2009 NDRPDR iter env 5
2393       - 66  # rls2009 NDRPDR iter env 5
2394       - 67  # rls2009 NDRPDR iter env 5
2395       - 37  # rls2009 nf-density iter env 5
2396       - 43  # rls2009 nf-density iter env 5
2397       - 69  # rls2009 nf-density iter env 5
2398       - 72  # rls2009 nf-density iter env 5
2399       - 75  # rls2009 nf-density iter env 5
2400       - 45  # rls2009 MRR nf-density iter env 5
2401       - 25  # rls2009 reconf env 5
2402       - 27  # rls2009 reconf env 5
2403       - 28  # rls2009 reconf env 5
2404       - 29  # rls2009 reconf env 5
2405       - 30  # rls2009 reconf env 5
2406       - 30  # rls2009 reconf env 5
2407       - 32  # rls2009 reconf env 5
2408       - 48  # rls2009 reconf env 5
2409       - 53  # rls2009 reconf env 5
2410       - 33  # rls2009 soak env 5
2411       - 34  # rls2009 soak env 5
2412     # TODO: Add:
2413     csit-vpp-perf-report-coverage-2009-2n-clx:
2414       - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
2415       - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
2416       - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
2417       - 7   # rls2009 NDRPDR cov 2n-clx-ip4-05
2418       - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
2419       - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
2420       - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
2421       - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
2422
2423     csit-vpp-perf-verify-2001-3n-tsh:
2424       - 9   # MRR sel
2425     csit-vpp-perf-report-iterative-2005-3n-tsh:
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       - 20  # rls2009 NDRPDR iter env 5
2448       - 23  # rls2009 NDRPDR iter env 5
2449       - 15  # rls2006 MRR iter env 5
2450 #    csit-vpp-perf-report-coverage-2009-3n-tsh:
2451 #      -
2452
2453     csit-vpp-perf-verify-2001-3n-dnv:
2454       - 5   # NDRPDR sel
2455       - 6   # NDRPDR sel
2456       - 7   # NDRPDR sel
2457       - 8   # NDRPDR sel
2458       - 9   # NDRPDR sel
2459       - 10  # NDRPDR sel
2460       - 12  # NDRPDR sel
2461       - 16  # NDRPDR sel
2462       - 17  # NDRPDR sel
2463       - 18  # NDRPDR sel
2464       - 11  # MRR sel
2465     # TODO: Add:
2466     csit-vpp-perf-report-iterative-2009-3n-dnv:
2467       - 16  # rls2005 NDRPDR iter env 5
2468       - 23  # rls2005 NDRPDR iter env 5
2469       - 25  # rls2005 NDRPDR iter env 5
2470       - 26  # rls2005 NDRPDR iter env 5
2471       - 27  # rls2005 NDRPDR iter env 5
2472       - 28  # rls2005 NDRPDR iter env 5
2473       - 29  # rls2005 NDRPDR iter env 5
2474       - 30  # rls2005 NDRPDR iter env 5
2475       - 19  # rls2005 MRR iter env 5
2476       - 3   # rls2009 NDRPDR iter env 5
2477       - 6   # rls2009 NDRPDR iter env 5
2478       - 7   # rls2009 NDRPDR iter env 5
2479       - 8   # rls2009 NDRPDR iter env 5
2480       - 10  # rls2009 NDRPDR iter env 5
2481       - 11  # rls2009 NDRPDR iter env 5
2482       - 12  # rls2009 NDRPDR iter env 5
2483       - 14  # rls2009 NDRPDR iter env 5
2484       - 15  # rls2009 NDRPDR iter env 5
2485       - 24  # rls2009 NDRPDR iter env 5
2486       - 22  # rls2009 MRR iter env 5
2487     csit-vpp-perf-report-coverage-2009-3n-dnv:
2488       - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
2489       - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
2490       - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
2491       - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
2492       - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
2493       - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
2494       - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
2495       - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
2496       - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
2497
2498     csit-vpp-perf-verify-2001-2n-dnv:
2499       - 4   # NDRPDR sel
2500       - 5   # NDRPDR sel
2501       - 6   # NDRPDR sel
2502       - 7   # NDRPDR sel
2503       - 8   # NDRPDR sel
2504       - 9   # NDRPDR sel
2505       - 10  # NDRPDR sel
2506       - 11  # NDRPDR sel
2507       - 13  # NDRPDR sel
2508       - 16  # NDRPDR sel
2509       - 12  # MRR sel
2510     csit-vpp-perf-report-iterative-2009-2n-dnv:
2511       - 16  # rls2005 NDRPDR iter env 5
2512       - 17  # rls2005 NDRPDR iter env 5
2513       - 18  # rls2005 NDRPDR iter env 5
2514       - 19  # rls2005 NDRPDR iter env 5
2515       - 21  # rls2005 NDRPDR iter env 5
2516       - 24  # rls2005 NDRPDR iter env 5
2517       - 27  # rls2005 NDRPDR iter env 5
2518       - 28  # rls2005 NDRPDR iter env 5
2519       - 29  # rls2005 NDRPDR iter env 5
2520       - 30  # rls2005 NDRPDR iter env 5
2521       - 23  # rls2005 MRR iter env 5
2522       - 3   # rls2009 NDRPDR iter env 5
2523       - 5   # rls2009 NDRPDR iter env 5
2524       - 6   # rls2009 NDRPDR iter env 5
2525       - 7   # rls2009 NDRPDR iter env 5
2526       - 9   # rls2009 NDRPDR iter env 5
2527       - 10  # rls2009 NDRPDR iter env 5
2528       - 11  # rls2009 NDRPDR iter env 5
2529       - 12  # rls2009 NDRPDR iter env 5
2530       - 14  # rls2009 NDRPDR iter env 5
2531       - 15  # rls2009 NDRPDR iter env 5
2532       - 13  # rls2009 MRR iter env 5
2533     csit-vpp-perf-report-coverage-2009-2n-dnv:
2534       - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
2535       - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
2536       - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
2537       - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
2538       - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
2539       - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
2540
2541     csit-dpdk-perf-verify-2001-3n-hsw:
2542       - 4   # NDRPDR sel
2543       - 5   # NDRPDR sel
2544       - 6   # NDRPDR sel
2545       - 7   # NDRPDR sel
2546       - 8   # NDRPDR sel
2547       - 9   # NDRPDR sel
2548       - 10  # NDRPDR sel
2549       - 11  # NDRPDR sel
2550       - 12  # NDRPDR sel
2551       - 13  # NDRPDR sel
2552       - 15  # NDRPDR sel
2553       - 16  # NDRPDR sel
2554       - 17  # NDRPDR sel
2555       - 18  # NDRPDR sel
2556       - 19  # NDRPDR sel
2557       - 20  # NDRPDR sel
2558       - 21  # NDRPDR sel
2559       - 22  # NDRPDR sel
2560       - 23  # NDRPDR sel
2561       - 24  # NDRPDR sel
2562     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2563       - 25  # NDRPDR iter
2564       - 26  # NDRPDR iter
2565       - 27  # NDRPDR iter
2566       - 28  # NDRPDR iter
2567       - 29  # NDRPDR iter
2568       - 30  # NDRPDR iter
2569       - 31  # NDRPDR iter
2570       - 32  # NDRPDR iter
2571       - 33  # NDRPDR iter
2572       - 34  # NDRPDR iter
2573     csit-dpdk-perf-report-iterative-2009-3n-hsw:
2574       - 6   # NDRPDR iter env5
2575       - 7   # NDRPDR iter env5
2576       - 8   # NDRPDR iter env5
2577       - 9   # NDRPDR iter env5
2578       - 10  # NDRPDR iter env5
2579       - 11  # NDRPDR iter env5
2580       - 12  # NDRPDR iter env5
2581       - 13  # NDRPDR iter env5
2582       - 14  # NDRPDR iter env5
2583       - 15  # NDRPDR iter env5
2584
2585     csit-dpdk-perf-verify-2001-3n-skx:
2586       - 29  # NDRPDR sel xxv710
2587       - 33  # NDRPDR sel xxv710
2588       - 34  # NDRPDR sel xxv710
2589       - 35  # NDRPDR sel xxv710
2590       - 36  # NDRPDR sel xxv710
2591       - 37  # NDRPDR sel xxv710
2592       - 41  # NDRPDR sel xxv710
2593       - 42  # NDRPDR sel xxv710
2594       - 43  # NDRPDR sel xxv710
2595       - 45  # NDRPDR sel xxv710
2596       - 30  # NDRPDR sel x710
2597       - 31  # NDRPDR sel x710
2598       - 32  # NDRPDR sel x710
2599       - 38  # NDRPDR sel x710
2600       - 39  # NDRPDR sel x710
2601       - 40  # NDRPDR sel x710
2602       - 44  # NDRPDR sel x710
2603       - 46  # NDRPDR sel x710
2604       - 47  # NDRPDR sel x710
2605       - 48  # NDRPDR sel x710
2606     csit-dpdk-perf-report-iterative-2005-3n-skx:
2607       - 28  # NDRPDR iter
2608       - 29  # NDRPDR iter
2609       - 30  # NDRPDR iter
2610       - 31  # NDRPDR iter
2611       - 32  # NDRPDR iter
2612       - 33  # NDRPDR iter
2613       - 34  # NDRPDR iter
2614       - 35  # NDRPDR iter
2615       - 36  # NDRPDR iter
2616       - 37  # NDRPDR iter
2617     csit-dpdk-perf-report-iterative-2009-3n-skx:
2618       - 4   # NDRPDR sel env5
2619       - 5   # NDRPDR sel env5
2620       - 6   # NDRPDR sel env5
2621       - 7   # NDRPDR sel env5
2622       - 8   # NDRPDR sel env5
2623       - 9   # NDRPDR sel env5
2624       - 14  # NDRPDR sel env5
2625       - 11  # NDRPDR sel env5
2626       - 12  # NDRPDR sel env5
2627       - 13  # NDRPDR sel env5
2628
2629     csit-dpdk-perf-verify-2001-2n-skx:
2630       - 35  # NDRPDR sel xxv710
2631       - 36  # NDRPDR sel xxv710
2632       - 37  # NDRPDR sel xxv710
2633       - 41  # NDRPDR sel xxv710
2634       - 42  # NDRPDR sel xxv710
2635       - 43  # NDRPDR sel xxv710
2636       - 46  # NDRPDR sel xxv710
2637       - 47  # NDRPDR sel xxv710
2638       - 52  # NDRPDR sel xxv710
2639       - 53  # NDRPDR sel xxv710
2640       - 38  # NDRPDR sel x710
2641       - 39  # NDRPDR sel x710
2642       - 40  # NDRPDR sel x710
2643       - 44  # NDRPDR sel x710
2644       - 45  # NDRPDR sel x710
2645       - 48  # NDRPDR sel x710
2646       - 49  # NDRPDR sel x710
2647       - 50  # NDRPDR sel x710
2648       - 51  # NDRPDR sel x710
2649       - 54  # NDRPDR sel x710
2650     csit-dpdk-perf-report-iterative-2005-2n-skx:
2651       - 20  # NDRPDR iter
2652       - 21  # NDRPDR iter
2653       - 22  # NDRPDR iter
2654       - 23  # NDRPDR iter
2655       - 24  # NDRPDR iter
2656       - 25  # NDRPDR iter
2657       - 26  # NDRPDR iter
2658       - 27  # NDRPDR iter
2659       - 28  # NDRPDR iter
2660       - 29  # NDRPDR iter
2661     csit-dpdk-perf-report-iterative-2009-2n-skx:
2662       - 4   # NDRPDR iter env5
2663       - 5   # NDRPDR iter env5
2664       - 6   # NDRPDR iter env5
2665       - 7   # NDRPDR iter env5
2666       - 8   # NDRPDR iter env5
2667       - 9   # NDRPDR iter env5
2668       - 10  # NDRPDR iter env5
2669       - 11  # NDRPDR iter env5
2670       - 12  # NDRPDR iter env5
2671       - 13  # NDRPDR iter env5
2672
2673     csit-dpdk-perf-verify-2001-2n-clx:
2674       - 15  # NDRPDR sel
2675       - 16  # NDRPDR sel
2676       - 17  # NDRPDR sel
2677       - 18  # NDRPDR sel
2678       - 19  # NDRPDR sel
2679       - 20  # NDRPDR sel
2680       - 21  # NDRPDR sel
2681       - 22  # NDRPDR sel
2682       - 23  # NDRPDR sel
2683       - 24  # NDRPDR sel
2684       - 25  # NDRPDR sel
2685       - 26  # NDRPDR sel
2686       - 27  # NDRPDR sel
2687       - 28  # NDRPDR sel
2688       - 29  # NDRPDR sel
2689       - 30  # NDRPDR sel
2690       - 31  # NDRPDR sel
2691       - 32  # NDRPDR sel
2692       - 33  # NDRPDR sel
2693       - 34  # NDRPDR sel
2694     csit-dpdk-perf-report-iterative-2005-2n-clx:
2695       - 20  # NDRPDR iter
2696       - 21  # NDRPDR iter
2697       - 22  # NDRPDR iter
2698       - 23  # NDRPDR iter
2699       - 24  # NDRPDR iter
2700       - 25  # NDRPDR iter
2701       - 26  # NDRPDR iter
2702       - 27  # NDRPDR iter
2703       - 28  # NDRPDR iter
2704       - 29  # NDRPDR iter
2705     csit-dpdk-perf-report-iterative-2009-2n-clx:
2706       - 4   # NDRPDR iter env5
2707       - 5   # NDRPDR iter env5
2708       - 6   # NDRPDR iter env5
2709       - 7   # NDRPDR iter env5
2710       - 8   # NDRPDR iter env5
2711       - 9   # NDRPDR iter env5
2712       - 10  # NDRPDR iter env5
2713       - 11  # NDRPDR iter env5
2714       - 12  # NDRPDR iter env5
2715       - 13  # NDRPDR iter env5
2716
2717 #    csit-dpdk-perf-verify-2001-2n-dnv:
2718 #      - 9   # NDRPDR sel
2719 #      - 10  # NDRPDR sel
2720 #      - 11  # NDRPDR sel
2721 #      - 12  # NDRPDR sel
2722 #      - 13  # NDRPDR sel
2723 #      - 14  # NDRPDR sel
2724 #      - 15  # NDRPDR sel
2725 #      - 16  # NDRPDR sel
2726 #      - 17  # NDRPDR sel
2727 #      - 18  # NDRPDR sel
2728 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
2729 #      # No data
2730 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
2731 #      # No data
2732
2733 #    csit-dpdk-perf-verify-2001-3n-dnv:
2734 #      - 12  # NDRPDR sel
2735 #      - 13  # NDRPDR sel
2736 #      - 14  # NDRPDR sel
2737 #      - 15  # NDRPDR sel
2738 #      - 16  # NDRPDR sel
2739 #      - 17  # NDRPDR sel
2740 #      - 18  # NDRPDR sel
2741 #      - 19  # NDRPDR sel
2742 #      - 20  # NDRPDR sel
2743 #      - 22  # NDRPDR sel
2744 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
2745 #      # No data
2746 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
2747 #      # No data
2748
2749     csit-dpdk-perf-verify-2001-3n-tsh:
2750       - 3   # NDRPDR sel
2751       - 4   # NDRPDR sel
2752       - 5   # NDRPDR sel
2753       - 9   # NDRPDR sel
2754       - 10  # NDRPDR sel
2755       - 11  # NDRPDR sel
2756       - 12  # NDRPDR sel
2757       - 14  # NDRPDR sel
2758       - 15  # NDRPDR sel
2759       - 18  # NDRPDR sel
2760     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2761       - 5   # NDRPDR sel
2762     # TODO: Add:
2763     csit-dpdk-perf-report-iterative-2009-3n-tsh:
2764       - 1   # NDRPDR iter env5
2765       - 2   # NDRPDR iter env5
2766       - 3   # NDRPDR iter env5
2767       - 4   # NDRPDR iter env5
2768       - 5   # NDRPDR iter env5
2769       - 6   # NDRPDR iter env5
2770       - 7   # NDRPDR iter env5
2771       - 9   # NDRPDR iter env5
2772       - 10  # NDRPDR iter env5
2773
2774     csit-vpp-device-2009-ubuntu1804-1n-skx:
2775       - 131 # rls2009 env 5
2776
2777 - type: "output"
2778   output: "report"
2779   format:
2780     html:
2781     - full
2782 #    pdf:
2783 #    - minimal
2784
2785 ################################################################################
2786 ###                               T A B L E S                                ###
2787 ################################################################################
2788
2789 # VPP Soak vs NDR - 2n-skx
2790 - type: "table"
2791   title: "VPP Soak vs NDR 2n-skx"
2792   algorithm: "table_soak_vs_ndr"
2793   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2794   reference:
2795     title: "NDR"
2796     data: "vpp-soak-vs-ndr-2n-skx-ref"
2797   compare:
2798     title: "Soak"
2799     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2800   data: "vpp-soak-vs-ndr-2n-skx"
2801   include-tests: "NDR"
2802   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2803   parameters:
2804     - "throughput"
2805     - "name"
2806     - "parent"
2807
2808 # VPP Soak vs NDR - 2n-clx
2809 - type: "table"
2810   title: "VPP Soak vs NDR 2n-clx"
2811   algorithm: "table_soak_vs_ndr"
2812   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2813   reference:
2814     title: "NDR"
2815     data: "vpp-soak-vs-ndr-2n-clx-ref"
2816   compare:
2817     title: "Soak"
2818     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2819   data: "vpp-soak-vs-ndr-2n-clx"
2820   include-tests: "NDR"
2821   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2822   parameters:
2823     - "throughput"
2824     - "name"
2825     - "parent"
2826
2827 ################################################################################
2828
2829 ## VPP Compare NICs 3n-skx 2t1c ndr
2830 #- type: "table"
2831 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2832 #  algorithm: "table_comparison"
2833 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2834 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2835 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2836 #  columns:
2837 #    - title: "x710"
2838 #      data-set: "vpp-nic-comparison-3n-skx"
2839 #      tag: "NIC_Intel-X710"
2840 #    - title: "xxv710"
2841 #      data-set: "vpp-nic-comparison-3n-skx"
2842 #      tag: "NIC_Intel-XXV710"
2843 #  comparisons:
2844 #    - title: "Diff"
2845 #      reference: 1
2846 #      compare: 2
2847 #  legend:
2848 #    - ""
2849 #    - "x710, xxv710 - NICs tested."
2850 #    - "Diff - difference between x710 and xxv710 NIC."
2851 #
2852 ## VPP Compare NICs 3n-skx 4t2c ndr
2853 #- type: "table"
2854 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2855 #  algorithm: "table_comparison"
2856 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2857 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2858 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2859 #  columns:
2860 #    - title: "x710"
2861 #      data-set: "vpp-nic-comparison-3n-skx"
2862 #      tag: "NIC_Intel-X710"
2863 #    - title: "xxv710"
2864 #      data-set: "vpp-nic-comparison-3n-skx"
2865 #      tag: "NIC_Intel-XXV710"
2866 #  comparisons:
2867 #    - title: "Diff"
2868 #      reference: 1
2869 #      compare: 2
2870 #  legend:
2871 #    - ""
2872 #    - "x710, xxv710 - NICs tested."
2873 #    - "Diff - difference between x710 and xxv710 NIC."
2874 #
2875 ## VPP Compare NICs 3n-skx 2t1c pdr
2876 #- type: "table"
2877 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2878 #  algorithm: "table_comparison"
2879 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2880 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2881 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2882 #  columns:
2883 #    - title: "x710"
2884 #      data-set: "vpp-nic-comparison-3n-skx"
2885 #      tag: "NIC_Intel-X710"
2886 #    - title: "xxv710"
2887 #      data-set: "vpp-nic-comparison-3n-skx"
2888 #      tag: "NIC_Intel-XXV710"
2889 #  comparisons:
2890 #    - title: "Diff"
2891 #      reference: 1
2892 #      compare: 2
2893 #  legend:
2894 #    - ""
2895 #    - "x710, xxv710 - NICs tested."
2896 #    - "Diff - difference between x710 and xxv710 NIC."
2897 #
2898 ## VPP Compare NICs 3n-skx 4t2c pdr
2899 #- type: "table"
2900 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2901 #  algorithm: "table_comparison"
2902 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2903 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2904 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2905 #  columns:
2906 #    - title: "x710"
2907 #      data-set: "vpp-nic-comparison-3n-skx"
2908 #      tag: "NIC_Intel-X710"
2909 #    - title: "xxv710"
2910 #      data-set: "vpp-nic-comparison-3n-skx"
2911 #      tag: "NIC_Intel-XXV710"
2912 #  comparisons:
2913 #    - title: "Diff"
2914 #      reference: 1
2915 #      compare: 2
2916 #  legend:
2917 #    - ""
2918 #    - "x710, xxv710 - NICs tested."
2919 #    - "Diff - difference between x710 and xxv710 NIC."
2920
2921 ## VPP Compare NICs 3n-skx 2t1c mrr
2922 #- type: "table"
2923 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2924 #  algorithm: "table_comparison"
2925 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2926 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2927 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2928 #  columns:
2929 #    - title: "x710"
2930 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2931 #      tag: "NIC_Intel-X710"
2932 #    - title: "xxv710"
2933 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2934 #      tag: "NIC_Intel-XXV710"
2935 #  comparisons:
2936 #    - title: "Diff"
2937 #      reference: 1
2938 #      compare: 2
2939 #  legend:
2940 #    - ""
2941 #    - "x710, xxv710 - NICs tested."
2942 #    - "Diff - difference between x710 and xxv710 NIC."
2943 #
2944 ## VPP Compare NICs 3n-skx 4t2c mrr
2945 #- type: "table"
2946 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2947 #  algorithm: "table_comparison"
2948 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2949 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2950 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2951 #  columns:
2952 #    - title: "x710"
2953 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2954 #      tag: "NIC_Intel-X710"
2955 #    - title: "xxv710"
2956 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2957 #      tag: "NIC_Intel-XXV710"
2958 #  comparisons:
2959 #    - title: "Diff"
2960 #      reference: 1
2961 #      compare: 2
2962 #  legend:
2963 #    - ""
2964 #    - "x710, xxv710 - NICs tested."
2965 #    - "Diff - difference between x710 and xxv710 NIC."
2966 #
2967 ## VPP Compare NICs 3n-skx 8t4c mrr
2968 #- type: "table"
2969 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2970 #  algorithm: "table_comparison"
2971 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2972 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2973 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2974 #  columns:
2975 #    - title: "x710"
2976 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2977 #      tag: "NIC_Intel-X710"
2978 #    - title: "xxv710"
2979 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2980 #      tag: "NIC_Intel-XXV710"
2981 #  comparisons:
2982 #    - title: "Diff"
2983 #      reference: 1
2984 #      compare: 2
2985 #  legend:
2986 #    - ""
2987 #    - "x710, xxv710 - NICs tested."
2988 #    - "Diff - difference between x710 and xxv710 NIC."
2989
2990 # VPP Compare NICs 2n-skx 2t1c ndr
2991 - type: "table"
2992   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2993   algorithm: "table_comparison"
2994   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2995   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2996   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2997   columns:
2998     - title: "x710"
2999       data-set: "vpp-nic-comparison-2n-skx"
3000       tag: "NIC_Intel-X710"
3001     - title: "xxv710"
3002       data-set: "vpp-nic-comparison-2n-skx"
3003       tag: "NIC_Intel-XXV710"
3004   comparisons:
3005     - title: "Diff"
3006       reference: 1
3007       compare: 2
3008   legend:
3009     - ""
3010     - "x710, xxv710 - NICs tested."
3011     - "Diff - difference between x710 and xxv710 NIC."
3012
3013 # VPP Compare NICs 2n-skx 4t2c ndr
3014 - type: "table"
3015   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3016   algorithm: "table_comparison"
3017   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3018   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3019   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3020   columns:
3021     - title: "x710"
3022       data-set: "vpp-nic-comparison-2n-skx"
3023       tag: "NIC_Intel-X710"
3024     - title: "xxv710"
3025       data-set: "vpp-nic-comparison-2n-skx"
3026       tag: "NIC_Intel-XXV710"
3027   comparisons:
3028     - title: "Diff"
3029       reference: 1
3030       compare: 2
3031   legend:
3032     - ""
3033     - "x710, xxv710 - NICs tested."
3034     - "Diff - difference between x710 and xxv710 NIC."
3035
3036 # VPP Compare NICs 2n-skx 2t1c pdr
3037 - type: "table"
3038   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3039   algorithm: "table_comparison"
3040   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3041   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3042   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3043   columns:
3044     - title: "x710"
3045       data-set: "vpp-nic-comparison-2n-skx"
3046       tag: "NIC_Intel-X710"
3047     - title: "xxv710"
3048       data-set: "vpp-nic-comparison-2n-skx"
3049       tag: "NIC_Intel-XXV710"
3050   comparisons:
3051     - title: "Diff"
3052       reference: 1
3053       compare: 2
3054   legend:
3055     - ""
3056     - "x710, xxv710 - NICs tested."
3057     - "Diff - difference between x710 and xxv710 NIC."
3058
3059 # VPP Compare NICs 2n-skx 4t2c pdr
3060 - type: "table"
3061   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3062   algorithm: "table_comparison"
3063   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3064   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3065   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3066   columns:
3067     - title: "x710"
3068       data-set: "vpp-nic-comparison-2n-skx"
3069       tag: "NIC_Intel-X710"
3070     - title: "xxv710"
3071       data-set: "vpp-nic-comparison-2n-skx"
3072       tag: "NIC_Intel-XXV710"
3073   comparisons:
3074     - title: "Diff"
3075       reference: 1
3076       compare: 2
3077   legend:
3078     - ""
3079     - "x710, xxv710 - NICs tested."
3080     - "Diff - difference between x710 and xxv710 NIC."
3081
3082 # VPP Compare NICs 2n-skx 2t1c mrr
3083 - type: "table"
3084   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3085   algorithm: "table_comparison"
3086   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3087   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3088   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3089   columns:
3090     - title: "x710"
3091       data-set: "vpp-nic-comparison-2n-skx-mrr"
3092       tag: "NIC_Intel-X710"
3093     - title: "xxv710"
3094       data-set: "vpp-nic-comparison-2n-skx-mrr"
3095       tag: "NIC_Intel-XXV710"
3096   comparisons:
3097     - title: "Diff"
3098       reference: 1
3099       compare: 2
3100   legend:
3101     - ""
3102     - "x710, xxv710 - NICs tested."
3103     - "Diff - difference between x710 and xxv710 NIC."
3104
3105 # VPP Compare NICs 2n-skx 4t2c mrr
3106 - type: "table"
3107   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3108   algorithm: "table_comparison"
3109   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3110   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3111   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3112   columns:
3113     - title: "x710"
3114       data-set: "vpp-nic-comparison-2n-skx-mrr"
3115       tag: "NIC_Intel-X710"
3116     - title: "xxv710"
3117       data-set: "vpp-nic-comparison-2n-skx-mrr"
3118       tag: "NIC_Intel-XXV710"
3119   comparisons:
3120     - title: "Diff"
3121       reference: 1
3122       compare: 2
3123   legend:
3124     - ""
3125     - "x710, xxv710 - NICs tested."
3126     - "Diff - difference between x710 and xxv710 NIC."
3127
3128 # VPP Compare NICs 2n-skx 8t4c mrr
3129 - type: "table"
3130   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3131   algorithm: "table_comparison"
3132   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3133   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3134   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3135   columns:
3136     - title: "x710"
3137       data-set: "vpp-nic-comparison-2n-skx-mrr"
3138       tag: "NIC_Intel-X710"
3139     - title: "xxv710"
3140       data-set: "vpp-nic-comparison-2n-skx-mrr"
3141       tag: "NIC_Intel-XXV710"
3142   comparisons:
3143     - title: "Diff"
3144       reference: 1
3145       compare: 2
3146   legend:
3147     - ""
3148     - "x710, xxv710 - NICs tested."
3149     - "Diff - difference between x710 and xxv710 NIC."
3150
3151 ################################################################################
3152 # VPP
3153
3154 # VPP Performance Changes 3n-hsw 1t1c pdr
3155 - type: "table"
3156   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3157   algorithm: "table_comparison"
3158   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3159   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3160   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3161   columns:
3162     - title: "2001.0-4"
3163       data-set: "vpp-performance-changes-3n-hsw-h1"
3164     - title: "2005.0-4"
3165       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3166     - title: "2005.0-5"
3167       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3168     - title: "2009.0-5"
3169       data-set: "vpp-performance-changes-3n-hsw-cmp"
3170   comparisons:
3171     - title: "2005.0-5 vs 2005.0-4"
3172       reference: 2
3173       compare: 3
3174 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3175     - title: "2009.0-5 vs 2005.0-5"
3176       reference: 3
3177       compare: 4
3178 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3179   legend:
3180     - ''
3181     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3182     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3183     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3184     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3185     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3186
3187 # VPP Performance Changes 3n-hsw 2t2c pdr
3188 - type: "table"
3189   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3190   algorithm: "table_comparison"
3191   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3192   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3193   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3194   columns:
3195     - title: "2001.0-4"
3196       data-set: "vpp-performance-changes-3n-hsw-h1"
3197     - title: "2005.0-4"
3198       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3199     - title: "2005.0-5"
3200       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3201     - title: "2009.0-5"
3202       data-set: "vpp-performance-changes-3n-hsw-cmp"
3203   comparisons:
3204     - title: "2005.0-5 vs 2005.0-4"
3205       reference: 2
3206       compare: 3
3207 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3208     - title: "2009.0-5 vs 2005.0-5"
3209       reference: 3
3210       compare: 4
3211 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3212   legend:
3213     - ''
3214     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3215     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3216     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3217     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3218     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3219
3220 # VPP Performance Changes 3n-hsw 1t1c ndr
3221 - type: "table"
3222   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3223   algorithm: "table_comparison"
3224   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3225   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3226   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3227   columns:
3228     - title: "2001.0-4"
3229       data-set: "vpp-performance-changes-3n-hsw-h1"
3230     - title: "2005.0-4"
3231       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3232     - title: "2005.0-5"
3233       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3234     - title: "2009.0-5"
3235       data-set: "vpp-performance-changes-3n-hsw-cmp"
3236   comparisons:
3237     - title: "2005.0-5 vs 2005.0-4"
3238       reference: 2
3239       compare: 3
3240 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3241     - title: "2009.0-5 vs 2005.0-5"
3242       reference: 3
3243       compare: 4
3244 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3245   legend:
3246     - ''
3247     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3248     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3249     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3250     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3251     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3252
3253 # VPP Performance Changes 3n-hsw 2t2c ndr
3254 - type: "table"
3255   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3256   algorithm: "table_comparison"
3257   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3258   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3259   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3260   columns:
3261     - title: "2001.0-4"
3262       data-set: "vpp-performance-changes-3n-hsw-h1"
3263     - title: "2005.0-4"
3264       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3265     - title: "2005.0-5"
3266       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3267     - title: "2009.0-5"
3268       data-set: "vpp-performance-changes-3n-hsw-cmp"
3269   comparisons:
3270     - title: "2005.0-5 vs 2005.0-4"
3271       reference: 2
3272       compare: 3
3273 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3274     - title: "2009.0-5 vs 2005.0-5"
3275       reference: 3
3276       compare: 4
3277 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3278   legend:
3279     - ''
3280     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3281     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3282     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3283     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3284     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3285
3286 # VPP Performance Changes 3n-skx 2t1c pdr
3287 - type: "table"
3288   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3289   algorithm: "table_comparison"
3290   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3291   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3292   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3293   columns:
3294     - title: "2001.0-4"
3295       data-set: "vpp-performance-changes-3n-skx-h1"
3296     - title: "2005.0-4"
3297       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3298     - title: "2005.0-5"
3299       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3300     - title: "2009.0-5"
3301       data-set: "vpp-performance-changes-3n-skx-cmp"
3302   comparisons:
3303     - title: "2005.0-5 vs 2005.0-4"
3304       reference: 2
3305       compare: 3
3306 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3307     - title: "2009.0-5 vs 2005.0-5"
3308       reference: 3
3309       compare: 4
3310 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3311   legend:
3312     - ''
3313     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3314     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3315     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3316     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3317     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3318
3319 # VPP Performance Changes 3n-skx 4t2c pdr
3320 - type: "table"
3321   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3322   algorithm: "table_comparison"
3323   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3324   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3325   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3326   columns:
3327     - title: "2001.0-4"
3328       data-set: "vpp-performance-changes-3n-skx-h1"
3329     - title: "2005.0-4"
3330       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3331     - title: "2005.0-5"
3332       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3333     - title: "2009.0-5"
3334       data-set: "vpp-performance-changes-3n-skx-cmp"
3335   comparisons:
3336     - title: "2005.0-5 vs 2005.0-4"
3337       reference: 2
3338       compare: 3
3339 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3340     - title: "2009.0-5 vs 2005.0-5"
3341       reference: 3
3342       compare: 4
3343 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3344   legend:
3345     - ''
3346     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3347     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3348     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3349     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3350     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3351
3352 # VPP Performance Changes 3n-skx 2t1c ndr
3353 - type: "table"
3354   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3355   algorithm: "table_comparison"
3356   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3357   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3358   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3359   columns:
3360     - title: "2001.0-4"
3361       data-set: "vpp-performance-changes-3n-skx-h1"
3362     - title: "2005.0-4"
3363       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3364     - title: "2005.0-5"
3365       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3366     - title: "2009.0-5"
3367       data-set: "vpp-performance-changes-3n-skx-cmp"
3368   comparisons:
3369     - title: "2005.0-5 vs 2005.0-4"
3370       reference: 2
3371       compare: 3
3372 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3373     - title: "2009.0-5 vs 2005.0-5"
3374       reference: 3
3375       compare: 4
3376 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3377   legend:
3378     - ''
3379     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3380     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3381     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3382     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3383     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3384
3385 # VPP Performance Changes 3n-skx 4t2c ndr
3386 - type: "table"
3387   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3388   algorithm: "table_comparison"
3389   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3390   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3391   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3392   columns:
3393     - title: "2001.0-4"
3394       data-set: "vpp-performance-changes-3n-skx-h1"
3395     - title: "2005.0-4"
3396       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3397     - title: "2005.0-5"
3398       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3399     - title: "2009.0-5"
3400       data-set: "vpp-performance-changes-3n-skx-cmp"
3401   comparisons:
3402     - title: "2005.0-5 vs 2005.0-4"
3403       reference: 2
3404       compare: 3
3405 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3406     - title: "2009.0-5 vs 2005.0-5"
3407       reference: 3
3408       compare: 4
3409 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3410   legend:
3411     - ''
3412     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3413     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3414     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3415     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3416     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3417
3418 # VPP Performance Changes 2n-skx 2t1c pdr
3419 - type: "table"
3420   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3421   algorithm: "table_comparison"
3422   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3423   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3424   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3425   columns:
3426     - title: "2001.0-4"
3427       data-set: "vpp-performance-changes-2n-skx-h1"
3428     - title: "2005.0-4"
3429       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3430     - title: "2005.0-5"
3431       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3432     - title: "2009.0-5"
3433       data-set: "vpp-performance-changes-2n-skx-cmp"
3434   comparisons:
3435     - title: "2005.0-5 vs 2005.0-4"
3436       reference: 2
3437       compare: 3
3438 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3439     - title: "2009.0-5 vs 2005.0-5"
3440       reference: 3
3441       compare: 4
3442 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3443   legend:
3444     - ''
3445     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3446     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3447     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3448     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3449     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3450
3451 # VPP Performance Changes 2n-skx 4t2c pdr
3452 - type: "table"
3453   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3454   algorithm: "table_comparison"
3455   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3456   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3457   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3458   columns:
3459     - title: "2001.0-4"
3460       data-set: "vpp-performance-changes-2n-skx-h1"
3461     - title: "2005.0-4"
3462       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3463     - title: "2005.0-5"
3464       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3465     - title: "2009.0-5"
3466       data-set: "vpp-performance-changes-2n-skx-cmp"
3467   comparisons:
3468     - title: "2005.0-5 vs 2005.0-4"
3469       reference: 2
3470       compare: 3
3471 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3472     - title: "2009.0-5 vs 2005.0-5"
3473       reference: 3
3474       compare: 4
3475 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3476   legend:
3477     - ''
3478     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3479     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3480     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3481     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3482     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3483
3484 # VPP Performance Changes 2n-skx 2t1c ndr
3485 - type: "table"
3486   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3487   algorithm: "table_comparison"
3488   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3489   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3490   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3491   columns:
3492     - title: "2001.0-4"
3493       data-set: "vpp-performance-changes-2n-skx-h1"
3494     - title: "2005.0-4"
3495       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3496     - title: "2005.0-5"
3497       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3498     - title: "2009.0-5"
3499       data-set: "vpp-performance-changes-2n-skx-cmp"
3500   comparisons:
3501     - title: "2005.0-5 vs 2005.0-4"
3502       reference: 2
3503       compare: 3
3504 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3505     - title: "2009.0-5 vs 2005.0-5"
3506       reference: 3
3507       compare: 4
3508 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3509   legend:
3510     - ''
3511     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3512     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3513     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3514     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3515     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3516
3517 # VPP Performance Changes 2n-skx 4t2c ndr
3518 - type: "table"
3519   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3520   algorithm: "table_comparison"
3521   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3522   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3523   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3524   columns:
3525     - title: "2001.0-4"
3526       data-set: "vpp-performance-changes-2n-skx-h1"
3527     - title: "2005.0-4"
3528       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3529     - title: "2005.0-5"
3530       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3531     - title: "2009.0-5"
3532       data-set: "vpp-performance-changes-2n-skx-cmp"
3533   comparisons:
3534     - title: "2005.0-5 vs 2005.0-4"
3535       reference: 2
3536       compare: 3
3537 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
3538     - title: "2009.0-5 vs 2005.0-5"
3539       reference: 3
3540       compare: 4
3541 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
3542   legend:
3543     - ''
3544     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3545     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3546     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3547     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3548     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3549
3550 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3551 - type: "table"
3552   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3553   algorithm: "table_comparison"
3554   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3555   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3556   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3557   columns:
3558     - title: "2001.0-4"
3559       data-set: "vpp-performance-changes-2n-clx-h1"
3560     - title: "2005.0-4"
3561       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3562     - title: "2005.0-5"
3563       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3564     - title: "2009.0-5"
3565       data-set: "vpp-performance-changes-2n-clx-cmp"
3566   comparisons:
3567     - title: "2005.0-5 vs 2005.0-4"
3568       reference: 2
3569       compare: 3
3570 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3571     - title: "2009.0-5 vs 2005.0-5"
3572       reference: 3
3573       compare: 4
3574 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3575   legend:
3576     - ''
3577     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3578     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3579     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3580     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3581     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3582
3583 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3584 - type: "table"
3585   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3586   algorithm: "table_comparison"
3587   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3588   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3589   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3590   columns:
3591     - title: "2001.0-4"
3592       data-set: "vpp-performance-changes-2n-clx-h1"
3593     - title: "2005.0-4"
3594       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3595     - title: "2005.0-5"
3596       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3597     - title: "2009.0-5"
3598       data-set: "vpp-performance-changes-2n-clx-cmp"
3599   comparisons:
3600     - title: "2005.0-5 vs 2005.0-4"
3601       reference: 2
3602       compare: 3
3603 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3604     - title: "2009.0-5 vs 2005.0-5"
3605       reference: 3
3606       compare: 4
3607 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3608   legend:
3609     - ''
3610     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3611     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3612     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3613     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3614     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3615
3616 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3617 - type: "table"
3618   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3619   algorithm: "table_comparison"
3620   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3621   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3622   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3623   columns:
3624     - title: "2001.0-4"
3625       data-set: "vpp-performance-changes-2n-clx-h1"
3626     - title: "2005.0-4"
3627       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3628     - title: "2005.0-5"
3629       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3630     - title: "2009.0-5"
3631       data-set: "vpp-performance-changes-2n-clx-cmp"
3632   comparisons:
3633     - title: "2005.0-5 vs 2005.0-4"
3634       reference: 2
3635       compare: 3
3636 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3637     - title: "2009.0-5 vs 2005.0-5"
3638       reference: 3
3639       compare: 4
3640 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3641   legend:
3642     - ''
3643     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3644     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3645     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3646     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3647     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3648
3649 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3650 - type: "table"
3651   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3652   algorithm: "table_comparison"
3653   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3654   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3655   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3656   columns:
3657     - title: "2001.0-4"
3658       data-set: "vpp-performance-changes-2n-clx-h1"
3659     - title: "2005.0-4"
3660       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3661     - title: "2005.0-5"
3662       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3663     - title: "2009.0-5"
3664       data-set: "vpp-performance-changes-2n-clx-cmp"
3665   comparisons:
3666     - title: "2005.0-5 vs 2005.0-4"
3667       reference: 2
3668       compare: 3
3669 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3670     - title: "2009.0-5 vs 2005.0-5"
3671       reference: 3
3672       compare: 4
3673 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3674   legend:
3675     - ''
3676     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3677     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3678     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3679     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3680     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3681
3682 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
3683 #- type: "table"
3684 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3685 #  algorithm: "table_comparison"
3686 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3687 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3688 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3689 #  columns:
3690 #    - title: "2001.0-2"
3691 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3692 #    - title: "2005.0-3"
3693 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3694 #  comparisons:
3695 #    - title: "Diff"
3696 #      reference: 1
3697 #      compare: 2
3698 #  legend:
3699 #    - ''
3700 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3701 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3702 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3703 #    - '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.'
3704 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3705 #
3706 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
3707 #- type: "table"
3708 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3709 #  algorithm: "table_comparison"
3710 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3711 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3712 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3713 #  columns:
3714 #    - title: "2001.0-2"
3715 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3716 #    - title: "2005.0-3"
3717 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3718 #  comparisons:
3719 #    - title: "Diff"
3720 #      reference: 1
3721 #      compare: 2
3722 #  legend:
3723 #    - ''
3724 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3725 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3726 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3727 #    - '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.'
3728 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3729 #
3730 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
3731 #- type: "table"
3732 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3733 #  algorithm: "table_comparison"
3734 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3735 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3736 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3737 #  columns:
3738 #    - title: "2001.0-2"
3739 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3740 #    - title: "2005.0-3"
3741 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3742 #  comparisons:
3743 #    - title: "Diff"
3744 #      reference: 1
3745 #      compare: 2
3746 #  legend:
3747 #    - ''
3748 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3749 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3750 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3751 #    - '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.'
3752 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3753 #
3754 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
3755 #- type: "table"
3756 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
3757 #  algorithm: "table_comparison"
3758 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3759 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3760 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3761 #  columns:
3762 #    - title: "2001.0-2"
3763 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3764 #    - title: "2005.0-3"
3765 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3766 #  comparisons:
3767 #    - title: "Diff"
3768 #      reference: 1
3769 #      compare: 2
3770 #  legend:
3771 #    - ''
3772 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3773 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3774 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3775 #    - '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.'
3776 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3777
3778 # VPP Performance Changes 2n-dnv 1t1c pdr
3779 - type: "table"
3780   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3781   algorithm: "table_comparison"
3782   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3783   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3784   filter: "'1T1C'"
3785   columns:
3786     - title: "2001.0-2"
3787       data-set: "vpp-performance-changes-2n-dnv-h1"
3788     - title: "2005.0-5"
3789       data-set: "vpp-performance-changes-2n-dnv-ref"
3790     - title: "2009.0-5"
3791       data-set: "vpp-performance-changes-2n-dnv-cmp"
3792   comparisons:
3793     - title: "2009.0-5 vs 2005.0-5"
3794       reference: 2
3795       compare: 3
3796   legend:
3797     - ''
3798     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3799     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3800     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3801     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3802
3803 # VPP Performance Changes 2n-dnv 2t2c pdr
3804 - type: "table"
3805   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3806   algorithm: "table_comparison"
3807   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3808   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3809   filter: "'2T2C'"
3810   columns:
3811     - title: "2001.0-2"
3812       data-set: "vpp-performance-changes-2n-dnv-h1"
3813     - title: "2005.0-5"
3814       data-set: "vpp-performance-changes-2n-dnv-ref"
3815     - title: "2009.0-5"
3816       data-set: "vpp-performance-changes-2n-dnv-cmp"
3817   comparisons:
3818     - title: "2009.0-5 vs 2005.0-5"
3819       reference: 2
3820       compare: 3
3821   legend:
3822     - ''
3823     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3824     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3825     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3826     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3827
3828 # VPP Performance Changes 2n-dnv 1t1c ndr
3829 - type: "table"
3830   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3831   algorithm: "table_comparison"
3832   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3833   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3834   filter: "'1T1C'"
3835   columns:
3836     - title: "2001.0-2"
3837       data-set: "vpp-performance-changes-2n-dnv-h1"
3838     - title: "2005.0-5"
3839       data-set: "vpp-performance-changes-2n-dnv-ref"
3840     - title: "2009.0-5"
3841       data-set: "vpp-performance-changes-2n-dnv-cmp"
3842   comparisons:
3843     - title: "2009.0-5 vs 2005.0-5"
3844       reference: 2
3845       compare: 3
3846   legend:
3847     - ''
3848     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3849     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3850     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3851     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3852
3853 # VPP Performance Changes 2n-dnv 2t2c ndr
3854 - type: "table"
3855   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3856   algorithm: "table_comparison"
3857   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3858   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3859   filter: "'2T2C'"
3860   columns:
3861     - title: "2001.0-2"
3862       data-set: "vpp-performance-changes-2n-dnv-h1"
3863     - title: "2005.0-5"
3864       data-set: "vpp-performance-changes-2n-dnv-ref"
3865     - title: "2009.0-5"
3866       data-set: "vpp-performance-changes-2n-dnv-cmp"
3867   comparisons:
3868     - title: "2009.0-5 vs 2005.0-5"
3869       reference: 2
3870       compare: 3
3871   legend:
3872     - ''
3873     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3874     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3875     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3876     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3877
3878 # VPP Performance Changes 3n-dnv 1t1c pdr
3879 - type: "table"
3880   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3881   algorithm: "table_comparison"
3882   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3883   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3884   filter: "'1T1C'"
3885   columns:
3886     - title: "2001.0-2"
3887       data-set: "vpp-performance-changes-3n-dnv-h1"
3888     - title: "2005.0-5"
3889       data-set: "vpp-performance-changes-3n-dnv-ref"
3890     - title: "2009.0-5"
3891       data-set: "vpp-performance-changes-3n-dnv-cmp"
3892   comparisons:
3893     - title: "2009.0-5 vs 2005.0-5"
3894       reference: 2
3895       compare: 3
3896   legend:
3897     - ''
3898     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3899     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3900     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3901     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3902
3903 # VPP Performance Changes 3n-dnv 2t2c pdr
3904 - type: "table"
3905   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3906   algorithm: "table_comparison"
3907   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3908   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3909   filter: "'2T2C'"
3910   columns:
3911     - title: "2001.0-2"
3912       data-set: "vpp-performance-changes-3n-dnv-h1"
3913     - title: "2005.0-5"
3914       data-set: "vpp-performance-changes-3n-dnv-ref"
3915     - title: "2009.0-5"
3916       data-set: "vpp-performance-changes-3n-dnv-cmp"
3917   comparisons:
3918     - title: "2009.0-5 vs 2005.0-5"
3919       reference: 2
3920       compare: 3
3921   legend:
3922     - ''
3923     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3924     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3925     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3926     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3927
3928 # VPP Performance Changes 3n-dnv 1t1c ndr
3929 - type: "table"
3930   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3931   algorithm: "table_comparison"
3932   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3933   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3934   filter: "'1T1C'"
3935   columns:
3936     - title: "2001.0-2"
3937       data-set: "vpp-performance-changes-3n-dnv-h1"
3938     - title: "2005.0-5"
3939       data-set: "vpp-performance-changes-3n-dnv-ref"
3940     - title: "2009.0-5"
3941       data-set: "vpp-performance-changes-3n-dnv-cmp"
3942   comparisons:
3943     - title: "2009.0-5 vs 2005.0-5"
3944       reference: 2
3945       compare: 3
3946   legend:
3947     - ''
3948     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
3949     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3950     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3951     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3952
3953 # VPP Performance Changes 3n-dnv 2t2c ndr
3954 - type: "table"
3955   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3956   algorithm: "table_comparison"
3957   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3958   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3959   filter: "'2T2C'"
3960   columns:
3961     - title: "2001.0-2"
3962       data-set: "vpp-performance-changes-3n-dnv-h1"
3963     - title: "2005.0-5"
3964       data-set: "vpp-performance-changes-3n-dnv-ref"
3965     - title: "2009.0-5"
3966       data-set: "vpp-performance-changes-3n-dnv-cmp"
3967   comparisons:
3968     - title: "2009.0-5 vs 2005.0-5"
3969       reference: 2
3970       compare: 3
3971   legend:
3972     - ''
3973     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
3974     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3975     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3976     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3977
3978 # VPP Performance Changes 3n-tsh 1t1c pdr
3979 - type: "table"
3980   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3981   algorithm: "table_comparison"
3982   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3983   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3984   filter: "'1T1C'"
3985   columns:
3986     - title: "2001.0-4"
3987       data-set: "vpp-performance-changes-3n-tsh-h1"
3988     - title: "2005.0-4"
3989       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
3990     - title: "2005.0-5"
3991       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
3992     - title: "2009.0-5"
3993       data-set: "vpp-performance-changes-3n-tsh-cmp"
3994   comparisons:
3995     - title: "2005.0-5 vs 2005.0-4"
3996       reference: 2
3997       compare: 3
3998 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
3999     - title: "2009.0-5 vs 2005.0-5"
4000       reference: 3
4001       compare: 4
4002 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4003   legend:
4004     - ''
4005     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4006     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4007     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4008     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4009     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4010
4011 # VPP Performance Changes 3n-tsh 2t2c pdr
4012 - type: "table"
4013   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4014   algorithm: "table_comparison"
4015   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4016   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4017   filter: "'2T2C'"
4018   columns:
4019     - title: "2001.0-4"
4020       data-set: "vpp-performance-changes-3n-tsh-h1"
4021     - title: "2005.0-4"
4022       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4023     - title: "2005.0-5"
4024       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4025     - title: "2009.0-5"
4026       data-set: "vpp-performance-changes-3n-tsh-cmp"
4027   comparisons:
4028     - title: "2005.0-5 vs 2005.0-4"
4029       reference: 2
4030       compare: 3
4031 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4032     - title: "2009.0-5 vs 2005.0-5"
4033       reference: 3
4034       compare: 4
4035 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4036   legend:
4037     - ''
4038     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4039     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4040     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4041     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4042     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4043
4044 # VPP Performance Changes 3n-tsh 1t1c ndr
4045 - type: "table"
4046   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4047   algorithm: "table_comparison"
4048   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4049   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4050   filter: "'1T1C'"
4051   columns:
4052     - title: "2001.0-4"
4053       data-set: "vpp-performance-changes-3n-tsh-h1"
4054     - title: "2005.0-4"
4055       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4056     - title: "2005.0-5"
4057       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4058     - title: "2009.0-5"
4059       data-set: "vpp-performance-changes-3n-tsh-cmp"
4060   comparisons:
4061     - title: "2005.0-5 vs 2005.0-4"
4062       reference: 2
4063       compare: 3
4064 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4065     - title: "2009.0-5 vs 2005.0-5"
4066       reference: 3
4067       compare: 4
4068 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4069   legend:
4070     - ''
4071     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4072     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4073     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4074     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4075     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4076
4077 # VPP Performance Changes 3n-tsh 2t2c ndr
4078 - type: "table"
4079   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4080   algorithm: "table_comparison"
4081   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4082   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4083   filter: "'2T2C'"
4084   columns:
4085     - title: "2001.0-4"
4086       data-set: "vpp-performance-changes-3n-tsh-h1"
4087     - title: "2005.0-4"
4088       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4089     - title: "2005.0-5"
4090       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4091     - title: "2009.0-5"
4092       data-set: "vpp-performance-changes-3n-tsh-cmp"
4093   comparisons:
4094     - title: "2005.0-5 vs 2005.0-4"
4095       reference: 2
4096       compare: 3
4097 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4098     - title: "2009.0-5 vs 2005.0-5"
4099       reference: 3
4100       compare: 4
4101 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4102   legend:
4103     - ''
4104     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4105     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4106     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4107     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4108     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4109
4110 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4111 - type: "table"
4112   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4113   algorithm: "table_comparison"
4114   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4115   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4116   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4117   columns:
4118     - title: "3n-hsw xl710"
4119       data-set: "vpp-compare-testbeds-ref"
4120       tag: "NIC_Intel-XL710"
4121     - title: "3n-skx xxv710"
4122       data-set: "vpp-compare-testbeds-cmp"
4123       tag: "NIC_Intel-XXV710"
4124   comparisons:
4125     - title: "Diff"
4126       reference: 1
4127       compare: 2
4128   legend:
4129     - ""
4130     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4131     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4132
4133 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4134 - type: "table"
4135   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4136   algorithm: "table_comparison"
4137   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4138   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4139   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4140   columns:
4141     - title: "3n-hsw xl710"
4142       data-set: "vpp-compare-testbeds-ref"
4143       tag: "NIC_Intel-XL710"
4144     - title: "3n-skx xxv710"
4145       data-set: "vpp-compare-testbeds-cmp"
4146       tag: "NIC_Intel-XXV710"
4147   comparisons:
4148     - title: "Diff"
4149       reference: 1
4150       compare: 2
4151   legend:
4152     - ""
4153     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4154     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4155
4156 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4157 - type: "table"
4158   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4159   algorithm: "table_comparison"
4160   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4161   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4162   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4163   columns:
4164     - title: "3n-hsw xl710"
4165       data-set: "vpp-compare-testbeds-ref"
4166       tag: "NIC_Intel-XL710"
4167     - title: "3n-skx xxv710"
4168       data-set: "vpp-compare-testbeds-cmp"
4169       tag: "NIC_Intel-XXV710"
4170   comparisons:
4171     - title: "Diff"
4172       reference: 1
4173       compare: 2
4174   legend:
4175     - ""
4176     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4177     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4178
4179 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4180 - type: "table"
4181   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4182   algorithm: "table_comparison"
4183   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4184   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4185   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4186   columns:
4187     - title: "3n-hsw xl710"
4188       data-set: "vpp-compare-testbeds-ref"
4189       tag: "NIC_Intel-XL710"
4190     - title: "3n-skx xxv710"
4191       data-set: "vpp-compare-testbeds-cmp"
4192       tag: "NIC_Intel-XXV710"
4193   comparisons:
4194     - title: "Diff"
4195       reference: 1
4196       compare: 2
4197   legend:
4198     - ""
4199     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4200     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4201
4202 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4203 - type: "table"
4204   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4205   algorithm: "table_comparison"
4206   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4207   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4208   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4209   columns:
4210     - title: "2n-skx"
4211       data-set: "vpp-compare-testbeds-skx-clx-ref"
4212     - title: "2n-clx"
4213       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4214   comparisons:
4215     - title: "Diff"
4216       reference: 1
4217       compare: 2
4218   legend:
4219     - ""
4220     - "2n-skx, 2n-clx - testbeds and NICs tested."
4221     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4222
4223 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4224 - type: "table"
4225   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4226   algorithm: "table_comparison"
4227   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4228   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4229   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4230   columns:
4231     - title: "2n-skx"
4232       data-set: "vpp-compare-testbeds-skx-clx-ref"
4233     - title: "2n-clx"
4234       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4235   comparisons:
4236     - title: "Diff"
4237       reference: 1
4238       compare: 2
4239   legend:
4240     - ""
4241     - "2n-skx, 2n-clx - testbeds and NICs tested."
4242     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4243
4244 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4245 - type: "table"
4246   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4247   algorithm: "table_comparison"
4248   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4249   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4250   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4251   columns:
4252     - title: "2n-skx"
4253       data-set: "vpp-compare-testbeds-skx-clx-ref"
4254     - title: "2n-clx"
4255       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4256   comparisons:
4257     - title: "Diff"
4258       reference: 1
4259       compare: 2
4260   legend:
4261     - ""
4262     - "2n-skx, 2n-clx - testbeds and NICs tested."
4263     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4264
4265 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4266 - type: "table"
4267   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4268   algorithm: "table_comparison"
4269   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4270   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4271   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4272   columns:
4273     - title: "2n-skx"
4274       data-set: "vpp-compare-testbeds-skx-clx-ref"
4275     - title: "2n-clx"
4276       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4277   comparisons:
4278     - title: "Diff"
4279       reference: 1
4280       compare: 2
4281   legend:
4282     - ""
4283     - "2n-skx, 2n-clx - testbeds and NICs tested."
4284     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4285
4286 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4287 - type: "table"
4288   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4289   algorithm: "table_comparison"
4290   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4291   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4292   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4293   columns:
4294     - title: "3n-hsw xl710"
4295       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4296       tag: "NIC_Intel-XL710"
4297     - title: "2n-clx xxv710"
4298       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4299       tag: "NIC_Intel-XXV710"
4300   comparisons:
4301     - title: "Diff"
4302       reference: 1
4303       compare: 2
4304   legend:
4305     - ""
4306     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4307     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4308
4309 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4310 - type: "table"
4311   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4312   algorithm: "table_comparison"
4313   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4314   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4315   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4316   columns:
4317     - title: "3n-hsw xl710"
4318       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4319       tag: "NIC_Intel-XL710"
4320     - title: "2n-clx xxv710"
4321       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4322       tag: "NIC_Intel-XXV710"
4323   comparisons:
4324     - title: "Diff"
4325       reference: 1
4326       compare: 2
4327   legend:
4328     - ""
4329     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4330     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4331
4332 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4333 - type: "table"
4334   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4335   algorithm: "table_comparison"
4336   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4337   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4338   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4339   columns:
4340     - title: "3n-hsw xl710"
4341       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4342       tag: "NIC_Intel-XL710"
4343     - title: "2n-clx xxv710"
4344       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4345       tag: "NIC_Intel-XXV710"
4346   comparisons:
4347     - title: "Diff"
4348       reference: 1
4349       compare: 2
4350   legend:
4351     - ""
4352     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4353     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4354
4355 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4356 - type: "table"
4357   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4358   algorithm: "table_comparison"
4359   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4360   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4361   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4362   columns:
4363     - title: "3n-hsw xl710"
4364       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4365       tag: "NIC_Intel-XL710"
4366     - title: "2n-clx xxv710"
4367       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4368       tag: "NIC_Intel-XXV710"
4369   comparisons:
4370     - title: "Diff"
4371       reference: 1
4372       compare: 2
4373   legend:
4374     - ""
4375     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4376     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4377
4378 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4379 - type: "table"
4380   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4381   algorithm: "table_comparison"
4382   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4383   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4384   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4385   columns:
4386     - title: "3n-skx"
4387       data-set: "vpp-compare-topologies-ref"
4388     - title: "2n-skx"
4389       data-set: "vpp-compare-topologies-cmp"
4390   comparisons:
4391     - title: "Diff"
4392       reference: 1
4393       compare: 2
4394   legend:
4395     - ""
4396     - "3n-skx, 2n-skx - topologies tested."
4397     - "Diff - difference between 3n-skx and 2n-skx topologies."
4398
4399 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4400 - type: "table"
4401   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4402   algorithm: "table_comparison"
4403   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4404   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4405   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4406   columns:
4407     - title: "3n-skx"
4408       data-set: "vpp-compare-topologies-ref"
4409     - title: "2n-skx"
4410       data-set: "vpp-compare-topologies-cmp"
4411   comparisons:
4412     - title: "Diff"
4413       reference: 1
4414       compare: 2
4415   legend:
4416     - ""
4417     - "3n-skx, 2n-skx - topologies tested."
4418     - "Diff - difference between 3n-skx and 2n-skx topologies."
4419
4420 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4421 - type: "table"
4422   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4423   algorithm: "table_comparison"
4424   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4425   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4426   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4427   columns:
4428     - title: "3n-skx"
4429       data-set: "vpp-compare-topologies-ref"
4430     - title: "2n-skx"
4431       data-set: "vpp-compare-topologies-cmp"
4432   comparisons:
4433     - title: "Diff"
4434       reference: 1
4435       compare: 2
4436   legend:
4437     - ""
4438     - "3n-skx, 2n-skx - topologies tested."
4439     - "Diff - difference between 3n-skx and 2n-skx topologies."
4440
4441 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4442 - type: "table"
4443   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4444   algorithm: "table_comparison"
4445   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4446   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4447   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4448   columns:
4449     - title: "3n-skx"
4450       data-set: "vpp-compare-topologies-ref"
4451     - title: "2n-skx"
4452       data-set: "vpp-compare-topologies-cmp"
4453   comparisons:
4454     - title: "Diff"
4455       reference: 1
4456       compare: 2
4457   legend:
4458     - ""
4459     - "3n-skx, 2n-skx - topologies tested."
4460     - "Diff - difference between 3n-skx and 2n-skx topologies."
4461
4462 # VPP Performance Changes 3n-hsw 1t1c mrr
4463 - type: "table"
4464   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4465   algorithm: "table_comparison"
4466   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4467   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4468   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4469   columns:
4470     - title: "2001.0-2"
4471       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4472     - title: "2005.0-4"
4473       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4474     - title: "2005.0-5"
4475       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4476     - title: "2009.0-5"
4477       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4478   comparisons:
4479     - title: "2005.0-5 vs 2005.0-4"
4480       reference: 2
4481       compare: 3
4482 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4483     - title: "2009.0-5 vs 2005.0-5"
4484       reference: 3
4485       compare: 4
4486 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
4487   legend:
4488     - ''
4489     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4490     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4491     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4492     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4493     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4494
4495 # VPP Performance Changes 3n-hsw 2t2c mrr
4496 - type: "table"
4497   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4498   algorithm: "table_comparison"
4499   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4500   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4501   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4502   columns:
4503     - title: "2001.0-2"
4504       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4505     - title: "2005.0-4"
4506       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4507     - title: "2005.0-5"
4508       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4509     - title: "2009.0-5"
4510       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4511   comparisons:
4512     - title: "2005.0-5 vs 2005.0-4"
4513       reference: 2
4514       compare: 3
4515 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
4516     - title: "2009.0-5 vs 2005.0-5"
4517       reference: 3
4518       compare: 4
4519 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
4520   legend:
4521     - ''
4522     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4523     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4524     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4525     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4526     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4527
4528 # VPP Performance Changes 3n-hsw 4t4c mrr
4529 - type: "table"
4530   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4531   algorithm: "table_comparison"
4532   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4533   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4534   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4535   columns:
4536     - title: "2001.0-2"
4537       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4538     - title: "2005.0-4"
4539       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4540     - title: "2005.0-5"
4541       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4542     - title: "2009.0-5"
4543       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4544   comparisons:
4545     - title: "2005.0-5 vs 2005.0-4"
4546       reference: 2
4547       compare: 3
4548 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
4549     - title: "2009.0-5 vs 2005.0-5"
4550       reference: 3
4551       compare: 4
4552 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
4553   legend:
4554     - ''
4555     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4556     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4557     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4558     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4559     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4560
4561 # VPP Performance Changes 3n-skx 2t1c mrr
4562 - type: "table"
4563   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4564   algorithm: "table_comparison"
4565   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4566   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4567   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4568   columns:
4569     - title: "2001.0-2"
4570       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4571     - title: "2005.0-4"
4572       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4573     - title: "2005.0-5"
4574       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4575     - title: "2009.0-5"
4576       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4577   comparisons:
4578     - title: "2005.0-5 vs 2005.0-4"
4579       reference: 2
4580       compare: 3
4581 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
4582     - title: "2009.0-5 vs 2005.0-5"
4583       reference: 2
4584       compare: 3
4585 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca2.yaml"
4586   legend:
4587     - ''
4588     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4589     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4590     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4591     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4592     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4593
4594 # VPP Performance Changes 3n-skx 4t2c mrr
4595 - type: "table"
4596   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4597   algorithm: "table_comparison"
4598   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4599   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4600   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4601   columns:
4602     - title: "2001.0-2"
4603       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4604     - title: "2005.0-4"
4605       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4606     - title: "2005.0-5"
4607       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4608     - title: "2009.0-5"
4609       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4610   comparisons:
4611     - title: "2005.0-5 vs 2005.0-4"
4612       reference: 2
4613       compare: 3
4614 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca1.yaml"
4615     - title: "2009.0-5 vs 2005.0-5"
4616       reference: 2
4617       compare: 3
4618 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca2.yaml"
4619   legend:
4620     - ''
4621     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4622     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4623     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4624     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4625     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4626
4627 # VPP Performance Changes 3n-skx 8t4c mrr
4628 - type: "table"
4629   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4630   algorithm: "table_comparison"
4631   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4632   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4633   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4634   columns:
4635     - title: "2001.0-2"
4636       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4637     - title: "2005.0-4"
4638       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4639     - title: "2005.0-5"
4640       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4641     - title: "2009.0-5"
4642       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4643   comparisons:
4644     - title: "2005.0-5 vs 2005.0-4"
4645       reference: 2
4646       compare: 3
4647 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca1.yaml"
4648     - title: "2009.0-5 vs 2005.0-5"
4649       reference: 2
4650       compare: 3
4651 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca2.yaml"
4652   legend:
4653     - ''
4654     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4655     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4656     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4657     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4658     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4659
4660 # VPP Performance Changes 2n-skx 2t1c mrr
4661 - type: "table"
4662   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4663   algorithm: "table_comparison"
4664   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4665   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4666   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4667   columns:
4668     - title: "2001.0-2"
4669       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4670     - title: "2005.0-4"
4671       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4672     - title: "2005.0-5"
4673       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4674     - title: "2009.0-5"
4675       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4676   comparisons:
4677     - title: "2005.0-5 vs 2005.0-4"
4678       reference: 2
4679       compare: 3
4680 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
4681     - title: "2009.0-5 vs 2005.0-4"
4682       reference: 3
4683       compare: 4
4684 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
4685   legend:
4686     - ''
4687     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4688     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4689     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4690     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4691     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4692
4693 # VPP Performance Changes 2n-skx 4t2c mrr
4694 - type: "table"
4695   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4696   algorithm: "table_comparison"
4697   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4698   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4699   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4700   columns:
4701     - title: "2001.0-2"
4702       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4703     - title: "2005.0-4"
4704       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4705     - title: "2005.0-5"
4706       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4707     - title: "2009.0-5"
4708       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4709   comparisons:
4710     - title: "2005.0-5 vs 2005.0-4"
4711       reference: 2
4712       compare: 3
4713 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
4714     - title: "2009.0-5 vs 2005.0-4"
4715       reference: 3
4716       compare: 4
4717 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
4718   legend:
4719     - ''
4720     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4721     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4722     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4723     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4724     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4725
4726 # VPP Performance Changes 2n-skx 8t4c mrr
4727 - type: "table"
4728   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4729   algorithm: "table_comparison"
4730   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4731   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4732   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4733   columns:
4734     - title: "2001.0-2"
4735       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4736     - title: "2005.0-4"
4737       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4738     - title: "2005.0-5"
4739       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4740     - title: "2009.0-5"
4741       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4742   comparisons:
4743     - title: "2005.0-5 vs 2005.0-4"
4744       reference: 2
4745       compare: 3
4746 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
4747     - title: "2009.0-5 vs 2005.0-4"
4748       reference: 3
4749       compare: 4
4750 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
4751   legend:
4752     - ''
4753     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4754     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4755     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4756     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4757     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4758
4759 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4760 - type: "table"
4761   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4762   algorithm: "table_comparison"
4763   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4764   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4765   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4766   columns:
4767     - title: "2001.0-2"
4768       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4769     - title: "2005.0-4"
4770       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4771     - title: "2005.0-5"
4772       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4773     - title: "2009.0-5"
4774       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4775   comparisons:
4776     - title: "2005.0-5 vs 2005.0-4"
4777       reference: 2
4778       compare: 3
4779 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
4780     - title: "2009.0-5 vs 2005.0-5"
4781       reference: 3
4782       compare: 4
4783 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
4784   legend:
4785     - ''
4786     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4787     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4788     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4789     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4790     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4791
4792 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4793 - type: "table"
4794   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4795   algorithm: "table_comparison"
4796   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4797   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4798   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4799   columns:
4800     - title: "2001.0-2"
4801       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4802     - title: "2005.0-4"
4803       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4804     - title: "2005.0-5"
4805       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4806     - title: "2009.0-5"
4807       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4808   comparisons:
4809     - title: "2005.0-5 vs 2005.0-4"
4810       reference: 2
4811       compare: 3
4812 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
4813     - title: "2009.0-5 vs 2005.0-5"
4814       reference: 3
4815       compare: 4
4816 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
4817   legend:
4818     - ''
4819     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4820     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4821     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4822     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4823     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4824
4825 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4826 - type: "table"
4827   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4828   algorithm: "table_comparison"
4829   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4830   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4831   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4832   columns:
4833     - title: "2001.0-2"
4834       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4835     - title: "2005.0-4"
4836       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4837     - title: "2005.0-5"
4838       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4839     - title: "2009.0-5"
4840       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4841   comparisons:
4842     - title: "2005.0-5 vs 2005.0-4"
4843       reference: 2
4844       compare: 3
4845 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
4846     - title: "2009.0-5 vs 2005.0-5"
4847       reference: 3
4848       compare: 4
4849 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
4850   legend:
4851     - ''
4852     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4853     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4854     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4855     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4856     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4857
4858 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
4859 #- type: "table"
4860 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
4861 #  algorithm: "table_comparison"
4862 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
4863 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4864 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4865 #  columns:
4866 #    - title: "2001"
4867 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4868 #    - title: "2005"
4869 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4870 #  comparisons:
4871 #    - title: "Diff"
4872 #      reference: 1
4873 #      compare: 2
4874 #  legend:
4875 #    - ""
4876 #    - "2001, 2005 - VPP versions tested."
4877 #    - "Diff - difference between 2001 and 2005 VPP version."
4878 #
4879 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
4880 #- type: "table"
4881 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
4882 #  algorithm: "table_comparison"
4883 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
4884 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4885 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4886 #  columns:
4887 #    - title: "2001"
4888 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4889 #    - title: "2005"
4890 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4891 #  comparisons:
4892 #    - title: "Diff"
4893 #      reference: 1
4894 #      compare: 2
4895 #  legend:
4896 #    - ""
4897 #    - "2001, 2005 - VPP versions tested."
4898 #    - "Diff - difference between 2001 and 2005 VPP version."
4899 #
4900 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
4901 #- type: "table"
4902 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
4903 #  algorithm: "table_comparison"
4904 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
4905 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4906 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4907 #  columns:
4908 #    - title: "2001"
4909 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4910 #    - title: "2005"
4911 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4912 #  comparisons:
4913 #    - title: "Diff"
4914 #      reference: 1
4915 #      compare: 2
4916 #  legend:
4917 #    - ""
4918 #    - "2001, 2005 - VPP versions tested."
4919 #    - "Diff - difference between 2001 and 2005 VPP version."
4920
4921 # VPP Performance Changes 2n-dnv 1t1c mrr
4922 - type: "table"
4923   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4924   algorithm: "table_comparison"
4925   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4926   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4927   filter: "'1T1C'"
4928   columns:
4929     - title: "2001.0-2"
4930       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4931     - title: "2005.0-5"
4932       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4933     - title: "2009.0-5"
4934       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4935   comparisons:
4936     - title: "2009.0-5 vs 2005.0-5"
4937       reference: 2
4938       compare: 3
4939   legend:
4940     - ''
4941     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4942     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4943     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4944     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4945
4946 # VPP Performance Changes 2n-dnv 2t2c mrr
4947 - type: "table"
4948   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4949   algorithm: "table_comparison"
4950   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4951   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4952   filter: "'2T2C'"
4953   columns:
4954     - title: "2001.0-2"
4955       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4956     - title: "2005.0-5"
4957       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4958     - title: "2009.0-5"
4959       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4960   comparisons:
4961     - title: "2009.0-5 vs 2005.0-5"
4962       reference: 2
4963       compare: 3
4964   legend:
4965     - ''
4966     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4967     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4968     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4969     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4970
4971 # VPP Performance Changes 2n-dnv 4t4c mrr
4972 - type: "table"
4973   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4974   algorithm: "table_comparison"
4975   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4976   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4977   filter: "'4T4C'"
4978   columns:
4979     - title: "2001.0-2"
4980       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4981     - title: "2005.0-5"
4982       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4983     - title: "2009.0-5"
4984       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4985   comparisons:
4986     - title: "2009.0-5 vs 2005.0-5"
4987       reference: 2
4988       compare: 3
4989   legend:
4990     - ''
4991     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4992     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4993     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4994     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4995
4996 # VPP Performance Changes 3n-dnv 1t1c mrr
4997 - type: "table"
4998   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4999   algorithm: "table_comparison"
5000   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5001   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5002   filter: "'1T1C'"
5003   columns:
5004     - title: "2001.0-2"
5005       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5006     - title: "2005.0-5"
5007       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5008     - title: "2009.0-5"
5009       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5010   comparisons:
5011     - title: "2009.0-5 vs 2005.0-5"
5012       reference: 2
5013       compare: 3
5014   legend:
5015     - ''
5016     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5017     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5018     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5019     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5020
5021 # VPP Performance Changes 3n-dnv 2t2c mrr
5022 - type: "table"
5023   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5024   algorithm: "table_comparison"
5025   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5026   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5027   filter: "'2T2C'"
5028   columns:
5029     - title: "2001.0-2"
5030       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5031     - title: "2005.0-5"
5032       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5033     - title: "2009.0-5"
5034       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5035   comparisons:
5036     - title: "2009.0-5 vs 2005.0-5"
5037       reference: 2
5038       compare: 3
5039   legend:
5040     - ''
5041     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5042     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5043     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5044     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5045
5046 # VPP Performance Changes 3n-dnv 4t4c mrr
5047 - type: "table"
5048   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5049   algorithm: "table_comparison"
5050   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5051   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5052   filter: "'4T4C'"
5053   columns:
5054     - title: "2001.0-2"
5055       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5056     - title: "2005.0-5"
5057       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5058     - title: "2009.0-5"
5059       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5060   comparisons:
5061     - title: "2009.0-5 vs 2005.0-5"
5062       reference: 2
5063       compare: 3
5064   legend:
5065     - ''
5066     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5067     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5068     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5069     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5070
5071 # VPP Performance Changes 3n-tsh 1t1c mrr
5072 - type: "table"
5073   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5074   algorithm: "table_comparison"
5075   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5076   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5077   filter: "'1T1C'"
5078   columns:
5079     - title: "2001.0-2"
5080       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5081     - title: "2005.0-4"
5082       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5083     - title: "2005.0-5"
5084       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5085     - title: "2009.0-5"
5086       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5087   comparisons:
5088     - title: "2005.0-5 vs 2005.0-4"
5089       reference: 2
5090       compare: 3
5091 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5092     - title: "2009.0-5 vs 2005.0-5"
5093       reference: 3
5094       compare: 4
5095 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
5096   legend:
5097     - ''
5098     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5099     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5100     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5101     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5102     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5103
5104 # VPP Performance Changes 3n-tsh 2t2c mrr
5105 - type: "table"
5106   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5107   algorithm: "table_comparison"
5108   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5109   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5110   filter: "'2T2C'"
5111   columns:
5112     - title: "2001.0-2"
5113       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5114     - title: "2005.0-4"
5115       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5116     - title: "2005.0-5"
5117       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5118     - title: "2009.0-5"
5119       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5120   comparisons:
5121     - title: "2005.0-5 vs 2005.0-4"
5122       reference: 2
5123       compare: 3
5124 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
5125     - title: "2009.0-5 vs 2005.0-5"
5126       reference: 3
5127       compare: 4
5128 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
5129   legend:
5130     - ''
5131     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5132     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5133     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5134     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5135     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5136
5137 # VPP Performance Changes 3n-tsh 4t4c mrr
5138 - type: "table"
5139   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5140   algorithm: "table_comparison"
5141   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5142   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5143   filter: "'4T4C'"
5144   columns:
5145     - title: "2001.0-2"
5146       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5147     - title: "2005.0-4"
5148       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5149     - title: "2005.0-5"
5150       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5151     - title: "2009.0-5"
5152       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5153   comparisons:
5154     - title: "2005.0-5 vs 2005.0-4"
5155       reference: 2
5156       compare: 3
5157 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
5158     - title: "2009.0-5 vs 2005.0-5"
5159       reference: 3
5160       compare: 4
5161 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
5162   legend:
5163     - ''
5164     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5165     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5166     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5167     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5168     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5169
5170 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5171 - type: "table"
5172   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5173   algorithm: "table_comparison"
5174   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5175   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5176   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5177   columns:
5178     - title: "3n-hsw xl710"
5179       data-set: "vpp-compare-testbeds-mrr-ref"
5180       tag: "NIC_Intel-XL710"
5181     - title: "3n-skx xxv710"
5182       data-set: "vpp-compare-testbeds-mrr-cmp"
5183       tag: "NIC_Intel-XXV710"
5184   comparisons:
5185     - title: "Diff"
5186       reference: 1
5187       compare: 2
5188   legend:
5189     - ""
5190     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5191     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5192
5193 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5194 - type: "table"
5195   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5196   algorithm: "table_comparison"
5197   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5198   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5199   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5200   columns:
5201     - title: "3n-hsw xl710"
5202       data-set: "vpp-compare-testbeds-mrr-ref"
5203       tag: "NIC_Intel-XL710"
5204     - title: "3n-skx xxv710"
5205       data-set: "vpp-compare-testbeds-mrr-cmp"
5206       tag: "NIC_Intel-XXV710"
5207   comparisons:
5208     - title: "Diff"
5209       reference: 1
5210       compare: 2
5211   legend:
5212     - ""
5213     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5214     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5215
5216 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5217 - type: "table"
5218   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5219   algorithm: "table_comparison"
5220   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5221   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5222   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5223   columns:
5224     - title: "3n-hsw xl710"
5225       data-set: "vpp-compare-testbeds-mrr-ref"
5226       tag: "NIC_Intel-XL710"
5227     - title: "3n-skx xxv710"
5228       data-set: "vpp-compare-testbeds-mrr-cmp"
5229       tag: "NIC_Intel-XXV710"
5230   comparisons:
5231     - title: "Diff"
5232       reference: 1
5233       compare: 2
5234   legend:
5235     - ""
5236     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5237     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5238
5239 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5240 - type: "table"
5241   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5242   algorithm: "table_comparison"
5243   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5244   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5245   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5246   columns:
5247     - title: "2n-skx"
5248       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5249     - title: "2n-clx"
5250       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5251   comparisons:
5252     - title: "Diff"
5253       reference: 1
5254       compare: 2
5255   legend:
5256     - ""
5257     - "2n-skx, 2n-clx - testbeds and NICs tested."
5258     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5259
5260 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5261 - type: "table"
5262   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5263   algorithm: "table_comparison"
5264   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5265   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5266   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5267   columns:
5268     - title: "2n-skx"
5269       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5270     - title: "2n-clx"
5271       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5272   comparisons:
5273     - title: "Diff"
5274       reference: 1
5275       compare: 2
5276   legend:
5277     - ""
5278     - "2n-skx, 2n-clx - testbeds and NICs tested."
5279     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5280
5281 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5282 - type: "table"
5283   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5284   algorithm: "table_comparison"
5285   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5286   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5287   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5288   columns:
5289     - title: "2n-skx"
5290       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5291     - title: "2n-clx"
5292       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5293   comparisons:
5294     - title: "Diff"
5295       reference: 1
5296       compare: 2
5297   legend:
5298     - ""
5299     - "2n-skx, 2n-clx - testbeds and NICs tested."
5300     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5301
5302 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5303 - type: "table"
5304   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5305   algorithm: "table_comparison"
5306   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5307   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5308   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5309   columns:
5310     - title: "3n-skx"
5311       data-set: "vpp-compare-topologies-mrr-ref"
5312     - title: "2n-skx"
5313       data-set: "vpp-compare-topologies-mrr-cmp"
5314   comparisons:
5315     - title: "Diff"
5316       reference: 1
5317       compare: 2
5318   legend:
5319     - ""
5320     - "3n-skx, 2n-skx - topologies tested."
5321     - "Diff - difference between 3n-skx and 2n-skx topologies."
5322
5323 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5324 - type: "table"
5325   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5326   algorithm: "table_comparison"
5327   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5328   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5329   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5330   columns:
5331     - title: "3n-skx"
5332       data-set: "vpp-compare-topologies-mrr-ref"
5333     - title: "2n-skx"
5334       data-set: "vpp-compare-topologies-mrr-cmp"
5335   comparisons:
5336     - title: "Diff"
5337       reference: 1
5338       compare: 2
5339   legend:
5340     - ""
5341     - "3n-skx, 2n-skx - topologies tested."
5342     - "Diff - difference between 3n-skx and 2n-skx topologies."
5343
5344 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5345 - type: "table"
5346   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5347   algorithm: "table_comparison"
5348   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5349   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5350   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5351   columns:
5352     - title: "3n-skx"
5353       data-set: "vpp-compare-topologies-mrr-ref"
5354     - title: "2n-skx"
5355       data-set: "vpp-compare-topologies-mrr-cmp"
5356   comparisons:
5357     - title: "Diff"
5358       reference: 1
5359       compare: 2
5360   legend:
5361     - ""
5362     - "3n-skx, 2n-skx - topologies tested."
5363     - "Diff - difference between 3n-skx and 2n-skx topologies."
5364
5365 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5366 - type: "table"
5367   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5368   algorithm: "table_comparison"
5369   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5370   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5371   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5372   columns:
5373     - title: "3n-hsw xl710"
5374       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5375       tag: "NIC_Intel-XL710"
5376     - title: "2n-clx xxv710"
5377       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5378       tag: "NIC_Intel-XXV710"
5379   comparisons:
5380     - title: "Diff"
5381       reference: 1
5382       compare: 2
5383   legend:
5384     - ""
5385     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5386     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5387
5388 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5389 - type: "table"
5390   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5391   algorithm: "table_comparison"
5392   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5393   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5394   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5395   columns:
5396     - title: "3n-hsw xl710"
5397       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5398       tag: "NIC_Intel-XL710"
5399     - title: "2n-clx xxv710"
5400       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5401       tag: "NIC_Intel-XXV710"
5402   comparisons:
5403     - title: "Diff"
5404       reference: 1
5405       compare: 2
5406   legend:
5407     - ""
5408     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5409     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5410
5411 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5412 - type: "table"
5413   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5414   algorithm: "table_comparison"
5415   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5416   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5417   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5418   columns:
5419     - title: "3n-hsw xl710"
5420       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5421       tag: "NIC_Intel-XL710"
5422     - title: "2n-clx xxv710"
5423       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5424       tag: "NIC_Intel-XXV710"
5425   comparisons:
5426     - title: "Diff"
5427       reference: 1
5428       compare: 2
5429   legend:
5430     - ""
5431     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5432     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5433
5434 # Detailed Test Results - VPP Performance Results 3n-hsw
5435 - type: "table"
5436   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5437   algorithm: "table_merged_details"
5438   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5439   columns:
5440     - title: " |prein| Test Name |preout| "
5441       data: "data name"
5442     - 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| "
5443       data: "data msg"
5444   data: "vpp-perf-results-3n-hsw"
5445   filter: "all"
5446   parameters:
5447   - "name"
5448   - "parent"
5449   - "msg"
5450
5451 # Detailed Test Results - VPP Performance Results 3n-skx
5452 - type: "table"
5453   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5454   algorithm: "table_merged_details"
5455   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5456   columns:
5457     - title: " |prein| Test Name |preout| "
5458       data: "data name"
5459     - 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| "
5460       data: "data msg"
5461   data: "vpp-perf-results-3n-skx"
5462   filter: "all"
5463   remove-ndr: False
5464   parameters:
5465   - "name"
5466   - "parent"
5467   - "msg"
5468
5469 # Detailed Test Results - VPP Performance Results 2n-skx
5470 - type: "table"
5471   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5472   algorithm: "table_merged_details"
5473   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5474   columns:
5475     - title: " |prein| Test Name |preout| "
5476       data: "data name"
5477     - 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| "
5478       data: "data msg"
5479   data: "vpp-perf-results-2n-skx"
5480   filter: "all"
5481   remove-ndr: False
5482   parameters:
5483   - "name"
5484   - "parent"
5485   - "msg"
5486
5487 # Detailed Test Results - VPP Performance Results 2n-clx
5488 - type: "table"
5489   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5490   algorithm: "table_merged_details"
5491   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5492   columns:
5493     - title: " |prein| Test Name |preout| "
5494       data: "data name"
5495     - 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| "
5496       data: "data msg"
5497   data: "vpp-perf-results-2n-clx"
5498   filter: "all"
5499   parameters:
5500   - "name"
5501   - "parent"
5502   - "msg"
5503
5504 # Detailed Test Results - VPP Performance Results 3n-tsh
5505 - type: "table"
5506   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5507   algorithm: "table_merged_details"
5508   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5509   columns:
5510     - title: " |prein| Test Name |preout| "
5511       data: "data name"
5512     - 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| "
5513       data: "data msg"
5514   data: "vpp-perf-results-3n-tsh"
5515   filter: "all"
5516   parameters:
5517   - "name"
5518   - "parent"
5519   - "msg"
5520
5521 # Detailed Test Results - VPP Performance Results 3n-dnv
5522 - type: "table"
5523   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5524   algorithm: "table_merged_details"
5525   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5526   columns:
5527     - title: " |prein| Test Name |preout| "
5528       data: "data name"
5529     - 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| "
5530       data: "data msg"
5531   data: "vpp-perf-results-3n-dnv"
5532   filter: "all"
5533   parameters:
5534   - "name"
5535   - "parent"
5536   - "msg"
5537
5538 # Detailed Test Results - VPP Performance Results 2n-dnv
5539 - type: "table"
5540   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5541   algorithm: "table_merged_details"
5542   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5543   columns:
5544     - title: " |prein| Test Name |preout| "
5545       data: "data name"
5546     - 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| "
5547       data: "data msg"
5548   data: "vpp-perf-results-2n-dnv"
5549   filter: "all"
5550   parameters:
5551   - "name"
5552   - "parent"
5553   - "msg"
5554
5555 # Test configuration - VPP Performance Test Configs 3n-hsw
5556 - type: "table"
5557   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5558   algorithm: "table_merged_details"
5559   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5560   columns:
5561     - title: " |prein| Test Name |preout| "
5562       data: "data name"
5563     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5564       data: "data conf-history"
5565   data: "vpp-perf-results-3n-hsw"
5566   filter: "all"
5567   parameters:
5568   - "parent"
5569   - "name"
5570   - "conf-history"
5571
5572 # Test configuration - VPP Performance Test Configs 3n-skx
5573 - type: "table"
5574   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5575   algorithm: "table_merged_details"
5576   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5577   columns:
5578     - title: " |prein| Test Name |preout| "
5579       data: "data name"
5580     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5581       data: "data conf-history"
5582   data: "vpp-perf-results-3n-skx"
5583   filter: "all"
5584   parameters:
5585   - "parent"
5586   - "name"
5587   - "conf-history"
5588
5589 # Test configuration - VPP Performance Test Configs 2n-skx
5590 - type: "table"
5591   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5592   algorithm: "table_merged_details"
5593   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5594   columns:
5595     - title: " |prein| Test Name |preout| "
5596       data: "data name"
5597     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5598       data: "data conf-history"
5599   data: "vpp-perf-results-2n-skx"
5600   filter: "all"
5601   parameters:
5602   - "parent"
5603   - "name"
5604   - "conf-history"
5605
5606 # Test configuration - VPP Performance Test Configs 2n-clx
5607 - type: "table"
5608   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5609   algorithm: "table_merged_details"
5610   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5611   columns:
5612     - title: " |prein| Test Name |preout| "
5613       data: "data name"
5614     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5615       data: "data conf-history"
5616   data: "vpp-perf-results-2n-clx"
5617   filter: "all"
5618   parameters:
5619   - "parent"
5620   - "name"
5621   - "conf-history"
5622
5623 # Test configuration - VPP Performance Test Configs 3n-tsh
5624 - type: "table"
5625   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5626   algorithm: "table_merged_details"
5627   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5628   columns:
5629     - title: " |prein| Test Name |preout| "
5630       data: "data name"
5631     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5632       data: "data conf-history"
5633   data: "vpp-perf-results-3n-tsh"
5634   filter: "all"
5635   parameters:
5636   - "parent"
5637   - "name"
5638   - "conf-history"
5639
5640 # Test configuration - VPP Performance Test Configs 3n-dnv
5641 - type: "table"
5642   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5643   algorithm: "table_merged_details"
5644   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5645   columns:
5646     - title: " |prein| Test Name |preout| "
5647       data: "data name"
5648     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5649       data: "data conf-history"
5650   data: "vpp-perf-results-3n-dnv"
5651   filter: "all"
5652   parameters:
5653   - "parent"
5654   - "name"
5655   - "conf-history"
5656
5657 # Test configuration - VPP Performance Test Configs 2n-dnv
5658 - type: "table"
5659   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5660   algorithm: "table_merged_details"
5661   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5662   columns:
5663     - title: " |prein| Test Name |preout| "
5664       data: "data name"
5665     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5666       data: "data conf-history"
5667   data: "vpp-perf-results-2n-dnv"
5668   filter: "all"
5669   parameters:
5670   - "parent"
5671   - "name"
5672   - "conf-history"
5673
5674 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5675 - type: "table"
5676   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5677   algorithm: "table_oper_data_html"
5678   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5679   data: "vpp-perf-results-3n-hsw"
5680   filter: "all"
5681
5682 # Test Operational Data - VPP Performance Operational Data 3n-skx
5683 - type: "table"
5684   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5685   algorithm: "table_oper_data_html"
5686   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5687   data: "vpp-perf-results-3n-skx"
5688   filter: "all"
5689
5690 # Test Operational Data - VPP Performance Operational Data 2n-skx
5691 - type: "table"
5692   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5693   algorithm: "table_oper_data_html"
5694   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5695   data: "vpp-perf-results-2n-skx"
5696   filter: "all"
5697
5698 # Test Operational Data - VPP Performance Operational Data 2n-clx
5699 - type: "table"
5700   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5701   algorithm: "table_oper_data_html"
5702   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5703   data: "vpp-perf-results-2n-clx"
5704   filter: "all"
5705
5706 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5707 - type: "table"
5708   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5709   algorithm: "table_oper_data_html"
5710   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5711   data: "vpp-perf-results-3n-tsh"
5712   filter: "all"
5713
5714 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5715 - type: "table"
5716   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5717   algorithm: "table_oper_data_html"
5718   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5719   data: "vpp-perf-results-3n-dnv"
5720   filter: "all"
5721
5722 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5723 - type: "table"
5724   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5725   algorithm: "table_oper_data_html"
5726   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5727   data: "vpp-perf-results-2n-dnv"
5728   filter: "all"
5729
5730 # Detailed Test Results - VPP MRR Results 3n-hsw
5731 - type: "table"
5732   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5733   algorithm: "table_merged_details"
5734   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5735   columns:
5736     - title: " |prein| Test Name |preout| "
5737       data: "data name"
5738     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5739       data: "data msg"
5740   data: "vpp-mrr-results-3n-hsw"
5741   filter: "all"
5742   parameters:
5743   - "name"
5744   - "parent"
5745   - "msg"
5746
5747 # Detailed Test Results - VPP MRR Results 3n-skx
5748 - type: "table"
5749   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5750   algorithm: "table_merged_details"
5751   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5752   columns:
5753     - title: " |prein| Test Name |preout| "
5754       data: "data name"
5755     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5756       data: "data msg"
5757   data: "vpp-mrr-results-3n-skx"
5758   filter: "all"
5759   parameters:
5760   - "name"
5761   - "parent"
5762   - "msg"
5763
5764 # Detailed Test Results - VPP MRR Results 2n-skx
5765 - type: "table"
5766   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5767   algorithm: "table_merged_details"
5768   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5769   columns:
5770     - title: " |prein| Test Name |preout| "
5771       data: "data name"
5772     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5773       data: "data msg"
5774   data: "vpp-mrr-results-2n-skx"
5775   filter: "all"
5776   parameters:
5777   - "name"
5778   - "parent"
5779   - "msg"
5780
5781 # Detailed Test Results - VPP MRR Results 2n-clx
5782 - type: "table"
5783   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5784   algorithm: "table_merged_details"
5785   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5786   columns:
5787     - title: " |prein| Test Name |preout| "
5788       data: "data name"
5789     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5790       data: "data msg"
5791   data: "vpp-mrr-results-2n-clx"
5792   filter: "all"
5793   parameters:
5794   - "name"
5795   - "parent"
5796   - "msg"
5797
5798 # Detailed Test Results - VPP MRR Results 3n-tsh
5799 - type: "table"
5800   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5801   algorithm: "table_merged_details"
5802   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5803   columns:
5804     - title: " |prein| Test Name |preout| "
5805       data: "data name"
5806     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5807       data: "data msg"
5808   data: "vpp-mrr-results-3n-tsh"
5809   filter: "all"
5810   parameters:
5811   - "name"
5812   - "parent"
5813   - "msg"
5814
5815 # Detailed Test Results - VPP MRR Results 3n-dnv
5816 - type: "table"
5817   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5818   algorithm: "table_merged_details"
5819   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5820   columns:
5821     - title: " |prein| Test Name |preout| "
5822       data: "data name"
5823     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5824       data: "data msg"
5825   data: "vpp-mrr-results-3n-dnv"
5826   filter: "all"
5827   parameters:
5828   - "name"
5829   - "parent"
5830   - "msg"
5831
5832 # Detailed Test Results - VPP MRR Results 2n-dnv
5833 - type: "table"
5834   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5835   algorithm: "table_merged_details"
5836   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5837   columns:
5838     - title: " |prein| Test Name |preout| "
5839       data: "data name"
5840     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5841       data: "data msg"
5842   data: "vpp-mrr-results-2n-dnv"
5843   filter: "all"
5844   parameters:
5845   - "name"
5846   - "parent"
5847   - "msg"
5848
5849 # Test configuration - VPP MRR Test Configs 3n-hsw
5850 - type: "table"
5851   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5852   algorithm: "table_merged_details"
5853   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5854   columns:
5855     - title: " |prein| Test Name |preout| "
5856       data: "data name"
5857     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5858       data: "data conf-history"
5859   data: "vpp-mrr-results-3n-hsw"
5860   filter: "all"
5861   parameters:
5862   - "parent"
5863   - "name"
5864   - "conf-history"
5865
5866 # Test configuration - VPP MRR Test Configs 3n-skx
5867 - type: "table"
5868   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5869   algorithm: "table_merged_details"
5870   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5871   columns:
5872     - title: " |prein| Test Name |preout| "
5873       data: "data name"
5874     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5875       data: "data conf-history"
5876   data: "vpp-mrr-results-3n-skx"
5877   filter: "all"
5878   parameters:
5879   - "parent"
5880   - "name"
5881   - "conf-history"
5882
5883 # Test configuration - VPP MRR Test Configs 2n-skx
5884 - type: "table"
5885   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5886   algorithm: "table_merged_details"
5887   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5888   columns:
5889     - title: " |prein| Test Name |preout| "
5890       data: "data name"
5891     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5892       data: "data conf-history"
5893   data: "vpp-mrr-results-2n-skx"
5894   filter: "all"
5895   parameters:
5896   - "parent"
5897   - "name"
5898   - "conf-history"
5899
5900 # Test configuration - VPP MRR Test Configs 2n-clx
5901 - type: "table"
5902   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5903   algorithm: "table_merged_details"
5904   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5905   columns:
5906     - title: " |prein| Test Name |preout| "
5907       data: "data name"
5908     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5909       data: "data conf-history"
5910   data: "vpp-mrr-results-2n-clx"
5911   filter: "all"
5912   parameters:
5913   - "parent"
5914   - "name"
5915   - "conf-history"
5916
5917 # Test configuration - VPP MRR Test Configs 3n-tsh
5918 - type: "table"
5919   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5920   algorithm: "table_merged_details"
5921   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5922   columns:
5923     - title: " |prein| Test Name |preout| "
5924       data: "data name"
5925     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5926       data: "data conf-history"
5927   data: "vpp-mrr-results-3n-tsh"
5928   filter: "all"
5929   parameters:
5930   - "parent"
5931   - "name"
5932   - "conf-history"
5933
5934 # Test configuration - VPP MRR Test Configs 3n-dnv
5935 - type: "table"
5936   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5937   algorithm: "table_merged_details"
5938   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5939   columns:
5940     - title: " |prein| Test Name |preout| "
5941       data: "data name"
5942     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5943       data: "data conf-history"
5944   data: "vpp-mrr-results-3n-dnv"
5945   filter: "all"
5946   parameters:
5947   - "parent"
5948   - "name"
5949   - "conf-history"
5950
5951 # Test configuration - VPP MRR Test Configs 2n-dnv
5952 - type: "table"
5953   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5954   algorithm: "table_merged_details"
5955   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5956   columns:
5957     - title: " |prein| Test Name |preout| "
5958       data: "data name"
5959     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5960       data: "data conf-history"
5961   data: "vpp-mrr-results-2n-dnv"
5962   filter: "all"
5963   parameters:
5964   - "parent"
5965   - "name"
5966   - "conf-history"
5967
5968 # Detailed Test Results - VPP Device Results - Ubuntu
5969 - type: "table"
5970   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5971   algorithm: "table_merged_details"
5972   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5973   columns:
5974     - title: " |prein| Test Name |preout| "
5975       data: "data name"
5976     - title: " |prein| Status |preout| "
5977       data: "data status"
5978   data: "vpp-device-results-ubuntu"
5979   filter: "all"
5980   parameters:
5981   - "name"
5982   - "parent"
5983   - "doc"
5984   - "status"
5985
5986 # Test configuration - VPP Device Test Configs - Ubuntu
5987 - type: "table"
5988   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5989   algorithm: "table_merged_details"
5990   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5991   columns:
5992     - title: " |prein| Test Name |preout| "
5993       data: "data name"
5994     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5995       data: "data conf-history"
5996   data: "vpp-device-results-ubuntu"
5997   filter: "all"
5998   parameters:
5999   - "parent"
6000   - "name"
6001   - "conf-history"
6002
6003 ################################################################################
6004
6005 # DPDK Performance Changes 3n-hsw 1t1c pdr
6006 - type: "table"
6007   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6008   algorithm: "table_comparison"
6009   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6010   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6011   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6012   columns:
6013     - title: "2001"
6014       data-set: "dpdk-performance-changes-3n-hsw-h1"
6015     - title: "2005"
6016       data-set: "dpdk-performance-changes-3n-hsw-ref"
6017     - title: "2009"
6018       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6019   comparisons:
6020     - title: "Diff"
6021       reference: 2
6022       compare: 3
6023   legend:
6024     - ""
6025     - "2001, 2005, 2009 - DPDK versions tested."
6026     - "Diff - difference between 2005 and 2009 DPDK version."
6027
6028 # DPDK Performance Changes 3n-hsw 2t2c pdr
6029 - type: "table"
6030   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6031   algorithm: "table_comparison"
6032   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6033   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6034   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6035   columns:
6036     - title: "2001"
6037       data-set: "dpdk-performance-changes-3n-hsw-h1"
6038     - title: "2005"
6039       data-set: "dpdk-performance-changes-3n-hsw-ref"
6040     - title: "2009"
6041       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6042   comparisons:
6043     - title: "Diff"
6044       reference: 2
6045       compare: 3
6046   legend:
6047     - ""
6048     - "2001, 2005, 2009 - DPDK versions tested."
6049     - "Diff - difference between 2005 and 2009 DPDK version."
6050
6051 # DPDK Performance Changes 3n-hsw 1t1c pdr
6052 - type: "table"
6053   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6054   algorithm: "table_comparison"
6055   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6056   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6057   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6058   columns:
6059     - title: "2001"
6060       data-set: "dpdk-performance-changes-3n-hsw-h1"
6061     - title: "2005"
6062       data-set: "dpdk-performance-changes-3n-hsw-ref"
6063     - title: "2009"
6064       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6065   comparisons:
6066     - title: "Diff"
6067       reference: 2
6068       compare: 3
6069   legend:
6070     - ""
6071     - "2001, 2005, 2009 - DPDK versions tested."
6072     - "Diff - difference between 2005 and 2009 DPDK version."
6073
6074 # DPDK Performance Changes 3n-hsw 2t2c ndr
6075 - type: "table"
6076   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6077   algorithm: "table_comparison"
6078   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6079   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6080   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6081   columns:
6082     - title: "2001"
6083       data-set: "dpdk-performance-changes-3n-hsw-h1"
6084     - title: "2005"
6085       data-set: "dpdk-performance-changes-3n-hsw-ref"
6086     - title: "2009"
6087       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6088   comparisons:
6089     - title: "Diff"
6090       reference: 2
6091       compare: 3
6092   legend:
6093     - ""
6094     - "2001, 2005, 2009 - DPDK versions tested."
6095     - "Diff - difference between 2005 and 2009 DPDK version."
6096
6097 # DPDK Performance Changes 3n-skx 2t1c pdr
6098 - type: "table"
6099   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6100   algorithm: "table_comparison"
6101   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6102   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6103   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6104   columns:
6105     - title: "2001"
6106       data-set: "dpdk-performance-changes-3n-skx-h1"
6107     - title: "2005"
6108       data-set: "dpdk-performance-changes-3n-skx-ref"
6109     - title: "2009"
6110       data-set: "dpdk-performance-changes-3n-skx-cmp"
6111   comparisons:
6112     - title: "Diff"
6113       reference: 2
6114       compare: 3
6115   legend:
6116     - ""
6117     - "2001, 2005, 2009 - DPDK versions tested."
6118     - "Diff - difference between 2005 and 2009 DPDK version."
6119
6120 # DPDK Performance Changes 3n-skx 4t2c pdr
6121 - type: "table"
6122   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6123   algorithm: "table_comparison"
6124   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6125   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6126   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6127   columns:
6128     - title: "2001"
6129       data-set: "dpdk-performance-changes-3n-skx-h1"
6130     - title: "2005"
6131       data-set: "dpdk-performance-changes-3n-skx-ref"
6132     - title: "2009"
6133       data-set: "dpdk-performance-changes-3n-skx-cmp"
6134   comparisons:
6135     - title: "Diff"
6136       reference: 2
6137       compare: 3
6138   legend:
6139     - ""
6140     - "2001, 2005, 2009 - DPDK versions tested."
6141     - "Diff - difference between 2005 and 2009 DPDK version."
6142
6143 # DPDK Performance Changes 3n-skx 2t1c ndr
6144 - type: "table"
6145   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6146   algorithm: "table_comparison"
6147   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6148   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6149   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6150   columns:
6151     - title: "2001"
6152       data-set: "dpdk-performance-changes-3n-skx-h1"
6153     - title: "2005"
6154       data-set: "dpdk-performance-changes-3n-skx-ref"
6155     - title: "2009"
6156       data-set: "dpdk-performance-changes-3n-skx-cmp"
6157   comparisons:
6158     - title: "Diff"
6159       reference: 2
6160       compare: 3
6161   legend:
6162     - ""
6163     - "2001, 2005, 2009 - DPDK versions tested."
6164     - "Diff - difference between 2005 and 2009 DPDK version."
6165
6166 # DPDK Performance Changes 3n-skx 4t2c ndr
6167 - type: "table"
6168   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6169   algorithm: "table_comparison"
6170   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6171   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6172   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6173   columns:
6174     - title: "2001"
6175       data-set: "dpdk-performance-changes-3n-skx-h1"
6176     - title: "2005"
6177       data-set: "dpdk-performance-changes-3n-skx-ref"
6178     - title: "2009"
6179       data-set: "dpdk-performance-changes-3n-skx-cmp"
6180   comparisons:
6181     - title: "Diff"
6182       reference: 2
6183       compare: 3
6184   legend:
6185     - ""
6186     - "2001, 2005, 2009 - DPDK versions tested."
6187     - "Diff - difference between 2005 and 2009 DPDK version."
6188
6189 # DPDK Performance Changes 2n-skx 2t1c pdr
6190 - type: "table"
6191   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6192   algorithm: "table_comparison"
6193   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6194   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6195   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6196   columns:
6197     - title: "2001"
6198       data-set: "dpdk-performance-changes-2n-skx-h1"
6199     - title: "2005"
6200       data-set: "dpdk-performance-changes-2n-skx-ref"
6201     - title: "2009"
6202       data-set: "dpdk-performance-changes-2n-skx-cmp"
6203   comparisons:
6204     - title: "Diff"
6205       reference: 2
6206       compare: 3
6207   legend:
6208     - ""
6209     - "2001, 2005, 2009 - DPDK versions tested."
6210     - "Diff - difference between 2005 and 2009 DPDK version."
6211
6212 # DPDK Performance Changes 2n-skx 4t2c pdr
6213 - type: "table"
6214   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6215   algorithm: "table_comparison"
6216   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6217   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6218   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6219   columns:
6220     - title: "2001"
6221       data-set: "dpdk-performance-changes-2n-skx-h1"
6222     - title: "2005"
6223       data-set: "dpdk-performance-changes-2n-skx-ref"
6224     - title: "2009"
6225       data-set: "dpdk-performance-changes-2n-skx-cmp"
6226   comparisons:
6227     - title: "Diff"
6228       reference: 2
6229       compare: 3
6230   legend:
6231     - ""
6232     - "2001, 2005, 2009 - DPDK versions tested."
6233     - "Diff - difference between 2005 and 2009 DPDK version."
6234
6235 # DPDK Performance Changes 2n-skx 2t1c ndr
6236 - type: "table"
6237   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6238   algorithm: "table_comparison"
6239   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6240   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6241   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6242   columns:
6243     - title: "2001"
6244       data-set: "dpdk-performance-changes-2n-skx-h1"
6245     - title: "2005"
6246       data-set: "dpdk-performance-changes-2n-skx-ref"
6247     - title: "2009"
6248       data-set: "dpdk-performance-changes-2n-skx-cmp"
6249   comparisons:
6250     - title: "Diff"
6251       reference: 2
6252       compare: 3
6253   legend:
6254     - ""
6255     - "2001, 2005, 2009 - DPDK versions tested."
6256     - "Diff - difference between 2005 and 2009 DPDK version."
6257
6258 # DPDK Performance Changes 2n-skx 4t2c ndr
6259 - type: "table"
6260   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6261   algorithm: "table_comparison"
6262   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6263   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6264   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6265   columns:
6266     - title: "2001"
6267       data-set: "dpdk-performance-changes-2n-skx-h1"
6268     - title: "2005"
6269       data-set: "dpdk-performance-changes-2n-skx-ref"
6270     - title: "2009"
6271       data-set: "dpdk-performance-changes-2n-skx-cmp"
6272   comparisons:
6273     - title: "Diff"
6274       reference: 2
6275       compare: 3
6276   legend:
6277     - ""
6278     - "2001, 2005, 2009 - DPDK versions tested."
6279     - "Diff - difference between 2005 and 2009 DPDK version."
6280
6281 # DPDK Performance Changes 2n-clx 2t1c pdr
6282 - type: "table"
6283   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6284   algorithm: "table_comparison"
6285   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6286   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6287   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6288   columns:
6289     - title: "2001"
6290       data-set: "dpdk-performance-changes-2n-clx-h1"
6291     - title: "2005"
6292       data-set: "dpdk-performance-changes-2n-clx-ref"
6293     - title: "2009"
6294       data-set: "dpdk-performance-changes-2n-clx-cmp"
6295   comparisons:
6296     - title: "Diff"
6297       reference: 2
6298       compare: 3
6299   legend:
6300     - ""
6301     - "2001, 2005, 2009 - DPDK versions tested."
6302     - "Diff - difference between 2005 and 2009 DPDK version."
6303
6304 # DPDK Performance Changes 2n-clx 4t2c pdr
6305 - type: "table"
6306   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6307   algorithm: "table_comparison"
6308   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6309   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6310   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6311   columns:
6312     - title: "2001"
6313       data-set: "dpdk-performance-changes-2n-clx-h1"
6314     - title: "2005"
6315       data-set: "dpdk-performance-changes-2n-clx-ref"
6316     - title: "2009"
6317       data-set: "dpdk-performance-changes-2n-clx-cmp"
6318   comparisons:
6319     - title: "Diff"
6320       reference: 2
6321       compare: 3
6322   legend:
6323     - ""
6324     - "2001, 2005, 2009 - DPDK versions tested."
6325     - "Diff - difference between 2005 and 2009 DPDK version."
6326
6327 # DPDK Performance Changes 2n-clx 2t1c ndr
6328 - type: "table"
6329   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6330   algorithm: "table_comparison"
6331   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6332   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6333   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6334   columns:
6335     - title: "2001"
6336       data-set: "dpdk-performance-changes-2n-clx-h1"
6337     - title: "2005"
6338       data-set: "dpdk-performance-changes-2n-clx-ref"
6339     - title: "2009"
6340       data-set: "dpdk-performance-changes-2n-clx-cmp"
6341   comparisons:
6342     - title: "Diff"
6343       reference: 2
6344       compare: 3
6345   legend:
6346     - ""
6347     - "2001, 2005, 2009 - DPDK versions tested."
6348     - "Diff - difference between 2005 and 2009 DPDK version."
6349
6350 # DPDK Performance Changes 2n-clx 4t2c ndr
6351 - type: "table"
6352   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6353   algorithm: "table_comparison"
6354   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6355   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6356   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6357   columns:
6358     - title: "2001"
6359       data-set: "dpdk-performance-changes-2n-clx-h1"
6360     - title: "2005"
6361       data-set: "dpdk-performance-changes-2n-clx-ref"
6362     - title: "2009"
6363       data-set: "dpdk-performance-changes-2n-clx-cmp"
6364   comparisons:
6365     - title: "Diff"
6366       reference: 2
6367       compare: 3
6368   legend:
6369     - ""
6370     - "2001, 2005, 2009 - DPDK versions tested."
6371     - "Diff - difference between 2005 and 2009 DPDK version."
6372
6373 ## DPDK Performance Changes 2n-dnv 1t1c pdr
6374 #- type: "table"
6375 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6376 #  algorithm: "table_comparison"
6377 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6378 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6379 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6380 #  columns:
6381 #    - title: "2001"
6382 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6383 #    - title: "2005"
6384 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6385 #    - title: "2009"
6386 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6387 #  comparisons:
6388 #    - title: "Diff"
6389 #      reference: 2
6390 #      compare: 3
6391 #  legend:
6392 #    - ""
6393 #    - "2001, 2005, 2009 - DPDK versions tested."
6394 #    - "Diff - difference between 2005 and 2009 DPDK version."
6395 #
6396 ## DPDK Performance Changes 2n-dnv 2t2c pdr
6397 #- type: "table"
6398 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6399 #  algorithm: "table_comparison"
6400 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6401 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6402 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6403 #  columns:
6404 #    - title: "2001"
6405 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6406 #    - title: "2005"
6407 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6408 #    - title: "2009"
6409 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6410 #  comparisons:
6411 #    - title: "Diff"
6412 #      reference: 2
6413 #      compare: 3
6414 #  legend:
6415 #    - ""
6416 #    - "2001, 2005, 2009 - DPDK versions tested."
6417 #    - "Diff - difference between 2005 and 2009 DPDK version."
6418 #
6419 ## DPDK Performance Changes 2n-dnv 1t1c ndr
6420 #- type: "table"
6421 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6422 #  algorithm: "table_comparison"
6423 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6424 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6425 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6426 #  columns:
6427 #    - title: "2001"
6428 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6429 #    - title: "2005"
6430 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6431 #    - title: "2009"
6432 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6433 #  comparisons:
6434 #    - title: "Diff"
6435 #      reference: 2
6436 #      compare: 3
6437 #  legend:
6438 #    - ""
6439 #    - "2001, 2005, 2009 - DPDK versions tested."
6440 #    - "Diff - difference between 2005 and 2009 DPDK version."
6441 #
6442 ## DPDK Performance Changes 2n-dnv 2t2c ndr
6443 #- type: "table"
6444 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6445 #  algorithm: "table_comparison"
6446 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6447 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6448 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6449 #  columns:
6450 #    - title: "2001"
6451 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6452 #    - title: "2005"
6453 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6454 #    - title: "2009"
6455 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6456 #  comparisons:
6457 #    - title: "Diff"
6458 #      reference: 2
6459 #      compare: 3
6460 #  legend:
6461 #    - ""
6462 #    - "2001, 2005, 2009 - DPDK versions tested."
6463 #    - "Diff - difference between 2005 and 2009 DPDK version."
6464 #
6465 ## DPDK Performance Changes 3n-dnv 1t1c pdr
6466 #- type: "table"
6467 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6468 #  algorithm: "table_comparison"
6469 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6470 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6471 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6472 #  columns:
6473 #    - title: "2001"
6474 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6475 #    - title: "2005"
6476 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6477 #    - title: "2009"
6478 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6479 #  comparisons:
6480 #    - title: "Diff"
6481 #      reference: 2
6482 #      compare: 3
6483 #  legend:
6484 #    - ""
6485 #    - "2001, 2005, 2009 - DPDK versions tested."
6486 #    - "Diff - difference between 2005 and 2009 DPDK version."
6487 #
6488 ## DPDK Performance Changes 3n-dnv 2t2c pdr
6489 #- type: "table"
6490 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6491 #  algorithm: "table_comparison"
6492 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6493 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6494 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6495 #  columns:
6496 #    - title: "2001"
6497 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6498 #    - title: "2005"
6499 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6500 #    - title: "2009"
6501 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6502 #  comparisons:
6503 #    - title: "Diff"
6504 #      reference: 2
6505 #      compare: 3
6506 #  legend:
6507 #    - ""
6508 #    - "2001, 2005, 2009 - DPDK versions tested."
6509 #    - "Diff - difference between 2005 and 2009 DPDK version."
6510 #
6511 ## DPDK Performance Changes 3n-dnv 1t1c ndr
6512 #- type: "table"
6513 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6514 #  algorithm: "table_comparison"
6515 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6516 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6517 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6518 #  columns:
6519 #    - title: "2001"
6520 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6521 #    - title: "2005"
6522 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6523 #    - title: "2009"
6524 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6525 #  comparisons:
6526 #    - title: "Diff"
6527 #      reference: 2
6528 #      compare: 3
6529 #  legend:
6530 #    - ""
6531 #    - "2001, 2005, 2009 - DPDK versions tested."
6532 #    - "Diff - difference between 2005 and 2009 DPDK version."
6533 #
6534 ## DPDK Performance Changes 3n-dnv 2t2c ndr
6535 #- type: "table"
6536 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6537 #  algorithm: "table_comparison"
6538 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6539 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6540 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6541 #  columns:
6542 #    - title: "2001"
6543 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6544 #    - title: "2005"
6545 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6546 #    - title: "2009"
6547 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6548 #  comparisons:
6549 #    - title: "Diff"
6550 #      reference: 2
6551 #      compare: 3
6552 #  legend:
6553 #    - ""
6554 #    - "2001, 2005, 2009 - DPDK versions tested."
6555 #    - "Diff - difference between 2005 and 2009 DPDK version."
6556
6557 # DPDK Performance Changes 3n-tsh 1t1c pdr
6558 - type: "table"
6559   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6560   algorithm: "table_comparison"
6561   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6562   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6563   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6564   columns:
6565     - title: "2001"
6566       data-set: "dpdk-performance-changes-3n-tsh-h1"
6567     - title: "2005"
6568       data-set: "dpdk-performance-changes-3n-tsh-ref"
6569     - title: "2009"
6570       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6571   comparisons:
6572     - title: "Diff"
6573       reference: 2
6574       compare: 3
6575   legend:
6576     - ""
6577     - "2001, 2005, 2009 - DPDK versions tested."
6578     - "Diff - difference between 2005 and 2009 DPDK version."
6579
6580 # DPDK Performance Changes 3n-tsh 2t2c pdr
6581 - type: "table"
6582   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6583   algorithm: "table_comparison"
6584   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6585   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6586   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6587   columns:
6588     - title: "2001"
6589       data-set: "dpdk-performance-changes-3n-tsh-h1"
6590     - title: "2005"
6591       data-set: "dpdk-performance-changes-3n-tsh-ref"
6592     - title: "2009"
6593       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6594   comparisons:
6595     - title: "Diff"
6596       reference: 2
6597       compare: 3
6598   legend:
6599     - ""
6600     - "2001, 2005, 2009 - DPDK versions tested."
6601     - "Diff - difference between 2005 and 2009 DPDK version."
6602
6603 # DPDK Performance Changes 3n-tsh 1t1c ndr
6604 - type: "table"
6605   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6606   algorithm: "table_comparison"
6607   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6608   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6609   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6610   columns:
6611     - title: "2001"
6612       data-set: "dpdk-performance-changes-3n-tsh-h1"
6613     - title: "2005"
6614       data-set: "dpdk-performance-changes-3n-tsh-ref"
6615     - title: "2009"
6616       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6617   comparisons:
6618     - title: "Diff"
6619       reference: 2
6620       compare: 3
6621   legend:
6622     - ""
6623     - "2001, 2005, 2009 - DPDK versions tested."
6624     - "Diff - difference between 2005 and 2009 DPDK version."
6625
6626 # DPDK Performance Changes 3n-tsh 2t2c ndr
6627 - type: "table"
6628   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6629   algorithm: "table_comparison"
6630   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6631   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6632   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6633   columns:
6634     - title: "2001"
6635       data-set: "dpdk-performance-changes-3n-tsh-h1"
6636     - title: "2005"
6637       data-set: "dpdk-performance-changes-3n-tsh-ref"
6638     - title: "2009"
6639       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6640   comparisons:
6641     - title: "Diff"
6642       reference: 2
6643       compare: 3
6644   legend:
6645     - ""
6646     - "2001, 2005, 2009 - DPDK versions tested."
6647     - "Diff - difference between 2005 and 2009 DPDK version."
6648
6649 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6650 - type: "table"
6651   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6652   algorithm: "table_comparison"
6653   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6654   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6655   filter: "'NIC_Intel-X710'"
6656   columns:
6657     - title: "3n-hsw x710"
6658       data-set: "dpdk-compare-testbeds-ref"
6659     - title: "3n-skx x710"
6660       data-set: "dpdk-compare-testbeds-cmp"
6661   comparisons:
6662     - title: "Diff"
6663       reference: 1
6664       compare: 2
6665   legend:
6666     - ""
6667     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6668     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6669
6670 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6671 - type: "table"
6672   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6673   algorithm: "table_comparison"
6674   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6675   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6676   filter: "'NIC_Intel-X710'"
6677   columns:
6678     - title: "3n-hsw x710"
6679       data-set: "dpdk-compare-testbeds-ref"
6680     - title: "3n-skx x710"
6681       data-set: "dpdk-compare-testbeds-cmp"
6682   comparisons:
6683     - title: "Diff"
6684       reference: 1
6685       compare: 2
6686   legend:
6687     - ""
6688     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6689     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6690
6691 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6692 - type: "table"
6693   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6694   algorithm: "table_comparison"
6695   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6696   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6697   filter: "'NIC_Intel-XXV710'"
6698   columns:
6699     - title: "2n-skx"
6700       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6701     - title: "2n-clx"
6702       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6703   comparisons:
6704     - title: "Diff"
6705       reference: 1
6706       compare: 2
6707   legend:
6708     - ""
6709     - "2n-skx, 2n-clx - testbeds and NICs tested."
6710     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6711
6712 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6713 - type: "table"
6714   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6715   algorithm: "table_comparison"
6716   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6717   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6718   filter: "'NIC_Intel-XXV710'"
6719   columns:
6720     - title: "2n-skx"
6721       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6722     - title: "2n-clx"
6723       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6724   comparisons:
6725     - title: "Diff"
6726       reference: 1
6727       compare: 2
6728   legend:
6729     - ""
6730     - "2n-skx, 2n-clx - testbeds and NICs tested."
6731     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6732
6733 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6734 - type: "table"
6735   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6736   algorithm: "table_comparison"
6737   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6738   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6739   filter: "'NIC_Intel-XXV710'"
6740   columns:
6741     - title: "3n-skx"
6742       data-set: "dpdk-compare-topologies-ref"
6743     - title: "2n-skx"
6744       data-set: "dpdk-compare-topologies-cmp"
6745   comparisons:
6746     - title: "Diff"
6747       reference: 1
6748       compare: 2
6749   legend:
6750     - ""
6751     - "3n-skx, 2n-skx - topologies tested."
6752     - "Diff - difference between 3n-skx and 2n-skx topologies."
6753
6754 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6755 - type: "table"
6756   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6757   algorithm: "table_comparison"
6758   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6759   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6760   filter: "'NIC_Intel-XXV710'"
6761   columns:
6762     - title: "3n-skx"
6763       data-set: "dpdk-compare-topologies-ref"
6764     - title: "2n-skx"
6765       data-set: "dpdk-compare-topologies-cmp"
6766   comparisons:
6767     - title: "Diff"
6768       reference: 1
6769       compare: 2
6770   legend:
6771     - ""
6772     - "3n-skx, 2n-skx - topologies tested."
6773     - "Diff - difference between 3n-skx and 2n-skx topologies."
6774
6775 # Detailed Test Results - DPDK Performance Results 3n-hsw
6776 - type: "table"
6777   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6778   algorithm: "table_merged_details"
6779   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6780   columns:
6781     - title: " |prein| Test Name |preout| "
6782       data: "data name"
6783     - 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| "
6784       data: "data msg"
6785   data: "dpdk-perf-results-3n-hsw"
6786   filter: "all"
6787   parameters:
6788   - "name"
6789   - "parent"
6790   - "msg"
6791
6792 # Detailed Test Results - DPDK Performance Results 3n-skx
6793 - type: "table"
6794   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6795   algorithm: "table_merged_details"
6796   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6797   columns:
6798     - title: " |prein| Test Name |preout| "
6799       data: "data name"
6800     - 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| "
6801       data: "data msg"
6802   data: "dpdk-perf-results-3n-skx"
6803   filter: "all"
6804   remove-ndr: False
6805   parameters:
6806   - "name"
6807   - "parent"
6808   - "msg"
6809
6810 # Detailed Test Results - DPDK Performance Results 2n-skx
6811 - type: "table"
6812   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6813   algorithm: "table_merged_details"
6814   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6815   columns:
6816     - title: " |prein| Test Name |preout| "
6817       data: "data name"
6818     - 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| "
6819       data: "data msg"
6820   data: "dpdk-perf-results-2n-skx"
6821   filter: "all"
6822   remove-ndr: False
6823   parameters:
6824   - "name"
6825   - "parent"
6826   - "msg"
6827
6828 # Detailed Test Results - DPDK Performance Results 2n-clx
6829 - type: "table"
6830   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6831   algorithm: "table_merged_details"
6832   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6833   columns:
6834     - title: " |prein| Test Name |preout| "
6835       data: "data name"
6836     - 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| "
6837       data: "data msg"
6838   data: "dpdk-perf-results-2n-clx"
6839   filter: "all"
6840   parameters:
6841   - "name"
6842   - "parent"
6843   - "msg"
6844
6845 ## Detailed Test Results - DPDK Performance Results 2n-dnv
6846 #- type: "table"
6847 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6848 #  algorithm: "table_merged_details"
6849 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6850 #  columns:
6851 #    - title: " |prein| Test Name |preout| "
6852 #      data: "data name"
6853 #    - 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| "
6854 #      data: "data msg"
6855 #  data: "dpdk-perf-results-2n-dnv"
6856 #  filter: "all"
6857 #  parameters:
6858 #  - "name"
6859 #  - "parent"
6860 #  - "msg"
6861 #
6862 ## Detailed Test Results - DPDK Performance Results 3n-dnv
6863 #- type: "table"
6864 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6865 #  algorithm: "table_merged_details"
6866 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6867 #  columns:
6868 #    - title: " |prein| Test Name |preout| "
6869 #      data: "data name"
6870 #    - 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| "
6871 #      data: "data msg"
6872 #  data: "dpdk-perf-results-3n-dnv"
6873 #  filter: "all"
6874 #  parameters:
6875 #  - "name"
6876 #  - "parent"
6877 #  - "msg"
6878
6879 # Detailed Test Results - DPDK Performance Results 3n-tsh
6880 - type: "table"
6881   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6882   algorithm: "table_merged_details"
6883   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6884   columns:
6885     - title: " |prein| Test Name |preout| "
6886       data: "data name"
6887     - 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| "
6888       data: "data msg"
6889   data: "dpdk-perf-results-3n-tsh"
6890   filter: "all"
6891   parameters:
6892   - "name"
6893   - "parent"
6894   - "msg"
6895
6896 ################################################################################
6897 ###                                F I L E S                                 ###
6898 ################################################################################
6899
6900 # VPP Performance Results
6901 - type: "file"
6902   title: "VPP Performance Results"
6903   algorithm: "file_details_split"
6904   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6905   dir-tables:
6906     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6907     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6908     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6909     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6910     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6911     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6912     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6913   data:
6914     - "vpp-perf-results-2n-skx"
6915     - "vpp-perf-results-3n-skx"
6916     - "vpp-perf-results-2n-clx"
6917     - "vpp-perf-results-3n-hsw"
6918     - "vpp-perf-results-3n-tsh"
6919     - "vpp-perf-results-2n-dnv"
6920     - "vpp-perf-results-3n-dnv"
6921   filter: "all"
6922   data-start-level: 4
6923   order-chapters:
6924     level-1:
6925       - "l2"
6926       - "ip4"
6927       - "ip6"
6928       - "srv6"
6929       - "ip4_tunnels"
6930       - "ip6_tunnels"
6931       - "vm_vhost"
6932       - "container_memif"
6933       - "crypto"
6934       - "vts"
6935       - "lb"
6936       - "nfv_density"
6937       - "hoststack"
6938     level-2:
6939       - "2n-skx"
6940       - "3n-skx"
6941       - "2n-clx"
6942       - "3n-hsw"
6943       - "3n-tsh"
6944       - "2n-dnv"
6945       - "3n-dnv"
6946     level-3:
6947       - "xl710"
6948       - "x520"
6949       - "xxv710"
6950       - "x710"
6951       - "x553"
6952       - "cx556a"
6953       - "vic1227"
6954       - "vic1385"
6955
6956 # VPP Performance Configuration
6957 - type: "file"
6958   title: "VPP Performance Configuration"
6959   algorithm: "file_details_split"
6960   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6961   dir-tables:
6962     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6963     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6964     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6965     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6966     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6967     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6968     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6969   data:
6970     - "vpp-perf-results-2n-skx"
6971     - "vpp-perf-results-3n-skx"
6972     - "vpp-perf-results-2n-clx"
6973     - "vpp-perf-results-3n-hsw"
6974     - "vpp-perf-results-3n-tsh"
6975     - "vpp-perf-results-2n-dnv"
6976     - "vpp-perf-results-3n-dnv"
6977   filter: "all"
6978   data-start-level: 4
6979   order-chapters:
6980     level-1:
6981       - "l2"
6982       - "ip4"
6983       - "ip6"
6984       - "srv6"
6985       - "ip4_tunnels"
6986       - "ip6_tunnels"
6987       - "vm_vhost"
6988       - "container_memif"
6989       - "crypto"
6990       - "vts"
6991       - "lb"
6992       - "nfv_density"
6993       - "hoststack"
6994     level-2:
6995       - "2n-skx"
6996       - "3n-skx"
6997       - "2n-clx"
6998       - "3n-hsw"
6999       - "3n-tsh"
7000       - "2n-dnv"
7001       - "3n-dnv"
7002     level-3:
7003       - "xl710"
7004       - "x520"
7005       - "xxv710"
7006       - "x710"
7007       - "x553"
7008       - "cx556a"
7009       - "vic1227"
7010       - "vic1385"
7011
7012 # VPP Performance Operational
7013 - type: "file"
7014   title: "VPP Performance Operational"
7015   algorithm: "file_details_split_html"
7016   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7017   dir-tables:
7018     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7019     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7020     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7021     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7022     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7023     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7024     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7025   data:
7026     - "vpp-perf-results-2n-skx"
7027     - "vpp-perf-results-3n-skx"
7028     - "vpp-perf-results-2n-clx"
7029     - "vpp-perf-results-3n-hsw"
7030     - "vpp-perf-results-3n-tsh"
7031     - "vpp-perf-results-2n-dnv"
7032     - "vpp-perf-results-3n-dnv"
7033   filter: "all"
7034   data-start-level: 4
7035   order-chapters:
7036     level-1:
7037       - "l2"
7038       - "ip4"
7039       - "ip6"
7040       - "srv6"
7041       - "ip4_tunnels"
7042       - "ip6_tunnels"
7043       - "vm_vhost"
7044       - "container_memif"
7045       - "crypto"
7046       - "vts"
7047       - "lb"
7048       - "nfv_density"
7049       - "hoststack"
7050     level-2:
7051       - "2n-skx"
7052       - "3n-skx"
7053       - "2n-clx"
7054       - "3n-hsw"
7055       - "3n-tsh"
7056       - "2n-dnv"
7057       - "3n-dnv"
7058     level-3:
7059       - "xl710"
7060       - "x520"
7061       - "xxv710"
7062       - "x710"
7063       - "x553"
7064       - "cx556a"
7065       - "vic1227"
7066       - "vic1385"
7067
7068 # VPP MRR Results
7069 - type: "file"
7070   title: "VPP MRR Results"
7071   algorithm: "file_details_split"
7072   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7073   dir-tables:
7074     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7075     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7076     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7077     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7078     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7079     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7080     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7081   data:
7082     - "vpp-mrr-results-2n-skx"
7083     - "vpp-mrr-results-3n-skx"
7084     - "vpp-mrr-results-2n-clx"
7085     - "vpp-mrr-results-3n-hsw"
7086     - "vpp-mrr-results-3n-tsh"
7087     - "vpp-mrr-results-2n-dnv"
7088     - "vpp-mrr-results-3n-dnv"
7089   filter: "all"
7090   data-start-level: 4
7091   order-chapters:
7092     level-1:
7093       - "l2"
7094       - "ip4"
7095       - "ip6"
7096       - "srv6"
7097       - "ip4_tunnels"
7098       - "ip6_tunnels"
7099       - "vm_vhost"
7100       - "container_memif"
7101       - "crypto"
7102       - "vts"
7103       - "lb"
7104       - "nfv_density"
7105       - "hoststack"
7106     level-2:
7107       - "2n-skx"
7108       - "3n-skx"
7109       - "2n-clx"
7110       - "3n-hsw"
7111       - "3n-tsh"
7112       - "2n-dnv"
7113       - "3n-dnv"
7114     level-3:
7115       - "xl710"
7116       - "x520"
7117       - "xxv710"
7118       - "x710"
7119       - "x553"
7120       - "cx556a"
7121       - "vic1227"
7122       - "vic1385"
7123
7124 # VPP MRR Configuration
7125 - type: "file"
7126   title: "VPP MRR Configuration"
7127   algorithm: "file_details_split"
7128   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7129   dir-tables:
7130     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7131     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7132     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7133     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7134     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7135     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7136     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7137   data:
7138     - "vpp-mrr-results-2n-skx"
7139     - "vpp-mrr-results-3n-skx"
7140     - "vpp-mrr-results-2n-clx"
7141     - "vpp-mrr-results-3n-hsw"
7142     - "vpp-mrr-results-3n-tsh"
7143     - "vpp-mrr-results-2n-dnv"
7144     - "vpp-mrr-results-3n-dnv"
7145   filter: "all"
7146   data-start-level: 4
7147   order-chapters:
7148     level-1:
7149       - "l2"
7150       - "ip4"
7151       - "ip6"
7152       - "srv6"
7153       - "ip4_tunnels"
7154       - "ip6_tunnels"
7155       - "vm_vhost"
7156       - "container_memif"
7157       - "crypto"
7158       - "vts"
7159       - "lb"
7160       - "nfv_density"
7161       - "hoststack"
7162     level-2:
7163       - "2n-skx"
7164       - "3n-skx"
7165       - "2n-clx"
7166       - "3n-hsw"
7167       - "3n-tsh"
7168       - "2n-dnv"
7169       - "3n-dnv"
7170     level-3:
7171       - "xl710"
7172       - "x520"
7173       - "xxv710"
7174       - "x710"
7175       - "x553"
7176       - "cx556a"
7177       - "vic1227"
7178       - "vic1385"
7179
7180 # VPP Device Results - Ubuntu
7181 - type: "file"
7182   title: "VPP Device Results - Ubuntu"
7183   algorithm: "file_test_results"
7184   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7185   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7186   data: "vpp-device-results-ubuntu"
7187   filter: "all"
7188   data-start-level: 4
7189
7190 # VPP Device Configuration - Ubuntu
7191 - type: "file"
7192   title: "VPP Device Configuration - Ubuntu"
7193   algorithm: "file_test_results"
7194   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7195   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7196   data: "vpp-device-results-ubuntu"
7197   filter: "all"
7198   data-start-level: 4
7199
7200 # DPDK Performance Results 3n-hsw
7201 - type: "file"
7202   title: "DPDK Performance Results 3n-hsw"
7203   algorithm: "file_test_results"
7204   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7205   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7206   data: "dpdk-perf-results-3n-hsw"
7207   filter: "all"
7208   data-start-level: 4
7209
7210 # DPDK Performance Results 3n-skx
7211 - type: "file"
7212   title: "DPDK Performance Results 3n-skx"
7213   algorithm: "file_test_results"
7214   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7215   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7216   data: "dpdk-perf-results-3n-skx"
7217   filter: "all"
7218   data-start-level: 4
7219
7220 # DPDK Performance Results 2n-skx
7221 - type: "file"
7222   title: "DPDK Performance Results 2n-skx"
7223   algorithm: "file_test_results"
7224   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7225   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7226   data: "dpdk-perf-results-2n-skx"
7227   filter: "all"
7228   data-start-level: 4
7229
7230 # DPDK Performance Results 2n-clx
7231 - type: "file"
7232   title: "DPDK Performance Results 2n-clx"
7233   algorithm: "file_test_results"
7234   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7235   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7236   data: "dpdk-perf-results-2n-clx"
7237   filter: "all"
7238   data-start-level: 4
7239
7240 ## DPDK Performance Results 2n-dnv
7241 #- type: "file"
7242 #  title: "DPDK Performance Results 2n-dnv"
7243 #  algorithm: "file_test_results"
7244 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7245 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7246 #  data: "dpdk-perf-results-2n-dnv"
7247 #  filter: "all"
7248 #  data-start-level: 4
7249 #
7250 ## DPDK Performance Results 3n-dnv
7251 #- type: "file"
7252 #  title: "DPDK Performance Results 3n-dnv"
7253 #  algorithm: "file_test_results"
7254 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7255 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7256 #  data: "dpdk-perf-results-3n-dnv"
7257 #  filter: "all"
7258 #  data-start-level: 4
7259
7260 # DPDK Performance Results 3n-tsh
7261 - type: "file"
7262   title: "DPDK Performance Results 3n-tsh"
7263   algorithm: "file_test_results"
7264   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7265   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7266   data: "dpdk-perf-results-3n-tsh"
7267   filter: "all"
7268   data-start-level: 4
7269
7270 ################################################################################
7271 ###                                P L O T S                                 ###
7272 ################################################################################
7273
7274 # Hoststack tests 3n-hsw
7275
7276 - type: "plot"
7277   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7278   algorithm: "plot_perf_box_name"
7279   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7280   data: "plot-vpp-hoststack-3n-hsw"
7281   include:
7282     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7283     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7284   layout:
7285     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7286     layout: "plot-hoststack"
7287
7288 - type: "plot"
7289   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7290   algorithm: "plot_perf_box_name"
7291   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7292   data: "plot-vpp-hoststack-3n-hsw"
7293   include:
7294     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7295     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7296   layout:
7297     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7298     layout: "plot-hoststack"
7299
7300 - type: "plot"
7301   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7302   algorithm: "plot_perf_box_name"
7303   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7304   data: "plot-vpp-hoststack-3n-hsw"
7305   include:
7306     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7307     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7308     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7309     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7310   layout:
7311     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7312     layout: "plot-hoststack"
7313
7314 ################################################################################
7315
7316 # Soak Test (PLRsearch), boxes - 2n-clx
7317 - type: "plot"
7318   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7319   algorithm: "plot_perf_box_name"
7320   output-file-type: ".html"
7321   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7322   data: "plot-vpp-soak-2n-clx"
7323   include:
7324     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7325     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7326     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7327     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7328     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7329     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7330   layout:
7331     title: "30 Minutes Soak Test (PLRsearch)"
7332     layout: "plot-soak-throughput"
7333
7334 # Soak Test (PLRsearch), boxes - 2n-clx
7335 - type: "plot"
7336   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7337   algorithm: "plot_perf_box_name"
7338   output-file-type: ".html"
7339   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7340   data: "plot-vpp-soak-2n-clx"
7341   include:
7342     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7343     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7344     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7345     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7346     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7347     - "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"
7348   layout:
7349     title: "30 Minutes Soak Test (PLRsearch)"
7350     layout: "plot-soak-throughput"
7351
7352 # Soak Test (PLRsearch), boxes - 2n-skx
7353 - type: "plot"
7354   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7355   algorithm: "plot_perf_box_name"
7356   output-file-type: ".html"
7357   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7358   data: "plot-vpp-soak-2n-skx"
7359   include:
7360     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7361     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7362     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7363     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7364     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7365     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7366   layout:
7367     title: "30 Minutes Soak Test (PLRsearch)"
7368     layout: "plot-soak-throughput"
7369
7370 # Soak Test (PLRsearch), boxes - 2n-skx
7371 - type: "plot"
7372   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7373   algorithm: "plot_perf_box_name"
7374   output-file-type: ".html"
7375   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7376   data: "plot-vpp-soak-2n-skx"
7377   include:
7378     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7379     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7380     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7381     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7382     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7383     - "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"
7384   layout:
7385     title: "30 Minutes Soak Test (PLRsearch)"
7386     layout: "plot-soak-throughput"
7387
7388 ###############################################################################
7389
7390 # Reconf tests 2n-skx
7391
7392 - type: "plot"
7393   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7394   algorithm: "plot_nf_reconf_box_name"
7395   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7396   data: "plot-vpp-nfv-reconf-2n-skx"
7397   include:
7398     - "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"
7399     - "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"
7400     - "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"
7401     - "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"
7402     - "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"
7403     - "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"
7404   layout:
7405     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7406     layout: "plot-throughput"
7407
7408 - type: "plot"
7409   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7410   algorithm: "plot_nf_reconf_box_name"
7411   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7412   data: "plot-vpp-nfv-reconf-2n-skx"
7413   include:
7414     - "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"
7415     - "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"
7416     - "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"
7417     - "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"
7418     - "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"
7419     - "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"
7420   layout:
7421     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7422     layout: "plot-throughput"
7423
7424 - type: "plot"
7425   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7426   algorithm: "plot_nf_reconf_box_name"
7427   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7428   data: "plot-vpp-nfv-reconf-2n-skx"
7429   include:
7430     - "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"
7431     - "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"
7432     - "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"
7433     - "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"
7434     - "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"
7435     - "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"
7436   layout:
7437     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7438     layout: "plot-throughput"
7439
7440 ###############################################################################
7441
7442 # Reconf tests 2n-clx
7443
7444 - type: "plot"
7445   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7446   algorithm: "plot_nf_reconf_box_name"
7447   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7448   data: "plot-vpp-nfv-reconf-2n-clx"
7449   include:
7450     - "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"
7451     - "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"
7452     - "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"
7453     - "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"
7454   layout:
7455     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7456     layout: "plot-throughput"
7457
7458 - type: "plot"
7459   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7460   algorithm: "plot_nf_reconf_box_name"
7461   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7462   data: "plot-vpp-nfv-reconf-2n-clx"
7463   include:
7464     - "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"
7465     - "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"
7466     - "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"
7467     - "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"
7468   layout:
7469     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7470     layout: "plot-throughput"
7471
7472 - type: "plot"
7473   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7474   algorithm: "plot_nf_reconf_box_name"
7475   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7476   data: "plot-vpp-nfv-reconf-2n-clx"
7477   include:
7478     - "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"
7479     - "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"
7480     - "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"
7481     - "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"
7482   layout:
7483     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7484     layout: "plot-throughput"
7485
7486 ###############################################################################
7487
7488 # Plots - NF Density - VSC - MRR IMIX
7489 - type: "plot"
7490   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7491   algorithm: "plot_nf_heatmap"
7492   output-file-type: ".html"
7493   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7494   data: "plot-vpp-nfv-2n-skx-mrr"
7495   filter: "'NIC_Intel-XXV710' and
7496            'NF_DENSITY' and
7497            'VHOST' and
7498            not 'VXLAN' and
7499            'CHAIN' and
7500            'NF_VPPIP4' and
7501            'IMIX' and
7502            '2T1C' and
7503            'MRR'"
7504   parameters:
7505   - "result"
7506   - "name"
7507   - "tags"
7508   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7509   x-axis: "X = VNFs per Service Chain"
7510   y-axis: "Y = Number of Service Chains"
7511   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7512   layout:
7513     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7514     layout: "plot-service-density"
7515
7516 - type: "plot"
7517   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7518   algorithm: "plot_nf_heatmap"
7519   output-file-type: ".html"
7520   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7521   data: "plot-vpp-nfv-2n-skx-mrr"
7522   filter: "'NIC_Intel-XXV710' and
7523            'NF_DENSITY' and
7524            'VHOST' and
7525            not 'VXLAN' and
7526            'CHAIN' and
7527            'NF_VPPIP4' and
7528            'IMIX' and
7529            '4T2C' and
7530            'MRR'"
7531   parameters:
7532   - "result"
7533   - "name"
7534   - "tags"
7535   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7536   x-axis: "X = VNFs per Service Chain"
7537   y-axis: "Y = Number of Service Chains"
7538   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7539   layout:
7540     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7541     layout: "plot-service-density"
7542
7543 - type: "plot"
7544   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7545   algorithm: "plot_nf_heatmap"
7546   output-file-type: ".html"
7547   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7548   data: "plot-vpp-nfv-2n-skx-mrr"
7549   filter: "'NIC_Intel-XXV710' and
7550            'NF_DENSITY' and
7551            'VHOST' and
7552            not 'VXLAN' and
7553            'CHAIN' and
7554            'NF_VPPIP4' and
7555            'IMIX' and
7556            '8T4C' and
7557            'MRR'"
7558   parameters:
7559   - "result"
7560   - "name"
7561   - "tags"
7562   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7563   x-axis: "X = VNFs per Service Chain"
7564   y-axis: "Y = Number of Service Chains"
7565   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7566   layout:
7567     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7568     layout: "plot-service-density"
7569
7570 # Plots - NF Density - VSC - NDR IMIX
7571 - type: "plot"
7572   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7573   algorithm: "plot_nf_heatmap"
7574   output-file-type: ".html"
7575   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7576   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7577   filter: "'NIC_Intel-XXV710' and
7578            'NF_DENSITY' and
7579            'VHOST' and
7580            not 'VXLAN' and
7581            'CHAIN' and
7582            'NF_VPPIP4' and
7583            'IMIX' and
7584            '2T1C' and
7585            'NDRPDR'"
7586   parameters:
7587   - "throughput"
7588   - "name"
7589   - "tags"
7590   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7591   x-axis: "X = VNFs per Service Chain"
7592   y-axis: "Y = Number of Service Chains"
7593   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7594   layout:
7595     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7596     layout: "plot-service-density"
7597
7598 - type: "plot"
7599   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7600   algorithm: "plot_nf_heatmap"
7601   output-file-type: ".html"
7602   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7603   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7604   filter: "'NIC_Intel-XXV710' and
7605            'NF_DENSITY' and
7606            'VHOST' and
7607            not 'VXLAN' and
7608            'CHAIN' and
7609            'NF_VPPIP4' and
7610            'IMIX' and
7611            '4T2C' and
7612            'NDRPDR'"
7613   parameters:
7614   - "throughput"
7615   - "name"
7616   - "tags"
7617   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7618   x-axis: "X = VNFs per Service Chain"
7619   y-axis: "Y = Number of Service Chains"
7620   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7621   layout:
7622     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7623     layout: "plot-service-density"
7624
7625 - type: "plot"
7626   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7627   algorithm: "plot_nf_heatmap"
7628   output-file-type: ".html"
7629   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7630   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7631   filter: "'NIC_Intel-XXV710' and
7632            'NF_DENSITY' and
7633            'VHOST' and
7634            not 'VXLAN' and
7635            'CHAIN' and
7636            'NF_VPPIP4' and
7637            'IMIX' and
7638            '8T4C' and
7639            'NDRPDR'"
7640   parameters:
7641   - "throughput"
7642   - "name"
7643   - "tags"
7644   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7645   x-axis: "X = VNFs per Service Chain"
7646   y-axis: "Y = Number of Service Chains"
7647   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7648   layout:
7649     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7650     layout: "plot-service-density"
7651
7652 # Plots - NF Density - VSC - PDR IMIX
7653 - type: "plot"
7654   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7655   algorithm: "plot_nf_heatmap"
7656   output-file-type: ".html"
7657   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7658   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7659   filter: "'NIC_Intel-XXV710' and
7660            'NF_DENSITY' and
7661            'VHOST' and
7662            not 'VXLAN' and
7663            'CHAIN' and
7664            'NF_VPPIP4' and
7665            'IMIX' and
7666            '2T1C' and
7667            'NDRPDR'"
7668   parameters:
7669   - "throughput"
7670   - "name"
7671   - "tags"
7672   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7673   x-axis: "X = VNFs per Service Chain"
7674   y-axis: "Y = Number of Service Chains"
7675   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7676   layout:
7677     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7678     layout: "plot-service-density"
7679
7680 - type: "plot"
7681   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7682   algorithm: "plot_nf_heatmap"
7683   output-file-type: ".html"
7684   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7685   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7686   filter: "'NIC_Intel-XXV710' and
7687            'NF_DENSITY' and
7688            'VHOST' and
7689            not 'VXLAN' and
7690            'CHAIN' and
7691            'NF_VPPIP4' and
7692            'IMIX' and
7693            '4T2C' and
7694            'NDRPDR'"
7695   parameters:
7696   - "throughput"
7697   - "name"
7698   - "tags"
7699   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7700   x-axis: "X = VNFs per Service Chain"
7701   y-axis: "Y = Number of Service Chains"
7702   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7703   layout:
7704     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7705     layout: "plot-service-density"
7706
7707 - type: "plot"
7708   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7709   algorithm: "plot_nf_heatmap"
7710   output-file-type: ".html"
7711   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7712   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7713   filter: "'NIC_Intel-XXV710' and
7714            'NF_DENSITY' and
7715            'VHOST' and
7716            not 'VXLAN' and
7717            'CHAIN' and
7718            'NF_VPPIP4' and
7719            'IMIX' and
7720            '8T4C' and
7721            'NDRPDR'"
7722   parameters:
7723   - "throughput"
7724   - "name"
7725   - "tags"
7726   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7727   x-axis: "X = VNFs per Service Chain"
7728   y-axis: "Y = Number of Service Chains"
7729   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7730   layout:
7731     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7732     layout: "plot-service-density"
7733
7734 ###############################################################################
7735
7736 # Plots - NF Density - VSC - MRR IMIX
7737 - type: "plot"
7738   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7739   algorithm: "plot_nf_heatmap"
7740   output-file-type: ".html"
7741   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7742   data: "plot-vpp-nfv-2n-skx-mrr"
7743   filter: "'NIC_Intel-XXV710' and
7744            'NF_DENSITY' and
7745            'VHOST' and
7746            'VXLAN' and
7747            'CHAIN' and
7748            'IMIX' and
7749            '2T1C' and
7750            'MRR'"
7751   parameters:
7752   - "result"
7753   - "name"
7754   - "tags"
7755   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7756   x-axis: "X = VNFs per Service Chain"
7757   y-axis: "Y = Number of Service Chains"
7758   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7759   layout:
7760     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7761     layout: "plot-service-density"
7762
7763 - type: "plot"
7764   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7765   algorithm: "plot_nf_heatmap"
7766   output-file-type: ".html"
7767   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7768   data: "plot-vpp-nfv-2n-skx-mrr"
7769   filter: "'NIC_Intel-XXV710' and
7770            'NF_DENSITY' and
7771            'VHOST' and
7772            'VXLAN' and
7773            'CHAIN' and
7774            'IMIX' and
7775            '4T2C' and
7776            'MRR'"
7777   parameters:
7778   - "result"
7779   - "name"
7780   - "tags"
7781   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7782   x-axis: "X = VNFs per Service Chain"
7783   y-axis: "Y = Number of Service Chains"
7784   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7785   layout:
7786     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7787     layout: "plot-service-density"
7788
7789 - type: "plot"
7790   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7791   algorithm: "plot_nf_heatmap"
7792   output-file-type: ".html"
7793   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7794   data: "plot-vpp-nfv-2n-skx-mrr"
7795   filter: "'NIC_Intel-XXV710' and
7796            'NF_DENSITY' and
7797            'VHOST' and
7798            'VXLAN' and
7799            'CHAIN' and
7800            'IMIX' and
7801            '8T4C' and
7802            'MRR'"
7803   parameters:
7804   - "result"
7805   - "name"
7806   - "tags"
7807   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7808   x-axis: "X = VNFs per Service Chain"
7809   y-axis: "Y = Number of Service Chains"
7810   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7811   layout:
7812     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7813     layout: "plot-service-density"
7814
7815 # Plots - NF Density - VSC - NDR IMIX
7816 - type: "plot"
7817   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7818   algorithm: "plot_nf_heatmap"
7819   output-file-type: ".html"
7820   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7821   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7822   filter: "'NIC_Intel-XXV710' and
7823            'NF_DENSITY' and
7824            'VHOST' and
7825            'VXLAN' and
7826            'CHAIN' and
7827            'IMIX' and
7828            '2T1C' and
7829            'NDRPDR'"
7830   parameters:
7831   - "throughput"
7832   - "name"
7833   - "tags"
7834   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7835   x-axis: "X = VNFs per Service Chain"
7836   y-axis: "Y = Number of Service Chains"
7837   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7838   layout:
7839     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7840     layout: "plot-service-density"
7841
7842 - type: "plot"
7843   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7844   algorithm: "plot_nf_heatmap"
7845   output-file-type: ".html"
7846   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7847   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7848   filter: "'NIC_Intel-XXV710' and
7849            'NF_DENSITY' and
7850            'VHOST' and
7851            'VXLAN' and
7852            'CHAIN' and
7853            'IMIX' and
7854            '4T2C' and
7855            'NDRPDR'"
7856   parameters:
7857   - "throughput"
7858   - "name"
7859   - "tags"
7860   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7861   x-axis: "X = VNFs per Service Chain"
7862   y-axis: "Y = Number of Service Chains"
7863   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7864   layout:
7865     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7866     layout: "plot-service-density"
7867
7868 - type: "plot"
7869   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7870   algorithm: "plot_nf_heatmap"
7871   output-file-type: ".html"
7872   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7873   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7874   filter: "'NIC_Intel-XXV710' and
7875            'NF_DENSITY' and
7876            'VHOST' and
7877            'VXLAN' and
7878            'CHAIN' and
7879            'IMIX' and
7880            '8T4C' and
7881            'NDRPDR'"
7882   parameters:
7883   - "throughput"
7884   - "name"
7885   - "tags"
7886   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7887   x-axis: "X = VNFs per Service Chain"
7888   y-axis: "Y = Number of Service Chains"
7889   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7890   layout:
7891     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7892     layout: "plot-service-density"
7893
7894 # Plots - NF Density - VSC - PDR IMIX
7895 - type: "plot"
7896   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7897   algorithm: "plot_nf_heatmap"
7898   output-file-type: ".html"
7899   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7900   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7901   filter: "'NIC_Intel-XXV710' and
7902            'NF_DENSITY' and
7903            'VHOST' and
7904            'VXLAN' and
7905            'CHAIN' and
7906            'IMIX' and
7907            '2T1C' and
7908            'NDRPDR'"
7909   parameters:
7910   - "throughput"
7911   - "name"
7912   - "tags"
7913   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7914   x-axis: "X = VNFs per Service Chain"
7915   y-axis: "Y = Number of Service Chains"
7916   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7917   layout:
7918     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7919     layout: "plot-service-density"
7920
7921 - type: "plot"
7922   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7923   algorithm: "plot_nf_heatmap"
7924   output-file-type: ".html"
7925   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7926   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7927   filter: "'NIC_Intel-XXV710' and
7928            'NF_DENSITY' and
7929            'VHOST' and
7930            'VXLAN' and
7931            'CHAIN' and
7932            'IMIX' and
7933            '4T2C' and
7934            'NDRPDR'"
7935   parameters:
7936   - "throughput"
7937   - "name"
7938   - "tags"
7939   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7940   x-axis: "X = VNFs per Service Chain"
7941   y-axis: "Y = Number of Service Chains"
7942   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7943   layout:
7944     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7945     layout: "plot-service-density"
7946
7947 - type: "plot"
7948   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7949   algorithm: "plot_nf_heatmap"
7950   output-file-type: ".html"
7951   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7952   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7953   filter: "'NIC_Intel-XXV710' and
7954            'NF_DENSITY' and
7955            'VHOST' and
7956            'VXLAN' and
7957            'CHAIN' and
7958            'IMIX' and
7959            '8T4C' and
7960            'NDRPDR'"
7961   parameters:
7962   - "throughput"
7963   - "name"
7964   - "tags"
7965   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7966   x-axis: "X = VNFs per Service Chain"
7967   y-axis: "Y = Number of Service Chains"
7968   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7969   layout:
7970     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7971     layout: "plot-service-density"
7972
7973 ###############################################################################
7974
7975 # Plots - NF Density - CSC - MRR IMIX
7976 - type: "plot"
7977   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7978   algorithm: "plot_nf_heatmap"
7979   output-file-type: ".html"
7980   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7981   data: "plot-vpp-nfv-2n-skx-mrr"
7982   filter: "'NIC_Intel-XXV710' and
7983            'NF_DENSITY' and
7984            'DOCKER' and
7985            'CHAIN' and
7986            'NF_VPPIP4' and
7987            'IMIX' and
7988            '2T1C' and
7989            'MRR'"
7990   parameters:
7991   - "result"
7992   - "name"
7993   - "tags"
7994   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7995   x-axis: "X = CNFs per Service Chain"
7996   y-axis: "Y = Number of Service Chains"
7997   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7998   layout:
7999     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8000     layout: "plot-service-density"
8001
8002 - type: "plot"
8003   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8004   algorithm: "plot_nf_heatmap"
8005   output-file-type: ".html"
8006   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8007   data: "plot-vpp-nfv-2n-skx-mrr"
8008   filter: "'NIC_Intel-XXV710' and
8009            'NF_DENSITY' and
8010            'DOCKER' and
8011            'CHAIN' and
8012            'NF_VPPIP4' and
8013            'IMIX' and
8014            '4T2C' and
8015            'MRR'"
8016   parameters:
8017   - "result"
8018   - "name"
8019   - "tags"
8020   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8021   x-axis: "X = CNFs per Service Chain"
8022   y-axis: "Y = Number of Service Chains"
8023   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8024   layout:
8025     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8026     layout: "plot-service-density"
8027
8028 - type: "plot"
8029   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8030   algorithm: "plot_nf_heatmap"
8031   output-file-type: ".html"
8032   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8033   data: "plot-vpp-nfv-2n-skx-mrr"
8034   filter: "'NIC_Intel-XXV710' and
8035            'NF_DENSITY' and
8036            'DOCKER' and
8037            'CHAIN' and
8038            'NF_VPPIP4' and
8039            'IMIX' and
8040            '8T4C' and
8041            'MRR'"
8042   parameters:
8043   - "result"
8044   - "name"
8045   - "tags"
8046   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8047   x-axis: "X = CNFs per Service Chain"
8048   y-axis: "Y = Number of Service Chains"
8049   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8050   layout:
8051     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8052     layout: "plot-service-density"
8053
8054 # Plots - NF Density - CSC - NDR IMIX
8055 - type: "plot"
8056   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8057   algorithm: "plot_nf_heatmap"
8058   output-file-type: ".html"
8059   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8060   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8061   filter: "'NIC_Intel-XXV710' and
8062            'NF_DENSITY' and
8063            'DOCKER' and
8064            'CHAIN' and
8065            'NF_VPPIP4' and
8066            'IMIX' and
8067            '2T1C' and
8068            'NDRPDR'"
8069   parameters:
8070   - "throughput"
8071   - "name"
8072   - "tags"
8073   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8074   x-axis: "X = CNFs per Service Chain"
8075   y-axis: "Y = Number of Service Chains"
8076   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8077   layout:
8078     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8079     layout: "plot-service-density"
8080
8081 - type: "plot"
8082   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8083   algorithm: "plot_nf_heatmap"
8084   output-file-type: ".html"
8085   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8086   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8087   filter: "'NIC_Intel-XXV710' and
8088            'NF_DENSITY' and
8089            'DOCKER' and
8090            'CHAIN' and
8091            'NF_VPPIP4' and
8092            'IMIX' and
8093            '4T2C' and
8094            'NDRPDR'"
8095   parameters:
8096   - "throughput"
8097   - "name"
8098   - "tags"
8099   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8100   x-axis: "X = CNFs per Service Chain"
8101   y-axis: "Y = Number of Service Chains"
8102   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8103   layout:
8104     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8105     layout: "plot-service-density"
8106
8107 - type: "plot"
8108   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8109   algorithm: "plot_nf_heatmap"
8110   output-file-type: ".html"
8111   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8112   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8113   filter: "'NIC_Intel-XXV710' and
8114            'NF_DENSITY' and
8115            'DOCKER' and
8116            'CHAIN' and
8117            'NF_VPPIP4' and
8118            'IMIX' and
8119            '8T4C' and
8120            'NDRPDR'"
8121   parameters:
8122   - "throughput"
8123   - "name"
8124   - "tags"
8125   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8126   x-axis: "X = CNFs per Service Chain"
8127   y-axis: "Y = Number of Service Chains"
8128   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8129   layout:
8130     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8131     layout: "plot-service-density"
8132
8133 # Plots - NF Density - CSC - PDR IMIX
8134 - type: "plot"
8135   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8136   algorithm: "plot_nf_heatmap"
8137   output-file-type: ".html"
8138   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8139   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8140   filter: "'NIC_Intel-XXV710' and
8141            'NF_DENSITY' and
8142            'DOCKER' and
8143            'CHAIN' and
8144            'NF_VPPIP4' and
8145            'IMIX' and
8146            '2T1C' and
8147            'NDRPDR'"
8148   parameters:
8149   - "throughput"
8150   - "name"
8151   - "tags"
8152   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8153   x-axis: "X = CNFs per Service Chain"
8154   y-axis: "Y = Number of Service Chains"
8155   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8156   layout:
8157     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8158     layout: "plot-service-density"
8159
8160 - type: "plot"
8161   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8162   algorithm: "plot_nf_heatmap"
8163   output-file-type: ".html"
8164   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8165   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8166   filter: "'NIC_Intel-XXV710' and
8167            'NF_DENSITY' and
8168            'DOCKER' and
8169            'CHAIN' and
8170            'NF_VPPIP4' and
8171            'IMIX' and
8172            '4T2C' and
8173            'NDRPDR'"
8174   parameters:
8175   - "throughput"
8176   - "name"
8177   - "tags"
8178   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8179   x-axis: "X = CNFs per Service Chain"
8180   y-axis: "Y = Number of Service Chains"
8181   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8182   layout:
8183     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8184     layout: "plot-service-density"
8185
8186 - type: "plot"
8187   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8188   algorithm: "plot_nf_heatmap"
8189   output-file-type: ".html"
8190   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8191   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8192   filter: "'NIC_Intel-XXV710' and
8193            'NF_DENSITY' and
8194            'DOCKER' and
8195            'CHAIN' and
8196            'NF_VPPIP4' and
8197            'IMIX' and
8198            '8T4C' and
8199            'NDRPDR'"
8200   parameters:
8201   - "throughput"
8202   - "name"
8203   - "tags"
8204   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8205   x-axis: "X = CNFs per Service Chain"
8206   y-axis: "Y = Number of Service Chains"
8207   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8208   layout:
8209     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8210     layout: "plot-service-density"
8211
8212 ################################################################################
8213 #
8214 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8215 #- type: "plot"
8216 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8217 #  algorithm: "plot_nf_heatmap"
8218 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8219 #  data: "plot-vpp-nfv-3n-skx-mrr"
8220 #  filter: "'NIC_Intel-XXV710' and
8221 #           'NF_DENSITY' and
8222 #           'DOCKER' and
8223 #           'CHAIN' and
8224 #           'NF_VPPIP4' and
8225 #           'IPSEC' and
8226 #           'TNL_4' and
8227 #           'IMIX' and
8228 #           '2T1C' and
8229 #           'MRR'"
8230 #  parameters:
8231 #  - "result"
8232 #  - "name"
8233 #  - "tags"
8234 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8235 #  x-axis: "X = CNFs per Service Chain"
8236 #  y-axis: "Y = Number of Service Chains"
8237 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8238 #  layout:
8239 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8240 #    layout: "plot-service-density"
8241 #
8242 #- type: "plot"
8243 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8244 #  algorithm: "plot_nf_heatmap"
8245 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8246 #  data: "plot-vpp-nfv-3n-skx-mrr"
8247 #  filter: "'NIC_Intel-XXV710' and
8248 #           'NF_DENSITY' and
8249 #           'DOCKER' and
8250 #           'CHAIN' and
8251 #           'NF_VPPIP4' and
8252 #           'IPSEC' and
8253 #           'TNL_4' and
8254 #           'IMIX' and
8255 #           '4T2C' and
8256 #           'MRR'"
8257 #  parameters:
8258 #  - "result"
8259 #  - "name"
8260 #  - "tags"
8261 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8262 #  x-axis: "X = CNFs per Service Chain"
8263 #  y-axis: "Y = Number of Service Chains"
8264 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8265 #  layout:
8266 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8267 #    layout: "plot-service-density"
8268 #
8269 #- type: "plot"
8270 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8271 #  algorithm: "plot_nf_heatmap"
8272 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8273 #  data: "plot-vpp-nfv-3n-skx-mrr"
8274 #  filter: "'NIC_Intel-XXV710' and
8275 #           'NF_DENSITY' and
8276 #           'DOCKER' and
8277 #           'CHAIN' and
8278 #           'NF_VPPIP4' and
8279 #           'IPSEC' and
8280 #           'TNL_4' and
8281 #           'IMIX' and
8282 #           '8T4C' and
8283 #           'MRR'"
8284 #  parameters:
8285 #  - "result"
8286 #  - "name"
8287 #  - "tags"
8288 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8289 #  x-axis: "X = CNFs per Service Chain"
8290 #  y-axis: "Y = Number of Service Chains"
8291 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8292 #  layout:
8293 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8294 #    layout: "plot-service-density"
8295
8296 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8297 #- type: "plot"
8298 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8299 #  algorithm: "plot_nf_heatmap"
8300 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8301 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8302 #  filter: "'NIC_Intel-XXV710' and
8303 #           'NF_DENSITY' and
8304 #           'DOCKER' and
8305 #           'CHAIN' and
8306 #           'NF_VPPIP4' and
8307 #           'IPSEC' and
8308 #           'TNL_4' and
8309 #           'IMIX' and
8310 #           '2T1C' and
8311 #           'NDRPDR'"
8312 #  parameters:
8313 #  - "throughput"
8314 #  - "name"
8315 #  - "tags"
8316 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8317 #  x-axis: "X = CNFs per Service Chain"
8318 #  y-axis: "Y = Number of Service Chains"
8319 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8320 #  layout:
8321 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8322 #    layout: "plot-service-density"
8323 #
8324 #- type: "plot"
8325 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8326 #  algorithm: "plot_nf_heatmap"
8327 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8328 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8329 #  filter: "'NIC_Intel-XXV710' and
8330 #           'NF_DENSITY' and
8331 #           'DOCKER' and
8332 #           'CHAIN' and
8333 #           'NF_VPPIP4' and
8334 #           'IPSEC' and
8335 #           'TNL_4' and
8336 #           'IMIX' and
8337 #           '4T2C' and
8338 #           'NDRPDR'"
8339 #  parameters:
8340 #  - "throughput"
8341 #  - "name"
8342 #  - "tags"
8343 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8344 #  x-axis: "X = CNFs per Service Chain"
8345 #  y-axis: "Y = Number of Service Chains"
8346 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8347 #  layout:
8348 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8349 #    layout: "plot-service-density"
8350 #
8351 #- type: "plot"
8352 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8353 #  algorithm: "plot_nf_heatmap"
8354 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8355 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8356 #  filter: "'NIC_Intel-XXV710' and
8357 #           'NF_DENSITY' and
8358 #           'DOCKER' and
8359 #           'CHAIN' and
8360 #           'NF_VPPIP4' and
8361 #           'IPSEC' and
8362 #           'TNL_4' and
8363 #           'IMIX' and
8364 #           '8T4C' and
8365 #           'NDRPDR'"
8366 #  parameters:
8367 #  - "throughput"
8368 #  - "name"
8369 #  - "tags"
8370 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8371 #  x-axis: "X = CNFs per Service Chain"
8372 #  y-axis: "Y = Number of Service Chains"
8373 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8374 #  layout:
8375 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8376 #    layout: "plot-service-density"
8377 #
8378 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8379 #- type: "plot"
8380 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8381 #  algorithm: "plot_nf_heatmap"
8382 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8383 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8384 #  filter: "'NIC_Intel-XXV710' and
8385 #           'NF_DENSITY' and
8386 #           'DOCKER' and
8387 #           'CHAIN' and
8388 #           'NF_VPPIP4' and
8389 #           'IPSEC' and
8390 #           'TNL_4' and
8391 #           'IMIX' and
8392 #           '2T1C' and
8393 #           'NDRPDR'"
8394 #  parameters:
8395 #  - "throughput"
8396 #  - "name"
8397 #  - "tags"
8398 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8399 #  x-axis: "X = CNFs per Service Chain"
8400 #  y-axis: "Y = Number of Service Chains"
8401 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8402 #  layout:
8403 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8404 #    layout: "plot-service-density"
8405 #
8406 #- type: "plot"
8407 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8408 #  algorithm: "plot_nf_heatmap"
8409 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8410 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8411 #  filter: "'NIC_Intel-XXV710' and
8412 #           'NF_DENSITY' and
8413 #           'DOCKER' and
8414 #           'CHAIN' and
8415 #           'NF_VPPIP4' and
8416 #           'IPSEC' and
8417 #           'TNL_4' and
8418 #           'IMIX' and
8419 #           '4T2C' and
8420 #           'NDRPDR'"
8421 #  parameters:
8422 #  - "throughput"
8423 #  - "name"
8424 #  - "tags"
8425 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8426 #  x-axis: "X = CNFs per Service Chain"
8427 #  y-axis: "Y = Number of Service Chains"
8428 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8429 #  layout:
8430 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8431 #    layout: "plot-service-density"
8432 #
8433 #- type: "plot"
8434 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8435 #  algorithm: "plot_nf_heatmap"
8436 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8437 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8438 #  filter: "'NIC_Intel-XXV710' and
8439 #           'NF_DENSITY' and
8440 #           'DOCKER' and
8441 #           'CHAIN' and
8442 #           'NF_VPPIP4' and
8443 #           'IPSEC' and
8444 #           'TNL_4' and
8445 #           'IMIX' and
8446 #           '8T4C' and
8447 #           'NDRPDR'"
8448 #  parameters:
8449 #  - "throughput"
8450 #  - "name"
8451 #  - "tags"
8452 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8453 #  x-axis: "X = CNFs per Service Chain"
8454 #  y-axis: "Y = Number of Service Chains"
8455 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8456 #  layout:
8457 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8458 #    layout: "plot-service-density"
8459
8460 ###############################################################################
8461
8462 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8463 #- type: "plot"
8464 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8465 #  algorithm: "plot_nf_heatmap"
8466 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8467 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8468 #  filter: "'NIC_Intel-XL710' and
8469 #           'NF_DENSITY' and
8470 #           'DOCKER' and
8471 #           'CHAIN' and
8472 #           'NF_VPPIP4' and
8473 #           'IMIX' and
8474 #           'TNL_4' and
8475 #           '1T1C' and
8476 #           'MRR'"
8477 #  parameters:
8478 #  - "result"
8479 #  - "name"
8480 #  - "tags"
8481 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8482 #  x-axis: "X = CNFs per Service Chain"
8483 #  y-axis: "Y = Number of Service Chains"
8484 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8485 #  layout:
8486 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8487 #    layout: "plot-service-density"
8488 #
8489 #- type: "plot"
8490 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8491 #  algorithm: "plot_nf_heatmap"
8492 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8493 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8494 #  filter: "'NIC_Intel-XL710' and
8495 #           'NF_DENSITY' and
8496 #           'DOCKER' and
8497 #           'CHAIN' and
8498 #           'NF_VPPIP4' and
8499 #           'IPSEC' and
8500 #           'TNL_4' and
8501 #           'IMIX' and
8502 #           '2T2C' and
8503 #           'MRR'"
8504 #  parameters:
8505 #  - "result"
8506 #  - "name"
8507 #  - "tags"
8508 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8509 #  x-axis: "X = CNFs per Service Chain"
8510 #  y-axis: "Y = Number of Service Chains"
8511 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8512 #  layout:
8513 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8514 #    layout: "plot-service-density"
8515 #
8516 #- type: "plot"
8517 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8518 #  algorithm: "plot_nf_heatmap"
8519 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8520 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8521 #  filter: "'NIC_Intel-XL710' and
8522 #           'NF_DENSITY' and
8523 #           'DOCKER' and
8524 #           'CHAIN' and
8525 #           'NF_VPPIP4' and
8526 #           'IPSEC' and
8527 #           'TNL_4' and
8528 #           'IMIX' and
8529 #           '4T4C' and
8530 #           'MRR'"
8531 #  parameters:
8532 #  - "result"
8533 #  - "name"
8534 #  - "tags"
8535 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8536 #  x-axis: "X = CNFs per Service Chain"
8537 #  y-axis: "Y = Number of Service Chains"
8538 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8539 #  layout:
8540 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8541 #    layout: "plot-service-density"
8542
8543 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8544 #- type: "plot"
8545 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8546 #  algorithm: "plot_nf_heatmap"
8547 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8548 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8549 #  filter: "'NIC_Intel-XL710' and
8550 #           'NF_DENSITY' and
8551 #           'DOCKER' and
8552 #           'CHAIN' and
8553 #           'NF_VPPIP4' and
8554 #           'IPSEC' and
8555 #           'TNL_4' and
8556 #           'IMIX' and
8557 #           '1T1C' and
8558 #           'NDRPDR'"
8559 #  parameters:
8560 #  - "throughput"
8561 #  - "name"
8562 #  - "tags"
8563 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8564 #  x-axis: "X = CNFs per Service Chain"
8565 #  y-axis: "Y = Number of Service Chains"
8566 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8567 #  layout:
8568 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8569 #    layout: "plot-service-density"
8570 #
8571 #- type: "plot"
8572 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8573 #  algorithm: "plot_nf_heatmap"
8574 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8575 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8576 #  filter: "'NIC_Intel-XL710' and
8577 #           'NF_DENSITY' and
8578 #           'DOCKER' and
8579 #           'CHAIN' and
8580 #           'NF_VPPIP4' and
8581 #           'IPSEC' and
8582 #           'TNL_4' and
8583 #           'IMIX' and
8584 #           '2T2C' and
8585 #           'NDRPDR'"
8586 #  parameters:
8587 #  - "throughput"
8588 #  - "name"
8589 #  - "tags"
8590 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8591 #  x-axis: "X = CNFs per Service Chain"
8592 #  y-axis: "Y = Number of Service Chains"
8593 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8594 #  layout:
8595 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8596 #    layout: "plot-service-density"
8597 #
8598 #- type: "plot"
8599 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8600 #  algorithm: "plot_nf_heatmap"
8601 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8602 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8603 #  filter: "'NIC_Intel-XL710' and
8604 #           'NF_DENSITY' and
8605 #           'DOCKER' and
8606 #           'CHAIN' and
8607 #           'NF_VPPIP4' and
8608 #           'IPSEC' and
8609 #           'TNL_4' and
8610 #           'IMIX' and
8611 #           '4T4C' and
8612 #           'NDRPDR'"
8613 #  parameters:
8614 #  - "throughput"
8615 #  - "name"
8616 #  - "tags"
8617 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8618 #  x-axis: "X = CNFs per Service Chain"
8619 #  y-axis: "Y = Number of Service Chains"
8620 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8621 #  layout:
8622 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8623 #    layout: "plot-service-density"
8624 #
8625 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8626 #- type: "plot"
8627 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8628 #  algorithm: "plot_nf_heatmap"
8629 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8630 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8631 #  filter: "'NIC_Intel-XL710' and
8632 #           'NF_DENSITY' and
8633 #           'DOCKER' and
8634 #           'CHAIN' and
8635 #           'NF_VPPIP4' and
8636 #           'IPSEC' and
8637 #           'TNL_4' and
8638 #           'IMIX' and
8639 #           '1T1C' and
8640 #           'NDRPDR'"
8641 #  parameters:
8642 #  - "throughput"
8643 #  - "name"
8644 #  - "tags"
8645 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8646 #  x-axis: "X = CNFs per Service Chain"
8647 #  y-axis: "Y = Number of Service Chains"
8648 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8649 #  layout:
8650 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8651 #    layout: "plot-service-density"
8652 #
8653 #- type: "plot"
8654 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8655 #  algorithm: "plot_nf_heatmap"
8656 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8657 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8658 #  filter: "'NIC_Intel-XL710' and
8659 #           'NF_DENSITY' and
8660 #           'DOCKER' and
8661 #           'CHAIN' and
8662 #           'NF_VPPIP4' and
8663 #           'IPSEC' and
8664 #           'TNL_4' and
8665 #           'IMIX' and
8666 #           '2T2C' and
8667 #           'NDRPDR'"
8668 #  parameters:
8669 #  - "throughput"
8670 #  - "name"
8671 #  - "tags"
8672 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8673 #  x-axis: "X = CNFs per Service Chain"
8674 #  y-axis: "Y = Number of Service Chains"
8675 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8676 #  layout:
8677 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8678 #    layout: "plot-service-density"
8679 #
8680 #- type: "plot"
8681 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8682 #  algorithm: "plot_nf_heatmap"
8683 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8684 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8685 #  filter: "'NIC_Intel-XL710' and
8686 #           'NF_DENSITY' and
8687 #           'DOCKER' and
8688 #           'CHAIN' and
8689 #           'NF_VPPIP4' and
8690 #           'IPSEC' and
8691 #           'TNL_4' and
8692 #           'IMIX' and
8693 #           '4T4C' and
8694 #           'NDRPDR'"
8695 #  parameters:
8696 #  - "throughput"
8697 #  - "name"
8698 #  - "tags"
8699 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8700 #  x-axis: "X = CNFs per Service Chain"
8701 #  y-axis: "Y = Number of Service Chains"
8702 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8703 #  layout:
8704 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8705 #    layout: "plot-service-density"
8706
8707 ###############################################################################
8708
8709 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8710 #- type: "plot"
8711 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8712 #  algorithm: "plot_nf_heatmap"
8713 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8714 #  data: "plot-vpp-nfv-3n-skx-mrr"
8715 #  filter: "'NIC_Intel-XXV710' and
8716 #           'NF_DENSITY' and
8717 #           'DOCKER' and
8718 #           'CHAIN' and
8719 #           'NF_VPPIP4' and
8720 #           'IPSEC' and
8721 #           'TNL_1000' and
8722 #           'IMIX' and
8723 #           '2T1C' and
8724 #           'MRR'"
8725 #  parameters:
8726 #  - "result"
8727 #  - "name"
8728 #  - "tags"
8729 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8730 #  x-axis: "X = CNFs per Service Chain"
8731 #  y-axis: "Y = Number of Service Chains"
8732 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8733 #  layout:
8734 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8735 #    layout: "plot-service-density"
8736 #
8737 #- type: "plot"
8738 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8739 #  algorithm: "plot_nf_heatmap"
8740 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8741 #  data: "plot-vpp-nfv-3n-skx-mrr"
8742 #  filter: "'NIC_Intel-XXV710' and
8743 #           'NF_DENSITY' and
8744 #           'DOCKER' and
8745 #           'CHAIN' and
8746 #           'NF_VPPIP4' and
8747 #           'IPSEC' and
8748 #           'TNL_1000' and
8749 #           'IMIX' and
8750 #           '4T2C' and
8751 #           'MRR'"
8752 #  parameters:
8753 #  - "result"
8754 #  - "name"
8755 #  - "tags"
8756 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8757 #  x-axis: "X = CNFs per Service Chain"
8758 #  y-axis: "Y = Number of Service Chains"
8759 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8760 #  layout:
8761 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8762 #    layout: "plot-service-density"
8763 #
8764 #- type: "plot"
8765 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8766 #  algorithm: "plot_nf_heatmap"
8767 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8768 #  data: "plot-vpp-nfv-3n-skx-mrr"
8769 #  filter: "'NIC_Intel-XXV710' and
8770 #           'NF_DENSITY' and
8771 #           'DOCKER' and
8772 #           'CHAIN' and
8773 #           'NF_VPPIP4' and
8774 #           'IPSEC' and
8775 #           'TNL_1000' and
8776 #           'IMIX' and
8777 #           '8T4C' and
8778 #           'MRR'"
8779 #  parameters:
8780 #  - "result"
8781 #  - "name"
8782 #  - "tags"
8783 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8784 #  x-axis: "X = CNFs per Service Chain"
8785 #  y-axis: "Y = Number of Service Chains"
8786 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8787 #  layout:
8788 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8789 #    layout: "plot-service-density"
8790
8791 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8792 #- type: "plot"
8793 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8794 #  algorithm: "plot_nf_heatmap"
8795 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8796 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8797 #  filter: "'NIC_Intel-XXV710' and
8798 #           'NF_DENSITY' and
8799 #           'DOCKER' and
8800 #           'CHAIN' and
8801 #           'NF_VPPIP4' and
8802 #           'IPSEC' and
8803 #           'TNL_1000' and
8804 #           'IMIX' and
8805 #           '2T1C' and
8806 #           'NDRPDR'"
8807 #  parameters:
8808 #  - "throughput"
8809 #  - "name"
8810 #  - "tags"
8811 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8812 #  x-axis: "X = CNFs per Service Chain"
8813 #  y-axis: "Y = Number of Service Chains"
8814 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8815 #  layout:
8816 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8817 #    layout: "plot-service-density"
8818 #
8819 #- type: "plot"
8820 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8821 #  algorithm: "plot_nf_heatmap"
8822 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8823 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8824 #  filter: "'NIC_Intel-XXV710' and
8825 #           'NF_DENSITY' and
8826 #           'DOCKER' and
8827 #           'CHAIN' and
8828 #           'NF_VPPIP4' and
8829 #           'IPSEC' and
8830 #           'TNL_1000' and
8831 #           'IMIX' and
8832 #           '4T2C' and
8833 #           'NDRPDR'"
8834 #  parameters:
8835 #  - "throughput"
8836 #  - "name"
8837 #  - "tags"
8838 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8839 #  x-axis: "X = CNFs per Service Chain"
8840 #  y-axis: "Y = Number of Service Chains"
8841 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8842 #  layout:
8843 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8844 #    layout: "plot-service-density"
8845 #
8846 #- type: "plot"
8847 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8848 #  algorithm: "plot_nf_heatmap"
8849 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8850 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8851 #  filter: "'NIC_Intel-XXV710' and
8852 #           'NF_DENSITY' and
8853 #           'DOCKER' and
8854 #           'CHAIN' and
8855 #           'NF_VPPIP4' and
8856 #           'IPSEC' and
8857 #           'TNL_1000' and
8858 #           'IMIX' and
8859 #           '8T4C' and
8860 #           'NDRPDR'"
8861 #  parameters:
8862 #  - "throughput"
8863 #  - "name"
8864 #  - "tags"
8865 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8866 #  x-axis: "X = CNFs per Service Chain"
8867 #  y-axis: "Y = Number of Service Chains"
8868 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8869 #  layout:
8870 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8871 #    layout: "plot-service-density"
8872 #
8873 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8874 #- type: "plot"
8875 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8876 #  algorithm: "plot_nf_heatmap"
8877 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8878 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8879 #  filter: "'NIC_Intel-XXV710' and
8880 #           'NF_DENSITY' and
8881 #           'DOCKER' and
8882 #           'CHAIN' and
8883 #           'NF_VPPIP4' and
8884 #           'IPSEC' and
8885 #           'TNL_1000' and
8886 #           'IMIX' and
8887 #           '2T1C' and
8888 #           'NDRPDR'"
8889 #  parameters:
8890 #  - "throughput"
8891 #  - "name"
8892 #  - "tags"
8893 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8894 #  x-axis: "X = CNFs per Service Chain"
8895 #  y-axis: "Y = Number of Service Chains"
8896 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8897 #  layout:
8898 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8899 #    layout: "plot-service-density"
8900 #
8901 #- type: "plot"
8902 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8903 #  algorithm: "plot_nf_heatmap"
8904 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8905 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8906 #  filter: "'NIC_Intel-XXV710' and
8907 #           'NF_DENSITY' and
8908 #           'DOCKER' and
8909 #           'CHAIN' and
8910 #           'NF_VPPIP4' and
8911 #           'IPSEC' and
8912 #           'TNL_1000' and
8913 #           'IMIX' and
8914 #           '4T2C' and
8915 #           'NDRPDR'"
8916 #  parameters:
8917 #  - "throughput"
8918 #  - "name"
8919 #  - "tags"
8920 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8921 #  x-axis: "X = CNFs per Service Chain"
8922 #  y-axis: "Y = Number of Service Chains"
8923 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8924 #  layout:
8925 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8926 #    layout: "plot-service-density"
8927 #
8928 #- type: "plot"
8929 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8930 #  algorithm: "plot_nf_heatmap"
8931 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8932 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8933 #  filter: "'NIC_Intel-XXV710' and
8934 #           'NF_DENSITY' and
8935 #           'DOCKER' and
8936 #           'CHAIN' and
8937 #           'NF_VPPIP4' and
8938 #           'IPSEC' and
8939 #           'TNL_1000' and
8940 #           'IMIX' and
8941 #           '8T4C' and
8942 #           'NDRPDR'"
8943 #  parameters:
8944 #  - "throughput"
8945 #  - "name"
8946 #  - "tags"
8947 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8948 #  x-axis: "X = CNFs per Service Chain"
8949 #  y-axis: "Y = Number of Service Chains"
8950 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8951 #  layout:
8952 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8953 #    layout: "plot-service-density"
8954
8955 ###############################################################################
8956
8957 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8958 #- type: "plot"
8959 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8960 #  algorithm: "plot_nf_heatmap"
8961 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8962 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8963 #  filter: "'NIC_Intel-XL710' and
8964 #           'NF_DENSITY' and
8965 #           'DOCKER' and
8966 #           'CHAIN' and
8967 #           'NF_VPPIP4' and
8968 #           'IMIX' and
8969 #           'TNL_1000' and
8970 #           '1T1C' and
8971 #           'MRR'"
8972 #  parameters:
8973 #  - "result"
8974 #  - "name"
8975 #  - "tags"
8976 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8977 #  x-axis: "X = CNFs per Service Chain"
8978 #  y-axis: "Y = Number of Service Chains"
8979 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8980 #  layout:
8981 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8982 #    layout: "plot-service-density"
8983 #
8984 #- type: "plot"
8985 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8986 #  algorithm: "plot_nf_heatmap"
8987 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8988 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8989 #  filter: "'NIC_Intel-XL710' and
8990 #           'NF_DENSITY' and
8991 #           'DOCKER' and
8992 #           'CHAIN' and
8993 #           'NF_VPPIP4' and
8994 #           'IPSEC' and
8995 #           'TNL_1000' and
8996 #           'IMIX' and
8997 #           '2T2C' and
8998 #           'MRR'"
8999 #  parameters:
9000 #  - "result"
9001 #  - "name"
9002 #  - "tags"
9003 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9004 #  x-axis: "X = CNFs per Service Chain"
9005 #  y-axis: "Y = Number of Service Chains"
9006 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9007 #  layout:
9008 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9009 #    layout: "plot-service-density"
9010 #
9011 #- type: "plot"
9012 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9013 #  algorithm: "plot_nf_heatmap"
9014 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9015 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9016 #  filter: "'NIC_Intel-XL710' and
9017 #           'NF_DENSITY' and
9018 #           'DOCKER' and
9019 #           'CHAIN' and
9020 #           'NF_VPPIP4' and
9021 #           'IPSEC' and
9022 #           'TNL_1000' and
9023 #           'IMIX' and
9024 #           '4T4C' and
9025 #           'MRR'"
9026 #  parameters:
9027 #  - "result"
9028 #  - "name"
9029 #  - "tags"
9030 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9031 #  x-axis: "X = CNFs per Service Chain"
9032 #  y-axis: "Y = Number of Service Chains"
9033 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9034 #  layout:
9035 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9036 #    layout: "plot-service-density"
9037
9038 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9039 #- type: "plot"
9040 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9041 #  algorithm: "plot_nf_heatmap"
9042 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9043 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9044 #  filter: "'NIC_Intel-XL710' and
9045 #           'NF_DENSITY' and
9046 #           'DOCKER' and
9047 #           'CHAIN' and
9048 #           'NF_VPPIP4' and
9049 #           'IPSEC' and
9050 #           'TNL_1000' and
9051 #           'IMIX' and
9052 #           '1T1C' and
9053 #           'NDRPDR'"
9054 #  parameters:
9055 #  - "throughput"
9056 #  - "name"
9057 #  - "tags"
9058 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9059 #  x-axis: "X = CNFs per Service Chain"
9060 #  y-axis: "Y = Number of Service Chains"
9061 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9062 #  layout:
9063 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9064 #    layout: "plot-service-density"
9065 #
9066 #- type: "plot"
9067 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9068 #  algorithm: "plot_nf_heatmap"
9069 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9070 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9071 #  filter: "'NIC_Intel-XL710' and
9072 #           'NF_DENSITY' and
9073 #           'DOCKER' and
9074 #           'CHAIN' and
9075 #           'NF_VPPIP4' and
9076 #           'IPSEC' and
9077 #           'TNL_1000' and
9078 #           'IMIX' and
9079 #           '2T2C' and
9080 #           'NDRPDR'"
9081 #  parameters:
9082 #  - "throughput"
9083 #  - "name"
9084 #  - "tags"
9085 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9086 #  x-axis: "X = CNFs per Service Chain"
9087 #  y-axis: "Y = Number of Service Chains"
9088 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9089 #  layout:
9090 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9091 #    layout: "plot-service-density"
9092 #
9093 #- type: "plot"
9094 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9095 #  algorithm: "plot_nf_heatmap"
9096 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9097 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9098 #  filter: "'NIC_Intel-XL710' and
9099 #           'NF_DENSITY' and
9100 #           'DOCKER' and
9101 #           'CHAIN' and
9102 #           'NF_VPPIP4' and
9103 #           'IPSEC' and
9104 #           'TNL_1000' and
9105 #           'IMIX' and
9106 #           '4T4C' and
9107 #           'NDRPDR'"
9108 #  parameters:
9109 #  - "throughput"
9110 #  - "name"
9111 #  - "tags"
9112 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9113 #  x-axis: "X = CNFs per Service Chain"
9114 #  y-axis: "Y = Number of Service Chains"
9115 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9116 #  layout:
9117 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9118 #    layout: "plot-service-density"
9119 #
9120 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9121 #- type: "plot"
9122 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9123 #  algorithm: "plot_nf_heatmap"
9124 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9125 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9126 #  filter: "'NIC_Intel-XL710' and
9127 #           'NF_DENSITY' and
9128 #           'DOCKER' and
9129 #           'CHAIN' and
9130 #           'NF_VPPIP4' and
9131 #           'IPSEC' and
9132 #           'TNL_1000' and
9133 #           'IMIX' and
9134 #           '1T1C' and
9135 #           'NDRPDR'"
9136 #  parameters:
9137 #  - "throughput"
9138 #  - "name"
9139 #  - "tags"
9140 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9141 #  x-axis: "X = CNFs per Service Chain"
9142 #  y-axis: "Y = Number of Service Chains"
9143 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9144 #  layout:
9145 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9146 #    layout: "plot-service-density"
9147 #
9148 #- type: "plot"
9149 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9150 #  algorithm: "plot_nf_heatmap"
9151 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9152 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9153 #  filter: "'NIC_Intel-XL710' and
9154 #           'NF_DENSITY' and
9155 #           'DOCKER' and
9156 #           'CHAIN' and
9157 #           'NF_VPPIP4' and
9158 #           'IPSEC' and
9159 #           'TNL_1000' and
9160 #           'IMIX' and
9161 #           '2T2C' and
9162 #           'NDRPDR'"
9163 #  parameters:
9164 #  - "throughput"
9165 #  - "name"
9166 #  - "tags"
9167 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9168 #  x-axis: "X = CNFs per Service Chain"
9169 #  y-axis: "Y = Number of Service Chains"
9170 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9171 #  layout:
9172 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9173 #    layout: "plot-service-density"
9174 #
9175 #- type: "plot"
9176 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9177 #  algorithm: "plot_nf_heatmap"
9178 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9179 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9180 #  filter: "'NIC_Intel-XL710' and
9181 #           'NF_DENSITY' and
9182 #           'DOCKER' and
9183 #           'CHAIN' and
9184 #           'NF_VPPIP4' and
9185 #           'IPSEC' and
9186 #           'TNL_1000' and
9187 #           'IMIX' and
9188 #           '4T4C' and
9189 #           'NDRPDR'"
9190 #  parameters:
9191 #  - "throughput"
9192 #  - "name"
9193 #  - "tags"
9194 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9195 #  x-axis: "X = CNFs per Service Chain"
9196 #  y-axis: "Y = Number of Service Chains"
9197 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9198 #  layout:
9199 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9200 #    layout: "plot-service-density"
9201
9202 ###############################################################################
9203
9204 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9205 #- type: "plot"
9206 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9207 #  algorithm: "plot_nf_heatmap"
9208 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9209 #  data: "plot-vpp-nfv-3n-skx-mrr"
9210 #  filter: "'NIC_Intel-XXV710' and
9211 #           'NF_DENSITY' and
9212 #           'DOCKER' and
9213 #           'CHAIN' and
9214 #           'NF_VPPIP4' and
9215 #           'IPSEC' and
9216 #           'TNL_10000' and
9217 #           'IMIX' and
9218 #           '2T1C' and
9219 #           'MRR'"
9220 #  parameters:
9221 #  - "result"
9222 #  - "name"
9223 #  - "tags"
9224 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9225 #  x-axis: "X = CNFs per Service Chain"
9226 #  y-axis: "Y = Number of Service Chains"
9227 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9228 #  layout:
9229 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9230 #    layout: "plot-service-density"
9231 #
9232 #- type: "plot"
9233 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9234 #  algorithm: "plot_nf_heatmap"
9235 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9236 #  data: "plot-vpp-nfv-3n-skx-mrr"
9237 #  filter: "'NIC_Intel-XXV710' and
9238 #           'NF_DENSITY' and
9239 #           'DOCKER' and
9240 #           'CHAIN' and
9241 #           'NF_VPPIP4' and
9242 #           'IPSEC' and
9243 #           'TNL_10000' and
9244 #           'IMIX' and
9245 #           '4T2C' and
9246 #           'MRR'"
9247 #  parameters:
9248 #  - "result"
9249 #  - "name"
9250 #  - "tags"
9251 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9252 #  x-axis: "X = CNFs per Service Chain"
9253 #  y-axis: "Y = Number of Service Chains"
9254 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9255 #  layout:
9256 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9257 #    layout: "plot-service-density"
9258 #
9259 #- type: "plot"
9260 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9261 #  algorithm: "plot_nf_heatmap"
9262 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9263 #  data: "plot-vpp-nfv-3n-skx-mrr"
9264 #  filter: "'NIC_Intel-XXV710' and
9265 #           'NF_DENSITY' and
9266 #           'DOCKER' and
9267 #           'CHAIN' and
9268 #           'NF_VPPIP4' and
9269 #           'IPSEC' and
9270 #           'TNL_10000' and
9271 #           'IMIX' and
9272 #           '8T4C' and
9273 #           'MRR'"
9274 #  parameters:
9275 #  - "result"
9276 #  - "name"
9277 #  - "tags"
9278 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9279 #  x-axis: "X = CNFs per Service Chain"
9280 #  y-axis: "Y = Number of Service Chains"
9281 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9282 #  layout:
9283 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9284 #    layout: "plot-service-density"
9285
9286 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9287 #- type: "plot"
9288 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9289 #  algorithm: "plot_nf_heatmap"
9290 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9291 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9292 #  filter: "'NIC_Intel-XXV710' and
9293 #           'NF_DENSITY' and
9294 #           'DOCKER' and
9295 #           'CHAIN' and
9296 #           'NF_VPPIP4' and
9297 #           'IPSEC' and
9298 #           'TNL_10000' and
9299 #           'IMIX' and
9300 #           '2T1C' and
9301 #           'NDRPDR'"
9302 #  parameters:
9303 #  - "throughput"
9304 #  - "name"
9305 #  - "tags"
9306 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9307 #  x-axis: "X = CNFs per Service Chain"
9308 #  y-axis: "Y = Number of Service Chains"
9309 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9310 #  layout:
9311 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9312 #    layout: "plot-service-density"
9313 #
9314 #- type: "plot"
9315 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9316 #  algorithm: "plot_nf_heatmap"
9317 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9318 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9319 #  filter: "'NIC_Intel-XXV710' and
9320 #           'NF_DENSITY' and
9321 #           'DOCKER' and
9322 #           'CHAIN' and
9323 #           'NF_VPPIP4' and
9324 #           'IPSEC' and
9325 #           'TNL_10000' and
9326 #           'IMIX' and
9327 #           '4T2C' and
9328 #           'NDRPDR'"
9329 #  parameters:
9330 #  - "throughput"
9331 #  - "name"
9332 #  - "tags"
9333 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9334 #  x-axis: "X = CNFs per Service Chain"
9335 #  y-axis: "Y = Number of Service Chains"
9336 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9337 #  layout:
9338 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9339 #    layout: "plot-service-density"
9340 #
9341 #- type: "plot"
9342 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9343 #  algorithm: "plot_nf_heatmap"
9344 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9345 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9346 #  filter: "'NIC_Intel-XXV710' and
9347 #           'NF_DENSITY' and
9348 #           'DOCKER' and
9349 #           'CHAIN' and
9350 #           'NF_VPPIP4' and
9351 #           'IPSEC' and
9352 #           'TNL_10000' and
9353 #           'IMIX' and
9354 #           '8T4C' and
9355 #           'NDRPDR'"
9356 #  parameters:
9357 #  - "throughput"
9358 #  - "name"
9359 #  - "tags"
9360 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9361 #  x-axis: "X = CNFs per Service Chain"
9362 #  y-axis: "Y = Number of Service Chains"
9363 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9364 #  layout:
9365 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9366 #    layout: "plot-service-density"
9367 #
9368 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9369 #- type: "plot"
9370 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9371 #  algorithm: "plot_nf_heatmap"
9372 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9373 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9374 #  filter: "'NIC_Intel-XXV710' and
9375 #           'NF_DENSITY' and
9376 #           'DOCKER' and
9377 #           'CHAIN' and
9378 #           'NF_VPPIP4' and
9379 #           'IPSEC' and
9380 #           'TNL_10000' and
9381 #           'IMIX' and
9382 #           '2T1C' and
9383 #           'NDRPDR'"
9384 #  parameters:
9385 #  - "throughput"
9386 #  - "name"
9387 #  - "tags"
9388 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9389 #  x-axis: "X = CNFs per Service Chain"
9390 #  y-axis: "Y = Number of Service Chains"
9391 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9392 #  layout:
9393 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9394 #    layout: "plot-service-density"
9395 #
9396 #- type: "plot"
9397 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9398 #  algorithm: "plot_nf_heatmap"
9399 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9400 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9401 #  filter: "'NIC_Intel-XXV710' and
9402 #           'NF_DENSITY' and
9403 #           'DOCKER' and
9404 #           'CHAIN' and
9405 #           'NF_VPPIP4' and
9406 #           'IPSEC' and
9407 #           'TNL_10000' and
9408 #           'IMIX' and
9409 #           '4T2C' and
9410 #           'NDRPDR'"
9411 #  parameters:
9412 #  - "throughput"
9413 #  - "name"
9414 #  - "tags"
9415 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9416 #  x-axis: "X = CNFs per Service Chain"
9417 #  y-axis: "Y = Number of Service Chains"
9418 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9419 #  layout:
9420 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9421 #    layout: "plot-service-density"
9422 #
9423 #- type: "plot"
9424 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9425 #  algorithm: "plot_nf_heatmap"
9426 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9427 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9428 #  filter: "'NIC_Intel-XXV710' and
9429 #           'NF_DENSITY' and
9430 #           'DOCKER' and
9431 #           'CHAIN' and
9432 #           'NF_VPPIP4' and
9433 #           'IPSEC' and
9434 #           'TNL_10000' and
9435 #           'IMIX' and
9436 #           '8T4C' and
9437 #           'NDRPDR'"
9438 #  parameters:
9439 #  - "throughput"
9440 #  - "name"
9441 #  - "tags"
9442 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9443 #  x-axis: "X = CNFs per Service Chain"
9444 #  y-axis: "Y = Number of Service Chains"
9445 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9446 #  layout:
9447 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9448 #    layout: "plot-service-density"
9449
9450 ###############################################################################
9451
9452 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9453 #- type: "plot"
9454 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9455 #  algorithm: "plot_nf_heatmap"
9456 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9457 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9458 #  filter: "'NIC_Intel-XL710' and
9459 #           'NF_DENSITY' and
9460 #           'DOCKER' and
9461 #           'CHAIN' and
9462 #           'NF_VPPIP4' and
9463 #           'IMIX' and
9464 #           'TNL_10000' and
9465 #           '1T1C' and
9466 #           'MRR'"
9467 #  parameters:
9468 #  - "result"
9469 #  - "name"
9470 #  - "tags"
9471 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9472 #  x-axis: "X = CNFs per Service Chain"
9473 #  y-axis: "Y = Number of Service Chains"
9474 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9475 #  layout:
9476 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9477 #    layout: "plot-service-density"
9478 #
9479 #- type: "plot"
9480 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9481 #  algorithm: "plot_nf_heatmap"
9482 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9483 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9484 #  filter: "'NIC_Intel-XL710' and
9485 #           'NF_DENSITY' and
9486 #           'DOCKER' and
9487 #           'CHAIN' and
9488 #           'NF_VPPIP4' and
9489 #           'IPSEC' and
9490 #           'TNL_10000' and
9491 #           'IMIX' and
9492 #           '2T2C' and
9493 #           'MRR'"
9494 #  parameters:
9495 #  - "result"
9496 #  - "name"
9497 #  - "tags"
9498 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9499 #  x-axis: "X = CNFs per Service Chain"
9500 #  y-axis: "Y = Number of Service Chains"
9501 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9502 #  layout:
9503 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9504 #    layout: "plot-service-density"
9505 #
9506 #- type: "plot"
9507 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9508 #  algorithm: "plot_nf_heatmap"
9509 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9510 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9511 #  filter: "'NIC_Intel-XL710' and
9512 #           'NF_DENSITY' and
9513 #           'DOCKER' and
9514 #           'CHAIN' and
9515 #           'NF_VPPIP4' and
9516 #           'IPSEC' and
9517 #           'TNL_10000' and
9518 #           'IMIX' and
9519 #           '4T4C' and
9520 #           'MRR'"
9521 #  parameters:
9522 #  - "result"
9523 #  - "name"
9524 #  - "tags"
9525 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9526 #  x-axis: "X = CNFs per Service Chain"
9527 #  y-axis: "Y = Number of Service Chains"
9528 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9529 #  layout:
9530 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9531 #    layout: "plot-service-density"
9532
9533 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9534 #- type: "plot"
9535 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9536 #  algorithm: "plot_nf_heatmap"
9537 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9538 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9539 #  filter: "'NIC_Intel-XL710' and
9540 #           'NF_DENSITY' and
9541 #           'DOCKER' and
9542 #           'CHAIN' and
9543 #           'NF_VPPIP4' and
9544 #           'IPSEC' and
9545 #           'TNL_10000' and
9546 #           'IMIX' and
9547 #           '1T1C' and
9548 #           'NDRPDR'"
9549 #  parameters:
9550 #  - "throughput"
9551 #  - "name"
9552 #  - "tags"
9553 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9554 #  x-axis: "X = CNFs per Service Chain"
9555 #  y-axis: "Y = Number of Service Chains"
9556 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9557 #  layout:
9558 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9559 #    layout: "plot-service-density"
9560 #
9561 #- type: "plot"
9562 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9563 #  algorithm: "plot_nf_heatmap"
9564 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9565 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9566 #  filter: "'NIC_Intel-XL710' and
9567 #           'NF_DENSITY' and
9568 #           'DOCKER' and
9569 #           'CHAIN' and
9570 #           'NF_VPPIP4' and
9571 #           'IPSEC' and
9572 #           'TNL_10000' and
9573 #           'IMIX' and
9574 #           '2T2C' and
9575 #           'NDRPDR'"
9576 #  parameters:
9577 #  - "throughput"
9578 #  - "name"
9579 #  - "tags"
9580 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9581 #  x-axis: "X = CNFs per Service Chain"
9582 #  y-axis: "Y = Number of Service Chains"
9583 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9584 #  layout:
9585 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9586 #    layout: "plot-service-density"
9587 #
9588 #- type: "plot"
9589 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9590 #  algorithm: "plot_nf_heatmap"
9591 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9592 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9593 #  filter: "'NIC_Intel-XL710' and
9594 #           'NF_DENSITY' and
9595 #           'DOCKER' and
9596 #           'CHAIN' and
9597 #           'NF_VPPIP4' and
9598 #           'IPSEC' and
9599 #           'TNL_10000' and
9600 #           'IMIX' and
9601 #           '4T4C' and
9602 #           'NDRPDR'"
9603 #  parameters:
9604 #  - "throughput"
9605 #  - "name"
9606 #  - "tags"
9607 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9608 #  x-axis: "X = CNFs per Service Chain"
9609 #  y-axis: "Y = Number of Service Chains"
9610 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9611 #  layout:
9612 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9613 #    layout: "plot-service-density"
9614 #
9615 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9616 #- type: "plot"
9617 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9618 #  algorithm: "plot_nf_heatmap"
9619 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9620 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9621 #  filter: "'NIC_Intel-XL710' and
9622 #           'NF_DENSITY' and
9623 #           'DOCKER' and
9624 #           'CHAIN' and
9625 #           'NF_VPPIP4' and
9626 #           'IPSEC' and
9627 #           'TNL_10000' and
9628 #           'IMIX' and
9629 #           '1T1C' and
9630 #           'NDRPDR'"
9631 #  parameters:
9632 #  - "throughput"
9633 #  - "name"
9634 #  - "tags"
9635 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9636 #  x-axis: "X = CNFs per Service Chain"
9637 #  y-axis: "Y = Number of Service Chains"
9638 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9639 #  layout:
9640 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9641 #    layout: "plot-service-density"
9642 #
9643 #- type: "plot"
9644 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9645 #  algorithm: "plot_nf_heatmap"
9646 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9647 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9648 #  filter: "'NIC_Intel-XL710' and
9649 #           'NF_DENSITY' and
9650 #           'DOCKER' and
9651 #           'CHAIN' and
9652 #           'NF_VPPIP4' and
9653 #           'IPSEC' and
9654 #           'TNL_10000' and
9655 #           'IMIX' and
9656 #           '2T2C' and
9657 #           'NDRPDR'"
9658 #  parameters:
9659 #  - "throughput"
9660 #  - "name"
9661 #  - "tags"
9662 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9663 #  x-axis: "X = CNFs per Service Chain"
9664 #  y-axis: "Y = Number of Service Chains"
9665 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9666 #  layout:
9667 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9668 #    layout: "plot-service-density"
9669 #
9670 #- type: "plot"
9671 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9672 #  algorithm: "plot_nf_heatmap"
9673 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9674 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9675 #  filter: "'NIC_Intel-XL710' and
9676 #           'NF_DENSITY' and
9677 #           'DOCKER' and
9678 #           'CHAIN' and
9679 #           'NF_VPPIP4' and
9680 #           'IPSEC' and
9681 #           'TNL_10000' and
9682 #           'IMIX' and
9683 #           '4T4C' and
9684 #           'NDRPDR'"
9685 #  parameters:
9686 #  - "throughput"
9687 #  - "name"
9688 #  - "tags"
9689 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9690 #  x-axis: "X = CNFs per Service Chain"
9691 #  y-axis: "Y = Number of Service Chains"
9692 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9693 #  layout:
9694 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9695 #    layout: "plot-service-density"
9696
9697 ###############################################################################
9698
9699 # Plots - NF Density - CSP - MRR IMIX
9700 - type: "plot"
9701   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9702   algorithm: "plot_nf_heatmap"
9703   output-file-type: ".html"
9704   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9705   data: "plot-vpp-nfv-2n-skx-mrr"
9706   filter: "'NIC_Intel-XXV710' and
9707            'NF_DENSITY' and
9708            'DOCKER' and
9709            'PIPELINE' and
9710            'NF_VPPIP4' and
9711            'IMIX' and
9712            '2T1C' and
9713            'MRR'"
9714   parameters:
9715   - "result"
9716   - "name"
9717   - "tags"
9718   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9719   x-axis: "X = CNFs per Service Pipeline"
9720   y-axis: "Y = Number of Service Pipelines"
9721   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9722   layout:
9723     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9724     layout: "plot-service-density"
9725
9726 - type: "plot"
9727   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9728   algorithm: "plot_nf_heatmap"
9729   output-file-type: ".html"
9730   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9731   data: "plot-vpp-nfv-2n-skx-mrr"
9732   filter: "'NIC_Intel-XXV710' and
9733            'NF_DENSITY' and
9734            'DOCKER' and
9735            'PIPELINE' and
9736            'NF_VPPIP4' and
9737            'IMIX' and
9738            '4T2C' and
9739            'MRR'"
9740   parameters:
9741   - "result"
9742   - "name"
9743   - "tags"
9744   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9745   x-axis: "X = CNFs per Service Pipeline"
9746   y-axis: "Y = Number of Service Pipelines"
9747   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9748   layout:
9749     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9750     layout: "plot-service-density"
9751
9752 - type: "plot"
9753   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9754   algorithm: "plot_nf_heatmap"
9755   output-file-type: ".html"
9756   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9757   data: "plot-vpp-nfv-2n-skx-mrr"
9758   filter: "'NIC_Intel-XXV710' and
9759            'NF_DENSITY' and
9760            'DOCKER' and
9761            'PIPELINE' and
9762            'NF_VPPIP4' and
9763            'IMIX' and
9764            '8T4C' and
9765            'MRR'"
9766   parameters:
9767   - "result"
9768   - "name"
9769   - "tags"
9770   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9771   x-axis: "X = CNFs per Service Pipeline"
9772   y-axis: "Y = Number of Service Pipelines"
9773   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9774   layout:
9775     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9776     layout: "plot-service-density"
9777
9778 # Plots - NF Density - CSP - NDR IMIX
9779 - type: "plot"
9780   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9781   algorithm: "plot_nf_heatmap"
9782   output-file-type: ".html"
9783   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9784   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9785   filter: "'NIC_Intel-XXV710' and
9786            'NF_DENSITY' and
9787            'DOCKER' and
9788            'PIPELINE' and
9789            'NF_VPPIP4' and
9790            'IMIX' and
9791            '2T1C' and
9792            'NDRPDR'"
9793   parameters:
9794   - "throughput"
9795   - "name"
9796   - "tags"
9797   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9798   x-axis: "X = CNFs per Service Pipeline"
9799   y-axis: "Y = Number of Service Pipelines"
9800   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9801   layout:
9802     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9803     layout: "plot-service-density"
9804
9805 - type: "plot"
9806   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9807   algorithm: "plot_nf_heatmap"
9808   output-file-type: ".html"
9809   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9810   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9811   filter: "'NIC_Intel-XXV710' and
9812            'NF_DENSITY' and
9813            'DOCKER' and
9814            'PIPELINE' and
9815            'NF_VPPIP4' and
9816            'IMIX' and
9817            '4T2C' and
9818            'NDRPDR'"
9819   parameters:
9820   - "throughput"
9821   - "name"
9822   - "tags"
9823   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9824   x-axis: "X = CNFs per Service Pipeline"
9825   y-axis: "Y = Number of Service Pipelines"
9826   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9827   layout:
9828     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9829     layout: "plot-service-density"
9830
9831 - type: "plot"
9832   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9833   algorithm: "plot_nf_heatmap"
9834   output-file-type: ".html"
9835   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9836   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9837   filter: "'NIC_Intel-XXV710' and
9838            'NF_DENSITY' and
9839            'DOCKER' and
9840            'PIPELINE' and
9841            'NF_VPPIP4' and
9842            'IMIX' and
9843            '8T4C' and
9844            'NDRPDR'"
9845   parameters:
9846   - "throughput"
9847   - "name"
9848   - "tags"
9849   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9850   x-axis: "X = CNFs per Service Pipeline"
9851   y-axis: "Y = Number of Service Pipelines"
9852   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9853   layout:
9854     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9855     layout: "plot-service-density"
9856
9857 # Plots - NF Density - CSP - PDR IMIX
9858 - type: "plot"
9859   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9860   algorithm: "plot_nf_heatmap"
9861   output-file-type: ".html"
9862   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9863   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9864   filter: "'NIC_Intel-XXV710' and
9865            'NF_DENSITY' and
9866            'DOCKER' and
9867            'PIPELINE' and
9868            'NF_VPPIP4' and
9869            'IMIX' and
9870            '2T1C' and
9871            'NDRPDR'"
9872   parameters:
9873   - "throughput"
9874   - "name"
9875   - "tags"
9876   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9877   x-axis: "X = CNFs per Service Pipeline"
9878   y-axis: "Y = Number of Service Pipelines"
9879   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9880   layout:
9881     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9882     layout: "plot-service-density"
9883
9884 - type: "plot"
9885   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9886   algorithm: "plot_nf_heatmap"
9887   output-file-type: ".html"
9888   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9889   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9890   filter: "'NIC_Intel-XXV710' and
9891            'NF_DENSITY' and
9892            'DOCKER' and
9893            'PIPELINE' and
9894            'NF_VPPIP4' and
9895            'IMIX' and
9896            '4T2C' and
9897            'NDRPDR'"
9898   parameters:
9899   - "throughput"
9900   - "name"
9901   - "tags"
9902   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9903   x-axis: "X = CNFs per Service Pipeline"
9904   y-axis: "Y = Number of Service Pipelines"
9905   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9906   layout:
9907     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9908     layout: "plot-service-density"
9909
9910 - type: "plot"
9911   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9912   algorithm: "plot_nf_heatmap"
9913   output-file-type: ".html"
9914   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9915   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9916   filter: "'NIC_Intel-XXV710' and
9917            'NF_DENSITY' and
9918            'DOCKER' and
9919            'PIPELINE' and
9920            'NF_VPPIP4' and
9921            'IMIX' and
9922            '8T4C' and
9923            'NDRPDR'"
9924   parameters:
9925   - "throughput"
9926   - "name"
9927   - "tags"
9928   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9929   x-axis: "X = CNFs per Service Pipeline"
9930   y-axis: "Y = Number of Service Pipelines"
9931   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9932   layout:
9933     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9934     layout: "plot-service-density"
9935
9936 ###############################################################################
9937 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9938
9939 - type: "plot"
9940   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9941   algorithm: "plot_nf_heatmap"
9942   output-file-type: ".html"
9943   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9944   data: "plot-vpp-nfv-2n-clx-mrr"
9945   filter: "'NIC_Intel-XXV710' and
9946            'NF_DENSITY' and
9947            'VHOST' and
9948            not 'VXLAN' and
9949            'CHAIN' and
9950            'NF_VPPIP4' and
9951            'IMIX' and
9952            '2T1C' and
9953            'MRR'"
9954   parameters:
9955   - "result"
9956   - "name"
9957   - "tags"
9958   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9959   x-axis: "X = VNFs per Service Chain"
9960   y-axis: "Y = Number of Service Chains"
9961   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9962   layout:
9963     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9964     layout: "plot-service-density"
9965
9966 - type: "plot"
9967   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9968   algorithm: "plot_nf_heatmap"
9969   output-file-type: ".html"
9970   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9971   data: "plot-vpp-nfv-2n-clx-mrr"
9972   filter: "'NIC_Intel-XXV710' and
9973            'NF_DENSITY' and
9974            'VHOST' and
9975            not 'VXLAN' and
9976            'CHAIN' and
9977            'NF_VPPIP4' and
9978            'IMIX' and
9979            '4T2C' and
9980            'MRR'"
9981   parameters:
9982   - "result"
9983   - "name"
9984   - "tags"
9985   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9986   x-axis: "X = VNFs per Service Chain"
9987   y-axis: "Y = Number of Service Chains"
9988   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9989   layout:
9990     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9991     layout: "plot-service-density"
9992
9993 - type: "plot"
9994   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9995   algorithm: "plot_nf_heatmap"
9996   output-file-type: ".html"
9997   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9998   data: "plot-vpp-nfv-2n-clx-mrr"
9999   filter: "'NIC_Intel-XXV710' and
10000            'NF_DENSITY' and
10001            'VHOST' and
10002            not 'VXLAN' and
10003            'CHAIN' and
10004            'NF_VPPIP4' and
10005            'IMIX' and
10006            '8T4C' and
10007            'MRR'"
10008   parameters:
10009   - "result"
10010   - "name"
10011   - "tags"
10012   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10013   x-axis: "X = VNFs per Service Chain"
10014   y-axis: "Y = Number of Service Chains"
10015   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10016   layout:
10017     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10018     layout: "plot-service-density"
10019
10020 # Plots - NF Density - VSC - NDR IMIX
10021 - type: "plot"
10022   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10023   algorithm: "plot_nf_heatmap"
10024   output-file-type: ".html"
10025   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10026   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10027   filter: "'NIC_Intel-XXV710' and
10028            'NF_DENSITY' and
10029            'VHOST' and
10030            not 'VXLAN' and
10031            'CHAIN' and
10032            'NF_VPPIP4' and
10033            'IMIX' and
10034            '2T1C' and
10035            'NDRPDR'"
10036   parameters:
10037   - "throughput"
10038   - "name"
10039   - "tags"
10040   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10041   x-axis: "X = VNFs per Service Chain"
10042   y-axis: "Y = Number of Service Chains"
10043   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10044   layout:
10045     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10046     layout: "plot-service-density"
10047
10048 - type: "plot"
10049   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10050   algorithm: "plot_nf_heatmap"
10051   output-file-type: ".html"
10052   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10053   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10054   filter: "'NIC_Intel-XXV710' and
10055            'NF_DENSITY' and
10056            'VHOST' and
10057            not 'VXLAN' and
10058            'CHAIN' and
10059            'NF_VPPIP4' and
10060            'IMIX' and
10061            '4T2C' and
10062            'NDRPDR'"
10063   parameters:
10064   - "throughput"
10065   - "name"
10066   - "tags"
10067   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10068   x-axis: "X = VNFs per Service Chain"
10069   y-axis: "Y = Number of Service Chains"
10070   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10071   layout:
10072     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10073     layout: "plot-service-density"
10074
10075 - type: "plot"
10076   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10077   algorithm: "plot_nf_heatmap"
10078   output-file-type: ".html"
10079   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10080   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10081   filter: "'NIC_Intel-XXV710' and
10082            'NF_DENSITY' and
10083            'VHOST' and
10084            not 'VXLAN' and
10085            'CHAIN' and
10086            'NF_VPPIP4' and
10087            'IMIX' and
10088            '8T4C' and
10089            'NDRPDR'"
10090   parameters:
10091   - "throughput"
10092   - "name"
10093   - "tags"
10094   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10095   x-axis: "X = VNFs per Service Chain"
10096   y-axis: "Y = Number of Service Chains"
10097   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10098   layout:
10099     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10100     layout: "plot-service-density"
10101
10102 # Plots - NF Density - VSC - PDR IMIX
10103 - type: "plot"
10104   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10105   algorithm: "plot_nf_heatmap"
10106   output-file-type: ".html"
10107   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10108   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10109   filter: "'NIC_Intel-XXV710' and
10110            'NF_DENSITY' and
10111            'VHOST' and
10112            not 'VXLAN' and
10113            'CHAIN' and
10114            'NF_VPPIP4' and
10115            'IMIX' and
10116            '2T1C' and
10117            'NDRPDR'"
10118   parameters:
10119   - "throughput"
10120   - "name"
10121   - "tags"
10122   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10123   x-axis: "X = VNFs per Service Chain"
10124   y-axis: "Y = Number of Service Chains"
10125   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10126   layout:
10127     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10128     layout: "plot-service-density"
10129
10130 - type: "plot"
10131   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10132   algorithm: "plot_nf_heatmap"
10133   output-file-type: ".html"
10134   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10135   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10136   filter: "'NIC_Intel-XXV710' and
10137            'NF_DENSITY' and
10138            'VHOST' and
10139            not 'VXLAN' and
10140            'CHAIN' and
10141            'NF_VPPIP4' and
10142            'IMIX' and
10143            '4T2C' and
10144            'NDRPDR'"
10145   parameters:
10146   - "throughput"
10147   - "name"
10148   - "tags"
10149   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10150   x-axis: "X = VNFs per Service Chain"
10151   y-axis: "Y = Number of Service Chains"
10152   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10153   layout:
10154     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10155     layout: "plot-service-density"
10156
10157 - type: "plot"
10158   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10159   algorithm: "plot_nf_heatmap"
10160   output-file-type: ".html"
10161   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10162   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10163   filter: "'NIC_Intel-XXV710' and
10164            'NF_DENSITY' and
10165            'VHOST' and
10166            not 'VXLAN' and
10167            'CHAIN' and
10168            'NF_VPPIP4' and
10169            'IMIX' and
10170            '8T4C' and
10171            'NDRPDR'"
10172   parameters:
10173   - "throughput"
10174   - "name"
10175   - "tags"
10176   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10177   x-axis: "X = VNFs per Service Chain"
10178   y-axis: "Y = Number of Service Chains"
10179   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10180   layout:
10181     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10182     layout: "plot-service-density"
10183
10184 # Plots - NF Density - VSC - MRR IMIX
10185 - type: "plot"
10186   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10187   algorithm: "plot_nf_heatmap"
10188   output-file-type: ".html"
10189   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10190   data: "plot-vpp-nfv-2n-clx-mrr"
10191   filter: "'NIC_Intel-XXV710' and
10192            'NF_DENSITY' and
10193            'VHOST' and
10194            'VXLAN' and
10195            'CHAIN' and
10196            'IMIX' and
10197            '2T1C' and
10198            'MRR'"
10199   parameters:
10200   - "result"
10201   - "name"
10202   - "tags"
10203   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10204   x-axis: "X = VNFs per Service Chain"
10205   y-axis: "Y = Number of Service Chains"
10206   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10207   layout:
10208     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10209     layout: "plot-service-density"
10210
10211 - type: "plot"
10212   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10213   algorithm: "plot_nf_heatmap"
10214   output-file-type: ".html"
10215   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10216   data: "plot-vpp-nfv-2n-clx-mrr"
10217   filter: "'NIC_Intel-XXV710' and
10218            'NF_DENSITY' and
10219            'VHOST' and
10220            'VXLAN' and
10221            'CHAIN' and
10222            'IMIX' and
10223            '4T2C' and
10224            'MRR'"
10225   parameters:
10226   - "result"
10227   - "name"
10228   - "tags"
10229   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10230   x-axis: "X = VNFs per Service Chain"
10231   y-axis: "Y = Number of Service Chains"
10232   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10233   layout:
10234     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10235     layout: "plot-service-density"
10236
10237 - type: "plot"
10238   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10239   algorithm: "plot_nf_heatmap"
10240   output-file-type: ".html"
10241   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10242   data: "plot-vpp-nfv-2n-clx-mrr"
10243   filter: "'NIC_Intel-XXV710' and
10244            'NF_DENSITY' and
10245            'VHOST' and
10246            'VXLAN' and
10247            'CHAIN' and
10248            'IMIX' and
10249            '8T4C' and
10250            'MRR'"
10251   parameters:
10252   - "result"
10253   - "name"
10254   - "tags"
10255   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10256   x-axis: "X = VNFs per Service Chain"
10257   y-axis: "Y = Number of Service Chains"
10258   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10259   layout:
10260     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10261     layout: "plot-service-density"
10262
10263 # Plots - NF Density - VSC - NDR IMIX
10264 - type: "plot"
10265   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10266   algorithm: "plot_nf_heatmap"
10267   output-file-type: ".html"
10268   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10269   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10270   filter: "'NIC_Intel-XXV710' and
10271            'NF_DENSITY' and
10272            'VHOST' and
10273            'VXLAN' and
10274            'CHAIN' and
10275            'IMIX' and
10276            '2T1C' and
10277            'NDRPDR'"
10278   parameters:
10279   - "throughput"
10280   - "name"
10281   - "tags"
10282   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10283   x-axis: "X = VNFs per Service Chain"
10284   y-axis: "Y = Number of Service Chains"
10285   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10286   layout:
10287     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10288     layout: "plot-service-density"
10289
10290 - type: "plot"
10291   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10292   algorithm: "plot_nf_heatmap"
10293   output-file-type: ".html"
10294   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10295   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10296   filter: "'NIC_Intel-XXV710' and
10297            'NF_DENSITY' and
10298            'VHOST' and
10299            'VXLAN' and
10300            'CHAIN' and
10301            'IMIX' and
10302            '4T2C' and
10303            'NDRPDR'"
10304   parameters:
10305   - "throughput"
10306   - "name"
10307   - "tags"
10308   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10309   x-axis: "X = VNFs per Service Chain"
10310   y-axis: "Y = Number of Service Chains"
10311   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10312   layout:
10313     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10314     layout: "plot-service-density"
10315
10316 - type: "plot"
10317   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10318   algorithm: "plot_nf_heatmap"
10319   output-file-type: ".html"
10320   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10321   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10322   filter: "'NIC_Intel-XXV710' and
10323            'NF_DENSITY' and
10324            'VHOST' and
10325            'VXLAN' and
10326            'CHAIN' and
10327            'IMIX' and
10328            '8T4C' and
10329            'NDRPDR'"
10330   parameters:
10331   - "throughput"
10332   - "name"
10333   - "tags"
10334   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10335   x-axis: "X = VNFs per Service Chain"
10336   y-axis: "Y = Number of Service Chains"
10337   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10338   layout:
10339     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10340     layout: "plot-service-density"
10341
10342 # Plots - NF Density - VSC - PDR IMIX
10343 - type: "plot"
10344   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10345   algorithm: "plot_nf_heatmap"
10346   output-file-type: ".html"
10347   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10348   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10349   filter: "'NIC_Intel-XXV710' and
10350            'NF_DENSITY' and
10351            'VHOST' and
10352            'VXLAN' and
10353            'CHAIN' and
10354            'IMIX' and
10355            '2T1C' and
10356            'NDRPDR'"
10357   parameters:
10358   - "throughput"
10359   - "name"
10360   - "tags"
10361   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10362   x-axis: "X = VNFs per Service Chain"
10363   y-axis: "Y = Number of Service Chains"
10364   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10365   layout:
10366     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10367     layout: "plot-service-density"
10368
10369 - type: "plot"
10370   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10371   algorithm: "plot_nf_heatmap"
10372   output-file-type: ".html"
10373   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10374   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10375   filter: "'NIC_Intel-XXV710' and
10376            'NF_DENSITY' and
10377            'VHOST' and
10378            'VXLAN' and
10379            'CHAIN' and
10380            'IMIX' and
10381            '4T2C' and
10382            'NDRPDR'"
10383   parameters:
10384   - "throughput"
10385   - "name"
10386   - "tags"
10387   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10388   x-axis: "X = VNFs per Service Chain"
10389   y-axis: "Y = Number of Service Chains"
10390   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10391   layout:
10392     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10393     layout: "plot-service-density"
10394
10395 - type: "plot"
10396   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10397   algorithm: "plot_nf_heatmap"
10398   output-file-type: ".html"
10399   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10400   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10401   filter: "'NIC_Intel-XXV710' and
10402            'NF_DENSITY' and
10403            'VHOST' and
10404            'VXLAN' and
10405            'CHAIN' and
10406            'IMIX' and
10407            '8T4C' and
10408            'NDRPDR'"
10409   parameters:
10410   - "throughput"
10411   - "name"
10412   - "tags"
10413   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10414   x-axis: "X = VNFs per Service Chain"
10415   y-axis: "Y = Number of Service Chains"
10416   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10417   layout:
10418     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10419     layout: "plot-service-density"
10420
10421 # Plots - NF Density - CSC - MRR IMIX
10422 - type: "plot"
10423   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10424   algorithm: "plot_nf_heatmap"
10425   output-file-type: ".html"
10426   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10427   data: "plot-vpp-nfv-2n-clx-mrr"
10428   filter: "'NIC_Intel-XXV710' and
10429            'NF_DENSITY' and
10430            'DOCKER' and
10431            'CHAIN' and
10432            'NF_VPPIP4' and
10433            'IMIX' and
10434            '2T1C' and
10435            'MRR'"
10436   parameters:
10437   - "result"
10438   - "name"
10439   - "tags"
10440   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10441   x-axis: "X = CNFs per Service Chain"
10442   y-axis: "Y = Number of Service Chains"
10443   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10444   layout:
10445     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10446     layout: "plot-service-density"
10447
10448 - type: "plot"
10449   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10450   algorithm: "plot_nf_heatmap"
10451   output-file-type: ".html"
10452   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10453   data: "plot-vpp-nfv-2n-clx-mrr"
10454   filter: "'NIC_Intel-XXV710' and
10455            'NF_DENSITY' and
10456            'DOCKER' and
10457            'CHAIN' and
10458            'NF_VPPIP4' and
10459            'IMIX' and
10460            '4T2C' and
10461            'MRR'"
10462   parameters:
10463   - "result"
10464   - "name"
10465   - "tags"
10466   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10467   x-axis: "X = CNFs per Service Chain"
10468   y-axis: "Y = Number of Service Chains"
10469   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10470   layout:
10471     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10472     layout: "plot-service-density"
10473
10474 - type: "plot"
10475   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10476   algorithm: "plot_nf_heatmap"
10477   output-file-type: ".html"
10478   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10479   data: "plot-vpp-nfv-2n-clx-mrr"
10480   filter: "'NIC_Intel-XXV710' and
10481            'NF_DENSITY' and
10482            'DOCKER' and
10483            'CHAIN' and
10484            'NF_VPPIP4' and
10485            'IMIX' and
10486            '8T4C' and
10487            'MRR'"
10488   parameters:
10489   - "result"
10490   - "name"
10491   - "tags"
10492   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10493   x-axis: "X = CNFs per Service Chain"
10494   y-axis: "Y = Number of Service Chains"
10495   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10496   layout:
10497     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10498     layout: "plot-service-density"
10499
10500 # Plots - NF Density - CSC - NDR IMIX
10501 - type: "plot"
10502   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10503   algorithm: "plot_nf_heatmap"
10504   output-file-type: ".html"
10505   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10506   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10507   filter: "'NIC_Intel-XXV710' and
10508            'NF_DENSITY' and
10509            'DOCKER' and
10510            'CHAIN' and
10511            'NF_VPPIP4' and
10512            'IMIX' and
10513            '2T1C' and
10514            'NDRPDR'"
10515   parameters:
10516   - "throughput"
10517   - "name"
10518   - "tags"
10519   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10520   x-axis: "X = CNFs per Service Chain"
10521   y-axis: "Y = Number of Service Chains"
10522   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10523   layout:
10524     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10525     layout: "plot-service-density"
10526
10527 - type: "plot"
10528   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10529   algorithm: "plot_nf_heatmap"
10530   output-file-type: ".html"
10531   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10532   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10533   filter: "'NIC_Intel-XXV710' and
10534            'NF_DENSITY' and
10535            'DOCKER' and
10536            'CHAIN' and
10537            'NF_VPPIP4' and
10538            'IMIX' and
10539            '4T2C' and
10540            'NDRPDR'"
10541   parameters:
10542   - "throughput"
10543   - "name"
10544   - "tags"
10545   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10546   x-axis: "X = CNFs per Service Chain"
10547   y-axis: "Y = Number of Service Chains"
10548   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10549   layout:
10550     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10551     layout: "plot-service-density"
10552
10553 - type: "plot"
10554   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10555   algorithm: "plot_nf_heatmap"
10556   output-file-type: ".html"
10557   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10558   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10559   filter: "'NIC_Intel-XXV710' and
10560            'NF_DENSITY' and
10561            'DOCKER' and
10562            'CHAIN' and
10563            'NF_VPPIP4' and
10564            'IMIX' and
10565            '8T4C' and
10566            'NDRPDR'"
10567   parameters:
10568   - "throughput"
10569   - "name"
10570   - "tags"
10571   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10572   x-axis: "X = CNFs per Service Chain"
10573   y-axis: "Y = Number of Service Chains"
10574   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10575   layout:
10576     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10577     layout: "plot-service-density"
10578
10579 # Plots - NF Density - CSC - PDR IMIX
10580 - type: "plot"
10581   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10582   algorithm: "plot_nf_heatmap"
10583   output-file-type: ".html"
10584   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10585   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10586   filter: "'NIC_Intel-XXV710' and
10587            'NF_DENSITY' and
10588            'DOCKER' and
10589            'CHAIN' and
10590            'NF_VPPIP4' and
10591            'IMIX' and
10592            '2T1C' and
10593            'NDRPDR'"
10594   parameters:
10595   - "throughput"
10596   - "name"
10597   - "tags"
10598   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10599   x-axis: "X = CNFs per Service Chain"
10600   y-axis: "Y = Number of Service Chains"
10601   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10602   layout:
10603     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10604     layout: "plot-service-density"
10605
10606 - type: "plot"
10607   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10608   algorithm: "plot_nf_heatmap"
10609   output-file-type: ".html"
10610   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10611   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10612   filter: "'NIC_Intel-XXV710' and
10613            'NF_DENSITY' and
10614            'DOCKER' and
10615            'CHAIN' and
10616            'NF_VPPIP4' and
10617            'IMIX' and
10618            '4T2C' and
10619            'NDRPDR'"
10620   parameters:
10621   - "throughput"
10622   - "name"
10623   - "tags"
10624   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10625   x-axis: "X = CNFs per Service Chain"
10626   y-axis: "Y = Number of Service Chains"
10627   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10628   layout:
10629     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10630     layout: "plot-service-density"
10631
10632 - type: "plot"
10633   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10634   algorithm: "plot_nf_heatmap"
10635   output-file-type: ".html"
10636   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10637   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10638   filter: "'NIC_Intel-XXV710' and
10639            'NF_DENSITY' and
10640            'DOCKER' and
10641            'CHAIN' and
10642            'NF_VPPIP4' and
10643            'IMIX' and
10644            '8T4C' and
10645            'NDRPDR'"
10646   parameters:
10647   - "throughput"
10648   - "name"
10649   - "tags"
10650   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10651   x-axis: "X = CNFs per Service Chain"
10652   y-axis: "Y = Number of Service Chains"
10653   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10654   layout:
10655     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10656     layout: "plot-service-density"
10657
10658 # Plots - NF Density - CSP - MRR IMIX
10659 - type: "plot"
10660   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10661   algorithm: "plot_nf_heatmap"
10662   output-file-type: ".html"
10663   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10664   data: "plot-vpp-nfv-2n-clx-mrr"
10665   filter: "'NIC_Intel-XXV710' and
10666            'NF_DENSITY' and
10667            'DOCKER' and
10668            'PIPELINE' and
10669            'NF_VPPIP4' and
10670            'IMIX' and
10671            '2T1C' and
10672            'MRR'"
10673   parameters:
10674   - "result"
10675   - "name"
10676   - "tags"
10677   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10678   x-axis: "X = CNFs per Service Pipeline"
10679   y-axis: "Y = Number of Service Pipelines"
10680   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10681   layout:
10682     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10683     layout: "plot-service-density"
10684
10685 - type: "plot"
10686   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10687   algorithm: "plot_nf_heatmap"
10688   output-file-type: ".html"
10689   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10690   data: "plot-vpp-nfv-2n-clx-mrr"
10691   filter: "'NIC_Intel-XXV710' and
10692            'NF_DENSITY' and
10693            'DOCKER' and
10694            'PIPELINE' and
10695            'NF_VPPIP4' and
10696            'IMIX' and
10697            '4T2C' and
10698            'MRR'"
10699   parameters:
10700   - "result"
10701   - "name"
10702   - "tags"
10703   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10704   x-axis: "X = CNFs per Service Pipeline"
10705   y-axis: "Y = Number of Service Pipelines"
10706   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10707   layout:
10708     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10709     layout: "plot-service-density"
10710
10711 - type: "plot"
10712   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10713   algorithm: "plot_nf_heatmap"
10714   output-file-type: ".html"
10715   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10716   data: "plot-vpp-nfv-2n-clx-mrr"
10717   filter: "'NIC_Intel-XXV710' and
10718            'NF_DENSITY' and
10719            'DOCKER' and
10720            'PIPELINE' and
10721            'NF_VPPIP4' and
10722            'IMIX' and
10723            '8T4C' and
10724            'MRR'"
10725   parameters:
10726   - "result"
10727   - "name"
10728   - "tags"
10729   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10730   x-axis: "X = CNFs per Service Pipeline"
10731   y-axis: "Y = Number of Service Pipelines"
10732   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10733   layout:
10734     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10735     layout: "plot-service-density"
10736
10737 # Plots - NF Density - CSP - NDR IMIX
10738 - type: "plot"
10739   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10740   algorithm: "plot_nf_heatmap"
10741   output-file-type: ".html"
10742   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10743   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10744   filter: "'NIC_Intel-XXV710' and
10745            'NF_DENSITY' and
10746            'DOCKER' and
10747            'PIPELINE' and
10748            'NF_VPPIP4' and
10749            'IMIX' and
10750            '2T1C' and
10751            'NDRPDR'"
10752   parameters:
10753   - "throughput"
10754   - "name"
10755   - "tags"
10756   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10757   x-axis: "X = CNFs per Service Pipeline"
10758   y-axis: "Y = Number of Service Pipelines"
10759   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10760   layout:
10761     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10762     layout: "plot-service-density"
10763
10764 - type: "plot"
10765   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10766   algorithm: "plot_nf_heatmap"
10767   output-file-type: ".html"
10768   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10769   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10770   filter: "'NIC_Intel-XXV710' and
10771            'NF_DENSITY' and
10772            'DOCKER' and
10773            'PIPELINE' and
10774            'NF_VPPIP4' and
10775            'IMIX' and
10776            '4T2C' and
10777            'NDRPDR'"
10778   parameters:
10779   - "throughput"
10780   - "name"
10781   - "tags"
10782   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10783   x-axis: "X = CNFs per Service Pipeline"
10784   y-axis: "Y = Number of Service Pipelines"
10785   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10786   layout:
10787     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10788     layout: "plot-service-density"
10789
10790 - type: "plot"
10791   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10792   algorithm: "plot_nf_heatmap"
10793   output-file-type: ".html"
10794   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10795   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10796   filter: "'NIC_Intel-XXV710' and
10797            'NF_DENSITY' and
10798            'DOCKER' and
10799            'PIPELINE' and
10800            'NF_VPPIP4' and
10801            'IMIX' and
10802            '8T4C' and
10803            'NDRPDR'"
10804   parameters:
10805   - "throughput"
10806   - "name"
10807   - "tags"
10808   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10809   x-axis: "X = CNFs per Service Pipeline"
10810   y-axis: "Y = Number of Service Pipelines"
10811   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10812   layout:
10813     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10814     layout: "plot-service-density"
10815
10816 # Plots - NF Density - CSP - PDR IMIX
10817 - type: "plot"
10818   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10819   algorithm: "plot_nf_heatmap"
10820   output-file-type: ".html"
10821   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10822   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10823   filter: "'NIC_Intel-XXV710' and
10824            'NF_DENSITY' and
10825            'DOCKER' and
10826            'PIPELINE' and
10827            'NF_VPPIP4' and
10828            'IMIX' and
10829            '2T1C' and
10830            'NDRPDR'"
10831   parameters:
10832   - "throughput"
10833   - "name"
10834   - "tags"
10835   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10836   x-axis: "X = CNFs per Service Pipeline"
10837   y-axis: "Y = Number of Service Pipelines"
10838   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10839   layout:
10840     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10841     layout: "plot-service-density"
10842
10843 - type: "plot"
10844   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10845   algorithm: "plot_nf_heatmap"
10846   output-file-type: ".html"
10847   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10848   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10849   filter: "'NIC_Intel-XXV710' and
10850            'NF_DENSITY' and
10851            'DOCKER' and
10852            'PIPELINE' and
10853            'NF_VPPIP4' and
10854            'IMIX' and
10855            '4T2C' and
10856            'NDRPDR'"
10857   parameters:
10858   - "throughput"
10859   - "name"
10860   - "tags"
10861   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10862   x-axis: "X = CNFs per Service Pipeline"
10863   y-axis: "Y = Number of Service Pipelines"
10864   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10865   layout:
10866     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10867     layout: "plot-service-density"
10868
10869 - type: "plot"
10870   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10871   algorithm: "plot_nf_heatmap"
10872   output-file-type: ".html"
10873   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10874   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10875   filter: "'NIC_Intel-XXV710' and
10876            'NF_DENSITY' and
10877            'DOCKER' and
10878            'PIPELINE' and
10879            'NF_VPPIP4' and
10880            'IMIX' and
10881            '8T4C' and
10882            'NDRPDR'"
10883   parameters:
10884   - "throughput"
10885   - "name"
10886   - "tags"
10887   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10888   x-axis: "X = CNFs per Service Pipeline"
10889   y-axis: "Y = Number of Service Pipelines"
10890   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10891   layout:
10892     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10893     layout: "plot-service-density"
10894
10895 ################################################################################
10896
10897 # Packet Throughput
10898
10899 - type: "plot"
10900   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10901   algorithm: "plot_perf_box_name"
10902   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10903   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10904   include:
10905     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10906     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10907     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10908     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10909   layout:
10910     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10911     layout: "plot-throughput"
10912
10913 - type: "plot"
10914   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10915   algorithm: "plot_perf_box_name"
10916   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10917   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10918   include:
10919     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10920     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10921     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10922     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10923   layout:
10924     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10925     layout: "plot-throughput"
10926
10927 - type: "plot"
10928   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10929   algorithm: "plot_perf_box_name"
10930   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10931   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10932   include:
10933     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10934     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10935     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10936     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10937   layout:
10938     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10939     layout: "plot-throughput"
10940
10941 - type: "plot"
10942   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10943   algorithm: "plot_perf_box_name"
10944   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10945   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10946   include:
10947     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10948     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10949     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10950     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10951   layout:
10952     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10953     layout: "plot-throughput"
10954
10955 - type: "plot"
10956   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10957   algorithm: "plot_perf_box_name"
10958   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10959   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10960   include:
10961     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10962     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10963     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10964     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10965     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10966   layout:
10967     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10968     layout: "plot-throughput"
10969
10970 - type: "plot"
10971   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10972   algorithm: "plot_perf_box_name"
10973   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10974   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10975   include:
10976     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10977     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10978     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10979     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10980     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10981   layout:
10982     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10983     layout: "plot-throughput"
10984
10985 - type: "plot"
10986   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10987   algorithm: "plot_perf_box_name"
10988   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10989   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10990   include:
10991     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10992     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10993     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10994     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10995     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10996   layout:
10997     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10998     layout: "plot-throughput"
10999
11000 - type: "plot"
11001   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11002   algorithm: "plot_perf_box_name"
11003   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11004   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11005   include:
11006     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11007     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11008     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11009     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11010     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11011   layout:
11012     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11013     layout: "plot-throughput"
11014
11015 - type: "plot"
11016   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11017   algorithm: "plot_perf_box_name"
11018   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11019   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11020   include:
11021     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11022     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11023     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11024     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11025     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11026   layout:
11027     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11028     layout: "plot-throughput"
11029
11030 - type: "plot"
11031   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11032   algorithm: "plot_perf_box_name"
11033   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11034   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11035   include:
11036     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11037     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11038     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11039     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11040     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11041   layout:
11042     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11043     layout: "plot-throughput"
11044
11045 - type: "plot"
11046   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11047   algorithm: "plot_perf_box_name"
11048   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11049   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11050   include:
11051     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11052     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11053     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11054     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11055     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11056     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11057   layout:
11058     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11059     layout: "plot-throughput"
11060
11061 - type: "plot"
11062   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11063   algorithm: "plot_perf_box_name"
11064   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11065   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11066   include:
11067     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11068     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11069     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11070     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11071     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11072     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11073   layout:
11074     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11075     layout: "plot-throughput"
11076
11077 - type: "plot"
11078   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11079   algorithm: "plot_perf_box_name"
11080   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11081   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11082   include:
11083     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11084     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11085     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11086     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11087     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11088   layout:
11089     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11090     layout: "plot-throughput"
11091
11092 - type: "plot"
11093   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11094   algorithm: "plot_perf_box_name"
11095   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11096   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11097   include:
11098     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11099     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11100     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11101     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11102     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11103   layout:
11104     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11105     layout: "plot-throughput"
11106
11107 - type: "plot"
11108   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11109   algorithm: "plot_perf_box_name"
11110   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11111   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11112   include:
11113     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11114     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11115     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11116   layout:
11117     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11118     layout: "plot-throughput"
11119
11120 - type: "plot"
11121   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11122   algorithm: "plot_perf_box_name"
11123   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11124   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11125   include:
11126     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11127     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11128     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11129   layout:
11130     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11131     layout: "plot-throughput"
11132
11133 - type: "plot"
11134   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11135   algorithm: "plot_perf_box_name"
11136   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11137   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11138   include:
11139     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11140     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11141     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11142     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11143     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11144   layout:
11145     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11146     layout: "plot-throughput"
11147
11148 - type: "plot"
11149   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11150   algorithm: "plot_perf_box_name"
11151   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11152   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11153   include:
11154     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11155     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11156     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11157     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11158     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11159   layout:
11160     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11161     layout: "plot-throughput"
11162
11163 - type: "plot"
11164   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11165   algorithm: "plot_perf_box_name"
11166   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11167   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11168   include:
11169     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11170     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11171     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11172   layout:
11173     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11174     layout: "plot-throughput"
11175
11176 - type: "plot"
11177   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11178   algorithm: "plot_perf_box_name"
11179   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11180   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11181   include:
11182     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11183     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11184     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11185   layout:
11186     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11187     layout: "plot-throughput"
11188
11189 - type: "plot"
11190   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11191   algorithm: "plot_perf_box_name"
11192   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11193   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11194   include:
11195     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11196     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11197     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11198     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11199     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11200     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11201   layout:
11202     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11203     layout: "plot-throughput"
11204
11205 - type: "plot"
11206   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11207   algorithm: "plot_perf_box_name"
11208   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11209   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11210   include:
11211     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11212     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11213     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11217   layout:
11218     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11219     layout: "plot-throughput"
11220
11221 - type: "plot"
11222   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11223   algorithm: "plot_perf_box_name"
11224   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11225   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11226   include:
11227     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11228     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11229     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11230     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11231     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11232   layout:
11233     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11234     layout: "plot-throughput"
11235
11236 - type: "plot"
11237   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11238   algorithm: "plot_perf_box_name"
11239   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11240   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11241   include:
11242     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11243     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11244     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11245     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11246     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11247   layout:
11248     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11249     layout: "plot-throughput"
11250
11251 #- type: "plot"
11252 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11253 #  algorithm: "plot_perf_box_name"
11254 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11255 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11256 #  include:
11257 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11258 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11259 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11260 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11261 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11262 #  layout:
11263 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11264 #    layout: "plot-throughput"
11265 #
11266 #- type: "plot"
11267 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11268 #  algorithm: "plot_perf_box_name"
11269 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11270 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11271 #  include:
11272 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11273 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11274 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11275 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11276 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11277 #  layout:
11278 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11279 #    layout: "plot-throughput"
11280 #
11281 #- type: "plot"
11282 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11283 #  algorithm: "plot_perf_box_name"
11284 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11285 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11286 #  include:
11287 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11288 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11289 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11290 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11291 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11292 #  layout:
11293 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11294 #    layout: "plot-throughput"
11295 #
11296 #- type: "plot"
11297 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11298 #  algorithm: "plot_perf_box_name"
11299 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11300 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11301 #  include:
11302 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11303 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11304 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11305 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11306 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11307 #  layout:
11308 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11309 #    layout: "plot-throughput"
11310
11311 - type: "plot"
11312   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11313   algorithm: "plot_perf_box_name"
11314   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11315   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11316   include:
11317     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11318     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11319     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11320     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11321     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11322   layout:
11323     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11324     layout: "plot-throughput"
11325
11326 - type: "plot"
11327   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11328   algorithm: "plot_perf_box_name"
11329   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11330   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11331   include:
11332     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11333     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11334     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11335     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11336     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11337   layout:
11338     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11339     layout: "plot-throughput"
11340
11341 #- type: "plot"
11342 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11343 #  algorithm: "plot_perf_box_name"
11344 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11345 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11346 #  include:
11347 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11348 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11349 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11350 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11351 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11352 #  layout:
11353 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11354 #    layout: "plot-throughput"
11355 #
11356 #- type: "plot"
11357 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11358 #  algorithm: "plot_perf_box_name"
11359 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11360 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11361 #  include:
11362 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11363 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11364 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11365 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11366 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11367 #  layout:
11368 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11369 #    layout: "plot-throughput"
11370 #
11371 #- type: "plot"
11372 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11373 #  algorithm: "plot_perf_box_name"
11374 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11375 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11376 #  include:
11377 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11378 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11379 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11380 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11381 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11382 #  layout:
11383 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11384 #    layout: "plot-throughput"
11385 #
11386 #- type: "plot"
11387 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11388 #  algorithm: "plot_perf_box_name"
11389 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11390 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11391 #  include:
11392 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11393 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11394 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11395 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11396 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11397 #  layout:
11398 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11399 #    layout: "plot-throughput"
11400
11401 - type: "plot"
11402   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11403   algorithm: "plot_perf_box_name"
11404   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11405   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11406   include:
11407     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11408     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11409     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11410     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11411     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11412     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11413   layout:
11414     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11415     layout: "plot-throughput"
11416
11417 - type: "plot"
11418   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11419   algorithm: "plot_perf_box_name"
11420   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11421   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11422   include:
11423     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11424     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11425     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11426     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11427     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11428     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11429   layout:
11430     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11431     layout: "plot-throughput"
11432
11433 - type: "plot"
11434   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11435   algorithm: "plot_perf_box_name"
11436   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11437   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11438   include:
11439     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11440     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11441     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11442   layout:
11443     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11444     layout: "plot-throughput"
11445
11446 - type: "plot"
11447   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11448   algorithm: "plot_perf_box_name"
11449   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11450   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11451   include:
11452     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11453     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11454     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11455   layout:
11456     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11457     layout: "plot-throughput"
11458
11459 - type: "plot"
11460   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11461   algorithm: "plot_perf_box_name"
11462   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11463   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11464   include:
11465     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11466     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11467 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11468 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11469 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11470   layout:
11471     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11472     layout: "plot-throughput"
11473
11474 - type: "plot"
11475   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11476   algorithm: "plot_perf_box_name"
11477   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11478   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11479   include:
11480     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11481     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11482 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11483 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11484 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11485   layout:
11486     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11487     layout: "plot-throughput"
11488
11489 - type: "plot"
11490   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11491   algorithm: "plot_perf_box_name"
11492   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11493   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11494   include:
11495     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11496     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11497     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11498     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11499     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11500   layout:
11501     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11502     layout: "plot-throughput"
11503
11504 - type: "plot"
11505   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11506   algorithm: "plot_perf_box_name"
11507   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11508   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11509   include:
11510     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11511     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11512     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11513     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11514     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11515   layout:
11516     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11517     layout: "plot-throughput"
11518
11519 - type: "plot"
11520   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11521   algorithm: "plot_perf_box_name"
11522   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11523   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11524   include:
11525     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11526     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11527     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11528     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11529     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11530   layout:
11531     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11532     layout: "plot-throughput"
11533
11534 - type: "plot"
11535   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11536   algorithm: "plot_perf_box_name"
11537   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11538   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11539   include:
11540     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11541     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11542     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11543     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11544     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11545   layout:
11546     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11547     layout: "plot-throughput"
11548
11549 - type: "plot"
11550   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11551   algorithm: "plot_perf_box_name"
11552   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11553   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11554   include:
11555     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11556     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11557     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11558     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11559   layout:
11560     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11561     layout: "plot-throughput"
11562
11563 - type: "plot"
11564   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11565   algorithm: "plot_perf_box_name"
11566   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11567   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11568   include:
11569     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11570     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11571     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11572     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11573   layout:
11574     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11575     layout: "plot-throughput"
11576
11577 - type: "plot"
11578   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11579   algorithm: "plot_perf_box_name"
11580   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11581   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11582   include:
11583     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11584     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11585     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11586     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11587     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11588   layout:
11589     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11590     layout: "plot-throughput"
11591
11592 - type: "plot"
11593   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11594   algorithm: "plot_perf_box_name"
11595   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11596   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11597   include:
11598     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11599     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11600     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11601     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11602     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11603   layout:
11604     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11605     layout: "plot-throughput"
11606
11607 - type: "plot"
11608   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11609   algorithm: "plot_perf_box_name"
11610   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11611   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11612   include:
11613     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11614     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11615     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11616     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11617     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11618   layout:
11619     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11620     layout: "plot-throughput"
11621
11622 - type: "plot"
11623   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11624   algorithm: "plot_perf_box_name"
11625   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11626   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11627   include:
11628     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11629     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11630     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11631     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11632     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11633   layout:
11634     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11635     layout: "plot-throughput"
11636
11637 - type: "plot"
11638   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11639   algorithm: "plot_perf_box_name"
11640   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11641   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11642   include:
11643     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11644     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11645     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11646     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11647   layout:
11648     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11649     layout: "plot-throughput"
11650
11651 - type: "plot"
11652   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11653   algorithm: "plot_perf_box_name"
11654   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11655   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11656   include:
11657     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11658     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11659     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11660     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11661   layout:
11662     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11663     layout: "plot-throughput"
11664
11665 - type: "plot"
11666   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11667   algorithm: "plot_perf_box_name"
11668   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11669   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11670   include:
11671     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11672     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11673     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11674     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11675     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11676   layout:
11677     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11678     layout: "plot-throughput"
11679
11680 - type: "plot"
11681   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11682   algorithm: "plot_perf_box_name"
11683   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11684   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11685   include:
11686     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11687     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11688     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11689     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11690     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11691   layout:
11692     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11693     layout: "plot-throughput"
11694
11695 - type: "plot"
11696   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11697   algorithm: "plot_perf_box_name"
11698   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11699   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11700   include:
11701     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11702     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11703     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11704     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11705     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11706     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11707   layout:
11708     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11709     layout: "plot-throughput"
11710
11711 - type: "plot"
11712   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11713   algorithm: "plot_perf_box_name"
11714   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11715   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11716   include:
11717     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11718     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11719     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11720     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11721     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11722     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11723   layout:
11724     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11725     layout: "plot-throughput"
11726
11727 - type: "plot"
11728   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11729   algorithm: "plot_perf_box_name"
11730   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11731   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11732   include:
11733     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11734     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11735     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11736     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11737     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11738   layout:
11739     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11740     layout: "plot-throughput"
11741
11742 - type: "plot"
11743   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11744   algorithm: "plot_perf_box_name"
11745   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11746   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11747   include:
11748     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11749     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11750     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11751     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11752     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11753   layout:
11754     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11755     layout: "plot-throughput"
11756
11757 - type: "plot"
11758   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11759   algorithm: "plot_perf_box_name"
11760   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11761   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11762   include:
11763     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11764     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11765     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11766     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11767     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11768   layout:
11769     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11770     layout: "plot-throughput"
11771
11772 - type: "plot"
11773   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11774   algorithm: "plot_perf_box_name"
11775   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11776   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11777   include:
11778     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11779     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11780     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11781     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11782     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11783   layout:
11784     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11785     layout: "plot-throughput"
11786
11787 - type: "plot"
11788   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11789   algorithm: "plot_perf_box_name"
11790   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11791   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11792   include:
11793     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11794     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11795   layout:
11796     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11797     layout: "plot-throughput"
11798
11799 - type: "plot"
11800   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11801   algorithm: "plot_perf_box_name"
11802   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11803   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11804   include:
11805     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11806     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11807   layout:
11808     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11809     layout: "plot-throughput"
11810
11811 - type: "plot"
11812   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11813   algorithm: "plot_perf_box_name"
11814   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11815   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11816   include:
11817     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11818     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11819     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11820     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11821   layout:
11822     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11823     layout: "plot-throughput"
11824
11825 - type: "plot"
11826   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11827   algorithm: "plot_perf_box_name"
11828   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11829   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11830   include:
11831     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11832     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11833     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11834     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11835   layout:
11836     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11837     layout: "plot-throughput"
11838
11839 - type: "plot"
11840   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11841   algorithm: "plot_perf_box_name"
11842   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11843   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11844   include:
11845     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11846     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11847     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11848     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11849   layout:
11850     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11851     layout: "plot-throughput"
11852
11853 - type: "plot"
11854   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11855   algorithm: "plot_perf_box_name"
11856   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11857   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11858   include:
11859     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11860     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11861     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11862     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11863   layout:
11864     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11865     layout: "plot-throughput"
11866
11867 - type: "plot"
11868   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11869   algorithm: "plot_perf_box_name"
11870   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11871   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11872   include:
11873     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11874     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11875     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11876     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11877   layout:
11878     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11879     layout: "plot-throughput"
11880
11881 - type: "plot"
11882   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11883   algorithm: "plot_perf_box_name"
11884   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11885   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11886   include:
11887     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11888     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11889     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11890     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11891   layout:
11892     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11893     layout: "plot-throughput"
11894
11895 - type: "plot"
11896   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11897   algorithm: "plot_perf_box_name"
11898   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11899   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11900   include:
11901     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11902     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11903     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11904     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11905   layout:
11906     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11907     layout: "plot-throughput"
11908
11909 - type: "plot"
11910   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11911   algorithm: "plot_perf_box_name"
11912   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11913   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11914   include:
11915     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11916     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11917     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11918     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11919   layout:
11920     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11921     layout: "plot-throughput"
11922
11923 - type: "plot"
11924   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11925   algorithm: "plot_perf_box_name"
11926   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11927   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11928   include:
11929     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11930     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11931     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11932     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11933     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11934     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11935   layout:
11936     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11937     layout: "plot-throughput"
11938
11939 - type: "plot"
11940   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11941   algorithm: "plot_perf_box_name"
11942   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11943   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11944   include:
11945     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11946     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11947     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11948     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11949     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11950     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11951   layout:
11952     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11953     layout: "plot-throughput"
11954
11955 - type: "plot"
11956   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11957   algorithm: "plot_perf_box_name"
11958   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11959   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11960   include:
11961     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11962     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11963     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11964     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11965     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11966   layout:
11967     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11968     layout: "plot-throughput"
11969
11970 - type: "plot"
11971   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11972   algorithm: "plot_perf_box_name"
11973   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11974   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11975   include:
11976     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11977     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11978     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11979     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11980     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11981   layout:
11982     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11983     layout: "plot-throughput"
11984
11985 - type: "plot"
11986   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11987   algorithm: "plot_perf_box_name"
11988   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11989   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11990   include:
11991     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11992     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11993     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11994     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11995     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11996   layout:
11997     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11998     layout: "plot-throughput"
11999
12000 - type: "plot"
12001   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12002   algorithm: "plot_perf_box_name"
12003   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12004   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12005   include:
12006     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12007     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12008     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12009     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12010     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12011   layout:
12012     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12013     layout: "plot-throughput"
12014
12015 - type: "plot"
12016   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12017   algorithm: "plot_perf_box_name"
12018   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12019   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12020   include:
12021     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12022     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12023     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12024   layout:
12025     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12026     layout: "plot-throughput"
12027
12028 - type: "plot"
12029   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12030   algorithm: "plot_perf_box_name"
12031   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12032   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12033   include:
12034     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12035     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12036     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12037   layout:
12038     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12039     layout: "plot-throughput"
12040
12041 - type: "plot"
12042   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12043   algorithm: "plot_perf_box_name"
12044   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12045   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12046   include:
12047     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12048     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12049     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12050   layout:
12051     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12052     layout: "plot-throughput"
12053
12054 - type: "plot"
12055   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12056   algorithm: "plot_perf_box_name"
12057   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12058   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12059   include:
12060     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12061     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12062     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12063   layout:
12064     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12065     layout: "plot-throughput"
12066
12067 - type: "plot"
12068   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12069   algorithm: "plot_perf_box_name"
12070   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12071   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12072   include:
12073     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12074     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12075     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12076     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12077     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12078   layout:
12079     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12080     layout: "plot-throughput"
12081
12082 - type: "plot"
12083   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12084   algorithm: "plot_perf_box_name"
12085   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12086   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12087   include:
12088     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12089     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12090     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12091     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12092     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12093   layout:
12094     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12095     layout: "plot-throughput"
12096
12097 - type: "plot"
12098   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12099   algorithm: "plot_perf_box_name"
12100   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12101   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12102   include:
12103     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12104     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12105     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12106     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12107     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12108   layout:
12109     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12110     layout: "plot-throughput"
12111
12112 - type: "plot"
12113   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12114   algorithm: "plot_perf_box_name"
12115   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12116   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12117   include:
12118     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12119     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12120     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12121     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12122     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12123   layout:
12124     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12125     layout: "plot-throughput"
12126
12127 - type: "plot"
12128   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12129   algorithm: "plot_perf_box_name"
12130   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12131   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12132   include:
12133     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12134     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12135     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12136     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12137     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12138   layout:
12139     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12140     layout: "plot-throughput"
12141
12142 - type: "plot"
12143   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12144   algorithm: "plot_perf_box_name"
12145   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12146   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12147   include:
12148     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12149     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12150     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12151     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12152     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12153   layout:
12154     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12155     layout: "plot-throughput"
12156
12157 - type: "plot"
12158   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12159   algorithm: "plot_perf_box_name"
12160   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12161   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12162   include:
12163     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12164     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12165     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12166     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12167     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12168   layout:
12169     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12170     layout: "plot-throughput"
12171
12172 - type: "plot"
12173   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12174   algorithm: "plot_perf_box_name"
12175   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12176   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12177   include:
12178     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12179     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12180     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12181     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12182     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12183   layout:
12184     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12185     layout: "plot-throughput"
12186
12187 - type: "plot"
12188   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12189   algorithm: "plot_perf_box_name"
12190   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12191   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12192   include:
12193     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12194     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12195     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12196     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12197     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12198   layout:
12199     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12200     layout: "plot-throughput"
12201
12202 - type: "plot"
12203   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12204   algorithm: "plot_perf_box_name"
12205   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12206   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12207   include:
12208     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12209     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12210     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12211     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12212     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12213   layout:
12214     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12215     layout: "plot-throughput"
12216
12217 - type: "plot"
12218   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12219   algorithm: "plot_perf_box_name"
12220   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12221   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12222   include:
12223     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12224     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12225     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12226     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12227     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12228     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12229   layout:
12230     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12231     layout: "plot-throughput"
12232
12233 - type: "plot"
12234   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12235   algorithm: "plot_perf_box_name"
12236   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12237   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12238   include:
12239     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12240     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12241     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12242     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12243     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12244     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12245   layout:
12246     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12247     layout: "plot-throughput"
12248
12249 - type: "plot"
12250   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12251   algorithm: "plot_perf_box_name"
12252   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12253   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12254   include:
12255     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12256     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12257     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12258     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12259   layout:
12260     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12261     layout: "plot-throughput"
12262
12263 - type: "plot"
12264   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12265   algorithm: "plot_perf_box_name"
12266   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12267   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12268   include:
12269     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12270     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12271     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12272     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12273   layout:
12274     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12275     layout: "plot-throughput"
12276
12277 - type: "plot"
12278   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12279   algorithm: "plot_perf_box_name"
12280   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12281   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12282   include:
12283     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12284     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12285     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12286     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12287     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12288     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12289   layout:
12290     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12291     layout: "plot-throughput"
12292
12293 - type: "plot"
12294   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12295   algorithm: "plot_perf_box_name"
12296   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12297   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12298   include:
12299     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12300     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12301     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12302     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12303     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12304     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12305   layout:
12306     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12307     layout: "plot-throughput"
12308
12309 - type: "plot"
12310   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12311   algorithm: "plot_perf_box_name"
12312   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12313   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12314   include:
12315     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12316     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12317     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12318     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12319     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12320     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12321   layout:
12322     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12323     layout: "plot-throughput"
12324
12325 - type: "plot"
12326   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12327   algorithm: "plot_perf_box_name"
12328   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12329   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12330   include:
12331     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12332     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12333     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12334     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12335     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12336     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12337   layout:
12338     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12339     layout: "plot-throughput"
12340
12341 - type: "plot"
12342   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12343   algorithm: "plot_perf_box_name"
12344   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12345   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12346   include:
12347     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12348     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12349     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12350     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12351     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12352     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12353   layout:
12354     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12355     layout: "plot-throughput"
12356
12357 - type: "plot"
12358   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12359   algorithm: "plot_perf_box_name"
12360   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12361   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12362   include:
12363     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12364     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12365     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12366     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12367     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12368     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12369   layout:
12370     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12371     layout: "plot-throughput"
12372
12373 - type: "plot"
12374   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12375   algorithm: "plot_perf_box_name"
12376   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12377   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12378   include:
12379     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12380     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12381     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12382     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12383     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12384     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12385   layout:
12386     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12387     layout: "plot-throughput"
12388
12389 - type: "plot"
12390   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12391   algorithm: "plot_perf_box_name"
12392   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12393   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12394   include:
12395     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12396     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12397     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12398     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12399     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12400     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12401   layout:
12402     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12403     layout: "plot-throughput"
12404
12405 - type: "plot"
12406   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12407   algorithm: "plot_perf_box_name"
12408   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12409   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12410   include:
12411     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12412     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12413     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12414     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12415     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12416     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12417   layout:
12418     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12419     layout: "plot-throughput"
12420
12421 - type: "plot"
12422   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12423   algorithm: "plot_perf_box_name"
12424   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12425   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12426   include:
12427     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12428     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12429     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12430     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12431     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12432     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12433   layout:
12434     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12435     layout: "plot-throughput"
12436
12437 - type: "plot"
12438   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12439   algorithm: "plot_perf_box_name"
12440   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12441   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12442   include:
12443     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12444     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12445     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12446     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12447     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12448     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12449   layout:
12450     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12451     layout: "plot-throughput"
12452
12453 - type: "plot"
12454   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12455   algorithm: "plot_perf_box_name"
12456   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12457   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12458   include:
12459     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12460     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12461     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12462     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12463     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12464     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12465   layout:
12466     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12467     layout: "plot-throughput"
12468
12469 - type: "plot"
12470   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12471   algorithm: "plot_perf_box_name"
12472   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12473   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12474   include:
12475     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12476     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12477     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12478     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12479     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12480     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12481   layout:
12482     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12483     layout: "plot-throughput"
12484
12485 - type: "plot"
12486   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12487   algorithm: "plot_perf_box_name"
12488   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12489   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12490   include:
12491     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12492     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12493     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12494     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12495     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12496     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12497   layout:
12498     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12499     layout: "plot-throughput"
12500
12501 - type: "plot"
12502   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12503   algorithm: "plot_perf_box_name"
12504   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12505   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12506   include:
12507     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12508     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12509     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12510     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12511     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12512     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12513   layout:
12514     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12515     layout: "plot-throughput"
12516
12517 - type: "plot"
12518   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12519   algorithm: "plot_perf_box_name"
12520   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12521   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12522   include:
12523     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12524     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12525     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12526     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12527     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12528     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12529   layout:
12530     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12531     layout: "plot-throughput"
12532
12533 - type: "plot"
12534   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12535   algorithm: "plot_perf_box_name"
12536   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12537   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12538   include:
12539     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12540     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12541     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12542     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12543   layout:
12544     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12545     layout: "plot-throughput"
12546
12547 - type: "plot"
12548   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12549   algorithm: "plot_perf_box_name"
12550   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12551   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12552   include:
12553     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12554     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12555     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12556     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12557   layout:
12558     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12559     layout: "plot-throughput"
12560
12561 - type: "plot"
12562   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12563   algorithm: "plot_perf_box_name"
12564   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12565   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12566   include:
12567     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12568     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12569     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12570     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12571   layout:
12572     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12573     layout: "plot-throughput"
12574
12575 - type: "plot"
12576   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12577   algorithm: "plot_perf_box_name"
12578   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12579   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12580   include:
12581     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12582     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12583     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12584     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12585   layout:
12586     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12587     layout: "plot-throughput"
12588
12589 - type: "plot"
12590   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12591   algorithm: "plot_perf_box_name"
12592   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12593   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12594   include:
12595     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12596     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12597     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12598     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12599     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12600     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12601   layout:
12602     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12603     layout: "plot-throughput"
12604
12605 - type: "plot"
12606   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12607   algorithm: "plot_perf_box_name"
12608   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12609   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12610   include:
12611     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12612     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12613     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12614     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12615     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12616     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12617   layout:
12618     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12619     layout: "plot-throughput"
12620
12621 - type: "plot"
12622   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12623   algorithm: "plot_perf_box_name"
12624   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12625   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12626   include:
12627     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12628     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12629     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12630     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12631     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12632   layout:
12633     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12634     layout: "plot-throughput"
12635
12636 - type: "plot"
12637   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12638   algorithm: "plot_perf_box_name"
12639   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12640   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12641   include:
12642     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12643     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12644     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12645     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12646     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12647   layout:
12648     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12649     layout: "plot-throughput"
12650
12651 - type: "plot"
12652   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12653   algorithm: "plot_perf_box_name"
12654   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12655   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12656   include:
12657     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12658     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12659     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12660     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12661     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12662   layout:
12663     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12664     layout: "plot-throughput"
12665
12666 - type: "plot"
12667   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12668   algorithm: "plot_perf_box_name"
12669   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12670   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12671   include:
12672     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12673     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12674     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12675     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12676     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12677   layout:
12678     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12679     layout: "plot-throughput"
12680
12681 - type: "plot"
12682   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12683   algorithm: "plot_perf_box_name"
12684   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12685   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12686   include:
12687     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12688     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12689     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12690     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12691   layout:
12692     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12693     layout: "plot-throughput"
12694
12695 - type: "plot"
12696   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12697   algorithm: "plot_perf_box_name"
12698   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12699   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12700   include:
12701     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12702     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12703     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12704     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12705   layout:
12706     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12707     layout: "plot-throughput"
12708
12709 - type: "plot"
12710   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12711   algorithm: "plot_perf_box_name"
12712   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12713   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12714   include:
12715     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12716     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12717     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12718     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12719     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12720     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12721   layout:
12722     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12723     layout: "plot-throughput"
12724
12725 - type: "plot"
12726   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12727   algorithm: "plot_perf_box_name"
12728   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12729   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12730   include:
12731     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12732     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12733     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12734     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12735     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12736     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12737   layout:
12738     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12739     layout: "plot-throughput"
12740
12741 - type: "plot"
12742   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12743   algorithm: "plot_perf_box_name"
12744   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12745   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12746   include:
12747     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12748     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12749     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12750     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12751     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12752     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12753   layout:
12754     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12755     layout: "plot-throughput"
12756
12757 - type: "plot"
12758   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12759   algorithm: "plot_perf_box_name"
12760   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12761   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12762   include:
12763     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12764     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12765     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12766     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12767     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12768     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12769   layout:
12770     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12771     layout: "plot-throughput"
12772
12773 - type: "plot"
12774   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12775   algorithm: "plot_perf_box_name"
12776   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12777   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12778   include:
12779     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12780     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12781     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12782     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12783     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12784     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12785   layout:
12786     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12787     layout: "plot-throughput"
12788
12789 - type: "plot"
12790   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12791   algorithm: "plot_perf_box_name"
12792   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12793   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12794   include:
12795     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12796     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12797     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12798     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12799     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12800     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12801   layout:
12802     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12803     layout: "plot-throughput"
12804
12805 - type: "plot"
12806   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12807   algorithm: "plot_perf_box_name"
12808   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12809   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12810   include:
12811     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12812     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12813     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12814     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12815     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12816     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12817   layout:
12818     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12819     layout: "plot-throughput"
12820
12821 - type: "plot"
12822   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12823   algorithm: "plot_perf_box_name"
12824   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12825   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12826   include:
12827     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12828     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12829     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12830     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12831     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12832     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12833   layout:
12834     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12835     layout: "plot-throughput"
12836
12837 - type: "plot"
12838   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12839   algorithm: "plot_perf_box_name"
12840   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12841   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12842   include:
12843     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12844     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12845     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12846     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12847   layout:
12848     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12849     layout: "plot-throughput"
12850
12851 - type: "plot"
12852   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12853   algorithm: "plot_perf_box_name"
12854   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12855   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12856   include:
12857     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12858     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12859     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12860     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12861   layout:
12862     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12863     layout: "plot-throughput"
12864
12865 - type: "plot"
12866   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12867   algorithm: "plot_perf_box_name"
12868   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12869   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12870   include:
12871     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12872     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12873     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12874     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12875     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12876     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12877   layout:
12878     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12879     layout: "plot-throughput"
12880
12881 - type: "plot"
12882   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12883   algorithm: "plot_perf_box_name"
12884   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12885   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12886   include:
12887     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12888     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12889     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12890     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12891     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12892     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12893   layout:
12894     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12895     layout: "plot-throughput"
12896
12897 - type: "plot"
12898   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12899   algorithm: "plot_perf_box_name"
12900   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12901   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12902   include:
12903     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12904     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12905     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12906     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12907     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12908     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12909   layout:
12910     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12911     layout: "plot-throughput"
12912
12913 - type: "plot"
12914   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12915   algorithm: "plot_perf_box_name"
12916   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12917   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12918   include:
12919     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12920     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12921     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12922     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12923     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12924     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12925   layout:
12926     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12927     layout: "plot-throughput"
12928
12929 - type: "plot"
12930   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12931   algorithm: "plot_perf_box_name"
12932   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12933   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12934   include:
12935     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12936     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12937     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12938     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12939   layout:
12940     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12941     layout: "plot-throughput"
12942
12943 - type: "plot"
12944   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12945   algorithm: "plot_perf_box_name"
12946   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12947   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12948   include:
12949     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12950     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12951     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12952     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12953   layout:
12954     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12955     layout: "plot-throughput"
12956
12957 - type: "plot"
12958   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12959   algorithm: "plot_perf_box_name"
12960   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12961   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12962   include:
12963     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12964     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12965     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12966     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12967     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12968     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12969   layout:
12970     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12971     layout: "plot-throughput"
12972
12973 - type: "plot"
12974   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12975   algorithm: "plot_perf_box_name"
12976   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12977   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12978   include:
12979     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12980     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12981     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12982     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12983     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12984     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12985   layout:
12986     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12987     layout: "plot-throughput"
12988
12989 - type: "plot"
12990   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12991   algorithm: "plot_perf_box_name"
12992   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12993   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12994   include:
12995     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12996     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12997     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12998     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12999   layout:
13000     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13001     layout: "plot-throughput"
13002
13003 - type: "plot"
13004   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13005   algorithm: "plot_perf_box_name"
13006   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13007   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13008   include:
13009     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13010     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13011     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13012     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13013   layout:
13014     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13015     layout: "plot-throughput"
13016
13017 - type: "plot"
13018   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13019   algorithm: "plot_perf_box_name"
13020   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13021   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13022   include:
13023     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13024     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13025     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13026     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13027     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13028     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13029   layout:
13030     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13031     layout: "plot-throughput"
13032
13033 - type: "plot"
13034   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13035   algorithm: "plot_perf_box_name"
13036   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13037   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13038   include:
13039     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13040     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13041     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13042     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13043     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13044     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13045   layout:
13046     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13047     layout: "plot-throughput"
13048
13049 - type: "plot"
13050   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13051   algorithm: "plot_perf_box_name"
13052   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13053   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13054   include:
13055     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13056     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13057     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13058     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13059     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13060     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13061   layout:
13062     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13063     layout: "plot-throughput"
13064
13065 - type: "plot"
13066   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13067   algorithm: "plot_perf_box_name"
13068   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13069   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13070   include:
13071     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13072     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13073     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13074     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13075     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13076     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13077   layout:
13078     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13079     layout: "plot-throughput"
13080
13081 - type: "plot"
13082   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13083   algorithm: "plot_perf_box_name"
13084   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13085   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13086   include:
13087     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13088     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13089     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13090     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13091     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13092     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13093   layout:
13094     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13095     layout: "plot-throughput"
13096
13097 - type: "plot"
13098   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13099   algorithm: "plot_perf_box_name"
13100   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13101   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13102   include:
13103     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13104     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13105     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13106     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13107     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13108     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13109   layout:
13110     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13111     layout: "plot-throughput"
13112
13113 - type: "plot"
13114   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13115   algorithm: "plot_perf_box_name"
13116   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13117   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13118   include:
13119     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13120     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13121     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13122 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13123 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13124 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13125   layout:
13126     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13127     layout: "plot-throughput"
13128
13129 - type: "plot"
13130   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13131   algorithm: "plot_perf_box_name"
13132   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13133   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13134   include:
13135     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13136     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13137     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13138 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13139 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13140 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13141   layout:
13142     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13143     layout: "plot-throughput"
13144
13145 - type: "plot"
13146   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13147   algorithm: "plot_perf_box_name"
13148   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13149   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13150   include:
13151     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13152     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13153     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13154     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13155     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13156     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13157   layout:
13158     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13159     layout: "plot-throughput"
13160
13161 - type: "plot"
13162   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13163   algorithm: "plot_perf_box_name"
13164   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13165   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13166   include:
13167     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13168     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13169     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13170     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13171     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13172     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13173   layout:
13174     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13175     layout: "plot-throughput"
13176
13177 - type: "plot"
13178   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13179   algorithm: "plot_perf_box_name"
13180   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13181   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13182   include:
13183     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13184     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13185     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13186     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13187     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13188     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13189   layout:
13190     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13191     layout: "plot-throughput"
13192
13193 - type: "plot"
13194   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13195   algorithm: "plot_perf_box_name"
13196   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13197   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13198   include:
13199     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13200     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13201     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13202     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13203     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13204     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13205   layout:
13206     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13207     layout: "plot-throughput"
13208
13209 - type: "plot"
13210   title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13211   algorithm: "plot_perf_box_name"
13212   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13213   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13214   include:
13215     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13216     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13217     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13218   layout:
13219     title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13220     layout: "plot-throughput"
13221
13222 - type: "plot"
13223   title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13224   algorithm: "plot_perf_box_name"
13225   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13226   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13227   include:
13228     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13229     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13230     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13231   layout:
13232     title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13233     layout: "plot-throughput"
13234
13235 - type: "plot"
13236   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13237   algorithm: "plot_perf_box_name"
13238   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13239   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13240   include:
13241     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13242     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13243     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13244     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13245     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13246   layout:
13247     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13248     layout: "plot-throughput"
13249
13250 - type: "plot"
13251   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13252   algorithm: "plot_perf_box_name"
13253   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13254   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13255   include:
13256     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13257     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13258     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13259     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13260     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13261   layout:
13262     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13263     layout: "plot-throughput"
13264
13265 - type: "plot"
13266   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13267   algorithm: "plot_perf_box_name"
13268   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13269   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13270   include:
13271     - "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"
13272     - "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"
13273     - "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"
13274     - "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"
13275     - "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"
13276   layout:
13277     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13278     layout: "plot-throughput"
13279
13280 - type: "plot"
13281   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13282   algorithm: "plot_perf_box_name"
13283   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13284   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13285   include:
13286     - "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"
13287     - "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"
13288     - "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"
13289     - "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"
13290     - "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"
13291   layout:
13292     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13293     layout: "plot-throughput"
13294
13295 - type: "plot"
13296   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13297   algorithm: "plot_perf_box_name"
13298   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13299   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13300   include:
13301     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13302     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13303     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13304     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13305     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13306   layout:
13307     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13308     layout: "plot-throughput"
13309
13310 - type: "plot"
13311   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13312   algorithm: "plot_perf_box_name"
13313   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13314   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13315   include:
13316     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13317     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13318     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13319     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13320     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13321   layout:
13322     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13323     layout: "plot-throughput"
13324
13325 - type: "plot"
13326   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13327   algorithm: "plot_perf_box_name"
13328   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13329   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13330   include:
13331     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13332     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13333     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13334     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13335     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13336   layout:
13337     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13338     layout: "plot-throughput"
13339
13340 - type: "plot"
13341   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13342   algorithm: "plot_perf_box_name"
13343   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13344   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13345   include:
13346     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13347     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13348     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13349     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13350     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13351   layout:
13352     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13353     layout: "plot-throughput"
13354
13355 - type: "plot"
13356   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13357   algorithm: "plot_perf_box_name"
13358   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13359   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13360   include:
13361     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13362     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13363     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13364     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13365     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13366   layout:
13367     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13368     layout: "plot-throughput"
13369
13370 - type: "plot"
13371   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13372   algorithm: "plot_perf_box_name"
13373   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13374   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13375   include:
13376     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13377     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13378     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13379     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13380     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13381   layout:
13382     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13383     layout: "plot-throughput"
13384
13385 - type: "plot"
13386   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13387   algorithm: "plot_perf_box_name"
13388   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13389   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13390   include:
13391     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13392     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13393     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13394     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13395     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13396   layout:
13397     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13398     layout: "plot-throughput"
13399
13400 - type: "plot"
13401   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13402   algorithm: "plot_perf_box_name"
13403   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13404   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13405   include:
13406     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13407     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13408     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13409     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13410     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13411   layout:
13412     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13413     layout: "plot-throughput"
13414
13415 - type: "plot"
13416   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13417   algorithm: "plot_perf_box_name"
13418   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13419   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13420   include:
13421     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13422     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13423     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13424     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13425   layout:
13426     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13427     layout: "plot-throughput"
13428
13429 - type: "plot"
13430   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13431   algorithm: "plot_perf_box_name"
13432   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13433   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13434   include:
13435     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13436     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13437     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13438     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13439   layout:
13440     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13441     layout: "plot-throughput"
13442
13443 - type: "plot"
13444   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13445   algorithm: "plot_perf_box_name"
13446   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13447   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13448   include:
13449     - "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"
13450     - "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"
13451     - "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"
13452     - "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"
13453   layout:
13454     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13455     layout: "plot-throughput"
13456
13457 - type: "plot"
13458   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13459   algorithm: "plot_perf_box_name"
13460   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13461   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13462   include:
13463     - "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"
13464     - "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"
13465     - "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"
13466     - "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"
13467   layout:
13468     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13469     layout: "plot-throughput"
13470
13471 - type: "plot"
13472   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13473   algorithm: "plot_perf_box_name"
13474   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13475   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13476   include:
13477     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13478     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13479     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13480     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13481     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13482     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13483   layout:
13484     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13485     layout: "plot-throughput"
13486
13487 - type: "plot"
13488   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13489   algorithm: "plot_perf_box_name"
13490   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13491   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13492   include:
13493     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13494     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13495     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13496     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13497     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13498     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13499   layout:
13500     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13501     layout: "plot-throughput"
13502
13503 - type: "plot"
13504   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13505   algorithm: "plot_perf_box_name"
13506   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13507   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13508   include:
13509     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13510     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13511     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13512     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13513     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13514     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13515   layout:
13516     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13517     layout: "plot-throughput"
13518
13519 - type: "plot"
13520   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13521   algorithm: "plot_perf_box_name"
13522   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13523   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13524   include:
13525     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13526     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13527     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13528     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13529     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13530     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13531   layout:
13532     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13533     layout: "plot-throughput"
13534
13535 - type: "plot"
13536   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13537   algorithm: "plot_perf_box_name"
13538   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13539   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13540   include:
13541     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13542     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13543     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13544     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13545     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13546     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13547   layout:
13548     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13549     layout: "plot-throughput"
13550
13551 - type: "plot"
13552   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13553   algorithm: "plot_perf_box_name"
13554   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13555   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13556   include:
13557     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13558     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13559     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13560     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13561     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13562     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13563   layout:
13564     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13565     layout: "plot-throughput"
13566
13567 - type: "plot"
13568   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13569   algorithm: "plot_perf_box_name"
13570   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13571   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13572   include:
13573     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13574     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13575     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13576     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13577     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13578   layout:
13579     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13580     layout: "plot-throughput"
13581
13582 - type: "plot"
13583   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13584   algorithm: "plot_perf_box_name"
13585   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13586   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13587   include:
13588     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13589     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13590     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13591     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13592     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13593   layout:
13594     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13595     layout: "plot-throughput"
13596
13597 - type: "plot"
13598   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13599   algorithm: "plot_perf_box_name"
13600   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13601   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13602   include:
13603     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13604     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13605   layout:
13606     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13607     layout: "plot-throughput"
13608
13609 - type: "plot"
13610   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13611   algorithm: "plot_perf_box_name"
13612   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13613   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13614   include:
13615     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13616     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13617   layout:
13618     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13619     layout: "plot-throughput"
13620
13621 - type: "plot"
13622   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13623   algorithm: "plot_perf_box_name"
13624   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13625   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13626   include:
13627     - "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"
13628     - "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"
13629   layout:
13630     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13631     layout: "plot-throughput"
13632
13633 - type: "plot"
13634   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13635   algorithm: "plot_perf_box_name"
13636   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13637   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13638   include:
13639     - "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"
13640     - "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"
13641   layout:
13642     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13643     layout: "plot-throughput"
13644
13645 - type: "plot"
13646   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13647   algorithm: "plot_perf_box_name"
13648   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13649   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13650   include:
13651     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13652     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13653   layout:
13654     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13655     layout: "plot-throughput"
13656
13657 - type: "plot"
13658   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13659   algorithm: "plot_perf_box_name"
13660   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13661   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13662   include:
13663     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13664     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13665   layout:
13666     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13667     layout: "plot-throughput"
13668
13669 - type: "plot"
13670   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13671   algorithm: "plot_perf_box_name"
13672   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13673   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13674   include:
13675     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13676     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13677   layout:
13678     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13679     layout: "plot-throughput"
13680
13681 - type: "plot"
13682   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13683   algorithm: "plot_perf_box_name"
13684   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13685   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13686   include:
13687     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13688     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13689   layout:
13690     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13691     layout: "plot-throughput"
13692
13693 - type: "plot"
13694   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13695   algorithm: "plot_perf_box_name"
13696   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13697   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13698   include:
13699     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13700     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13701     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13702     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13703     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13704     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13705   layout:
13706     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13707     layout: "plot-throughput"
13708
13709 - type: "plot"
13710   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13711   algorithm: "plot_perf_box_name"
13712   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13713   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13714   include:
13715     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13716     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13717     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13718     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13719     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13720     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13721   layout:
13722     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13723     layout: "plot-throughput"
13724
13725 - type: "plot"
13726   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13727   algorithm: "plot_perf_box_name"
13728   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13729   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13730   include:
13731     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13732     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13733     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13734     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13735     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13736     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13737   layout:
13738     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13739     layout: "plot-throughput"
13740
13741 - type: "plot"
13742   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13743   algorithm: "plot_perf_box_name"
13744   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13745   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13746   include:
13747     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13748     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13749     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13750     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13751     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13752     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13753   layout:
13754     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13755     layout: "plot-throughput"
13756
13757 #- type: "plot"
13758 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13759 #  algorithm: "plot_perf_box_name"
13760 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13761 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13762 #  include:
13763 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13764 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13765 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13766 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13767 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13768 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13769 #  layout:
13770 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13771 #    layout: "plot-throughput"
13772 #
13773 #- type: "plot"
13774 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13775 #  algorithm: "plot_perf_box_name"
13776 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13777 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13778 #  include:
13779 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13780 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13781 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13782 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13783 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13784 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13785 #  layout:
13786 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13787 #    layout: "plot-throughput"
13788
13789 - type: "plot"
13790   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13791   algorithm: "plot_perf_box_name"
13792   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13793   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13794   include:
13795     - "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"
13796     - "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"
13797     - "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"
13798     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13799     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13800     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13801   layout:
13802     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13803     layout: "plot-throughput"
13804
13805 - type: "plot"
13806   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13807   algorithm: "plot_perf_box_name"
13808   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13809   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13810   include:
13811     - "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"
13812     - "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"
13813     - "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"
13814     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13815     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13816     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13817   layout:
13818     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13819     layout: "plot-throughput"
13820
13821 ################################################################################
13822
13823 # Packet Speedup
13824
13825 - type: "plot"
13826   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13827   algorithm: "plot_tsa_name"
13828   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13829   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13830   include:
13831     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13832     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13833     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13834     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13835   layout:
13836     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13837     layout: "plot-throughput-speedup-analysis"
13838
13839 - type: "plot"
13840   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13841   algorithm: "plot_tsa_name"
13842   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13843   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13844   include:
13845     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13846     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13847     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13848     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13849   layout:
13850     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13851     layout: "plot-throughput-speedup-analysis"
13852
13853 - type: "plot"
13854   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13855   algorithm: "plot_tsa_name"
13856   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13857   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13858   include:
13859     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13860     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13861     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13862     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13863   layout:
13864     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13865     layout: "plot-throughput-speedup-analysis"
13866
13867 - type: "plot"
13868   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13869   algorithm: "plot_tsa_name"
13870   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13871   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13872   include:
13873     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13874     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13875     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13876     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13877   layout:
13878     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13879     layout: "plot-throughput-speedup-analysis"
13880
13881 - type: "plot"
13882   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13883   algorithm: "plot_tsa_name"
13884   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13885   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13886   include:
13887     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13888     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13889     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13890     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13891     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13892   layout:
13893     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13894     layout: "plot-throughput-speedup-analysis"
13895
13896 - type: "plot"
13897   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13898   algorithm: "plot_tsa_name"
13899   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13900   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13901   include:
13902     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13903     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13904     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13905     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13906     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13907   layout:
13908     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13909     layout: "plot-throughput-speedup-analysis"
13910
13911 - type: "plot"
13912   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13913   algorithm: "plot_tsa_name"
13914   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13915   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13916   include:
13917     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13918     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13919     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13920     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13921     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13922   layout:
13923     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13924     layout: "plot-throughput-speedup-analysis"
13925
13926 - type: "plot"
13927   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13928   algorithm: "plot_tsa_name"
13929   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13930   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13931   include:
13932     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13933     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13934     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13935     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13936     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13937   layout:
13938     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13939     layout: "plot-throughput-speedup-analysis"
13940
13941 - type: "plot"
13942   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13943   algorithm: "plot_tsa_name"
13944   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13945   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13946   include:
13947     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13948     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13949     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13950     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13951     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13952     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13953   layout:
13954     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13955     layout: "plot-throughput-speedup-analysis"
13956
13957 - type: "plot"
13958   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13959   algorithm: "plot_tsa_name"
13960   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13961   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13962   include:
13963     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13964     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13965     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13966     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13967     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13968     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13969   layout:
13970     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13971     layout: "plot-throughput-speedup-analysis"
13972
13973 - type: "plot"
13974   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13975   algorithm: "plot_tsa_name"
13976   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13977   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13978   include:
13979     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13980     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13981     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13982     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13983     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13984   layout:
13985     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13986     layout: "plot-throughput-speedup-analysis"
13987
13988 - type: "plot"
13989   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13990   algorithm: "plot_tsa_name"
13991   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13992   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13993   include:
13994     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13995     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13996     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13997     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13998     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13999   layout:
14000     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14001     layout: "plot-throughput-speedup-analysis"
14002
14003 - type: "plot"
14004   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14005   algorithm: "plot_tsa_name"
14006   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14007   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14008   include:
14009     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14010     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14011     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14012   layout:
14013     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14014     layout: "plot-throughput-speedup-analysis"
14015
14016 - type: "plot"
14017   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14018   algorithm: "plot_tsa_name"
14019   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14020   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14021   include:
14022     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14023     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14024     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14025   layout:
14026     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14027     layout: "plot-throughput-speedup-analysis"
14028
14029 - type: "plot"
14030   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14031   algorithm: "plot_tsa_name"
14032   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14033   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14034   include:
14035     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14036     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14037     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14038     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14039     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14040   layout:
14041     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14042     layout: "plot-throughput-speedup-analysis"
14043
14044 - type: "plot"
14045   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14046   algorithm: "plot_tsa_name"
14047   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14048   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14049   include:
14050     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14051     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14052     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14053     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14054     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14055   layout:
14056     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14057     layout: "plot-throughput-speedup-analysis"
14058
14059 - type: "plot"
14060   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14061   algorithm: "plot_tsa_name"
14062   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14063   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14064   include:
14065     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14066     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14067     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14068   layout:
14069     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14070     layout: "plot-throughput-speedup-analysis"
14071
14072 - type: "plot"
14073   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14074   algorithm: "plot_tsa_name"
14075   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14076   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14077   include:
14078     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14079     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14080     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14081   layout:
14082     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14083     layout: "plot-throughput-speedup-analysis"
14084
14085 - type: "plot"
14086   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14087   algorithm: "plot_tsa_name"
14088   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14089   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14090   include:
14091     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14092     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14093     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14094     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14095     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14096     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14097   layout:
14098     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14099     layout: "plot-throughput-speedup-analysis"
14100
14101 - type: "plot"
14102   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14103   algorithm: "plot_tsa_name"
14104   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14105   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14106   include:
14107     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14108     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14109     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14110     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14111     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14112     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14113   layout:
14114     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14115     layout: "plot-throughput-speedup-analysis"
14116
14117 - type: "plot"
14118   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14119   algorithm: "plot_tsa_name"
14120   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14121   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14122   include:
14123     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14124     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14125     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14126     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14127     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14128   layout:
14129     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
14130     layout: "plot-throughput-speedup-analysis"
14131
14132 - type: "plot"
14133   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14134   algorithm: "plot_tsa_name"
14135   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14136   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14137   include:
14138     - "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"
14139     - "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"
14140     - "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"
14141     - "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"
14142     - "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"
14143   layout:
14144     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
14145     layout: "plot-throughput-speedup-analysis"
14146
14147 #- type: "plot"
14148 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14149 #  algorithm: "plot_tsa_name"
14150 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14151 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14152 #  include:
14153 #    - "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"
14154 #    - "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"
14155 #    - "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"
14156 #    - "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"
14157 #    - "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"
14158 #  layout:
14159 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
14160 #    layout: "plot-throughput-speedup-analysis"
14161 #
14162 #- type: "plot"
14163 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14164 #  algorithm: "plot_tsa_name"
14165 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14166 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14167 #  include:
14168 #    - "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"
14169 #    - "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"
14170 #    - "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"
14171 #    - "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"
14172 #    - "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"
14173 #  layout:
14174 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
14175 #    layout: "plot-throughput-speedup-analysis"
14176 #
14177 #- type: "plot"
14178 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14179 #  algorithm: "plot_tsa_name"
14180 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14181 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14182 #  include:
14183 #    - "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"
14184 #    - "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"
14185 #    - "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"
14186 #    - "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"
14187 #    - "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"
14188 #  layout:
14189 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
14190 #    layout: "plot-throughput-speedup-analysis"
14191 #
14192 #- type: "plot"
14193 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14194 #  algorithm: "plot_tsa_name"
14195 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14196 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14197 #  include:
14198 #    - "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"
14199 #    - "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"
14200 #    - "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"
14201 #    - "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"
14202 #    - "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"
14203 #  layout:
14204 #    title: "22n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
14205 #    layout: "plot-throughput-speedup-analysis"
14206
14207 - type: "plot"
14208   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14209   algorithm: "plot_tsa_name"
14210   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14211   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14212   include:
14213     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14214     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14215     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14216     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14217     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14218   layout:
14219     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
14220     layout: "plot-throughput-speedup-analysis"
14221
14222 - type: "plot"
14223   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14224   algorithm: "plot_tsa_name"
14225   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14226   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14227   include:
14228     - "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"
14229     - "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"
14230     - "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"
14231     - "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"
14232     - "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"
14233   layout:
14234     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
14235     layout: "plot-throughput-speedup-analysis"
14236
14237 #- type: "plot"
14238 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14239 #  algorithm: "plot_tsa_name"
14240 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14241 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14242 #  include:
14243 #    - "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"
14244 #    - "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"
14245 #    - "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"
14246 #    - "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"
14247 #    - "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"
14248 #  layout:
14249 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
14250 #    layout: "plot-throughput-speedup-analysis"
14251 #
14252 #- type: "plot"
14253 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14254 #  algorithm: "plot_tsa_name"
14255 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14256 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14257 #  include:
14258 #    - "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"
14259 #    - "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"
14260 #    - "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"
14261 #    - "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"
14262 #    - "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"
14263 #  layout:
14264 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
14265 #    layout: "plot-throughput-speedup-analysis"
14266 #
14267 #- type: "plot"
14268 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14269 #  algorithm: "plot_tsa_name"
14270 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14271 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14272 #  include:
14273 #    - "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"
14274 #    - "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"
14275 #    - "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"
14276 #    - "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"
14277 #    - "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"
14278 #  layout:
14279 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
14280 #    layout: "plot-throughput-speedup-analysis"
14281 #
14282 #- type: "plot"
14283 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14284 #  algorithm: "plot_tsa_name"
14285 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14286 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14287 #  include:
14288 #    - "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"
14289 #    - "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"
14290 #    - "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"
14291 #    - "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"
14292 #    - "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"
14293 #  layout:
14294 #    title: "22n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
14295 #    layout: "plot-throughput-speedup-analysis"
14296
14297 - type: "plot"
14298   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14299   algorithm: "plot_tsa_name"
14300   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14301   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14302   include:
14303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14307     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14308     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14309   layout:
14310     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14311     layout: "plot-throughput-speedup-analysis"
14312
14313 - type: "plot"
14314   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14315   algorithm: "plot_tsa_name"
14316   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14317   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14318   include:
14319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14323     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14324     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14325   layout:
14326     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14327     layout: "plot-throughput-speedup-analysis"
14328
14329 - type: "plot"
14330   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14331   algorithm: "plot_tsa_name"
14332   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14333   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14334   include:
14335     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14336     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14337     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14338   layout:
14339     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14340     layout: "plot-throughput-speedup-analysis"
14341
14342 - type: "plot"
14343   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14344   algorithm: "plot_tsa_name"
14345   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14346   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14347   include:
14348     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14349     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14350     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14351   layout:
14352     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14353     layout: "plot-throughput-speedup-analysis"
14354
14355 - type: "plot"
14356   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14357   algorithm: "plot_tsa_name"
14358   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14359   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14360   include:
14361     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14362     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14363     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14364 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14365 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14366   layout:
14367     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14368     layout: "plot-throughput-speedup-analysis"
14369
14370 - type: "plot"
14371   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14372   algorithm: "plot_tsa_name"
14373   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14374   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14375   include:
14376     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14377     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14378     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14379 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14380 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14381   layout:
14382     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14383     layout: "plot-throughput-speedup-analysis"
14384
14385 - type: "plot"
14386   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14387   algorithm: "plot_tsa_name"
14388   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14389   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14390   include:
14391     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14392     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14393     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14394     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14395     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14396   layout:
14397     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14398     layout: "plot-throughput-speedup-analysis"
14399
14400 - type: "plot"
14401   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14402   algorithm: "plot_tsa_name"
14403   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14404   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14405   include:
14406     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14407     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14408     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14409     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14410     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14411   layout:
14412     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14413     layout: "plot-throughput-speedup-analysis"
14414
14415 - type: "plot"
14416   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14417   algorithm: "plot_tsa_name"
14418   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14419   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14420   include:
14421     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14422     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14423     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14424     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14425     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14426   layout:
14427     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14428     layout: "plot-throughput-speedup-analysis"
14429
14430 - type: "plot"
14431   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14432   algorithm: "plot_tsa_name"
14433   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14434   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14435   include:
14436     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14437     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14438     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14439     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14440     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14441   layout:
14442     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14443     layout: "plot-throughput-speedup-analysis"
14444
14445 - type: "plot"
14446   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14447   algorithm: "plot_tsa_name"
14448   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14449   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14450   include:
14451     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14452     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14453     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14454     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14455   layout:
14456     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14457     layout: "plot-throughput-speedup-analysis"
14458
14459 - type: "plot"
14460   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14461   algorithm: "plot_tsa_name"
14462   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14463   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14464   include:
14465     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14466     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14467     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14468     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14469   layout:
14470     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14471     layout: "plot-throughput-speedup-analysis"
14472
14473 - type: "plot"
14474   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14475   algorithm: "plot_tsa_name"
14476   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14477   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14478   include:
14479     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14480     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14481     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14482     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14483     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14484   layout:
14485     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14486     layout: "plot-throughput-speedup-analysis"
14487
14488 - type: "plot"
14489   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14490   algorithm: "plot_tsa_name"
14491   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14492   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14493   include:
14494     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14495     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14496     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14497     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14498     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14499   layout:
14500     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14501     layout: "plot-throughput-speedup-analysis"
14502
14503 - type: "plot"
14504   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14505   algorithm: "plot_tsa_name"
14506   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14507   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14508   include:
14509     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14510     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14511   layout:
14512     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14513     layout: "plot-throughput-speedup-analysis"
14514
14515 - type: "plot"
14516   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14517   algorithm: "plot_tsa_name"
14518   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14519   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14520   include:
14521     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14522     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14523   layout:
14524     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14525     layout: "plot-throughput-speedup-analysis"
14526
14527 - type: "plot"
14528   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14529   algorithm: "plot_tsa_name"
14530   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14531   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14532   include:
14533     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14534     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14535     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14536     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14537   layout:
14538     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14539     layout: "plot-throughput-speedup-analysis"
14540
14541 - type: "plot"
14542   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14543   algorithm: "plot_tsa_name"
14544   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14545   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14546   include:
14547     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14548     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14549     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14550     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14551   layout:
14552     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14553     layout: "plot-throughput-speedup-analysis"
14554
14555 - type: "plot"
14556   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14557   algorithm: "plot_tsa_name"
14558   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14559   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14560   include:
14561     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14562     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14563     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14564     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14565   layout:
14566     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14567     layout: "plot-throughput-speedup-analysis"
14568
14569 - type: "plot"
14570   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14571   algorithm: "plot_tsa_name"
14572   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14573   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14574   include:
14575     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14576     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14577     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14578     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14579   layout:
14580     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14581     layout: "plot-throughput-speedup-analysis"
14582
14583 - type: "plot"
14584   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14585   algorithm: "plot_tsa_name"
14586   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14587   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14588   include:
14589     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14590     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14591     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14592     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14593     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14594     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14595   layout:
14596     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14597     layout: "plot-throughput-speedup-analysis"
14598
14599 - type: "plot"
14600   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14601   algorithm: "plot_tsa_name"
14602   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14603   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14604   include:
14605     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14606     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14607     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14608     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14609     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14610     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14611   layout:
14612     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14613     layout: "plot-throughput-speedup-analysis"
14614
14615 - type: "plot"
14616   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14617   algorithm: "plot_tsa_name"
14618   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14619   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14620   include:
14621     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14622     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14623     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14624     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14625     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14626   layout:
14627     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14628     layout: "plot-throughput-speedup-analysis"
14629
14630 - type: "plot"
14631   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14632   algorithm: "plot_tsa_name"
14633   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14634   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14635   include:
14636     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14637     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14638     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14639     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14640     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14641   layout:
14642     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14643     layout: "plot-throughput-speedup-analysis"
14644
14645 - type: "plot"
14646   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14647   algorithm: "plot_tsa_name"
14648   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14649   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14650   include:
14651     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14652     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14653     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14654     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14655     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14656   layout:
14657     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14658     layout: "plot-throughput-speedup-analysis"
14659
14660 - type: "plot"
14661   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14662   algorithm: "plot_tsa_name"
14663   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14664   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14665   include:
14666     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14667     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14668     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14669     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14670     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14671   layout:
14672     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14673     layout: "plot-throughput-speedup-analysis"
14674
14675 - type: "plot"
14676   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14677   algorithm: "plot_tsa_name"
14678   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14679   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14680   include:
14681     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14682     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14683     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14684   layout:
14685     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14686     layout: "plot-throughput-speedup-analysis"
14687
14688 - type: "plot"
14689   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14690   algorithm: "plot_tsa_name"
14691   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14692   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14693   include:
14694     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14695     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14696     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14697   layout:
14698     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14699     layout: "plot-throughput-speedup-analysis"
14700
14701 - type: "plot"
14702   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14703   algorithm: "plot_tsa_name"
14704   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14705   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14706   include:
14707     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14708     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14709     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14710   layout:
14711     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14712     layout: "plot-throughput-speedup-analysis"
14713
14714 - type: "plot"
14715   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14716   algorithm: "plot_tsa_name"
14717   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14718   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14719   include:
14720     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14721     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14722     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14723   layout:
14724     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14725     layout: "plot-throughput-speedup-analysis"
14726
14727 - type: "plot"
14728   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14729   algorithm: "plot_tsa_name"
14730   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14731   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14732   include:
14733     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14734     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14735     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14736     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14737     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14738   layout:
14739     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14740     layout: "plot-throughput-speedup-analysis"
14741
14742 - type: "plot"
14743   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14744   algorithm: "plot_tsa_name"
14745   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14746   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14747   include:
14748     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14749     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14750     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14751     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14752     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14753   layout:
14754     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14755     layout: "plot-throughput-speedup-analysis"
14756
14757 - type: "plot"
14758   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14759   algorithm: "plot_tsa_name"
14760   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14761   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14762   include:
14763     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14764     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14765     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14766     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14767     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14768   layout:
14769     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14770     layout: "plot-throughput-speedup-analysis"
14771
14772 - type: "plot"
14773   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14774   algorithm: "plot_tsa_name"
14775   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14776   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14777   include:
14778     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14779     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14780     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14781     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14782     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14783   layout:
14784     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14785     layout: "plot-throughput-speedup-analysis"
14786
14787 - type: "plot"
14788   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14789   algorithm: "plot_tsa_name"
14790   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14791   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14792   include:
14793     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14794     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14795     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14796     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14797     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14798     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14799   layout:
14800     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14801     layout: "plot-throughput-speedup-analysis"
14802
14803 - type: "plot"
14804   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14805   algorithm: "plot_tsa_name"
14806   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14807   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14808   include:
14809     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14810     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14811     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14812     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14813     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14814     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14815   layout:
14816     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14817     layout: "plot-throughput-speedup-analysis"
14818
14819 - type: "plot"
14820   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14821   algorithm: "plot_tsa_name"
14822   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14823   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14824   include:
14825     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14826     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14827     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14828     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14829   layout:
14830     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14831     layout: "plot-throughput-speedup-analysis"
14832
14833 - type: "plot"
14834   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14835   algorithm: "plot_tsa_name"
14836   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14837   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14838   include:
14839     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14840     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14841     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14842     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14843   layout:
14844     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14845     layout: "plot-throughput-speedup-analysis"
14846
14847 - type: "plot"
14848   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14849   algorithm: "plot_tsa_name"
14850   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14851   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14852   include:
14853     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14854     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14855     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14856     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14857     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14858     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14859   layout:
14860     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14861     layout: "plot-throughput-speedup-analysis"
14862
14863 - type: "plot"
14864   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14865   algorithm: "plot_tsa_name"
14866   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14867   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14868   include:
14869     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14870     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14871     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14872     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14873     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14874     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14875   layout:
14876     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14877     layout: "plot-throughput-speedup-analysis"
14878
14879 - type: "plot"
14880   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14881   algorithm: "plot_tsa_name"
14882   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14883   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14884   include:
14885     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14886     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14887     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14888     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14889     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14890     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14891   layout:
14892     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14893     layout: "plot-throughput-speedup-analysis"
14894
14895 - type: "plot"
14896   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14897   algorithm: "plot_tsa_name"
14898   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14899   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14900   include:
14901     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14902     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14903     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14904     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14905     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14906     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14907   layout:
14908     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14909     layout: "plot-throughput-speedup-analysis"
14910
14911 - type: "plot"
14912   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14913   algorithm: "plot_tsa_name"
14914   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14915   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14916   include:
14917     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14918     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14919     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14920     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14921     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14922     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14923   layout:
14924     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14925     layout: "plot-throughput-speedup-analysis"
14926
14927 - type: "plot"
14928   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14929   algorithm: "plot_tsa_name"
14930   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14931   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14932   include:
14933     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14934     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14935     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14936     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14937     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14938     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14939   layout:
14940     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14941     layout: "plot-throughput-speedup-analysis"
14942
14943 - type: "plot"
14944   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14945   algorithm: "plot_tsa_name"
14946   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14947   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14948   include:
14949     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14950     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14951     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14952     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14953     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14954     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14955   layout:
14956     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14957     layout: "plot-throughput-speedup-analysis"
14958
14959 - type: "plot"
14960   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14961   algorithm: "plot_tsa_name"
14962   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14963   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14964   include:
14965     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14966     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14967     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14968     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14969     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14970     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14971   layout:
14972     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14973     layout: "plot-throughput-speedup-analysis"
14974
14975 - type: "plot"
14976   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14977   algorithm: "plot_tsa_name"
14978   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14979   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14980   include:
14981     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14982     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14983     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14984     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14985     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14986     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14987   layout:
14988     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14989     layout: "plot-throughput-speedup-analysis"
14990
14991 - type: "plot"
14992   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14993   algorithm: "plot_tsa_name"
14994   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14995   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14996   include:
14997     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14998     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14999     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15000     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15001     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15002     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15003   layout:
15004     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15005     layout: "plot-throughput-speedup-analysis"
15006
15007 - type: "plot"
15008   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15009   algorithm: "plot_tsa_name"
15010   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15011   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15012   include:
15013     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15014     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15015     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15016     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15017   layout:
15018     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15019     layout: "plot-throughput-speedup-analysis"
15020
15021 - type: "plot"
15022   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15023   algorithm: "plot_tsa_name"
15024   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15025   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15026   include:
15027     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15028     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15029     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15030     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15031   layout:
15032     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15033     layout: "plot-throughput-speedup-analysis"
15034
15035 - type: "plot"
15036   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15037   algorithm: "plot_tsa_name"
15038   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15039   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15040   include:
15041     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15042     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15043     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15044     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15045   layout:
15046     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15047     layout: "plot-throughput-speedup-analysis"
15048
15049 - type: "plot"
15050   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15051   algorithm: "plot_tsa_name"
15052   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15053   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15054   include:
15055     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15056     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15057     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15058     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15059   layout:
15060     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15061     layout: "plot-throughput-speedup-analysis"
15062
15063 - type: "plot"
15064   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15065   algorithm: "plot_tsa_name"
15066   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15067   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15068   include:
15069     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15070     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15071     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15072     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15073     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15074     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15075   layout:
15076     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15077     layout: "plot-throughput-speedup-analysis"
15078
15079 - type: "plot"
15080   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15081   algorithm: "plot_tsa_name"
15082   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15083   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15084   include:
15085     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15086     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15087     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15088     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15089     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15090     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15091   layout:
15092     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15093     layout: "plot-throughput-speedup-analysis"
15094
15095 - type: "plot"
15096   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15097   algorithm: "plot_tsa_name"
15098   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15099   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15100   include:
15101     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15102     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15103     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15104     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15105     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15106   layout:
15107     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15108     layout: "plot-throughput-speedup-analysis"
15109
15110 - type: "plot"
15111   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15112   algorithm: "plot_tsa_name"
15113   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15114   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15115   include:
15116     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15117     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15118     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15119     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15120     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15121   layout:
15122     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15123     layout: "plot-throughput-speedup-analysis"
15124
15125 - type: "plot"
15126   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15127   algorithm: "plot_tsa_name"
15128   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15129   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15130   include:
15131     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15132     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15133     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15134     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15135     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15136   layout:
15137     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15138     layout: "plot-throughput-speedup-analysis"
15139
15140 - type: "plot"
15141   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15142   algorithm: "plot_tsa_name"
15143   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15144   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15145   include:
15146     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15147     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15148     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15149     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15150     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15151   layout:
15152     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15153     layout: "plot-throughput-speedup-analysis"
15154
15155 - type: "plot"
15156   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15157   algorithm: "plot_tsa_name"
15158   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15159   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15160   include:
15161     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15162     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15163     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15164     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15165   layout:
15166     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15167     layout: "plot-throughput-speedup-analysis"
15168
15169 - type: "plot"
15170   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15171   algorithm: "plot_tsa_name"
15172   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15173   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15174   include:
15175     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15176     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15177     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15178     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15179   layout:
15180     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15181     layout: "plot-throughput-speedup-analysis"
15182
15183 - type: "plot"
15184   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15185   algorithm: "plot_tsa_name"
15186   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15187   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15188   include:
15189     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15190     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15191     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15192     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15193     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15194     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15195   layout:
15196     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15197     layout: "plot-throughput-speedup-analysis"
15198
15199 - type: "plot"
15200   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15201   algorithm: "plot_tsa_name"
15202   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15203   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15204   include:
15205     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15206     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15207     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15208     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15209     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15210     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15211   layout:
15212     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15213     layout: "plot-throughput-speedup-analysis"
15214
15215 - type: "plot"
15216   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15217   algorithm: "plot_tsa_name"
15218   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15219   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15220   include:
15221     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15222     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15223     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15224     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15225     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15226     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15227   layout:
15228     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15229     layout: "plot-throughput-speedup-analysis"
15230
15231 - type: "plot"
15232   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15233   algorithm: "plot_tsa_name"
15234   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15235   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15236   include:
15237     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15238     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15239     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15240     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15241     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15242     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15243   layout:
15244     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15245     layout: "plot-throughput-speedup-analysis"
15246
15247 - type: "plot"
15248   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15249   algorithm: "plot_tsa_name"
15250   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15251   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15252   include:
15253     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15254     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15255     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15256     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15257     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15258     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15259   layout:
15260     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15261     layout: "plot-throughput-speedup-analysis"
15262
15263 - type: "plot"
15264   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15265   algorithm: "plot_tsa_name"
15266   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15267   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15268   include:
15269     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15270     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15271     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15272     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15273     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15274     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15275   layout:
15276     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15277     layout: "plot-throughput-speedup-analysis"
15278
15279 - type: "plot"
15280   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15281   algorithm: "plot_tsa_name"
15282   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15283   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15284   include:
15285     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15286     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15287     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15288     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15289     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15290     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15291   layout:
15292     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15293     layout: "plot-throughput-speedup-analysis"
15294
15295 - type: "plot"
15296   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15297   algorithm: "plot_tsa_name"
15298   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15299   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15300   include:
15301     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15302     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15303     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15304     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15305     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15306     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15307   layout:
15308     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15309     layout: "plot-throughput-speedup-analysis"
15310
15311 - type: "plot"
15312   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15313   algorithm: "plot_tsa_name"
15314   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15315   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15316   include:
15317     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15318     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15319     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15320     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15321     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15322     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15323   layout:
15324     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15325     layout: "plot-throughput-speedup-analysis"
15326
15327 - type: "plot"
15328   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15329   algorithm: "plot_tsa_name"
15330   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15331   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15332   include:
15333     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15334     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15335     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15336     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15337     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15338     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15339   layout:
15340     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15341     layout: "plot-throughput-speedup-analysis"
15342
15343 - type: "plot"
15344   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15345   algorithm: "plot_tsa_name"
15346   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15347   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15348   include:
15349     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15350     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15351     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15352     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15353     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15354   layout:
15355     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15356     layout: "plot-throughput-speedup-analysis"
15357
15358 - type: "plot"
15359   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15360   algorithm: "plot_tsa_name"
15361   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15362   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15363   include:
15364     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15365     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15366     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15367     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15368     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15369   layout:
15370     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15371     layout: "plot-throughput-speedup-analysis"
15372
15373 - type: "plot"
15374   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15375   algorithm: "plot_tsa_name"
15376   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15377   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15378   include:
15379     - "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"
15380     - "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"
15381     - "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"
15382     - "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"
15383     - "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"
15384   layout:
15385     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15386     layout: "plot-throughput-speedup-analysis"
15387
15388 - type: "plot"
15389   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15390   algorithm: "plot_tsa_name"
15391   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15392   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15393   include:
15394     - "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"
15395     - "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"
15396     - "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"
15397     - "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"
15398     - "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"
15399   layout:
15400     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15401     layout: "plot-throughput-speedup-analysis"
15402
15403 - type: "plot"
15404   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15405   algorithm: "plot_tsa_name"
15406   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15407   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15408   include:
15409     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15410     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15411     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15412     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15413     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15414   layout:
15415     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15416     layout: "plot-throughput-speedup-analysis"
15417
15418 - type: "plot"
15419   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15420   algorithm: "plot_tsa_name"
15421   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15422   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15423   include:
15424     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15425     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15426     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15427     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15428     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15429   layout:
15430     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15431     layout: "plot-throughput-speedup-analysis"
15432
15433 - type: "plot"
15434   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15435   algorithm: "plot_tsa_name"
15436   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15437   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15438   include:
15439     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15440     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15441     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15443     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15444   layout:
15445     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15446     layout: "plot-throughput-speedup-analysis"
15447
15448 - type: "plot"
15449   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15450   algorithm: "plot_tsa_name"
15451   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15452   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15453   include:
15454     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15455     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15456     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15457     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15458     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15459   layout:
15460     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15461     layout: "plot-throughput-speedup-analysis"
15462
15463 - type: "plot"
15464   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15465   algorithm: "plot_tsa_name"
15466   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15467   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15468   include:
15469     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15470     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15471     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15472     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15473     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15474   layout:
15475     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15476     layout: "plot-throughput-speedup-analysis"
15477
15478 - type: "plot"
15479   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15480   algorithm: "plot_tsa_name"
15481   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15482   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15483   include:
15484     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15485     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15486     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15487     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15488     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15489   layout:
15490     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15491     layout: "plot-throughput-speedup-analysis"
15492
15493 - type: "plot"
15494   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15495   algorithm: "plot_tsa_name"
15496   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15497   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15498   include:
15499     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15500     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15501     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15502     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15503     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15504   layout:
15505     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15506     layout: "plot-throughput-speedup-analysis"
15507
15508 - type: "plot"
15509   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15510   algorithm: "plot_tsa_name"
15511   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15512   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15513   include:
15514     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15515     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15516     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15517     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15518     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15519   layout:
15520     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15521     layout: "plot-throughput-speedup-analysis"
15522
15523 - type: "plot"
15524   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15525   algorithm: "plot_tsa_name"
15526   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15527   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15528   include:
15529     - "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"
15530     - "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"
15531     - "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"
15532     - "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"
15533   layout:
15534     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15535     layout: "plot-throughput-speedup-analysis"
15536
15537 - type: "plot"
15538   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15539   algorithm: "plot_tsa_name"
15540   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15541   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15542   include:
15543     - "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"
15544     - "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"
15545     - "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"
15546     - "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"
15547   layout:
15548     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15549     layout: "plot-throughput-speedup-analysis"
15550
15551 - type: "plot"
15552   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15553   algorithm: "plot_tsa_name"
15554   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15555   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15556   include:
15557     - "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"
15558     - "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"
15559     - "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"
15560     - "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"
15561   layout:
15562     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15563     layout: "plot-throughput-speedup-analysis"
15564
15565 - type: "plot"
15566   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15567   algorithm: "plot_tsa_name"
15568   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15569   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15570   include:
15571     - "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"
15572     - "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"
15573     - "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"
15574     - "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"
15575   layout:
15576     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15577     layout: "plot-throughput-speedup-analysis"
15578
15579 - type: "plot"
15580   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15581   algorithm: "plot_tsa_name"
15582   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15583   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15584   include:
15585     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15586     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15587     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15588     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15589     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15590     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15591   layout:
15592     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15593     layout: "plot-throughput-speedup-analysis"
15594
15595 - type: "plot"
15596   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15597   algorithm: "plot_tsa_name"
15598   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15599   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15600   include:
15601     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15602     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15603     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15604     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15605     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15606     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15607   layout:
15608     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15609     layout: "plot-throughput-speedup-analysis"
15610
15611 - type: "plot"
15612   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15613   algorithm: "plot_tsa_name"
15614   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15615   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15616   include:
15617     - "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"
15618     - "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"
15619     - "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"
15620     - "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"
15621     - "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"
15622     - "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"
15623   layout:
15624     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15625     layout: "plot-throughput-speedup-analysis"
15626
15627 - type: "plot"
15628   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15629   algorithm: "plot_tsa_name"
15630   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15631   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15632   include:
15633     - "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"
15634     - "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"
15635     - "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"
15636     - "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"
15637     - "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"
15638     - "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"
15639   layout:
15640     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15641     layout: "plot-throughput-speedup-analysis"
15642
15643 - type: "plot"
15644   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15645   algorithm: "plot_tsa_name"
15646   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15647   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15648   include:
15649     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15650     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15651     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15652     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15653     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15654     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15655   layout:
15656     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15657     layout: "plot-throughput-speedup-analysis"
15658
15659 - type: "plot"
15660   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15661   algorithm: "plot_tsa_name"
15662   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15663   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15664   include:
15665     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15666     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15667     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15668     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15669     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15670     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15671   layout:
15672     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15673     layout: "plot-throughput-speedup-analysis"
15674
15675 - type: "plot"
15676   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15677   algorithm: "plot_tsa_name"
15678   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15679   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15680   include:
15681     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15682     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15683     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15684     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15685     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15686   layout:
15687     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15688     layout: "plot-throughput-speedup-analysis"
15689
15690 - type: "plot"
15691   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15692   algorithm: "plot_tsa_name"
15693   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15694   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15695   include:
15696     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15697     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15698     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15699     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15700     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15701   layout:
15702     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15703     layout: "plot-throughput-speedup-analysis"
15704
15705 - type: "plot"
15706   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15707   algorithm: "plot_tsa_name"
15708   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15709   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15710   include:
15711     - "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"
15712     - "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"
15713   layout:
15714     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15715     layout: "plot-throughput-speedup-analysis"
15716
15717 - type: "plot"
15718   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15719   algorithm: "plot_tsa_name"
15720   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15721   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15722   include:
15723     - "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"
15724     - "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"
15725   layout:
15726     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15727     layout: "plot-throughput-speedup-analysis"
15728
15729 - type: "plot"
15730   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15731   algorithm: "plot_tsa_name"
15732   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15733   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15734   include:
15735     - "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"
15736     - "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"
15737   layout:
15738     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15739     layout: "plot-throughput-speedup-analysis"
15740
15741 - type: "plot"
15742   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15743   algorithm: "plot_tsa_name"
15744   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15745   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15746   include:
15747     - "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"
15748     - "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"
15749   layout:
15750     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15751     layout: "plot-throughput-speedup-analysis"
15752
15753 - type: "plot"
15754   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15755   algorithm: "plot_tsa_name"
15756   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15757   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15758   include:
15759     - "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"
15760     - "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"
15761     - "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"
15762     - "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"
15763     - "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"
15764     - "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"
15765   layout:
15766     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15767     layout: "plot-throughput-speedup-analysis"
15768
15769 - type: "plot"
15770   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15771   algorithm: "plot_tsa_name"
15772   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15773   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15774   include:
15775     - "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"
15776     - "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"
15777     - "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"
15778     - "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"
15779     - "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"
15780     - "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"
15781   layout:
15782     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15783     layout: "plot-throughput-speedup-analysis"
15784
15785 - type: "plot"
15786   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15787   algorithm: "plot_tsa_name"
15788   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15789   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15790   include:
15791     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15792     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15793     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15794     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15795     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15796   layout:
15797     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15798     layout: "plot-throughput-speedup-analysis"
15799
15800 - type: "plot"
15801   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15802   algorithm: "plot_tsa_name"
15803   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15804   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15805   include:
15806     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15807     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15808     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15809     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15810     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15811   layout:
15812     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15813     layout: "plot-throughput-speedup-analysis"
15814
15815 - type: "plot"
15816   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15817   algorithm: "plot_tsa_name"
15818   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15819   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15820   include:
15821     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15822     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15823     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15824     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15825     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15826   layout:
15827     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15828     layout: "plot-throughput-speedup-analysis"
15829
15830 - type: "plot"
15831   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15832   algorithm: "plot_tsa_name"
15833   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15834   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15835   include:
15836     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15837     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15838     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15839     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15840     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15841   layout:
15842     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15843     layout: "plot-throughput-speedup-analysis"
15844
15845 - type: "plot"
15846   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15847   algorithm: "plot_tsa_name"
15848   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15849   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15850   include:
15851     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15852     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15853     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15854     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15855   layout:
15856     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15857     layout: "plot-throughput-speedup-analysis"
15858
15859 - type: "plot"
15860   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15861   algorithm: "plot_tsa_name"
15862   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15863   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15864   include:
15865     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15866     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15867     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15868     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15869   layout:
15870     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15871     layout: "plot-throughput-speedup-analysis"
15872
15873 - type: "plot"
15874   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15875   algorithm: "plot_tsa_name"
15876   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15877   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15878   include:
15879     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15880     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15881     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15882     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15883   layout:
15884     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15885     layout: "plot-throughput-speedup-analysis"
15886
15887 - type: "plot"
15888   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15889   algorithm: "plot_tsa_name"
15890   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15891   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15892   include:
15893     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15894     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15895     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15896     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15897   layout:
15898     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15899     layout: "plot-throughput-speedup-analysis"
15900
15901 - type: "plot"
15902   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15903   algorithm: "plot_tsa_name"
15904   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15905   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15906   include:
15907     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15908     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15909     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15910     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15911     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15912   layout:
15913     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15914     layout: "plot-throughput-speedup-analysis"
15915
15916 - type: "plot"
15917   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15918   algorithm: "plot_tsa_name"
15919   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15920   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15921   include:
15922     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15923     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15924     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15925     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15926     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15927   layout:
15928     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15929     layout: "plot-throughput-speedup-analysis"
15930
15931 - type: "plot"
15932   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15933   algorithm: "plot_tsa_name"
15934   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15935   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15936   include:
15937     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15938     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15939     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15940     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15941     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15942     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15943   layout:
15944     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15945     layout: "plot-throughput-speedup-analysis"
15946
15947 - type: "plot"
15948   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15949   algorithm: "plot_tsa_name"
15950   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15951   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15952   include:
15953     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15954     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15955     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15956     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15957     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15958     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15959   layout:
15960     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15961     layout: "plot-throughput-speedup-analysis"
15962
15963 - type: "plot"
15964   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15965   algorithm: "plot_tsa_name"
15966   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15967   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15968   include:
15969     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15970     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15971     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15972     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15973   layout:
15974     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15975     layout: "plot-throughput-speedup-analysis"
15976
15977 - type: "plot"
15978   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15979   algorithm: "plot_tsa_name"
15980   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15981   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15982   include:
15983     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15984     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15985     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15986     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15987   layout:
15988     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15989     layout: "plot-throughput-speedup-analysis"
15990
15991 - type: "plot"
15992   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15993   algorithm: "plot_tsa_name"
15994   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15995   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15996   include:
15997     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15998     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15999     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16000     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16001     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16002     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16003   layout:
16004     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16005     layout: "plot-throughput-speedup-analysis"
16006
16007 - type: "plot"
16008   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16009   algorithm: "plot_tsa_name"
16010   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16011   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16012   include:
16013     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16014     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16015     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16016     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16017     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16018     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16019   layout:
16020     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16021     layout: "plot-throughput-speedup-analysis"
16022
16023 - type: "plot"
16024   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16025   algorithm: "plot_tsa_name"
16026   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16027   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16028   include:
16029     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16030     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16031     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16032     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16033     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16034     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16035   layout:
16036     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16037     layout: "plot-throughput-speedup-analysis"
16038
16039 - type: "plot"
16040   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16041   algorithm: "plot_tsa_name"
16042   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16043   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16044   include:
16045     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16046     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16047     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16048     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16049     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16050     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16051   layout:
16052     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16053     layout: "plot-throughput-speedup-analysis"
16054
16055 - type: "plot"
16056   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16057   algorithm: "plot_tsa_name"
16058   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16059   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16060   include:
16061     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16062     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16063     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16064     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16065     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16066     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16067   layout:
16068     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16069     layout: "plot-throughput-speedup-analysis"
16070
16071 - type: "plot"
16072   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16073   algorithm: "plot_tsa_name"
16074   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16075   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16076   include:
16077     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16078     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16079     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16080     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16081     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16082     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16083   layout:
16084     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16085     layout: "plot-throughput-speedup-analysis"
16086
16087 - type: "plot"
16088   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16089   algorithm: "plot_tsa_name"
16090   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16091   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16092   include:
16093     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16094     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16095     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16096     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16097     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16098     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16099   layout:
16100     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16101     layout: "plot-throughput-speedup-analysis"
16102
16103 - type: "plot"
16104   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16105   algorithm: "plot_tsa_name"
16106   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16107   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16108   include:
16109     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16110     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16111     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16112     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16113     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16114     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16115   layout:
16116     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16117     layout: "plot-throughput-speedup-analysis"
16118
16119 - type: "plot"
16120   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16121   algorithm: "plot_tsa_name"
16122   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16123   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16124   include:
16125     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16126     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16127     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16128     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16129     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16130     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16131   layout:
16132     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16133     layout: "plot-throughput-speedup-analysis"
16134
16135 - type: "plot"
16136   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16137   algorithm: "plot_tsa_name"
16138   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16139   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16140   include:
16141     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16142     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16143     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16144     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16145     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16146     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16147   layout:
16148     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16149     layout: "plot-throughput-speedup-analysis"
16150
16151 #- type: "plot"
16152 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16153 #  algorithm: "plot_tsa_name"
16154 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16155 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16156 #  include:
16157 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16158 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16159 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16160 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16161 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16162 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16163 #  layout:
16164 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16165 #    layout: "plot-throughput-speedup-analysis"
16166 #
16167 #- type: "plot"
16168 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16169 #  algorithm: "plot_tsa_name"
16170 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16171 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16172 #  include:
16173 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16174 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16175 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16176 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16177 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16178 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16179 #  layout:
16180 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16181 #    layout: "plot-throughput-speedup-analysis"
16182
16183 - type: "plot"
16184   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16185   algorithm: "plot_tsa_name"
16186   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16187   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16188   include:
16189     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16190     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16191     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16192     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16193     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16194   layout:
16195     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16196     layout: "plot-throughput-speedup-analysis"
16197
16198 - type: "plot"
16199   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16200   algorithm: "plot_tsa_name"
16201   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16202   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16203   include:
16204     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16205     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16206     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16207     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16208     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16209   layout:
16210     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16211     layout: "plot-throughput-speedup-analysis"
16212
16213 - type: "plot"
16214   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16215   algorithm: "plot_tsa_name"
16216   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16217   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16218   include:
16219     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16220     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16221     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16222     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16223     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16224     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16225   layout:
16226     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16227     layout: "plot-throughput-speedup-analysis"
16228
16229 - type: "plot"
16230   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16231   algorithm: "plot_tsa_name"
16232   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16233   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16234   include:
16235     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16236     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16237     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16238     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16239     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16240     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16241   layout:
16242     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16243     layout: "plot-throughput-speedup-analysis"
16244
16245 - type: "plot"
16246   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16247   algorithm: "plot_tsa_name"
16248   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16249   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16250   include:
16251     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16252     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16253     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16254     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16255     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16256   layout:
16257     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16258     layout: "plot-throughput-speedup-analysis"
16259
16260 - type: "plot"
16261   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16262   algorithm: "plot_tsa_name"
16263   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16264   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16265   include:
16266     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16267     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16268     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16269     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16270     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16271   layout:
16272     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16273     layout: "plot-throughput-speedup-analysis"
16274
16275 - type: "plot"
16276   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16277   algorithm: "plot_tsa_name"
16278   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16279   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16280   include:
16281     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16282     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16283     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16284     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16285   layout:
16286     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16287     layout: "plot-throughput-speedup-analysis"
16288
16289 - type: "plot"
16290   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16291   algorithm: "plot_tsa_name"
16292   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16293   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16294   include:
16295     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16296     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16297     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16298     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16299   layout:
16300     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16301     layout: "plot-throughput-speedup-analysis"
16302
16303 - type: "plot"
16304   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16305   algorithm: "plot_tsa_name"
16306   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16307   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16308   include:
16309     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16310     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16311     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16312     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16313     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16314     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16315   layout:
16316     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16317     layout: "plot-throughput-speedup-analysis"
16318
16319 - type: "plot"
16320   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16321   algorithm: "plot_tsa_name"
16322   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16323   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16324   include:
16325     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16326     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16327     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16328     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16329     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16330     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16331   layout:
16332     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16333     layout: "plot-throughput-speedup-analysis"
16334
16335 - type: "plot"
16336   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16337   algorithm: "plot_tsa_name"
16338   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16339   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16340   include:
16341     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16342     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16343     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16344     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16345     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16346   layout:
16347     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16348     layout: "plot-throughput-speedup-analysis"
16349
16350 - type: "plot"
16351   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16352   algorithm: "plot_tsa_name"
16353   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16354   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16355   include:
16356     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16357     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16358     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16359     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16360     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16361   layout:
16362     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16363     layout: "plot-throughput-speedup-analysis"
16364
16365 - type: "plot"
16366   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16367   algorithm: "plot_tsa_name"
16368   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16369   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16370   include:
16371     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16372     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16373     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16374     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16375     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16376   layout:
16377     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16378     layout: "plot-throughput-speedup-analysis"
16379
16380 - type: "plot"
16381   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16382   algorithm: "plot_tsa_name"
16383   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16384   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16385   include:
16386     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16387     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16388     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16389     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16390     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16391   layout:
16392     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16393     layout: "plot-throughput-speedup-analysis"
16394
16395 - type: "plot"
16396   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16397   algorithm: "plot_tsa_name"
16398   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16399   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16400   include:
16401     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16402     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16403     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16404     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16405   layout:
16406     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16407     layout: "plot-throughput-speedup-analysis"
16408
16409 - type: "plot"
16410   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16411   algorithm: "plot_tsa_name"
16412   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16413   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16414   include:
16415     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16416     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16417     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16418     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16419   layout:
16420     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16421     layout: "plot-throughput-speedup-analysis"
16422
16423 - type: "plot"
16424   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16425   algorithm: "plot_tsa_name"
16426   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16427   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16428   include:
16429     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16430     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16431     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16432     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16433     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16434   layout:
16435     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16436     layout: "plot-throughput-speedup-analysis"
16437
16438 - type: "plot"
16439   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16440   algorithm: "plot_tsa_name"
16441   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16442   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16443   include:
16444     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16445     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16446     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16447     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16448     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16449   layout:
16450     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16451     layout: "plot-throughput-speedup-analysis"
16452
16453 - type: "plot"
16454   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16455   algorithm: "plot_tsa_name"
16456   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16457   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16458   include:
16459     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16460     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16461     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16462     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16463     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16464     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16465   layout:
16466     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16467     layout: "plot-throughput-speedup-analysis"
16468
16469 - type: "plot"
16470   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16471   algorithm: "plot_tsa_name"
16472   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16473   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16474   include:
16475     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16476     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16477     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16478     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16479     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16480     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16481   layout:
16482     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16483     layout: "plot-throughput-speedup-analysis"
16484
16485 - type: "plot"
16486   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16487   algorithm: "plot_tsa_name"
16488   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16489   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16490   include:
16491     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16492     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16493     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16494     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16495   layout:
16496     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16497     layout: "plot-throughput-speedup-analysis"
16498
16499 - type: "plot"
16500   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16501   algorithm: "plot_tsa_name"
16502   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16503   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16504   include:
16505     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16506     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16507     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16508     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16509   layout:
16510     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16511     layout: "plot-throughput-speedup-analysis"
16512
16513 - type: "plot"
16514   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16515   algorithm: "plot_tsa_name"
16516   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16517   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16518   include:
16519     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16520     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16521     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16522     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16523     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16524     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16525   layout:
16526     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16527     layout: "plot-throughput-speedup-analysis"
16528
16529 - type: "plot"
16530   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16531   algorithm: "plot_tsa_name"
16532   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16533   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16534   include:
16535     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16536     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16537     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16538     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16539     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16540     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16541   layout:
16542     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16543     layout: "plot-throughput-speedup-analysis"
16544
16545 - type: "plot"
16546   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16547   algorithm: "plot_tsa_name"
16548   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16549   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16550   include:
16551     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16552     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16553     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16554     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16555     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16556     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16557   layout:
16558     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16559     layout: "plot-throughput-speedup-analysis"
16560
16561 - type: "plot"
16562   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16563   algorithm: "plot_tsa_name"
16564   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16565   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16566   include:
16567     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16568     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16569     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16570     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16571     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16572     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16573   layout:
16574     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16575     layout: "plot-throughput-speedup-analysis"
16576
16577 - type: "plot"
16578   title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16579   algorithm: "plot_tsa_name"
16580   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16581   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16582   include:
16583     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16584     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16585     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16586   layout:
16587     title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16588     layout: "plot-throughput-speedup-analysis"
16589
16590 - type: "plot"
16591   title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16592   algorithm: "plot_tsa_name"
16593   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16594   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16595   include:
16596     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16597     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16598     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16599   layout:
16600     title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16601     layout: "plot-throughput-speedup-analysis"
16602
16603 ################################################################################
16604
16605 # Packet Throughput - DPDK
16606
16607 # 2n-skx-xxv710
16608
16609 - type: "plot"
16610   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16611   algorithm: "plot_perf_box_name"
16612   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16613   data: "plot-dpdk-throughput-latency-2n-skx"
16614   include:
16615     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16616     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16617   layout:
16618     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16619     layout: "plot-throughput"
16620
16621 - type: "plot"
16622   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16623   algorithm: "plot_perf_box_name"
16624   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16625   data: "plot-dpdk-throughput-latency-2n-skx"
16626   include:
16627     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16628     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16629   layout:
16630     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16631     layout: "plot-throughput"
16632
16633 - type: "plot"
16634   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16635   algorithm: "plot_perf_box_name"
16636   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16637   data: "plot-dpdk-throughput-latency-2n-skx"
16638   include:
16639     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16640     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16641   layout:
16642     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16643     layout: "plot-throughput"
16644
16645 - type: "plot"
16646   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16647   algorithm: "plot_perf_box_name"
16648   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16649   data: "plot-dpdk-throughput-latency-2n-skx"
16650   include:
16651     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16652     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16653   layout:
16654     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16655     layout: "plot-throughput"
16656
16657 # 2n-skx-x710
16658
16659 - type: "plot"
16660   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16661   algorithm: "plot_perf_box_name"
16662   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16663   data: "plot-dpdk-throughput-latency-2n-skx"
16664   include:
16665     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16666     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16667   layout:
16668     title: "2n-skx-x710-64b-2t1c-base-ndr"
16669     layout: "plot-throughput"
16670
16671 - type: "plot"
16672   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16673   algorithm: "plot_perf_box_name"
16674   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16675   data: "plot-dpdk-throughput-latency-2n-skx"
16676   include:
16677     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16678     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16679   layout:
16680     title: "2n-skx-x710-64b-4t2c-base-ndr"
16681     layout: "plot-throughput"
16682
16683 - type: "plot"
16684   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16685   algorithm: "plot_perf_box_name"
16686   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16687   data: "plot-dpdk-throughput-latency-2n-skx"
16688   include:
16689     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16690     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16691   layout:
16692     title: "2n-skx-x710-64b-2t1c-base-pdr"
16693     layout: "plot-throughput"
16694
16695 - type: "plot"
16696   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16697   algorithm: "plot_perf_box_name"
16698   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16699   data: "plot-dpdk-throughput-latency-2n-skx"
16700   include:
16701     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16702     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16703   layout:
16704     title: "2n-skx-x710-64b-4t2c-base-pdr"
16705     layout: "plot-throughput"
16706
16707 # 3n-skx-xxv710
16708
16709 - type: "plot"
16710   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16711   algorithm: "plot_perf_box_name"
16712   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16713   data: "plot-dpdk-throughput-latency-3n-skx"
16714   include:
16715     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16716     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16717   layout:
16718     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16719     layout: "plot-throughput"
16720
16721 - type: "plot"
16722   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16723   algorithm: "plot_perf_box_name"
16724   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16725   data: "plot-dpdk-throughput-latency-3n-skx"
16726   include:
16727     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16728     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16729   layout:
16730     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16731     layout: "plot-throughput"
16732
16733 - type: "plot"
16734   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16735   algorithm: "plot_perf_box_name"
16736   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16737   data: "plot-dpdk-throughput-latency-3n-skx"
16738   include:
16739     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16740     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16741   layout:
16742     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16743     layout: "plot-throughput"
16744
16745 - type: "plot"
16746   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16747   algorithm: "plot_perf_box_name"
16748   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16749   data: "plot-dpdk-throughput-latency-3n-skx"
16750   include:
16751     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16752     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16753   layout:
16754     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16755     layout: "plot-throughput"
16756
16757 # 3n-skx-x710
16758
16759 - type: "plot"
16760   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16761   algorithm: "plot_perf_box_name"
16762   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16763   data: "plot-dpdk-throughput-latency-3n-skx"
16764   include:
16765     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16766     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16767   layout:
16768     title: "3n-skx-x710-64b-2t1c-base-ndr"
16769     layout: "plot-throughput"
16770
16771 - type: "plot"
16772   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16773   algorithm: "plot_perf_box_name"
16774   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16775   data: "plot-dpdk-throughput-latency-3n-skx"
16776   include:
16777     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16778     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16779   layout:
16780     title: "3n-skx-x710-64b-4t2c-base-ndr"
16781     layout: "plot-throughput"
16782
16783 - type: "plot"
16784   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16785   algorithm: "plot_perf_box_name"
16786   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16787   data: "plot-dpdk-throughput-latency-3n-skx"
16788   include:
16789     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16790     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16791   layout:
16792     title: "3n-skx-x710-64b-2t1c-base-pdr"
16793     layout: "plot-throughput"
16794
16795 - type: "plot"
16796   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16797   algorithm: "plot_perf_box_name"
16798   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16799   data: "plot-dpdk-throughput-latency-3n-skx"
16800   include:
16801     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16802     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16803   layout:
16804     title: "3n-skx-x710-64b-4t2c-base-pdr"
16805     layout: "plot-throughput"
16806
16807 # 3n-hsw-xl710
16808
16809 - type: "plot"
16810   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16811   algorithm: "plot_perf_box_name"
16812   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16813   data: "plot-dpdk-throughput-latency-3n-hsw"
16814   include:
16815     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16816     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16817   layout:
16818     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16819     layout: "plot-throughput"
16820
16821 - type: "plot"
16822   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16823   algorithm: "plot_perf_box_name"
16824   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16825   data: "plot-dpdk-throughput-latency-3n-hsw"
16826   include:
16827     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16828     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16829   layout:
16830     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16831     layout: "plot-throughput"
16832
16833 - type: "plot"
16834   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16835   algorithm: "plot_perf_box_name"
16836   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16837   data: "plot-dpdk-throughput-latency-3n-hsw"
16838   include:
16839     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16840     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16841   layout:
16842     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16843     layout: "plot-throughput"
16844
16845 - type: "plot"
16846   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16847   algorithm: "plot_perf_box_name"
16848   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16849   data: "plot-dpdk-throughput-latency-3n-hsw"
16850   include:
16851     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16852     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16853   layout:
16854     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16855     layout: "plot-throughput"
16856
16857 # 3n-hsw-x710
16858
16859 - type: "plot"
16860   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16861   algorithm: "plot_perf_box_name"
16862   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16863   data: "plot-dpdk-throughput-latency-3n-hsw"
16864   include:
16865     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16866     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16867   layout:
16868     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16869     layout: "plot-throughput"
16870
16871 - type: "plot"
16872   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16873   algorithm: "plot_perf_box_name"
16874   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16875   data: "plot-dpdk-throughput-latency-3n-hsw"
16876   include:
16877     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16878     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16879   layout:
16880     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16881     layout: "plot-throughput"
16882
16883 - type: "plot"
16884   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16885   algorithm: "plot_perf_box_name"
16886   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16887   data: "plot-dpdk-throughput-latency-3n-hsw"
16888   include:
16889     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16890     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16891   layout:
16892     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16893     layout: "plot-throughput"
16894
16895 - type: "plot"
16896   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16897   algorithm: "plot_perf_box_name"
16898   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16899   data: "plot-dpdk-throughput-latency-3n-hsw"
16900   include:
16901     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16902     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16903   layout:
16904     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16905     layout: "plot-throughput"
16906
16907 ## 2n-dnv-x553
16908 #
16909 #- type: "plot"
16910 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16911 #  algorithm: "plot_perf_box_name"
16912 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16913 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16914 #  include:
16915 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16916 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16917 #  layout:
16918 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
16919 #    layout: "plot-throughput"
16920 #
16921 #- type: "plot"
16922 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16923 #  algorithm: "plot_perf_box_name"
16924 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16925 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16926 #  include:
16927 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16928 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16929 #  layout:
16930 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
16931 #    layout: "plot-throughput"
16932 #
16933 #- type: "plot"
16934 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16935 #  algorithm: "plot_perf_box_name"
16936 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16937 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16938 #  include:
16939 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16940 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16941 #  layout:
16942 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
16943 #    layout: "plot-throughput"
16944 #
16945 #- type: "plot"
16946 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16947 #  algorithm: "plot_perf_box_name"
16948 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16949 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16950 #  include:
16951 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16952 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16953 #  layout:
16954 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
16955 #    layout: "plot-throughput"
16956 #
16957 ## 3n-dnv-x553
16958 #
16959 #- type: "plot"
16960 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16961 #  algorithm: "plot_perf_box_name"
16962 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16963 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16964 #  include:
16965 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16966 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16967 #  layout:
16968 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
16969 #    layout: "plot-throughput"
16970 #
16971 #- type: "plot"
16972 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16973 #  algorithm: "plot_perf_box_name"
16974 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16975 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16976 #  include:
16977 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16978 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16979 #  layout:
16980 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
16981 #    layout: "plot-throughput"
16982 #
16983 #- type: "plot"
16984 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16985 #  algorithm: "plot_perf_box_name"
16986 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16987 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16988 #  include:
16989 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16990 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16991 #  layout:
16992 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
16993 #    layout: "plot-throughput"
16994 #
16995 #- type: "plot"
16996 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16997 #  algorithm: "plot_perf_box_name"
16998 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16999 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17000 #  include:
17001 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17002 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17003 #  layout:
17004 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
17005 #    layout: "plot-throughput"
17006
17007 # 3n-tsh-x520
17008
17009 - type: "plot"
17010   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17011   algorithm: "plot_perf_box_name"
17012   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17013   data: "plot-dpdk-throughput-latency-3n-tsh"
17014   include:
17015     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17016     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17017   layout:
17018     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17019     layout: "plot-throughput"
17020
17021 - type: "plot"
17022   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17023   algorithm: "plot_perf_box_name"
17024   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17025   data: "plot-dpdk-throughput-latency-3n-tsh"
17026   include:
17027     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17028     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17029   layout:
17030     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17031     layout: "plot-throughput"
17032
17033 - type: "plot"
17034   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17035   algorithm: "plot_perf_box_name"
17036   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17037   data: "plot-dpdk-throughput-latency-3n-tsh"
17038   include:
17039     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17040     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17041   layout:
17042     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17043     layout: "plot-throughput"
17044
17045 - type: "plot"
17046   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17047   algorithm: "plot_perf_box_name"
17048   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17049   data: "plot-dpdk-throughput-latency-3n-tsh"
17050   include:
17051     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17052     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17053   layout:
17054     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17055     layout: "plot-throughput"
17056
17057 ################################################################################
17058 ###   2n-clx                                                                 ###
17059 ################################################################################
17060
17061 # Packet Throughput
17062
17063 - type: "plot"
17064   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17065   algorithm: "plot_perf_box_name"
17066   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17067   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17068   include:
17069     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17070     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17071     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17072     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17073   layout:
17074     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17075     layout: "plot-throughput"
17076
17077 - type: "plot"
17078   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17079   algorithm: "plot_perf_box_name"
17080   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17081   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17082   include:
17083     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17084     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17085     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17086     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17087   layout:
17088     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17089     layout: "plot-throughput"
17090
17091 - type: "plot"
17092   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17093   algorithm: "plot_perf_box_name"
17094   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17095   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17096   include:
17097     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17098     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17099     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17100     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17101   layout:
17102     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17103     layout: "plot-throughput"
17104
17105 - type: "plot"
17106   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17107   algorithm: "plot_perf_box_name"
17108   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17109   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17110   include:
17111     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17112     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17113     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17114     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17115   layout:
17116     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17117     layout: "plot-throughput"
17118
17119 - type: "plot"
17120   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17121   algorithm: "plot_perf_box_name"
17122   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17123   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17124   include:
17125     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17126     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17127     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17128     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17129   layout:
17130     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17131     layout: "plot-throughput"
17132
17133 - type: "plot"
17134   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17135   algorithm: "plot_perf_box_name"
17136   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17137   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17138   include:
17139     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17140     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17141     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17142     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17143   layout:
17144     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17145     layout: "plot-throughput"
17146
17147 - type: "plot"
17148   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17149   algorithm: "plot_perf_box_name"
17150   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17151   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17152   include:
17153     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17154     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17155     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17156     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17157     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17158     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17159   layout:
17160     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17161     layout: "plot-throughput"
17162
17163 - type: "plot"
17164   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17165   algorithm: "plot_perf_box_name"
17166   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17167   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17168   include:
17169     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17170     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17171     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17172     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17173     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17174     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17175   layout:
17176     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17177     layout: "plot-throughput"
17178
17179 - type: "plot"
17180   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17181   algorithm: "plot_perf_box_name"
17182   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17183   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17184   include:
17185     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17186     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17187     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17189   layout:
17190     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17191     layout: "plot-throughput"
17192
17193 - type: "plot"
17194   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17195   algorithm: "plot_perf_box_name"
17196   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17197   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17198   include:
17199     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17200     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17202     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17203   layout:
17204     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17205     layout: "plot-throughput"
17206
17207 - type: "plot"
17208   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17209   algorithm: "plot_perf_box_name"
17210   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17211   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17212   include:
17213     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17216   layout:
17217     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17218     layout: "plot-throughput"
17219
17220 - type: "plot"
17221   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17222   algorithm: "plot_perf_box_name"
17223   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17224   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17225   include:
17226     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17227     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17229   layout:
17230     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17231     layout: "plot-throughput"
17232
17233 - type: "plot"
17234   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17235   algorithm: "plot_perf_box_name"
17236   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17237   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17238   include:
17239     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17240     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17241     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17242     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17244   layout:
17245     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17246     layout: "plot-throughput"
17247
17248 - type: "plot"
17249   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17250   algorithm: "plot_perf_box_name"
17251   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17252   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17253   include:
17254     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17255     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17259   layout:
17260     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17261     layout: "plot-throughput"
17262
17263 - type: "plot"
17264   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17265   algorithm: "plot_perf_box_name"
17266   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17267   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17268   include:
17269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17270     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17272   layout:
17273     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17274     layout: "plot-throughput"
17275
17276 - type: "plot"
17277   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17278   algorithm: "plot_perf_box_name"
17279   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17280   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17281   include:
17282     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17283     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17284     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17285   layout:
17286     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17287     layout: "plot-throughput"
17288
17289 - type: "plot"
17290   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17291   algorithm: "plot_perf_box_name"
17292   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17293   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17294   include:
17295     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17296     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17297     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17298     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17299     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17300     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17301   layout:
17302     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17303     layout: "plot-throughput"
17304
17305 - type: "plot"
17306   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17307   algorithm: "plot_perf_box_name"
17308   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17309   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17310   include:
17311     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17315     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17317   layout:
17318     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17319     layout: "plot-throughput"
17320
17321 - type: "plot"
17322   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17323   algorithm: "plot_perf_box_name"
17324   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17325   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17326   include:
17327     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17328     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17329     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17330     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17331     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17332   layout:
17333     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17334     layout: "plot-throughput"
17335
17336 - type: "plot"
17337   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17338   algorithm: "plot_perf_box_name"
17339   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17340   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17341   include:
17342     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17343     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17344     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17345     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17346     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17347   layout:
17348     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17349     layout: "plot-throughput"
17350
17351 #- type: "plot"
17352 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17353 #  algorithm: "plot_perf_box_name"
17354 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17355 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17356 #  include:
17357 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17358 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17359 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17360 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17361 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17362 #  layout:
17363 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17364 #    layout: "plot-throughput"
17365 #
17366 #- type: "plot"
17367 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17368 #  algorithm: "plot_perf_box_name"
17369 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17370 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17371 #  include:
17372 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17373 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17374 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17375 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17376 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17377 #  layout:
17378 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17379 #    layout: "plot-throughput"
17380 #
17381 #- type: "plot"
17382 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17383 #  algorithm: "plot_perf_box_name"
17384 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17385 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17386 #  include:
17387 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17388 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17389 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17390 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17391 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17392 #  layout:
17393 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17394 #    layout: "plot-throughput"
17395 #
17396 #- type: "plot"
17397 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17398 #  algorithm: "plot_perf_box_name"
17399 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17400 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17401 #  include:
17402 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17403 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17404 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17405 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17406 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17407 #  layout:
17408 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17409 #    layout: "plot-throughput"
17410
17411 - type: "plot"
17412   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17413   algorithm: "plot_perf_box_name"
17414   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17415   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17416   include:
17417     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17418     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17419     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17420     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17421     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17422   layout:
17423     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17424     layout: "plot-throughput"
17425
17426 - type: "plot"
17427   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17428   algorithm: "plot_perf_box_name"
17429   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17430   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17431   include:
17432     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17433     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17434     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17435     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17436     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17437   layout:
17438     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17439     layout: "plot-throughput"
17440
17441 #- type: "plot"
17442 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17443 #  algorithm: "plot_perf_box_name"
17444 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17445 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17446 #  include:
17447 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17448 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17449 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17450 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17451 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17452 #  layout:
17453 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17454 #    layout: "plot-throughput"
17455 #
17456 #- type: "plot"
17457 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17458 #  algorithm: "plot_perf_box_name"
17459 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17460 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17461 #  include:
17462 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17463 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17464 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17465 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17466 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17467 #  layout:
17468 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17469 #    layout: "plot-throughput"
17470 #
17471 #- type: "plot"
17472 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17473 #  algorithm: "plot_perf_box_name"
17474 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17475 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17476 #  include:
17477 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17478 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17479 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17480 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17481 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17482 #  layout:
17483 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17484 #    layout: "plot-throughput"
17485 #
17486 #- type: "plot"
17487 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17488 #  algorithm: "plot_perf_box_name"
17489 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17490 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17491 #  include:
17492 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17493 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17494 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17495 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17496 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17497 #  layout:
17498 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17499 #    layout: "plot-throughput"
17500
17501 - type: "plot"
17502   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17503   algorithm: "plot_perf_box_name"
17504   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17505   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17506   include:
17507     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17508     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17509     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17510     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17511     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17512     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17513   layout:
17514     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17515     layout: "plot-throughput"
17516
17517 - type: "plot"
17518   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17519   algorithm: "plot_perf_box_name"
17520   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17521   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17522   include:
17523     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17524     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17525     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17526     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17527     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17528     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17529   layout:
17530     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17531     layout: "plot-throughput"
17532
17533 - type: "plot"
17534   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17535   algorithm: "plot_perf_box_name"
17536   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17537   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17538   include:
17539     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17540     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17541   layout:
17542     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17543     layout: "plot-throughput"
17544
17545 - type: "plot"
17546   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17547   algorithm: "plot_perf_box_name"
17548   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17549   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17550   include:
17551     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17552     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17553   layout:
17554     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17555     layout: "plot-throughput"
17556
17557 - type: "plot"
17558   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17559   algorithm: "plot_perf_box_name"
17560   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17561   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17562   include:
17563     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17564     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17565     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17566     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17567     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17568     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17569   layout:
17570     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17571     layout: "plot-throughput"
17572
17573 - type: "plot"
17574   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17575   algorithm: "plot_perf_box_name"
17576   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17577   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17578   include:
17579     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17580     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17581     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17582     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17583     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17584     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17585   layout:
17586     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17587     layout: "plot-throughput"
17588
17589 - type: "plot"
17590   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17591   algorithm: "plot_perf_box_name"
17592   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17593   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17594   include:
17595     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17596     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17597     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17598     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17599     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17600     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17601   layout:
17602     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17603     layout: "plot-throughput"
17604
17605 - type: "plot"
17606   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17607   algorithm: "plot_perf_box_name"
17608   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17609   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17610   include:
17611     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17612     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17613     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17614     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17615     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17616     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17617   layout:
17618     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17619     layout: "plot-throughput"
17620
17621 - type: "plot"
17622   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17623   algorithm: "plot_perf_box_name"
17624   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17625   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17626   include:
17627     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17628     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17629     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17630     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17631     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17632     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17633   layout:
17634     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17635     layout: "plot-throughput"
17636
17637 - type: "plot"
17638   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17639   algorithm: "plot_perf_box_name"
17640   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17641   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17642   include:
17643     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17644     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17645     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17646     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17647     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17648     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17649   layout:
17650     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17651     layout: "plot-throughput"
17652
17653 - type: "plot"
17654   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17655   algorithm: "plot_perf_box_name"
17656   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17657   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17658   include:
17659     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17660     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17661     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17662     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17663     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17664   layout:
17665     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17666     layout: "plot-throughput"
17667
17668 - type: "plot"
17669   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17670   algorithm: "plot_perf_box_name"
17671   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17672   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17673   include:
17674     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17675     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17676     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17677     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17678     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17679   layout:
17680     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17681     layout: "plot-throughput"
17682
17683 - type: "plot"
17684   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17685   algorithm: "plot_perf_box_name"
17686   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17687   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17688   include:
17689     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17690     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17691     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17692     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17693     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17694   layout:
17695     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17696     layout: "plot-throughput"
17697
17698 - type: "plot"
17699   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17700   algorithm: "plot_perf_box_name"
17701   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17702   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17703   include:
17704     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17705     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17706     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17707     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17708     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17709   layout:
17710     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17711     layout: "plot-throughput"
17712
17713 - type: "plot"
17714   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17715   algorithm: "plot_perf_box_name"
17716   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17717   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17718   include:
17719     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17720     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17721     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17722     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17723     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17724   layout:
17725     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17726     layout: "plot-throughput"
17727
17728 - type: "plot"
17729   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17730   algorithm: "plot_perf_box_name"
17731   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17732   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17733   include:
17734     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17735     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17736     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17737     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17738     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17739   layout:
17740     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17741     layout: "plot-throughput"
17742
17743 - type: "plot"
17744   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17745   algorithm: "plot_perf_box_name"
17746   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17747   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17748   include:
17749     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17750     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17751     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17752     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17753     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17754   layout:
17755     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17756     layout: "plot-throughput"
17757
17758 - type: "plot"
17759   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17760   algorithm: "plot_perf_box_name"
17761   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17762   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17763   include:
17764     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17765     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17766     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17767     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17768     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17769   layout:
17770     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17771     layout: "plot-throughput"
17772
17773 - type: "plot"
17774   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17775   algorithm: "plot_perf_box_name"
17776   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17777   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17778   include:
17779     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17780     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17781     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17782     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17783     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17784   layout:
17785     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17786     layout: "plot-throughput"
17787
17788 - type: "plot"
17789   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17790   algorithm: "plot_perf_box_name"
17791   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17792   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17793   include:
17794     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17795     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17796     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17797     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17798     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17799   layout:
17800     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17801     layout: "plot-throughput"
17802
17803 - type: "plot"
17804   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17805   algorithm: "plot_perf_box_name"
17806   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17807   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17808   include:
17809     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17810     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17811     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17812     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17813     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17814     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17815   layout:
17816     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17817     layout: "plot-throughput"
17818
17819 - type: "plot"
17820   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17821   algorithm: "plot_perf_box_name"
17822   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17823   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17824   include:
17825     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17826     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17827     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17828     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17829     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17830     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17831   layout:
17832     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17833     layout: "plot-throughput"
17834
17835 - type: "plot"
17836   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17837   algorithm: "plot_perf_box_name"
17838   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17839   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17840   include:
17841     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17842     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17843     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17844     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17845   layout:
17846     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17847     layout: "plot-throughput"
17848
17849 - type: "plot"
17850   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17851   algorithm: "plot_perf_box_name"
17852   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17853   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17854   include:
17855     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17856     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17857     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17858     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17859   layout:
17860     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17861     layout: "plot-throughput"
17862
17863 - type: "plot"
17864   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17865   algorithm: "plot_perf_box_name"
17866   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17867   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17868   include:
17869     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17870     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17871     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17872     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17873     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17874     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17875   layout:
17876     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17877     layout: "plot-throughput"
17878
17879 - type: "plot"
17880   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17881   algorithm: "plot_perf_box_name"
17882   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17883   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17884   include:
17885     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17886     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17887     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17888     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17889     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17890     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17891   layout:
17892     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17893     layout: "plot-throughput"
17894
17895 - type: "plot"
17896   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17897   algorithm: "plot_perf_box_name"
17898   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17899   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17900   include:
17901     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17902     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17903     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17904     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17905   layout:
17906     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17907     layout: "plot-throughput"
17908
17909 - type: "plot"
17910   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17911   algorithm: "plot_perf_box_name"
17912   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17913   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17914   include:
17915     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17916     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17917     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17918     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17919   layout:
17920     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17921     layout: "plot-throughput"
17922
17923 - type: "plot"
17924   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17925   algorithm: "plot_perf_box_name"
17926   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17927   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17928   include:
17929     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17930     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17931     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17932     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17933     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17934     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17935   layout:
17936     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17937     layout: "plot-throughput"
17938
17939 - type: "plot"
17940   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17941   algorithm: "plot_perf_box_name"
17942   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17943   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17944   include:
17945     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17946     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17947     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17948     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17949     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17950     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17951   layout:
17952     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17953     layout: "plot-throughput"
17954
17955 - type: "plot"
17956   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17957   algorithm: "plot_perf_box_name"
17958   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17959   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17960   include:
17961     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17962     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17963     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17964     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17965   layout:
17966     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17967     layout: "plot-throughput"
17968
17969 - type: "plot"
17970   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17971   algorithm: "plot_perf_box_name"
17972   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17973   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17974   include:
17975     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17976     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17977     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17978     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17979   layout:
17980     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17981     layout: "plot-throughput"
17982
17983 - type: "plot"
17984   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17985   algorithm: "plot_perf_box_name"
17986   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17987   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17988   include:
17989     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17990     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17991     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17992     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17993     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17994   layout:
17995     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17996     layout: "plot-throughput"
17997
17998 - type: "plot"
17999   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18000   algorithm: "plot_perf_box_name"
18001   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18002   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18003   include:
18004     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18005     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18006     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18007     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18008     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18009   layout:
18010     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18011     layout: "plot-throughput"
18012
18013 - type: "plot"
18014   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18015   algorithm: "plot_perf_box_name"
18016   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18017   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18018   include:
18019     - "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"
18020     - "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"
18021     - "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"
18022     - "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"
18023     - "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"
18024   layout:
18025     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18026     layout: "plot-throughput"
18027
18028 - type: "plot"
18029   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18030   algorithm: "plot_perf_box_name"
18031   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18032   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18033   include:
18034     - "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"
18035     - "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"
18036     - "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"
18037     - "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"
18038     - "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"
18039   layout:
18040     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18041     layout: "plot-throughput"
18042
18043 - type: "plot"
18044   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18045   algorithm: "plot_perf_box_name"
18046   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18047   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18048   include:
18049     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18050     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18051     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18052     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18053     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18054   layout:
18055     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18056     layout: "plot-throughput"
18057
18058 - type: "plot"
18059   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18060   algorithm: "plot_perf_box_name"
18061   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18062   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18063   include:
18064     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18065     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18066     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18067     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18068     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18069   layout:
18070     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18071     layout: "plot-throughput"
18072
18073 - type: "plot"
18074   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18075   algorithm: "plot_perf_box_name"
18076   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18077   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18078   include:
18079     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18080     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18081     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18082     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18083     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18084   layout:
18085     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18086     layout: "plot-throughput"
18087
18088 - type: "plot"
18089   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18090   algorithm: "plot_perf_box_name"
18091   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18092   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18093   include:
18094     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18095     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18096     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18097     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18098     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18099   layout:
18100     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18101     layout: "plot-throughput"
18102
18103 - type: "plot"
18104   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18105   algorithm: "plot_perf_box_name"
18106   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18107   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18108   include:
18109     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18110     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18111     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18112     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18113   layout:
18114     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18115     layout: "plot-throughput"
18116
18117 - type: "plot"
18118   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18119   algorithm: "plot_perf_box_name"
18120   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18121   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18122   include:
18123     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18124     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18125     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18126     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18127   layout:
18128     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18129     layout: "plot-throughput"
18130
18131 - type: "plot"
18132   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18133   algorithm: "plot_perf_box_name"
18134   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18135   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18136   include:
18137     - "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"
18138     - "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"
18139     - "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"
18140     - "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"
18141   layout:
18142     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18143     layout: "plot-throughput"
18144
18145 - type: "plot"
18146   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18147   algorithm: "plot_perf_box_name"
18148   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18149   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18150   include:
18151     - "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"
18152     - "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"
18153     - "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"
18154     - "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"
18155   layout:
18156     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18157     layout: "plot-throughput"
18158
18159 - type: "plot"
18160   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18161   algorithm: "plot_perf_box_name"
18162   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18163   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18164   include:
18165     - "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"
18166     - "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"
18167     - "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"
18168     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18169     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18170     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18171   layout:
18172     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18173     layout: "plot-throughput"
18174
18175 - type: "plot"
18176   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18177   algorithm: "plot_perf_box_name"
18178   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18179   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18180   include:
18181     - "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"
18182     - "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"
18183     - "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"
18184     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18185     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18186     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18187   layout:
18188     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18189     layout: "plot-throughput"
18190
18191 ################################################################################
18192
18193 # Packet Speedup
18194
18195 - type: "plot"
18196   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18197   algorithm: "plot_tsa_name"
18198   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18199   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18200   include:
18201     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18202     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18203     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18204     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18205   layout:
18206     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18207     layout: "plot-throughput-speedup-analysis"
18208
18209 - type: "plot"
18210   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18211   algorithm: "plot_tsa_name"
18212   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18213   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18214   include:
18215     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18216     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18217     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18218     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18219   layout:
18220     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18221     layout: "plot-throughput-speedup-analysis"
18222
18223 - type: "plot"
18224   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18225   algorithm: "plot_tsa_name"
18226   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18227   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18228   include:
18229     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18230     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18231     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18232     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18233   layout:
18234     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18235     layout: "plot-throughput-speedup-analysis"
18236
18237 - type: "plot"
18238   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18239   algorithm: "plot_tsa_name"
18240   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18241   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18242   include:
18243     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18244     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18245     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18246     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18247   layout:
18248     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18249     layout: "plot-throughput-speedup-analysis"
18250
18251 - type: "plot"
18252   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18253   algorithm: "plot_tsa_name"
18254   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18255   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18256   include:
18257     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18258     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18259     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18260     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18261   layout:
18262     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18263     layout: "plot-throughput-speedup-analysis"
18264
18265 - type: "plot"
18266   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18267   algorithm: "plot_tsa_name"
18268   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18269   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18270   include:
18271     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18272     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18273     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18274     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18275   layout:
18276     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18277     layout: "plot-throughput-speedup-analysis"
18278
18279 - type: "plot"
18280   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18281   algorithm: "plot_tsa_name"
18282   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18283   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18284   include:
18285     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18286     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18287     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18288     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18289     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18290     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18291   layout:
18292     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18293     layout: "plot-throughput-speedup-analysis"
18294
18295 - type: "plot"
18296   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18297   algorithm: "plot_tsa_name"
18298   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18299   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18300   include:
18301     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18302     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18303     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18304     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18305     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18306     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18307   layout:
18308     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18309     layout: "plot-throughput-speedup-analysis"
18310
18311 - type: "plot"
18312   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18313   algorithm: "plot_tsa_name"
18314   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18315   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18316   include:
18317     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18318     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18321   layout:
18322     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18323     layout: "plot-throughput-speedup-analysis"
18324
18325 - type: "plot"
18326   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18327   algorithm: "plot_tsa_name"
18328   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18329   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18330   include:
18331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18333     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18334     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18335   layout:
18336     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18337     layout: "plot-throughput-speedup-analysis"
18338
18339 - type: "plot"
18340   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18341   algorithm: "plot_tsa_name"
18342   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18343   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18344   include:
18345     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18346     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18347     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18348   layout:
18349     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18350     layout: "plot-throughput-speedup-analysis"
18351
18352 - type: "plot"
18353   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18354   algorithm: "plot_tsa_name"
18355   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18356   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18357   include:
18358     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18359     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18360     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18361   layout:
18362     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18363     layout: "plot-throughput-speedup-analysis"
18364
18365 - type: "plot"
18366   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18367   algorithm: "plot_tsa_name"
18368   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18369   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18370   include:
18371     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18372     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18373     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18374     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18375     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18376   layout:
18377     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18378     layout: "plot-throughput-speedup-analysis"
18379
18380 - type: "plot"
18381   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18382   algorithm: "plot_tsa_name"
18383   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18384   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18385   include:
18386     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18387     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18388     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18389     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18390     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18391   layout:
18392     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18393     layout: "plot-throughput-speedup-analysis"
18394
18395 - type: "plot"
18396   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18397   algorithm: "plot_tsa_name"
18398   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18399   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18400   include:
18401     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18402     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18403     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18404   layout:
18405     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18406     layout: "plot-throughput-speedup-analysis"
18407
18408 - type: "plot"
18409   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18410   algorithm: "plot_tsa_name"
18411   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18412   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18413   include:
18414     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18415     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18416     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18417   layout:
18418     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18419     layout: "plot-throughput-speedup-analysis"
18420
18421 - type: "plot"
18422   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18423   algorithm: "plot_tsa_name"
18424   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18425   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18426   include:
18427     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18428     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18429     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18430     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18431     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18432     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18433   layout:
18434     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18435     layout: "plot-throughput-speedup-analysis"
18436
18437 - type: "plot"
18438   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18439   algorithm: "plot_tsa_name"
18440   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18441   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18442   include:
18443     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18444     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18445     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18446     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18447     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18448     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18449   layout:
18450     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18451     layout: "plot-throughput-speedup-analysis"
18452
18453 - type: "plot"
18454   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
18455   algorithm: "plot_tsa_name"
18456   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
18457   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18458   include:
18459     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18460     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18461     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18462     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18463     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18464   layout:
18465     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
18466     layout: "plot-throughput-speedup-analysis"
18467
18468 - type: "plot"
18469   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
18470   algorithm: "plot_tsa_name"
18471   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
18472   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18473   include:
18474     - "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"
18475     - "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"
18476     - "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"
18477     - "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"
18478     - "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"
18479   layout:
18480     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
18481     layout: "plot-throughput-speedup-analysis"
18482
18483 #- type: "plot"
18484 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
18485 #  algorithm: "plot_tsa_name"
18486 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
18487 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18488 #  include:
18489 #    - "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"
18490 #    - "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"
18491 #    - "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"
18492 #    - "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"
18493 #    - "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"
18494 #  layout:
18495 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
18496 #    layout: "plot-throughput-speedup-analysis"
18497 #
18498 #- type: "plot"
18499 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
18500 #  algorithm: "plot_tsa_name"
18501 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
18502 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18503 #  include:
18504 #    - "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"
18505 #    - "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"
18506 #    - "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"
18507 #    - "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"
18508 #    - "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"
18509 #  layout:
18510 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18511 #    layout: "plot-throughput-speedup-analysis"
18512 #
18513 #- type: "plot"
18514 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
18515 #  algorithm: "plot_tsa_name"
18516 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
18517 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18518 #  include:
18519 #    - "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"
18520 #    - "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"
18521 #    - "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"
18522 #    - "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"
18523 #    - "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"
18524 #  layout:
18525 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
18526 #    layout: "plot-throughput-speedup-analysis"
18527 #
18528 #- type: "plot"
18529 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
18530 #  algorithm: "plot_tsa_name"
18531 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
18532 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18533 #  include:
18534 #    - "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"
18535 #    - "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"
18536 #    - "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"
18537 #    - "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"
18538 #    - "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"
18539 #  layout:
18540 #    title: "22n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18541 #    layout: "plot-throughput-speedup-analysis"
18542
18543 - type: "plot"
18544   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
18545   algorithm: "plot_tsa_name"
18546   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
18547   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18548   include:
18549     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18550     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18551     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18552     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18553     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18554   layout:
18555     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
18556     layout: "plot-throughput-speedup-analysis"
18557
18558 - type: "plot"
18559   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
18560   algorithm: "plot_tsa_name"
18561   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
18562   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18563   include:
18564     - "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"
18565     - "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"
18566     - "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"
18567     - "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"
18568     - "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"
18569   layout:
18570     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
18571     layout: "plot-throughput-speedup-analysis"
18572
18573 #- type: "plot"
18574 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
18575 #  algorithm: "plot_tsa_name"
18576 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
18577 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18578 #  include:
18579 #    - "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"
18580 #    - "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"
18581 #    - "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"
18582 #    - "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"
18583 #    - "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"
18584 #  layout:
18585 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18586 #    layout: "plot-throughput-speedup-analysis"
18587 #
18588 #- type: "plot"
18589 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
18590 #  algorithm: "plot_tsa_name"
18591 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
18592 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18593 #  include:
18594 #    - "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"
18595 #    - "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"
18596 #    - "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"
18597 #    - "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"
18598 #    - "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"
18599 #  layout:
18600 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18601 #    layout: "plot-throughput-speedup-analysis"
18602 #
18603 #- type: "plot"
18604 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
18605 #  algorithm: "plot_tsa_name"
18606 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
18607 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18608 #  include:
18609 #    - "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"
18610 #    - "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"
18611 #    - "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"
18612 #    - "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"
18613 #    - "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"
18614 #  layout:
18615 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18616 #    layout: "plot-throughput-speedup-analysis"
18617 #
18618 #- type: "plot"
18619 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
18620 #  algorithm: "plot_tsa_name"
18621 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
18622 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18623 #  include:
18624 #    - "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"
18625 #    - "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"
18626 #    - "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"
18627 #    - "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"
18628 #    - "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"
18629 #  layout:
18630 #    title: "22n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18631 #    layout: "plot-throughput-speedup-analysis"
18632
18633 - type: "plot"
18634   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18635   algorithm: "plot_tsa_name"
18636   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18637   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18638   include:
18639     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18640     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18641     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18642     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18643     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18644     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18645   layout:
18646     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18647     layout: "plot-throughput-speedup-analysis"
18648
18649 - type: "plot"
18650   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18651   algorithm: "plot_tsa_name"
18652   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18653   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18654   include:
18655     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18656     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18657     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18658     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18659     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18660     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18661   layout:
18662     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18663     layout: "plot-throughput-speedup-analysis"
18664
18665 - type: "plot"
18666   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18667   algorithm: "plot_tsa_name"
18668   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18669   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18670   include:
18671     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18672     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18673   layout:
18674     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18675     layout: "plot-throughput-speedup-analysis"
18676
18677 - type: "plot"
18678   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18679   algorithm: "plot_tsa_name"
18680   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18681   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18682   include:
18683     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18684     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18685   layout:
18686     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18687     layout: "plot-throughput-speedup-analysis"
18688
18689 - type: "plot"
18690   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18691   algorithm: "plot_tsa_name"
18692   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18693   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18694   include:
18695     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18696     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18697     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18698     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18699     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18700     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18701   layout:
18702     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18703     layout: "plot-throughput-speedup-analysis"
18704
18705 - type: "plot"
18706   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18707   algorithm: "plot_tsa_name"
18708   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18709   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18710   include:
18711     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18712     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18713     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18714     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18715     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18716     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18717   layout:
18718     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18719     layout: "plot-throughput-speedup-analysis"
18720
18721 - type: "plot"
18722   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18723   algorithm: "plot_tsa_name"
18724   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18725   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18726   include:
18727     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18728     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18729     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18730     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18731     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18732     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18733   layout:
18734     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18735     layout: "plot-throughput-speedup-analysis"
18736
18737 - type: "plot"
18738   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18739   algorithm: "plot_tsa_name"
18740   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18741   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18742   include:
18743     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18744     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18745     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18746     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18747     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18748     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18749   layout:
18750     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18751     layout: "plot-throughput-speedup-analysis"
18752
18753 - type: "plot"
18754   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18755   algorithm: "plot_tsa_name"
18756   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18757   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18758   include:
18759     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18760     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18761     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18762     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18763     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18764     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18765   layout:
18766     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18767     layout: "plot-throughput-speedup-analysis"
18768
18769 - type: "plot"
18770   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18771   algorithm: "plot_tsa_name"
18772   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18773   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18774   include:
18775     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18776     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18777     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18778     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18779     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18780     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18781   layout:
18782     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18783     layout: "plot-throughput-speedup-analysis"
18784
18785 - type: "plot"
18786   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18787   algorithm: "plot_tsa_name"
18788   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18789   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18790   include:
18791     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18792     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18793     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18794     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18795     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18796   layout:
18797     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18798     layout: "plot-throughput-speedup-analysis"
18799
18800 - type: "plot"
18801   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18802   algorithm: "plot_tsa_name"
18803   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18804   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18805   include:
18806     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18807     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18808     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18809     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18810     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18811   layout:
18812     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18813     layout: "plot-throughput-speedup-analysis"
18814
18815 - type: "plot"
18816   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18817   algorithm: "plot_tsa_name"
18818   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18819   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18820   include:
18821     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18822     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18823     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18824     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18825     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18826   layout:
18827     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18828     layout: "plot-throughput-speedup-analysis"
18829
18830 - type: "plot"
18831   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18832   algorithm: "plot_tsa_name"
18833   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18834   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18835   include:
18836     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18837     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18838     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18839     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18840     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18841   layout:
18842     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18843     layout: "plot-throughput-speedup-analysis"
18844
18845 - type: "plot"
18846   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18847   algorithm: "plot_tsa_name"
18848   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18849   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18850   include:
18851     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18852     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18853     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18854     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18855     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18856   layout:
18857     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18858     layout: "plot-throughput-speedup-analysis"
18859
18860 - type: "plot"
18861   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18862   algorithm: "plot_tsa_name"
18863   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18864   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18865   include:
18866     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18867     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18868     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18869     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18870     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18871   layout:
18872     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18873     layout: "plot-throughput-speedup-analysis"
18874
18875 - type: "plot"
18876   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18877   algorithm: "plot_tsa_name"
18878   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18879   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18880   include:
18881     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18882     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18883     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18884     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18885     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18886   layout:
18887     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18888     layout: "plot-throughput-speedup-analysis"
18889
18890 - type: "plot"
18891   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18892   algorithm: "plot_tsa_name"
18893   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18894   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18895   include:
18896     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18897     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18898     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18899     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18900     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18901   layout:
18902     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18903     layout: "plot-throughput-speedup-analysis"
18904
18905 - type: "plot"
18906   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18907   algorithm: "plot_tsa_name"
18908   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18909   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18910   include:
18911     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18912     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18913     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18914     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18915     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18916   layout:
18917     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18918     layout: "plot-throughput-speedup-analysis"
18919
18920 - type: "plot"
18921   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18922   algorithm: "plot_tsa_name"
18923   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18924   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18925   include:
18926     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18927     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18928     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18929     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18930     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18931   layout:
18932     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18933     layout: "plot-throughput-speedup-analysis"
18934
18935 - type: "plot"
18936   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18937   algorithm: "plot_tsa_name"
18938   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18939   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18940   include:
18941     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18942     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18943     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18944     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18945     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18946     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18947   layout:
18948     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18949     layout: "plot-throughput-speedup-analysis"
18950
18951 - type: "plot"
18952   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18953   algorithm: "plot_tsa_name"
18954   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18955   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18956   include:
18957     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18958     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18959     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18960     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18961     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18962     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18963   layout:
18964     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18965     layout: "plot-throughput-speedup-analysis"
18966
18967 - type: "plot"
18968   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18969   algorithm: "plot_tsa_name"
18970   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18971   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18972   include:
18973     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18974     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18975     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18976     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18977   layout:
18978     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18979     layout: "plot-throughput-speedup-analysis"
18980
18981 - type: "plot"
18982   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18983   algorithm: "plot_tsa_name"
18984   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18985   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18986   include:
18987     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18988     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18989     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18990     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18991   layout:
18992     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18993     layout: "plot-throughput-speedup-analysis"
18994
18995 - type: "plot"
18996   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18997   algorithm: "plot_tsa_name"
18998   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18999   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19000   include:
19001     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19002     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19003     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19004     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19005     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19006     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19007   layout:
19008     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19009     layout: "plot-throughput-speedup-analysis"
19010
19011 - type: "plot"
19012   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19013   algorithm: "plot_tsa_name"
19014   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19015   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19016   include:
19017     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19018     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19019     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19020     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19021     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19022     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19023   layout:
19024     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19025     layout: "plot-throughput-speedup-analysis"
19026
19027 - type: "plot"
19028   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19029   algorithm: "plot_tsa_name"
19030   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19031   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19032   include:
19033     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19034     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19035     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19036     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19037   layout:
19038     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19039     layout: "plot-throughput-speedup-analysis"
19040
19041 - type: "plot"
19042   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19043   algorithm: "plot_tsa_name"
19044   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19045   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19046   include:
19047     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19048     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19049     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19050     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19051   layout:
19052     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19053     layout: "plot-throughput-speedup-analysis"
19054
19055 - type: "plot"
19056   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19057   algorithm: "plot_tsa_name"
19058   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19059   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19060   include:
19061     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19062     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19063     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19064     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19065     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19066     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19067   layout:
19068     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19069     layout: "plot-throughput-speedup-analysis"
19070
19071 - type: "plot"
19072   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19073   algorithm: "plot_tsa_name"
19074   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19075   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19076   include:
19077     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19078     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19079     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19080     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19081     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19082     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19083   layout:
19084     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19085     layout: "plot-throughput-speedup-analysis"
19086
19087 - type: "plot"
19088   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19089   algorithm: "plot_tsa_name"
19090   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19091   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19092   include:
19093     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19094     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19095     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19096     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19097   layout:
19098     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19099     layout: "plot-throughput-speedup-analysis"
19100
19101 - type: "plot"
19102   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19103   algorithm: "plot_tsa_name"
19104   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19105   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19106   include:
19107     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19108     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19109     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19110     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19111   layout:
19112     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19113     layout: "plot-throughput-speedup-analysis"
19114
19115 - type: "plot"
19116   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19117   algorithm: "plot_tsa_name"
19118   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19119   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19120   include:
19121     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19122     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19123     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19124     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19125     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19126   layout:
19127     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19128     layout: "plot-throughput-speedup-analysis"
19129
19130 - type: "plot"
19131   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19132   algorithm: "plot_tsa_name"
19133   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19134   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19135   include:
19136     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19137     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19138     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19139     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19140     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19141   layout:
19142     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19143     layout: "plot-throughput-speedup-analysis"
19144
19145 - type: "plot"
19146   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19147   algorithm: "plot_tsa_name"
19148   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19149   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19150   include:
19151     - "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"
19152     - "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"
19153     - "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"
19154     - "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"
19155     - "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"
19156   layout:
19157     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19158     layout: "plot-throughput-speedup-analysis"
19159
19160 - type: "plot"
19161   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19162   algorithm: "plot_tsa_name"
19163   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19164   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19165   include:
19166     - "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"
19167     - "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"
19168     - "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"
19169     - "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"
19170     - "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"
19171   layout:
19172     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19173     layout: "plot-throughput-speedup-analysis"
19174
19175 - type: "plot"
19176   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19177   algorithm: "plot_tsa_name"
19178   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19179   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19180   include:
19181     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19182     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19183     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19184     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19185     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19186   layout:
19187     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19188     layout: "plot-throughput-speedup-analysis"
19189
19190 - type: "plot"
19191   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19192   algorithm: "plot_tsa_name"
19193   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19194   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19195   include:
19196     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19197     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19198     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19199     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19200     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19201   layout:
19202     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19203     layout: "plot-throughput-speedup-analysis"
19204
19205 - type: "plot"
19206   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19207   algorithm: "plot_tsa_name"
19208   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19209   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19210   include:
19211     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19212     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19213     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19214     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19215     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19216   layout:
19217     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19218     layout: "plot-throughput-speedup-analysis"
19219
19220 - type: "plot"
19221   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19222   algorithm: "plot_tsa_name"
19223   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19224   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19225   include:
19226     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19227     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19228     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19229     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19230     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19231   layout:
19232     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19233     layout: "plot-throughput-speedup-analysis"
19234
19235 - type: "plot"
19236   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19237   algorithm: "plot_tsa_name"
19238   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19239   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19240   include:
19241     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19242     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19243     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19244     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19245   layout:
19246     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19247     layout: "plot-throughput-speedup-analysis"
19248
19249 - type: "plot"
19250   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19251   algorithm: "plot_tsa_name"
19252   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19253   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19254   include:
19255     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19256     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19257     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19258     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19259   layout:
19260     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19261     layout: "plot-throughput-speedup-analysis"
19262
19263 - type: "plot"
19264   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19265   algorithm: "plot_tsa_name"
19266   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19267   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19268   include:
19269     - "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"
19270     - "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"
19271     - "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"
19272     - "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"
19273   layout:
19274     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19275     layout: "plot-throughput-speedup-analysis"
19276
19277 - type: "plot"
19278   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19279   algorithm: "plot_tsa_name"
19280   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19281   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19282   include:
19283     - "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"
19284     - "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"
19285     - "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"
19286     - "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"
19287   layout:
19288     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19289     layout: "plot-throughput-speedup-analysis"
19290
19291 - type: "plot"
19292   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19293   algorithm: "plot_tsa_name"
19294   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19295   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19296   include:
19297     - "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"
19298     - "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"
19299     - "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"
19300     - "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"
19301     - "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"
19302     - "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"
19303   layout:
19304     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19305     layout: "plot-throughput-speedup-analysis"
19306
19307 - type: "plot"
19308   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19309   algorithm: "plot_tsa_name"
19310   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19311   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19312   include:
19313     - "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"
19314     - "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"
19315     - "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"
19316     - "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"
19317     - "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"
19318     - "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"
19319   layout:
19320     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19321     layout: "plot-throughput-speedup-analysis"
19322
19323 ################################################################################
19324
19325 # Packet Throughput - DPDK
19326
19327 # 2n-clx-xxv710
19328
19329 - type: "plot"
19330   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19331   algorithm: "plot_perf_box_name"
19332   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19333   data: "plot-dpdk-throughput-latency-2n-clx"
19334   include:
19335     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19336     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19337   layout:
19338     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19339     layout: "plot-throughput"
19340
19341 - type: "plot"
19342   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19343   algorithm: "plot_perf_box_name"
19344   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19345   data: "plot-dpdk-throughput-latency-2n-clx"
19346   include:
19347     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19348     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19349   layout:
19350     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19351     layout: "plot-throughput"
19352
19353 - type: "plot"
19354   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19355   algorithm: "plot_perf_box_name"
19356   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19357   data: "plot-dpdk-throughput-latency-2n-clx"
19358   include:
19359     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19360     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19361   layout:
19362     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19363     layout: "plot-throughput"
19364
19365 - type: "plot"
19366   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19367   algorithm: "plot_perf_box_name"
19368   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19369   data: "plot-dpdk-throughput-latency-2n-clx"
19370   include:
19371     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19372     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19373   layout:
19374     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19375     layout: "plot-throughput"
19376
19377 # 2n-clx-x710
19378
19379 - type: "plot"
19380   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19381   algorithm: "plot_perf_box_name"
19382   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19383   data: "plot-dpdk-throughput-latency-2n-clx"
19384   include:
19385     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19386     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19387   layout:
19388     title: "2n-clx-x710-64b-2t1c-base-ndr"
19389     layout: "plot-throughput"
19390
19391 - type: "plot"
19392   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19393   algorithm: "plot_perf_box_name"
19394   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19395   data: "plot-dpdk-throughput-latency-2n-clx"
19396   include:
19397     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19398     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19399   layout:
19400     title: "2n-clx-x710-64b-4t2c-base-ndr"
19401     layout: "plot-throughput"
19402
19403 - type: "plot"
19404   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19405   algorithm: "plot_perf_box_name"
19406   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19407   data: "plot-dpdk-throughput-latency-2n-clx"
19408   include:
19409     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19410     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19411   layout:
19412     title: "2n-clx-x710-64b-2t1c-base-pdr"
19413     layout: "plot-throughput"
19414
19415 - type: "plot"
19416   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19417   algorithm: "plot_perf_box_name"
19418   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19419   data: "plot-dpdk-throughput-latency-2n-clx"
19420   include:
19421     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19422     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19423   layout:
19424     title: "2n-clx-x710-64b-4t2c-base-pdr"
19425     layout: "plot-throughput"
19426
19427 ################################################################################
19428
19429 - type: "plot"
19430   title: "Latency by percentile: 2n-skx"
19431   algorithm: "plot_hdrh_lat_by_percentile"
19432   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19433   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19434   target-links: "../../_static/vpp"
19435   data: "plot-vpp-hdrh-lat-2n-skx"
19436   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19437   layout:
19438     layout: "plot-hdrh-latency-by-percentile"
19439
19440 - type: "plot"
19441   title: "Latency by percentile: 2n-skx-nat44"
19442   algorithm: "plot_hdrh_lat_by_percentile"
19443   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19444   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19445   target-links: "../../_static/vpp"
19446   data: "plot-vpp-hdrh-lat-2n-skx-nat44"
19447   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19448   layout:
19449     layout: "plot-hdrh-latency-by-percentile"
19450
19451 - type: "plot"
19452   title: "Latency by percentile: 3n-skx"
19453   algorithm: "plot_hdrh_lat_by_percentile"
19454   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19455   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19456   target-links: "../../_static/vpp"
19457   data: "plot-vpp-hdrh-lat-3n-skx"
19458   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19459   layout:
19460     layout: "plot-hdrh-latency-by-percentile"
19461
19462 - type: "plot"
19463   title: "Latency by percentile: 2n-clx"
19464   algorithm: "plot_hdrh_lat_by_percentile"
19465   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19466   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19467   target-links: "../../_static/vpp"
19468   data: "plot-vpp-hdrh-lat-2n-clx"
19469   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19470   layout:
19471     layout: "plot-hdrh-latency-by-percentile"
19472
19473 - type: "plot"
19474   title: "Latency by percentile: 3n-hsw"
19475   algorithm: "plot_hdrh_lat_by_percentile"
19476   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19477   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19478   target-links: "../../_static/vpp"
19479   data: "plot-vpp-hdrh-lat-3n-hsw"
19480   filter: "'1T1C' and 'NIC_Intel-XL710'"
19481   layout:
19482     layout: "plot-hdrh-latency-by-percentile"
19483
19484 - type: "plot"
19485   title: "Latency by percentile: 3n-tsh"
19486   algorithm: "plot_hdrh_lat_by_percentile"
19487   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19488   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19489   target-links: "../../_static/vpp"
19490   data: "plot-vpp-hdrh-lat-3n-tsh"
19491   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19492   layout:
19493     layout: "plot-hdrh-latency-by-percentile"
19494
19495 - type: "plot"
19496   title: "Latency by percentile: DPDK 2n-skx"
19497   algorithm: "plot_hdrh_lat_by_percentile"
19498   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19499   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19500   target-links: "../../_static/dpdk"
19501   data: "plot-dpdk-hdrh-lat-2n-skx"
19502   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19503   layout:
19504     layout: "plot-hdrh-latency-by-percentile"
19505
19506 - type: "plot"
19507   title: "Latency by percentile: DPDK 3n-skx"
19508   algorithm: "plot_hdrh_lat_by_percentile"
19509   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19510   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19511   target-links: "../../_static/dpdk"
19512   data: "plot-dpdk-hdrh-lat-3n-skx"
19513   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19514   layout:
19515     layout: "plot-hdrh-latency-by-percentile"
19516
19517 - type: "plot"
19518   title: "Latency by percentile: DPDK 2n-clx"
19519   algorithm: "plot_hdrh_lat_by_percentile"
19520   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19521   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19522   target-links: "../../_static/dpdk"
19523   data: "plot-dpdk-hdrh-lat-2n-clx"
19524   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19525   layout:
19526     layout: "plot-hdrh-latency-by-percentile"
19527
19528 - type: "plot"
19529   title: "Latency by percentile: DPDK 3n-hsw"
19530   algorithm: "plot_hdrh_lat_by_percentile"
19531   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19532   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19533   target-links: "../../_static/dpdk"
19534   data: "plot-dpdk-hdrh-lat-3n-hsw"
19535   filter: "'1T1C' and 'NIC_Intel-XL710'"
19536   layout:
19537     layout: "plot-hdrh-latency-by-percentile"
19538
19539 - type: "plot"
19540   title: "Latency by percentile: DPDK 3n-tsh"
19541   algorithm: "plot_hdrh_lat_by_percentile"
19542   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19543   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19544   target-links: "../../_static/dpdk"
19545   data: "plot-dpdk-hdrh-lat-3n-tsh"
19546   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19547   layout:
19548     layout: "plot-hdrh-latency-by-percentile"