Report: Add rls 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         - 27  # rls2009 NDRPDR iter env 5
206         - 29  # rls2009 NDRPDR iter env 5
207
208     plot-vpp-hdrh-lat-3n-skx:
209       csit-vpp-perf-report-iterative-2009-3n-skx:
210         - 27  # rls2009 NDRPDR iter env 5
211
212 #    plot-vpp-nfv-3n-skx-ndrpdr:
213 #      # TODO: Replace:
214 #      # csit-vpp-perf-report-iterative-2009-3n-skx:
215 #      csit-vpp-perf-report-iterative-2005-3n-skx:
216 #        - 4   # NDRPDR sel
217 #        - 5   # NDRPDR sel ??? all x710 failed
218 #        - 33  # NDRPDR sel
219 #        - 28  # NDRPDR sel
220 #        - 34  # NDRPDR sel
221
222 #    plot-vpp-nfv-3n-skx-mrr:
223 #      # TODO: Replace:
224 #      # csit-vpp-perf-report-iterative-2009-3n-skx:
225 #      csit-vpp-perf-report-iterative-2005-3n-skx:
226 #        - 49  # MRR sel env 4
227
228     plot-dpdk-throughput-latency-3n-skx:
229       csit-dpdk-perf-report-iterative-2009-3n-skx:
230         - 4   # NDRPDR sel env5
231         - 5   # NDRPDR sel env5
232         - 6   # NDRPDR sel env5
233         - 7   # NDRPDR sel env5
234         - 8   # NDRPDR sel env5
235         - 9   # NDRPDR sel env5
236         - 14  # NDRPDR sel env5
237         - 11  # NDRPDR sel env5
238         - 12  # NDRPDR sel env5
239         - 13  # NDRPDR sel env5
240
241     plot-dpdk-hdrh-lat-3n-skx:
242       csit-dpdk-perf-report-iterative-2009-3n-skx:
243         - 4   # NDRPDR sel env5
244
245     # 2n-skx
246
247     plot-vpp-throughput-lat-tsa-2n-skx:
248       # TODO: Add:
249       csit-vpp-perf-report-iterative-2009-2n-skx:
250         - 35  # rls2009 NDRPDR iter env 5
251         - 36  # rls2009 NDRPDR iter env 5
252         - 37  # rls2009 NDRPDR iter env 5
253         - 39  # rls2009 NDRPDR iter env 5
254         - 40  # rls2009 NDRPDR iter env 5
255         - 42  # rls2009 NDRPDR iter env 5
256
257     plot-vpp-hdrh-lat-2n-skx:
258       csit-vpp-perf-report-iterative-2009-2n-skx:
259         - 35  # rls2009 NDRPDR iter env 5
260
261     plot-vpp-soak-2n-skx:
262       csit-vpp-perf-report-iterative-2009-2n-skx:
263         - 33  # rls2009 soak env 5
264         - 34  # rls2009 soak env 5
265
266     plot-vpp-nfv-2n-skx-ndrpdr:
267       # TODO: Add:
268       csit-vpp-perf-report-iterative-2009-2n-skx:
269         - 38  # rls2009 nf-density iter env 5
270         - 41  # rls2009 nf-density iter env 5
271         - 45  # rls2009 nf-density iter env 5
272         - 47  # rls2009 nf-density iter env 5
273
274     plot-vpp-nfv-2n-skx-mrr:
275       # TODO: Replace:
276       # csit-vpp-perf-report-iterative-2009-2n-skx:
277       csit-vpp-perf-report-iterative-2005-2n-skx:
278         - 115 # nf-density-sel env 4
279
280     plot-vpp-nfv-reconf-2n-skx:
281       # TODO: Add:
282       csit-vpp-perf-report-iterative-2009-2n-skx:
283         - 27  # rls2009 reconf env 5
284         - 28  # rls2009 reconf env 5
285         - 29  # rls2009 reconf env 5
286         - 30  # rls2009 reconf env 5
287         - 31  # rls2009 reconf env 5
288         - 32  # rls2009 reconf env 5
289
290     plot-dpdk-throughput-latency-2n-skx:
291       csit-dpdk-perf-report-iterative-2009-2n-skx:
292         - 4   # NDRPDR iter env5
293         - 5   # NDRPDR iter env5
294         - 6   # NDRPDR iter env5
295         - 7   # NDRPDR iter env5
296         - 8   # NDRPDR iter env5
297         - 9   # NDRPDR iter env5
298         - 10  # NDRPDR iter env5
299         - 11  # NDRPDR iter env5
300         - 12  # NDRPDR iter env5
301         - 13  # NDRPDR iter env5
302
303     plot-dpdk-hdrh-lat-2n-skx:
304       csit-dpdk-perf-report-iterative-2009-2n-skx:
305         - 4   # NDRPDR iter env5
306
307     # 2n-clx
308
309     plot-vpp-throughput-lat-tsa-2n-clx:
310       # TODO: Add:
311       csit-vpp-perf-report-iterative-2009-2n-clx:
312         - 36  # rls2009 NDRPDR iter env 5
313         - 38  # rls2009 NDRPDR iter env 5
314         - 41  # rls2009 NDRPDR iter env 5
315
316     plot-vpp-hdrh-lat-2n-clx:
317       csit-vpp-perf-report-iterative-2009-2n-clx:
318         - 36  # rls2009 NDRPDR iter env 5
319
320     plot-vpp-nfv-2n-clx-ndrpdr:
321       # TODO: Add:
322       csit-vpp-perf-report-iterative-2009-2n-clx:
323         - 37  # rls2009 nf-density iter env 5
324         - 43  # rls2009 nf-density iter env 5
325
326     plot-vpp-nfv-2n-clx-mrr:
327       # TODO: Replace:
328       # csit-vpp-perf-report-iterative-2009-2n-clx:
329       csit-vpp-perf-report-iterative-2005-2n-clx:
330         - 96  # MRR
331
332     plot-vpp-nfv-reconf-2n-clx:
333       # TODO: Add:
334       csit-vpp-perf-report-iterative-2009-2n-clx:
335         - 25  # rls2009 reconf env 5
336         - 27  # rls2009 reconf env 5
337         - 28  # rls2009 reconf env 5
338         - 29  # rls2009 reconf env 5
339         - 30  # rls2009 reconf env 5
340         - 30  # rls2009 reconf env 5
341         - 32  # rls2009 reconf env 5
342
343     plot-vpp-soak-2n-clx:
344       csit-vpp-perf-report-iterative-2009-2n-clx:
345         - 33  # rls2009 soak env 5
346         - 34  # rls2009 soak env 5
347
348     plot-dpdk-throughput-latency-2n-clx:
349       csit-dpdk-perf-report-iterative-2009-2n-clx:
350         - 4   # NDRPDR iter env5
351         - 5   # NDRPDR iter env5
352         - 6   # NDRPDR iter env5
353         - 7   # NDRPDR iter env5
354         - 8   # NDRPDR iter env5
355         - 9   # NDRPDR iter env5
356         - 10  # NDRPDR iter env5
357         - 11  # NDRPDR iter env5
358         - 12  # NDRPDR iter env5
359         - 13  # NDRPDR iter env5
360
361     plot-dpdk-hdrh-lat-2n-clx:
362       csit-dpdk-perf-report-iterative-2009-2n-clx:
363         - 4   # NDRPDR iter env5
364
365     # 3n-tsh
366
367     plot-vpp-throughput-lat-tsa-3n-tsh:
368       # TODO: Add:
369       csit-vpp-perf-report-iterative-2009-3n-tsh:
370         - 14  # rls2009 NDRPDR iter env 5
371
372     plot-vpp-hdrh-lat-3n-tsh:
373       csit-vpp-perf-report-iterative-2009-3n-tsh:
374         - 14  # rls2009 NDRPDR iter env 5
375
376     plot-dpdk-throughput-latency-3n-tsh:
377       # TODO: Add:
378       csit-dpdk-perf-report-iterative-2009-3n-tsh:
379         - 1   # NDRPDR iter env5
380         - 2   # NDRPDR iter env5
381         - 3   # NDRPDR iter env5
382         - 4   # NDRPDR iter env5
383         - 5   # NDRPDR iter env5
384         - 6   # NDRPDR iter env5
385         - 7   # NDRPDR iter env5
386         - 9   # NDRPDR iter env5
387         - 10  # NDRPDR iter env5
388
389     plot-dpdk-hdrh-lat-3n-tsh:
390       csit-dpdk-perf-report-iterative-2009-3n-tsh:
391         - 1   # NDRPDR iter env5
392
393     # 3n-dnv
394
395     plot-vpp-throughput-lat-tsa-3n-dnv:
396       # TODO: Replace:
397       # csit-vpp-perf-report-iterative-2009-3n-dnv:
398       csit-vpp-perf-report-iterative-2005-3n-dnv:
399         - 2   # NDRPDR sel
400         - 3   # NDRPDR sel
401         - 4   # NDRPDR sel
402         - 5   # NDRPDR sel
403         - 6   # NDRPDR sel
404         - 7   # NDRPDR sel
405         - 9   # NDRPDR sel
406         - 10  # NDRPDR sel
407         - 11  # NDRPDR sel
408         - 12  # NDRPDR sel
409
410     plot-dpdk-throughput-latency-3n-dnv:
411       # TODO: Replace:
412       # csit-dpdk-perf-report-iterative-2009-3n-dnv:
413       csit-dpdk-perf-report-iterative-2005-3n-dnv:
414         - 6   # NDRPDR sel
415         - 7   # NDRPDR sel
416         - 8   # NDRPDR sel
417         - 9   # NDRPDR sel
418         - 10  # NDRPDR sel
419         - 11  # NDRPDR sel
420         - 12  # NDRPDR sel
421         - 13  # NDRPDR sel
422         - 14  # NDRPDR sel
423         - 16  # NDRPDR sel
424
425     # 2n-dnv
426
427     plot-vpp-throughput-lat-tsa-2n-dnv:
428       # TODO: Replace:
429       # csit-vpp-perf-report-iterative-2009-2n-dnv:
430       csit-vpp-perf-report-iterative-2005-2n-dnv:
431         - 3   # NDRPDR sel
432         - 6   # NDRPDR sel
433         - 7   # NDRPDR sel
434         - 8   # NDRPDR sel
435         - 9   # NDRPDR sel
436         - 10  # NDRPDR sel
437         - 11  # NDRPDR sel
438         - 12  # NDRPDR sel
439         - 13  # NDRPDR sel
440         - 14  # NDRPDR sel
441
442     plot-dpdk-throughput-latency-2n-dnv:
443       # TODO: Replace:
444       # csit-dpdk-perf-report-iterative-2009-2n-dnv:
445       csit-dpdk-perf-report-iterative-2005-2n-dnv:
446         - 8   # NDRPDR sel
447         - 9   # NDRPDR sel
448         - 10  # NDRPDR sel
449         - 11  # NDRPDR sel
450         - 12  # NDRPDR sel
451         - 13  # NDRPDR sel
452         - 14  # NDRPDR sel
453         - 15  # NDRPDR sel
454         - 16  # NDRPDR sel
455         - 17  # NDRPDR sel
456
457     ###########################################################################
458     # Simple tables (only one data set):
459
460     # NIC Comparisons
461
462     vpp-nic-comparison-3n-skx:
463       # TODO: Add:
464       csit-vpp-perf-report-iterative-2009-3n-skx:
465         - 27  # rls2009 NDRPDR iter env 5
466         - 29  # rls2009 NDRPDR iter env 5
467
468     vpp-nic-comparison-2n-skx:
469       # TODO: Add:
470       csit-vpp-perf-report-iterative-2009-2n-skx:
471         - 35  # rls2009 NDRPDR iter env 5
472         - 36  # rls2009 NDRPDR iter env 5
473         - 37  # rls2009 NDRPDR iter env 5
474         - 39  # rls2009 NDRPDR iter env 5
475         - 40  # rls2009 NDRPDR iter env 5
476         - 42  # rls2009 NDRPDR iter env 5
477
478     vpp-nic-comparison-3n-skx-mrr:
479       csit-vpp-perf-report-iterative-2009-3n-skx:
480         - 24  # rls2009 MRR iter env 5
481
482     vpp-nic-comparison-2n-skx-mrr:
483       csit-vpp-perf-report-iterative-2009-2n-skx:
484         - 26  # rls2009 MRR iter env 5
485
486     # Results
487
488     vpp-perf-results-3n-hsw:
489       # TODO: Add:
490       csit-vpp-perf-report-coverage-2009-3n-hsw:
491         - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
492         - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
493         - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
494         - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
495         - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
496         - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
497         - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
498         - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
499         - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
500         - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
501         - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
502         - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
503         - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
504         - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
505         - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
506
507     vpp-perf-results-3n-skx:
508       # TODO: Replace:
509       csit-vpp-perf-report-coverage-2009-3n-skx:
510         - 1   # RC2 env5 3n-skx-ip4-00
511
512     vpp-perf-results-2n-skx:
513       # TODO: Replace:
514       csit-vpp-perf-report-coverage-2009-2n-skx:
515         - 7   # RC2 env5 2n-skx-ip4-00
516
517     vpp-perf-results-2n-clx:
518       # TODO: Replace:
519       csit-vpp-perf-report-coverage-2009-2n-clx:
520         - 1   # RC2 env5 2n-clx-ip4-00
521
522     vpp-perf-results-3n-tsh:
523       # TODO: Add:
524       csit-vpp-perf-report-coverage-2009-3n-tsh:
525         - 1   # 3n-tsh-ip4-00
526
527     vpp-perf-results-3n-dnv:
528       # TODO: Replace:
529       # csit-vpp-perf-report-coverage-2009-3n-dnv:
530       csit-vpp-perf-report-coverage-2005-3n-dnv:
531         - 1   # perf-full-3n-dnv-crypto_I
532         - 24  # perf-full-3n-dnv-crypto_II
533         - 5   # perf-full-3n-dnv-ip4_I
534         - 13  # perf-full-3n-dnv-ip4_II
535         - 17  # perf-full-3n-dnv-ip6_I
536         - 18  # perf-full-3n-dnv-ip6_II
537         - 21  # perf-full-3n-dnv-l2_I
538         - 22  # perf-full-3n-dnv-l2_II
539         - 23  # perf-full-3n-dnv-ip4-tunnels_I
540
541     vpp-perf-results-2n-dnv:
542       # TODO: Replace:
543       # csit-vpp-perf-report-coverage-2009-2n-dnv:
544       csit-vpp-perf-report-coverage-2005-2n-dnv:
545         - 1   # perf-full-2n-dnv-ip4_I
546         - 2   # perf-full-2n-dnv-ip4_II
547         - 3   # perf-full-2n-dnv-ip6_I
548         - 4   # perf-full-2n-dnv-ip6_II
549         - 5   # perf-full-2n-dnv-l2_I
550         - 6   # perf-full-2n-dnv-l2_II
551
552     vpp-mrr-results-3n-hsw:
553       csit-vpp-perf-report-iterative-2009-3n-hsw:
554         - 23  # rls2009 MRR iter env 5
555
556     vpp-mrr-results-3n-skx:
557       csit-vpp-perf-report-iterative-2009-3n-skx:
558         - 24  # rls2009 MRR iter env 5
559
560     vpp-mrr-results-2n-skx:
561       csit-vpp-perf-report-iterative-2009-2n-skx:
562         - 26  # rls2009 MRR iter env 5
563
564     vpp-mrr-results-2n-clx:
565       csit-vpp-perf-report-iterative-2009-2n-clx:
566         - 35  # rls2009 MRR iter env 5
567
568     vpp-mrr-results-3n-tsh:
569       # TODO: Replace:
570       # csit-vpp-perf-report-iterative-2009-3n-tsh:
571       csit-vpp-perf-report-iterative-2005-3n-tsh:
572         - 27  # MRR sel env 4
573
574     vpp-mrr-results-3n-dnv:
575       # TODO: Replace:
576       # csit-vpp-perf-report-iterative-2009-3n-dnv:
577       csit-vpp-perf-report-iterative-2005-3n-dnv:
578         - 8   # MRR
579
580     vpp-mrr-results-2n-dnv:
581       # TODO: Replace:
582       # csit-vpp-perf-report-iterative-2009-2n-dnv:
583       csit-vpp-perf-report-iterative-2005-2n-dnv:
584         - 15  # MRR sel
585
586     vpp-device-results-ubuntu:
587       # TODO: Replace:
588       csit-vpp-device-2009-ubuntu1804-1n-skx:
589         - 131 # rls2009 env 5
590
591     dpdk-perf-results-3n-hsw:
592       csit-dpdk-perf-report-iterative-2009-3n-hsw:
593         - 6   # NDRPDR iter env5
594
595     dpdk-perf-results-3n-skx:
596       csit-dpdk-perf-report-iterative-2009-3n-skx:
597         - 4   # NDRPDR sel env5
598
599     dpdk-perf-results-2n-skx:
600       csit-dpdk-perf-report-iterative-2009-2n-skx:
601         - 4   # NDRPDR iter env5
602
603     dpdk-perf-results-2n-clx:
604       csit-dpdk-perf-report-iterative-2009-2n-clx:
605         - 4   # NDRPDR iter env5
606
607     dpdk-perf-results-2n-dnv:
608       # TODO: Replace:
609       # csit-dpdk-perf-report-iterative-2009-2n-dnv:
610       csit-dpdk-perf-report-iterative-2005-2n-dnv:
611         - 8   # NDRPDR sel
612
613     dpdk-perf-results-3n-dnv:
614       # TODO: Replace:
615       # csit-dpdk-perf-report-iterative-2009-3n-dnv:
616       csit-dpdk-perf-report-iterative-2005-3n-dnv:
617         - 6   # NDRPDR sel
618
619     dpdk-perf-results-3n-tsh:
620       csit-dpdk-perf-report-iterative-2009-3n-tsh:
621         - 1   # NDRPDR iter env5
622
623 ###########################################################################
624     # Tables (more than one data set)
625
626     # Performance changes
627
628     vpp-performance-changes-3n-hsw-h1:
629       csit-vpp-perf-report-iterative-2005-3n-hsw:
630         - 31  # NDRPDR sel 2001.0-4
631         - 32  # NDRPDR sel 2001.0-4
632         - 33  # NDRPDR sel 2001.0-4
633         - 34  # NDRPDR sel 2001.0-4
634         - 35  # NDRPDR sel 2001.0-4
635         - 36  # NDRPDR sel 2001.0-4
636         - 38  # NDRPDR sel 2001.0-4
637     vpp-performance-changes-3n-hsw-ref-env4:
638       csit-vpp-perf-report-iterative-2005-3n-hsw:
639         - 20  # NDRPDR sel env 4
640         - 21  # NDRPDR sel env 4
641         - 22  # NDRPDR sel env 4
642         - 23  # NDRPDR sel env 4
643         - 24  # NDRPDR sel env 4
644         - 25  # NDRPDR sel env 4
645         - 26  # NDRPDR sel env 4
646         - 27  # NDRPDR sel env 4
647         - 28  # NDRPDR sel env 4
648         - 29  # NDRPDR sel env 4
649     vpp-performance-changes-3n-hsw-ref-env5:
650       csit-vpp-perf-report-iterative-2009-3n-hsw:
651         - 9   # rls2005 NDRPDR iter env 5
652         - 10  # rls2005 NDRPDR iter env 5
653         - 11  # rls2005 NDRPDR iter env 5
654         - 12  # rls2005 NDRPDR iter env 5
655         - 13  # rls2005 NDRPDR iter env 5
656         - 14  # rls2005 NDRPDR iter env 5
657         - 15  # rls2005 NDRPDR iter env 5
658         - 16  # rls2005 NDRPDR iter env 5
659         - 17  # rls2005 NDRPDR iter env 5
660         - 19  # rls2005 NDRPDR iter env 5
661     vpp-performance-changes-3n-hsw-cmp:
662       csit-vpp-perf-report-iterative-2009-3n-hsw:
663         - 21  # rls2009 NDRPDR iter env 5
664         - 22  # rls2009 NDRPDR iter env 5
665         - 24  # rls2009 NDRPDR iter env 5
666         - 25  # rls2009 NDRPDR iter env 5
667         - 26  # rls2009 NDRPDR iter env 5
668         - 27  # rls2009 NDRPDR iter env 5
669         - 28  # rls2009 NDRPDR iter env 5
670         - 29  # rls2009 NDRPDR iter env 5
671         - 30  # rls2009 NDRPDR iter env 5
672         - 31  # rls2009 NDRPDR iter env 5
673
674     vpp-performance-changes-3n-skx-h1:
675       csit-vpp-perf-report-iterative-2005-3n-skx:
676         - 50  # NDRPDR sel 2001.0-4
677         - 51  # NDRPDR sel 2001.0-4
678         - 52  # NDRPDR sel 2001.0-4
679         - 53  # NDRPDR sel 2001.0-4
680         - 54  # NDRPDR sel 2001.0-4
681     vpp-performance-changes-3n-skx-ref-env4:
682       csit-vpp-perf-report-iterative-2005-3n-skx:
683         - 42  # NDRPDR sel env 4
684         - 43  # NDRPDR sel env 4
685         - 44  # NDRPDR sel env 4
686         - 45  # NDRPDR sel env 4
687         - 47  # NDRPDR sel env 4
688         - 55  # NDRPDR sel env 4
689         - 56  # NDRPDR sel env 4
690         - 57  # NDRPDR sel env 4
691         - 61  # NDRPDR sel env 4
692         - 62  # NDRPDR sel env 4
693     vpp-performance-changes-3n-skx-ref-env5:
694       csit-vpp-perf-report-iterative-2009-3n-skx:
695         - 13  # rls2005 NDRPDR iter env 5
696         - 18  # rls2005 NDRPDR iter env 5
697         - 19  # rls2005 NDRPDR iter env 5
698     vpp-performance-changes-3n-skx-cmp:
699       # TODO: Add:
700       csit-vpp-perf-report-iterative-2009-3n-skx:
701         - 27  # rls2009 NDRPDR iter env 5
702         - 29  # rls2009 NDRPDR iter env 5
703
704     vpp-performance-changes-2n-skx-h1:
705       csit-vpp-perf-report-iterative-2005-2n-skx:
706         - 100 # NDRPDR sel 2001.0-4
707         - 101 # NDRPDR sel 2001.0-4
708         - 102 # NDRPDR sel 2001.0-4
709         - 103 # NDRPDR sel 2001.0-4
710         - 104 # NDRPDR sel 2001.0-4
711         - 105 # NDRPDR sel 2001.0-4
712     vpp-performance-changes-2n-skx-ref-env4:
713       csit-vpp-perf-report-iterative-2005-2n-skx:
714         - 88  # NDRPDR sel env 4
715         - 89  # NDRPDR sel env 4
716         - 90  # NDRPDR sel env 4
717         - 91  # NDRPDR sel env 4
718         - 92  # NDRPDR sel env 4
719         - 93  # NDRPDR sel env 4
720         - 94  # NDRPDR sel env 4
721         - 125 # NDRPDR sel env 4
722         - 126 # NDRPDR sel env 4
723         - 127 # NDRPDR sel env 4
724     vpp-performance-changes-2n-skx-ref-env5:
725       csit-vpp-perf-report-iterative-2009-2n-skx:
726         - 13  # rls2005 NDRPDR iter env 5
727         - 16  # rls2005 NDRPDR iter env 5
728         - 17  # rls2005 NDRPDR iter env 5
729         - 18  # rls2005 NDRPDR iter env 5
730         - 19  # rls2005 NDRPDR iter env 5
731         - 21  # rls2005 NDRPDR iter env 5
732         - 22  # rls2005 NDRPDR iter env 5
733         - 23  # rls2005 NDRPDR iter env 5
734         - 24  # rls2005 NDRPDR iter env 5
735         - 25  # rls2005 NDRPDR iter env 5
736     vpp-performance-changes-2n-skx-cmp:
737       # TODO: Add:
738       csit-vpp-perf-report-iterative-2009-2n-skx:
739         - 35  # rls2009 NDRPDR iter env 5
740         - 36  # rls2009 NDRPDR iter env 5
741         - 37  # rls2009 NDRPDR iter env 5
742         - 39  # rls2009 NDRPDR iter env 5
743         - 40  # rls2009 NDRPDR iter env 5
744         - 42  # rls2009 NDRPDR iter env 5
745
746     vpp-performance-changes-2n-clx-h1:
747       csit-vpp-perf-report-iterative-2005-2n-clx:
748         - 73  # NDRPDR sel 2001.0-4
749         - 74  # NDRPDR sel 2001.0-4
750         - 75  # NDRPDR sel 2001.0-4
751         - 76  # NDRPDR sel 2001.0-4
752         - 77  # NDRPDR sel 2001.0-4
753         - 78  # NDRPDR sel 2001.0-4
754         - 79  # NDRPDR sel 2001.0-4
755         - 80  # NDRPDR sel 2001.0-4
756     vpp-performance-changes-2n-clx-ref-env4:
757       csit-vpp-perf-report-iterative-2005-2n-clx:
758         - 62  # NDRPDR sel env 4
759         - 63  # NDRPDR sel env 4
760         - 64  # NDRPDR sel env 4
761         - 65  # NDRPDR sel env 4
762         - 66  # NDRPDR sel env 4
763         - 68  # NDRPDR sel env 4
764         - 69  # NDRPDR sel env 4
765         - 70  # NDRPDR sel env 4
766         - 103 # NDRPDR sel env 4
767         - 104 # NDRPDR sel env 4
768     vpp-performance-changes-2n-clx-ref-env5:
769       csit-vpp-perf-report-iterative-2009-2n-clx:
770         - 13  # rls2005 NDRPDR iter env 5
771         - 15  # rls2005 NDRPDR iter env 5
772         - 17  # rls2005 NDRPDR iter env 5
773         - 18  # rls2005 NDRPDR iter env 5
774         - 19  # rls2005 NDRPDR iter env 5
775         - 20  # rls2005 NDRPDR iter env 5
776         - 21  # rls2005 NDRPDR iter env 5
777         - 22  # rls2005 NDRPDR iter env 5
778         - 23  # rls2005 NDRPDR iter env 5
779         - 24  # rls2005 NDRPDR iter env 5
780     vpp-performance-changes-2n-clx-cmp:
781       # TODO: Add:
782       csit-vpp-perf-report-iterative-2009-2n-clx:
783         - 36  # rls2009 NDRPDR iter env 5
784         - 38  # rls2009 NDRPDR iter env 5
785         - 41  # rls2009 NDRPDR iter env 5
786
787     vpp-performance-changes-2n-dnv-h1:
788       csit-vpp-perf-verify-2001-2n-dnv:
789         - 4   # NDRPDR sel
790         - 5   # NDRPDR sel
791         - 6   # NDRPDR sel
792         - 7   # NDRPDR sel
793         - 8   # NDRPDR sel
794         - 9   # NDRPDR sel
795         - 10  # NDRPDR sel
796         - 11  # NDRPDR sel
797         - 13  # NDRPDR sel
798         - 16  # NDRPDR sel
799     vpp-performance-changes-2n-dnv-ref:
800       csit-vpp-perf-report-iterative-2005-2n-dnv:
801         - 3   # NDRPDR sel
802         - 6   # NDRPDR sel
803         - 7   # NDRPDR sel
804         - 8   # NDRPDR sel
805         - 9   # NDRPDR sel
806         - 10  # NDRPDR sel
807         - 11  # NDRPDR sel
808         - 12  # NDRPDR sel
809         - 13  # NDRPDR sel
810         - 14  # NDRPDR sel
811     vpp-performance-changes-2n-dnv-cmp:
812       # TODO: Replace:
813       # csit-vpp-perf-report-iterative-2009-2n-dnv:
814       csit-vpp-perf-report-iterative-2005-2n-dnv:
815         - 3   # NDRPDR sel
816         - 6   # NDRPDR sel
817         - 7   # NDRPDR sel
818         - 8   # NDRPDR sel
819         - 9   # NDRPDR sel
820         - 10  # NDRPDR sel
821         - 11  # NDRPDR sel
822         - 12  # NDRPDR sel
823         - 13  # NDRPDR sel
824         - 14  # NDRPDR sel
825
826     vpp-performance-changes-3n-dnv-h1:
827       csit-vpp-perf-verify-2001-3n-dnv:
828         - 5   # NDRPDR sel
829         - 6   # NDRPDR sel
830         - 7   # NDRPDR sel
831         - 8   # NDRPDR sel
832         - 9   # NDRPDR sel
833         - 10  # NDRPDR sel
834         - 12  # NDRPDR sel
835         - 16  # NDRPDR sel
836         - 17  # NDRPDR sel
837         - 18  # NDRPDR sel
838     vpp-performance-changes-3n-dnv-ref:
839       csit-vpp-perf-report-iterative-2005-3n-dnv:
840         - 2   # NDRPDR sel
841         - 3   # NDRPDR sel
842         - 4   # NDRPDR sel
843         - 5   # NDRPDR sel
844         - 6   # NDRPDR sel
845         - 7   # NDRPDR sel
846         - 9   # NDRPDR sel
847         - 10  # NDRPDR sel
848         - 11  # NDRPDR sel
849         - 12  # NDRPDR sel
850     vpp-performance-changes-3n-dnv-cmp:
851       # TODO: Replace:
852       # csit-vpp-perf-report-iterative-2009-3n-dnv:
853       csit-vpp-perf-report-iterative-2005-3n-dnv:
854         - 2   # NDRPDR sel
855         - 3   # NDRPDR sel
856         - 4   # NDRPDR sel
857         - 5   # NDRPDR sel
858         - 6   # NDRPDR sel
859         - 7   # NDRPDR sel
860         - 9   # NDRPDR sel
861         - 10  # NDRPDR sel
862         - 11  # NDRPDR sel
863         - 12  # NDRPDR sel
864
865     vpp-performance-changes-3n-tsh-h1:
866       csit-vpp-perf-report-iterative-2005-3n-tsh:
867         - 28  # NDRPDR sel 2001.0-4
868         - 29  # NDRPDR sel 2001.0-4
869         - 31  # NDRPDR sel 2001.0-4
870     vpp-performance-changes-3n-tsh-ref-env4:
871       csit-vpp-perf-report-iterative-2005-3n-tsh:
872         - 23  # NDRPDR sel env 4
873         - 25  # NDRPDR sel env 4
874         - 33  # NDRPDR sel env 4
875         - 34  # NDRPDR sel env 4
876         - 35  # NDRPDR sel env 4
877         - 36  # NDRPDR sel env 4
878         - 37  # NDRPDR sel env 4
879         - 38  # NDRPDR sel env 4
880         - 39  # NDRPDR sel env 4
881         - 40  # NDRPDR sel env 4
882     vpp-performance-changes-3n-tsh-ref-env5:
883       csit-vpp-perf-report-iterative-2009-3n-tsh:
884         - 8   # rls2005 NDRPDR iter env 5
885         - 11  # rls2005 NDRPDR iter env 5
886         - 12  # rls2005 NDRPDR iter env 5
887     vpp-performance-changes-3n-tsh-cmp:
888       # TODO: Add:
889       csit-vpp-perf-report-iterative-2009-3n-tsh:
890         - 14  # rls2009 NDRPDR iter env 5
891
892     vpp-soak-vs-ndr-2n-skx-ref:
893       # TODO: Add:
894       csit-vpp-perf-report-iterative-2009-2n-skx:
895         - 35  # rls2009 NDRPDR iter env 5
896         - 36  # rls2009 NDRPDR iter env 5
897         - 37  # rls2009 NDRPDR iter env 5
898         - 39  # rls2009 NDRPDR iter env 5
899         - 40  # rls2009 NDRPDR iter env 5
900         - 42  # rls2009 NDRPDR iter env 5
901     vpp-soak-vs-ndr-2n-skx-cmp:
902       csit-vpp-perf-report-iterative-2009-2n-skx:
903         - 33  # rls2009 soak env 5
904         - 34  # rls2009 soak env 5
905     vpp-soak-vs-ndr-2n-skx:
906       # TODO: Add:
907       csit-vpp-perf-report-iterative-2009-2n-skx:
908         - 35  # rls2009 NDRPDR iter env 5
909         - 36  # rls2009 NDRPDR iter env 5
910         - 37  # rls2009 NDRPDR iter env 5
911         - 39  # rls2009 NDRPDR iter env 5
912         - 40  # rls2009 NDRPDR iter env 5
913         - 42  # rls2009 NDRPDR iter env 5
914         - 33  # rls2009 soak env 5
915         - 34  # rls2009 soak env 5
916
917     vpp-soak-vs-ndr-2n-clx-ref:
918       # TODO: Add:
919       csit-vpp-perf-report-iterative-2009-2n-clx:
920         - 36  # rls2009 NDRPDR iter env 5
921         - 38  # rls2009 NDRPDR iter env 5
922         - 41  # rls2009 NDRPDR iter env 5
923     vpp-soak-vs-ndr-2n-clx-cmp:
924       csit-vpp-perf-report-iterative-2009-2n-clx:
925         - 33  # rls2009 soak env 5
926         - 34  # rls2009 soak env 5
927     vpp-soak-vs-ndr-2n-clx:
928       # TODO: Add:
929       csit-vpp-perf-report-iterative-2009-2n-clx:
930         - 36  # rls2009 NDRPDR iter env 5
931         - 38  # rls2009 NDRPDR iter env 5
932         - 41  # rls2009 NDRPDR iter env 5
933         - 33  # rls2009 soak env 5
934         - 34  # rls2009 soak env 5
935
936     vpp-performance-changes-3n-hsw-mrr-h1:
937       csit-vpp-perf-verify-2001-3n-hsw:
938         - 17  # MRR sel
939     vpp-performance-changes-3n-hsw-mrr-ref-env4:
940       csit-vpp-perf-report-iterative-2005-3n-hsw:
941         - 30  # MRR env 4
942     vpp-performance-changes-3n-hsw-mrr-ref-env5:
943       csit-vpp-perf-report-iterative-2009-3n-hsw:
944         - 18  # rls2005 MRR iter env 5
945     vpp-performance-changes-3n-hsw-mrr-cmp:
946       csit-vpp-perf-report-iterative-2009-3n-hsw:
947         - 23  # rls2009 MRR iter env 5
948
949     vpp-performance-changes-3n-skx-mrr-h1:
950       csit-vpp-perf-verify-2001-3n-skx:
951         - 50  # MRR sel
952         - 53  # MRR sel addition
953     vpp-performance-changes-3n-skx-mrr-ref-env4:
954       csit-vpp-perf-report-iterative-2005-3n-skx:
955         - 49  # MRR sel env 4
956     vpp-performance-changes-3n-skx-mrr-ref-env5:
957       csit-vpp-perf-report-iterative-2009-3n-skx:
958         - 17  # rls2005 MRR iter env 5
959     vpp-performance-changes-3n-skx-mrr-cmp:
960       csit-vpp-perf-report-iterative-2009-3n-skx:
961         - 24  # rls2009 MRR iter env 5
962
963     vpp-performance-changes-2n-skx-mrr-h1:
964       csit-vpp-perf-verify-2001-2n-skx:
965         - 101 # MRR sel
966         - 128 # MRR sel addition
967     vpp-performance-changes-2n-skx-mrr-ref-env4:
968       csit-vpp-perf-report-iterative-2005-2n-skx:
969         - 99  # MRR sel env 4
970     vpp-performance-changes-2n-skx-mrr-ref-env5:
971       csit-vpp-perf-report-iterative-2009-2n-skx:
972         - 20  # rls2005 MRR iter env 5
973     vpp-performance-changes-2n-skx-mrr-cmp:
974       csit-vpp-perf-report-iterative-2009-2n-skx:
975         - 26  # rls2009 MRR iter env 5
976
977     vpp-performance-changes-2n-clx-mrr-h1:
978       csit-vpp-perf-verify-2001-2n-clx:
979         - 39  # MRR
980     vpp-performance-changes-2n-clx-mrr-ref-env4:
981       csit-vpp-perf-report-iterative-2005-2n-clx:
982         - 72   # MRR sel env 4
983     vpp-performance-changes-2n-clx-mrr-ref-env5:
984       csit-vpp-perf-report-iterative-2009-2n-clx:
985         - 16  # rls2005 MRR iter env 5
986     vpp-performance-changes-2n-clx-mrr-cmp:
987       csit-vpp-perf-report-iterative-2009-2n-clx:
988         - 35  # rls2009 MRR iter env 5
989
990 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
991 #      csit-vpp-perf-verify-1908-2n-skx:
992 #        - 71  # NFV MRR
993 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
994 #      # csit-vpp-perf-verify-2001-2n-skx:
995 #      csit-vpp-perf-verify-1908-2n-skx:
996 #        - 71  # NFV MRR
997
998     vpp-performance-changes-2n-dnv-mrr-h1:
999       csit-vpp-perf-verify-2001-2n-dnv:
1000         - 12  # MRR sel
1001     vpp-performance-changes-2n-dnv-mrr-ref:
1002       csit-vpp-perf-report-iterative-2005-2n-dnv:
1003         - 15  # MRR sel
1004     vpp-performance-changes-2n-dnv-mrr-cmp:
1005       # TODO: Replace:
1006       # csit-vpp-perf-report-iterative-2009-2n-dnv:
1007       csit-vpp-perf-report-iterative-2005-2n-dnv:
1008         - 15  # MRR sel
1009
1010     vpp-performance-changes-3n-dnv-mrr-h1:
1011       csit-vpp-perf-verify-2001-3n-dnv:
1012         - 11  # MRR sel
1013     vpp-performance-changes-3n-dnv-mrr-ref:
1014       csit-vpp-perf-report-iterative-2005-3n-dnv:
1015         - 8   # MRR
1016     vpp-performance-changes-3n-dnv-mrr-cmp:
1017       # TODO: Replace:
1018       # csit-vpp-perf-report-iterative-2009-3n-dnv:
1019       csit-vpp-perf-report-iterative-2005-3n-dnv:
1020         - 8   # MRR
1021
1022     vpp-performance-changes-3n-tsh-mrr-h1:
1023       csit-vpp-perf-verify-2001-3n-tsh:
1024         - 9   # MRR sel
1025     vpp-performance-changes-3n-tsh-mrr-ref-env4:
1026       csit-vpp-perf-report-iterative-2005-3n-tsh:
1027         - 27  # MRR sel env 4
1028     vpp-performance-changes-3n-tsh-mrr-cmp:
1029       # TODO: Replace:
1030       # csit-vpp-perf-report-iterative-2009-3n-tsh:
1031       csit-vpp-perf-report-iterative-2005-3n-tsh:
1032         - 27  # MRR sel env 4
1033
1034     dpdk-performance-changes-3n-hsw-h1:
1035       csit-dpdk-perf-verify-2001-3n-hsw:
1036         - 4   # NDRPDR sel
1037         - 5   # NDRPDR sel
1038         - 6   # NDRPDR sel
1039         - 7   # NDRPDR sel
1040         - 8   # NDRPDR sel
1041         - 9   # NDRPDR sel
1042         - 10  # NDRPDR sel
1043         - 11  # NDRPDR sel
1044         - 12  # NDRPDR sel
1045         - 13  # NDRPDR sel
1046         - 15  # NDRPDR sel
1047         - 16  # NDRPDR sel
1048         - 17  # NDRPDR sel
1049         - 18  # NDRPDR sel
1050         - 19  # NDRPDR sel
1051         - 20  # NDRPDR sel
1052         - 21  # NDRPDR sel
1053         - 22  # NDRPDR sel
1054         - 23  # NDRPDR sel
1055         - 24  # NDRPDR sel
1056     dpdk-performance-changes-3n-hsw-ref:
1057       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1058         - 25  # NDRPDR iter
1059         - 26  # NDRPDR iter
1060         - 27  # NDRPDR iter
1061         - 28  # NDRPDR iter
1062         - 29  # NDRPDR iter
1063         - 30  # NDRPDR iter
1064         - 31  # NDRPDR iter
1065         - 32  # NDRPDR iter
1066         - 33  # NDRPDR iter
1067         - 34  # NDRPDR iter
1068     dpdk-performance-changes-3n-hsw-cmp:
1069       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1070         - 6   # NDRPDR iter env5
1071         - 7   # NDRPDR iter env5
1072         - 8   # NDRPDR iter env5
1073         - 9   # NDRPDR iter env5
1074         - 10  # NDRPDR iter env5
1075         - 11  # NDRPDR iter env5
1076         - 12  # NDRPDR iter env5
1077         - 13  # NDRPDR iter env5
1078         - 14  # NDRPDR iter env5
1079         - 15  # NDRPDR iter env5
1080
1081     dpdk-performance-changes-3n-skx-h1:
1082       csit-dpdk-perf-verify-2001-3n-skx:
1083         - 29  # NDRPDR sel xxv710
1084         - 33  # NDRPDR sel xxv710
1085         - 34  # NDRPDR sel xxv710
1086         - 35  # NDRPDR sel xxv710
1087         - 36  # NDRPDR sel xxv710
1088         - 37  # NDRPDR sel xxv710
1089         - 41  # NDRPDR sel xxv710
1090         - 42  # NDRPDR sel xxv710
1091         - 43  # NDRPDR sel xxv710
1092         - 45  # NDRPDR sel xxv710
1093         - 30  # NDRPDR sel x710
1094         - 31  # NDRPDR sel x710
1095         - 32  # NDRPDR sel x710
1096         - 38  # NDRPDR sel x710
1097         - 39  # NDRPDR sel x710
1098         - 40  # NDRPDR sel x710
1099         - 44  # NDRPDR sel x710
1100         - 46  # NDRPDR sel x710
1101         - 47  # NDRPDR sel x710
1102         - 48  # NDRPDR sel x710
1103     dpdk-performance-changes-3n-skx-ref:
1104       csit-dpdk-perf-report-iterative-2005-3n-skx:
1105         - 28  # NDRPDR iter
1106         - 29  # NDRPDR iter
1107         - 30  # NDRPDR iter
1108         - 31  # NDRPDR iter
1109         - 32  # NDRPDR iter
1110         - 33  # NDRPDR iter
1111         - 34  # NDRPDR iter
1112         - 35  # NDRPDR iter
1113         - 36  # NDRPDR iter
1114         - 37  # NDRPDR iter
1115     dpdk-performance-changes-3n-skx-cmp:
1116       csit-dpdk-perf-report-iterative-2009-3n-skx:
1117         - 4   # NDRPDR sel env5
1118         - 5   # NDRPDR sel env5
1119         - 6   # NDRPDR sel env5
1120         - 7   # NDRPDR sel env5
1121         - 8   # NDRPDR sel env5
1122         - 9   # NDRPDR sel env5
1123         - 14  # NDRPDR sel env5
1124         - 11  # NDRPDR sel env5
1125         - 12  # NDRPDR sel env5
1126         - 13  # NDRPDR sel env5
1127
1128     dpdk-performance-changes-2n-skx-h1:
1129       csit-dpdk-perf-verify-2001-2n-skx:
1130         - 35  # NDRPDR sel xxv710
1131         - 36  # NDRPDR sel xxv710
1132         - 37  # NDRPDR sel xxv710
1133         - 41  # NDRPDR sel xxv710
1134         - 42  # NDRPDR sel xxv710
1135         - 43  # NDRPDR sel xxv710
1136         - 46  # NDRPDR sel xxv710
1137         - 47  # NDRPDR sel xxv710
1138         - 52  # NDRPDR sel xxv710
1139         - 53  # NDRPDR sel xxv710
1140         - 38  # NDRPDR sel x710
1141         - 39  # NDRPDR sel x710
1142         - 40  # NDRPDR sel x710
1143         - 44  # NDRPDR sel x710
1144         - 45  # NDRPDR sel x710
1145         - 48  # NDRPDR sel x710
1146         - 49  # NDRPDR sel x710
1147         - 50  # NDRPDR sel x710
1148         - 51  # NDRPDR sel x710
1149         - 54  # NDRPDR sel x710
1150     dpdk-performance-changes-2n-skx-ref:
1151       csit-dpdk-perf-report-iterative-2005-2n-skx:
1152         - 20  # NDRPDR iter
1153         - 21  # NDRPDR iter
1154         - 22  # NDRPDR iter
1155         - 23  # NDRPDR iter
1156         - 24  # NDRPDR iter
1157         - 25  # NDRPDR iter
1158         - 26  # NDRPDR iter
1159         - 27  # NDRPDR iter
1160         - 28  # NDRPDR iter
1161         - 29  # NDRPDR iter
1162     dpdk-performance-changes-2n-skx-cmp:
1163       csit-dpdk-perf-report-iterative-2009-2n-skx:
1164         - 4   # NDRPDR iter env5
1165         - 5   # NDRPDR iter env5
1166         - 6   # NDRPDR iter env5
1167         - 7   # NDRPDR iter env5
1168         - 8   # NDRPDR iter env5
1169         - 9   # NDRPDR iter env5
1170         - 10  # NDRPDR iter env5
1171         - 11  # NDRPDR iter env5
1172         - 12  # NDRPDR iter env5
1173         - 13  # NDRPDR iter env5
1174
1175     dpdk-performance-changes-2n-clx-h1:
1176       csit-dpdk-perf-verify-2001-2n-clx:
1177         - 15  # NDRPDR sel
1178         - 16  # NDRPDR sel
1179         - 17  # NDRPDR sel
1180         - 18  # NDRPDR sel
1181         - 19  # NDRPDR sel
1182         - 20  # NDRPDR sel
1183         - 21  # NDRPDR sel
1184         - 22  # NDRPDR sel
1185         - 23  # NDRPDR sel
1186         - 24  # NDRPDR sel
1187         - 25  # NDRPDR sel
1188         - 26  # NDRPDR sel
1189         - 27  # NDRPDR sel
1190         - 28  # NDRPDR sel
1191         - 29  # NDRPDR sel
1192         - 30  # NDRPDR sel
1193         - 31  # NDRPDR sel
1194         - 32  # NDRPDR sel
1195         - 33  # NDRPDR sel
1196         - 34  # NDRPDR sel
1197     dpdk-performance-changes-2n-clx-ref:
1198       csit-dpdk-perf-report-iterative-2005-2n-clx:
1199         - 20  # NDRPDR iter
1200         - 21  # NDRPDR iter
1201         - 22  # NDRPDR iter
1202         - 23  # NDRPDR iter
1203         - 24  # NDRPDR iter
1204         - 25  # NDRPDR iter
1205         - 26  # NDRPDR iter
1206         - 27  # NDRPDR iter
1207         - 28  # NDRPDR iter
1208         - 29  # NDRPDR iter
1209     dpdk-performance-changes-2n-clx-cmp:
1210       csit-dpdk-perf-report-iterative-2009-2n-clx:
1211         - 4   # NDRPDR iter env5
1212         - 5   # NDRPDR iter env5
1213         - 6   # NDRPDR iter env5
1214         - 7   # NDRPDR iter env5
1215         - 8   # NDRPDR iter env5
1216         - 9   # NDRPDR iter env5
1217         - 10  # NDRPDR iter env5
1218         - 11  # NDRPDR iter env5
1219         - 12  # NDRPDR iter env5
1220         - 13  # NDRPDR iter env5
1221
1222     dpdk-performance-changes-2n-dnv-h1:
1223       csit-dpdk-perf-verify-2001-2n-dnv:
1224         - 9   # NDRPDR sel
1225         - 10  # NDRPDR sel
1226         - 11  # NDRPDR sel
1227         - 12  # NDRPDR sel
1228         - 13  # NDRPDR sel
1229         - 14  # NDRPDR sel
1230         - 15  # NDRPDR sel
1231         - 16  # NDRPDR sel
1232         - 17  # NDRPDR sel
1233         - 18  # NDRPDR sel
1234     dpdk-performance-changes-2n-dnv-ref:
1235       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1236         - 8   # NDRPDR sel
1237         - 9   # NDRPDR sel
1238         - 10  # NDRPDR sel
1239         - 11  # NDRPDR sel
1240         - 12  # NDRPDR sel
1241         - 13  # NDRPDR sel
1242         - 14  # NDRPDR sel
1243         - 15  # NDRPDR sel
1244         - 16  # NDRPDR sel
1245         - 17  # NDRPDR sel
1246     dpdk-performance-changes-2n-dnv-cmp:
1247       # TODO: Replace:
1248       # csit-dpdk-perf-report-iterative-2009-2n-dnv:
1249       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1250         - 8   # NDRPDR sel
1251         - 9   # NDRPDR sel
1252         - 10  # NDRPDR sel
1253         - 11  # NDRPDR sel
1254         - 12  # NDRPDR sel
1255         - 13  # NDRPDR sel
1256         - 14  # NDRPDR sel
1257         - 15  # NDRPDR sel
1258         - 16  # NDRPDR sel
1259         - 17  # NDRPDR sel
1260
1261     dpdk-performance-changes-3n-dnv-h1:
1262       csit-dpdk-perf-verify-2001-3n-dnv:
1263         - 12  # NDRPDR sel
1264         - 13  # NDRPDR sel
1265         - 14  # NDRPDR sel
1266         - 15  # NDRPDR sel
1267         - 16  # NDRPDR sel
1268         - 17  # NDRPDR sel
1269         - 18  # NDRPDR sel
1270         - 19  # NDRPDR sel
1271         - 20  # NDRPDR sel
1272         - 22  # NDRPDR sel
1273     dpdk-performance-changes-3n-dnv-ref:
1274       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1275         - 6   # NDRPDR sel
1276         - 7   # NDRPDR sel
1277         - 8   # NDRPDR sel
1278         - 9   # NDRPDR sel
1279         - 10  # NDRPDR sel
1280         - 11  # NDRPDR sel
1281         - 12  # NDRPDR sel
1282         - 13  # NDRPDR sel
1283         - 14  # NDRPDR sel
1284         - 16  # NDRPDR sel
1285     dpdk-performance-changes-3n-dnv-cmp:
1286       # TODO: Replace:
1287       # csit-dpdk-perf-report-iterative-2009-3n-dnv:
1288       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1289         - 6   # NDRPDR sel
1290         - 7   # NDRPDR sel
1291         - 8   # NDRPDR sel
1292         - 9   # NDRPDR sel
1293         - 10  # NDRPDR sel
1294         - 11  # NDRPDR sel
1295         - 12  # NDRPDR sel
1296         - 13  # NDRPDR sel
1297         - 14  # NDRPDR sel
1298         - 16  # NDRPDR sel
1299
1300     dpdk-performance-changes-3n-tsh-h1:
1301       csit-dpdk-perf-verify-2001-3n-tsh:
1302         - 3   # NDRPDR sel
1303         - 4   # NDRPDR sel
1304         - 5   # NDRPDR sel
1305         - 9   # NDRPDR sel
1306         - 10  # NDRPDR sel
1307         - 11  # NDRPDR sel
1308         - 12  # NDRPDR sel
1309         - 14  # NDRPDR sel
1310         - 15  # NDRPDR sel
1311         - 18  # NDRPDR sel
1312     dpdk-performance-changes-3n-tsh-ref:
1313       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1314         - 5   # NDRPDR sel
1315     dpdk-performance-changes-3n-tsh-cmp:
1316       # TODO: Add:
1317       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1318         - 1   # NDRPDR iter env5
1319         - 2   # NDRPDR iter env5
1320         - 3   # NDRPDR iter env5
1321         - 4   # NDRPDR iter env5
1322         - 5   # NDRPDR iter env5
1323         - 6   # NDRPDR iter env5
1324         - 7   # NDRPDR iter env5
1325         - 9   # NDRPDR iter env5
1326         - 10  # NDRPDR iter env5
1327
1328     # Compare testbeds
1329
1330     vpp-compare-testbeds-ref:
1331       csit-vpp-perf-report-iterative-2009-3n-hsw:
1332         - 21  # rls2009 NDRPDR iter env 5
1333         - 22  # rls2009 NDRPDR iter env 5
1334         - 24  # rls2009 NDRPDR iter env 5
1335         - 25  # rls2009 NDRPDR iter env 5
1336         - 26  # rls2009 NDRPDR iter env 5
1337         - 27  # rls2009 NDRPDR iter env 5
1338         - 28  # rls2009 NDRPDR iter env 5
1339         - 29  # rls2009 NDRPDR iter env 5
1340         - 30  # rls2009 NDRPDR iter env 5
1341         - 31  # rls2009 NDRPDR iter env 5
1342     vpp-compare-testbeds-cmp:
1343       # TODO: Add:
1344       csit-vpp-perf-report-iterative-2009-3n-skx:
1345         - 27  # rls2009 NDRPDR iter env 5
1346         - 29  # rls2009 NDRPDR iter env 5
1347
1348     vpp-compare-testbeds-skx-clx-ref:
1349       # TODO: Add:
1350       csit-vpp-perf-report-iterative-2009-2n-skx:
1351         - 35  # rls2009 NDRPDR iter env 5
1352         - 36  # rls2009 NDRPDR iter env 5
1353         - 37  # rls2009 NDRPDR iter env 5
1354         - 39  # rls2009 NDRPDR iter env 5
1355         - 40  # rls2009 NDRPDR iter env 5
1356         - 42  # rls2009 NDRPDR iter env 5
1357     vpp-compare-testbeds-skx-clx-cmp:
1358       # TODO: Add:
1359       csit-vpp-perf-report-iterative-2009-2n-clx:
1360         - 36  # rls2009 NDRPDR iter env 5
1361         - 38  # rls2009 NDRPDR iter env 5
1362         - 41  # rls2009 NDRPDR iter env 5
1363
1364     vpp-compare-testbeds-hsw-clx-ref:
1365       csit-vpp-perf-report-iterative-2009-3n-hsw:
1366         - 21  # rls2009 NDRPDR iter env 5
1367         - 22  # rls2009 NDRPDR iter env 5
1368         - 24  # rls2009 NDRPDR iter env 5
1369         - 25  # rls2009 NDRPDR iter env 5
1370         - 26  # rls2009 NDRPDR iter env 5
1371         - 27  # rls2009 NDRPDR iter env 5
1372         - 28  # rls2009 NDRPDR iter env 5
1373         - 29  # rls2009 NDRPDR iter env 5
1374         - 30  # rls2009 NDRPDR iter env 5
1375         - 31  # rls2009 NDRPDR iter env 5
1376     vpp-compare-testbeds-hsw-clx-cmp:
1377       # TODO: Add:
1378       csit-vpp-perf-report-iterative-2009-2n-clx:
1379         - 36  # rls2009 NDRPDR iter env 5
1380         - 38  # rls2009 NDRPDR iter env 5
1381         - 41  # rls2009 NDRPDR iter env 5
1382
1383     vpp-compare-testbeds-mrr-ref:
1384       csit-vpp-perf-report-iterative-2009-3n-hsw:
1385         - 23  # rls2009 MRR iter env 5
1386     vpp-compare-testbeds-mrr-cmp:
1387       csit-vpp-perf-report-iterative-2009-3n-skx:
1388         - 24  # rls2009 MRR iter env 5
1389
1390     vpp-compare-testbeds-mrr-skx-clx-ref:
1391       csit-vpp-perf-report-iterative-2009-2n-skx:
1392         - 26  # rls2009 MRR iter env 5
1393     vpp-compare-testbeds-mrr-skx-clx-cmp:
1394       csit-vpp-perf-report-iterative-2009-2n-clx:
1395         - 35  # rls2009 MRR iter env 5
1396
1397     vpp-compare-testbeds-mrr-hsw-clx-ref:
1398       csit-vpp-perf-report-iterative-2009-3n-hsw:
1399         - 23  # rls2009 MRR iter env 5
1400     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1401       csit-vpp-perf-report-iterative-2009-2n-clx:
1402         - 35  # rls2009 MRR iter env 5
1403
1404     dpdk-compare-testbeds-ref:
1405       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1406         - 6   # NDRPDR iter env5
1407         - 7   # NDRPDR iter env5
1408         - 8   # NDRPDR iter env5
1409         - 9   # NDRPDR iter env5
1410         - 10  # NDRPDR iter env5
1411         - 11  # NDRPDR iter env5
1412         - 12  # NDRPDR iter env5
1413         - 13  # NDRPDR iter env5
1414         - 14  # NDRPDR iter env5
1415         - 15  # NDRPDR iter env5
1416     dpdk-compare-testbeds-cmp:
1417       csit-dpdk-perf-report-iterative-2009-3n-skx:
1418         - 4   # NDRPDR sel env5
1419         - 5   # NDRPDR sel env5
1420         - 6   # NDRPDR sel env5
1421         - 7   # NDRPDR sel env5
1422         - 8   # NDRPDR sel env5
1423         - 9   # NDRPDR sel env5
1424         - 14  # NDRPDR sel env5
1425         - 11  # NDRPDR sel env5
1426         - 12  # NDRPDR sel env5
1427         - 13  # NDRPDR sel env5
1428
1429     dpdk-compare-testbeds-skx-clx-ref:
1430       csit-dpdk-perf-report-iterative-2009-2n-skx:
1431         - 4   # NDRPDR iter env5
1432         - 5   # NDRPDR iter env5
1433         - 6   # NDRPDR iter env5
1434         - 7   # NDRPDR iter env5
1435         - 8   # NDRPDR iter env5
1436         - 9   # NDRPDR iter env5
1437         - 10  # NDRPDR iter env5
1438         - 11  # NDRPDR iter env5
1439         - 12  # NDRPDR iter env5
1440         - 13  # NDRPDR iter env5
1441     dpdk-compare-testbeds-skx-clx-cmp:
1442       csit-dpdk-perf-report-iterative-2009-2n-clx:
1443         - 4   # NDRPDR iter env5
1444         - 5   # NDRPDR iter env5
1445         - 6   # NDRPDR iter env5
1446         - 7   # NDRPDR iter env5
1447         - 8   # NDRPDR iter env5
1448         - 9   # NDRPDR iter env5
1449         - 10  # NDRPDR iter env5
1450         - 11  # NDRPDR iter env5
1451         - 12  # NDRPDR iter env5
1452         - 13  # NDRPDR iter env5
1453
1454     # Compare topologies
1455
1456     vpp-compare-topologies-ref:
1457       # TODO: Add:
1458       csit-vpp-perf-report-iterative-2009-3n-skx:
1459         - 27  # rls2009 NDRPDR iter env 5
1460         - 29  # rls2009 NDRPDR iter env 5
1461     vpp-compare-topologies-cmp:
1462       # TODO: Add:
1463       csit-vpp-perf-report-iterative-2009-2n-skx:
1464         - 35  # rls2009 NDRPDR iter env 5
1465         - 36  # rls2009 NDRPDR iter env 5
1466         - 37  # rls2009 NDRPDR iter env 5
1467         - 39  # rls2009 NDRPDR iter env 5
1468         - 40  # rls2009 NDRPDR iter env 5
1469         - 42  # rls2009 NDRPDR iter env 5
1470
1471     vpp-compare-topologies-mrr-ref:
1472       csit-vpp-perf-report-iterative-2009-3n-skx:
1473         - 24  # rls2009 MRR iter env 5
1474     vpp-compare-topologies-mrr-cmp:
1475       csit-vpp-perf-report-iterative-2009-2n-skx:
1476         - 26  # rls2009 MRR iter env 5
1477
1478     dpdk-compare-topologies-ref:
1479       csit-dpdk-perf-report-iterative-2009-3n-skx:
1480         - 4   # NDRPDR sel env5
1481         - 5   # NDRPDR sel env5
1482         - 6   # NDRPDR sel env5
1483         - 7   # NDRPDR sel env5
1484         - 8   # NDRPDR sel env5
1485         - 9   # NDRPDR sel env5
1486         - 14  # NDRPDR sel env5
1487         - 11  # NDRPDR sel env5
1488         - 12  # NDRPDR sel env5
1489         - 13  # NDRPDR sel env5
1490     dpdk-compare-topologies-cmp:
1491       csit-dpdk-perf-report-iterative-2009-2n-skx:
1492         - 4   # NDRPDR iter env5
1493         - 5   # NDRPDR iter env5
1494         - 6   # NDRPDR iter env5
1495         - 7   # NDRPDR iter env5
1496         - 8   # NDRPDR iter env5
1497         - 9   # NDRPDR iter env5
1498         - 10  # NDRPDR iter env5
1499         - 11  # NDRPDR iter env5
1500         - 12  # NDRPDR iter env5
1501         - 13  # NDRPDR iter env5
1502
1503   plot-layouts:
1504
1505     plot-soak-throughput:
1506       titlefont:
1507         size: 18
1508       xaxis:
1509         title: "<b>Test Cases [Index]</b>"
1510         titlefont:
1511           size: 16
1512         autorange: True
1513         fixedrange: False
1514         gridcolor: "rgb(230, 230, 230)"
1515         linecolor: "rgb(220, 220, 220)"
1516         linewidth: 1
1517         showgrid: True
1518         showline: True
1519         showticklabels: True
1520         tickcolor: "rgb(220, 220, 220)"
1521         tickmode: "linear"
1522         tickfont:
1523           size: 16
1524         zeroline: False
1525       yaxis:
1526         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1527         titlefont:
1528           size: 16
1529         gridcolor: "rgb(230, 230, 230)"
1530         hoverformat: ".4r"
1531         tickformat: ".3r"
1532         linecolor: "rgb(220, 220, 220)"
1533         linewidth: 1
1534         showgrid: True
1535         showline: True
1536         showticklabels: True
1537         tickcolor: "rgb(220, 220, 220)"
1538         tickfont:
1539           size: 16
1540         zeroline: False
1541         range: [0,50]
1542       autosize: False
1543       margin:
1544         t: 50
1545         b: 0
1546         l: 80
1547         r: 20
1548       showlegend: True
1549       legend:
1550         orientation: "h"
1551         font:
1552           size: 16
1553       width: 700
1554       height: 900
1555       paper_bgcolor: "#fff"
1556       plot_bgcolor: "#fff"
1557       hoverlabel:
1558         namelength: -1
1559
1560     plot-service-density:
1561       titlefont:
1562         size: 18
1563       xaxis:
1564         side: "top"
1565         autorange: True
1566         fixedrange: False
1567         showgrid: False
1568         showline: False
1569         showticklabels: False
1570         ticks: ""
1571         ticklen: 0
1572         tickwidth: 0
1573         zeroline: False
1574       yaxis:
1575         autorange: "reversed"
1576         showgrid: False
1577         showline: False
1578         showticklabels: False
1579         ticks: ""
1580         ticklen: 0
1581         tickwidth: 0
1582         zeroline: False
1583       showlegend: False
1584       paper_bgcolor: "#fff"
1585       plot_bgcolor: "#fff"
1586       width: 700
1587       height: 700
1588       hoverlabel:
1589         namelength: -1
1590
1591     plot-hoststack:
1592       titlefont:
1593         size: 16
1594       xaxis:
1595         title: "<b>Test Cases [Index]</b>"
1596         titlefont:
1597           size: 14
1598         autorange: True
1599         fixedrange: False
1600         gridcolor: "rgb(230, 230, 230)"
1601         linecolor: "rgb(220, 220, 220)"
1602         linewidth: 1
1603         showgrid: True
1604         showline: True
1605         showticklabels: True
1606         tickcolor: "rgb(220, 220, 220)"
1607         tickmode: "linear"
1608         tickfont:
1609           size: 14
1610         zeroline: False
1611       yaxis:
1612         title: "<b>Bandwidth [Gbps]</b>"
1613         titlefont:
1614           size: 14
1615         gridcolor: "rgb(230, 230, 230)"
1616         hoverformat: ".4s"
1617         linecolor: "rgb(220, 220, 220)"
1618         linewidth: 1
1619         rangemode: "tozero"
1620         showgrid: True
1621         showline: True
1622         showticklabels: True
1623         tickcolor: "rgb(230, 230, 230)"
1624         tickformat: ".3s"
1625         tickfont:
1626           size: 14
1627         zeroline: False
1628       boxmode: "group"
1629       boxgroupgap: 0.5
1630       autosize: False
1631       margin:
1632         t: 50
1633         b: 20
1634         l: 80
1635         r: 20
1636       showlegend: True
1637       legend:
1638         orientation: "h"
1639         font:
1640           size: 14
1641       width: 700
1642       height: 800
1643       paper_bgcolor: "#fff"
1644       plot_bgcolor: "#fff"
1645       hoverlabel:
1646         namelength: -1
1647
1648     plot-throughput:
1649       titlefont:
1650         size: 18
1651       xaxis:
1652         title: "<b>Test Cases [Index]</b>"
1653         titlefont:
1654           size: 16
1655         autorange: True
1656         fixedrange: False
1657         gridcolor: "rgb(230, 230, 230)"
1658         linecolor: "rgb(220, 220, 220)"
1659         linewidth: 1
1660         showgrid: True
1661         showline: True
1662         showticklabels: True
1663         tickcolor: "rgb(220, 220, 220)"
1664         tickmode: "linear"
1665         tickfont:
1666           size: 16
1667         zeroline: False
1668       yaxis:
1669         title: "<b>Packet Throughput [Mpps]</b>"
1670         titlefont:
1671           size: 16
1672         gridcolor: "rgb(230, 230, 230)"
1673         hoverformat: ".4r"
1674         tickformat: ".3r"
1675         linecolor: "rgb(220, 220, 220)"
1676         linewidth: 1
1677         showgrid: True
1678         showline: True
1679         showticklabels: True
1680         tickcolor: "rgb(220, 220, 220)"
1681         tickfont:
1682           size: 16
1683         zeroline: False
1684         range: [0,50]
1685       autosize: False
1686       margin:
1687         t: 50
1688         b: 0
1689         l: 80
1690         r: 20
1691       showlegend: True
1692       legend:
1693         orientation: "h"
1694         font:
1695           size: 16
1696       width: 700
1697       height: 900
1698       paper_bgcolor: "#fff"
1699       plot_bgcolor: "#fff"
1700       hoverlabel:
1701         namelength: -1
1702
1703     plot-throughput-speedup-analysis:
1704       titlefont:
1705         size: 18
1706       xaxis:
1707         title: "<b>Number of Cores [Qty]</b>"
1708         titlefont:
1709           size: 16
1710         autorange: True
1711         fixedrange: False
1712         gridcolor: "rgb(230, 230, 230)"
1713         linecolor: "rgb(220, 220, 220)"
1714         linewidth: 1
1715         showgrid: True
1716         showline: True
1717         showticklabels: True
1718         tickcolor: "rgb(238, 238, 238)"
1719         tickmode: "linear"
1720         tickfont:
1721           size: 16
1722         zeroline: False
1723       yaxis:
1724         title: "<b>Packet Throughput [Mpps]</b>"
1725         titlefont:
1726           size: 16
1727         type: "linear"
1728         gridcolor: "rgb(230, 230, 230)"
1729         hoverformat: ".4s"
1730         linecolor: "rgb(220, 220, 220)"
1731         linewidth: 1
1732         showgrid: True
1733         showline: True
1734         showticklabels: True
1735         tickcolor: "rgb(220, 220, 220)"
1736         tickformat: ".4s"
1737         tickfont:
1738           size: 16
1739         zeroline: True
1740         rangemode: "tozero"
1741         range: [0,100]
1742       legend:
1743         orientation: "h"
1744         font:
1745           size: 16
1746         xanchor: "left"
1747         yanchor: "top"
1748         x: 0
1749         y: -0.2
1750         bgcolor: "rgba(255, 255, 255, 0)"
1751         bordercolor: "rgba(255, 255, 255, 0)"
1752         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1753       autosize: False
1754       margin:
1755           't': 50
1756           'b': 150
1757           'l': 85
1758           'r': 10
1759       showlegend: True
1760       width: 700
1761       height: 700
1762       paper_bgcolor: "#fff"
1763       plot_bgcolor: "#fff"
1764       hoverlabel:
1765         namelength: -1
1766       annotations: [
1767         {
1768           text: "_ _          __          ...",
1769           align: "left",
1770           showarrow: False,
1771           xref: "paper",
1772           yref: "paper",
1773           xanchor: "left",
1774           yanchor: "top",
1775           x: 0,
1776           y: -0.13,
1777           font: {
1778             family: "Consolas, Courier New",
1779             size: 15
1780           },
1781         },
1782         {
1783           text: "    Perfect     Measured     Limit",
1784           align: "left",
1785           showarrow: False,
1786           xref: "paper",
1787           yref: "paper",
1788           xanchor: "left",
1789           yanchor: "top",
1790           x: 0,
1791           y: -0.15,
1792           font: {
1793             family: "Consolas, Courier New",
1794             size: 15
1795           },
1796         },
1797       ]
1798
1799     plot-latency:
1800       titlefont:
1801         size: 18
1802       xaxis:
1803         title: "<b>Direction</b>"
1804         titlefont:
1805           size: 16
1806         autorange: True
1807         fixedrange: False
1808         gridcolor: "rgb(230, 230, 230)"
1809         linecolor: "rgb(220, 220, 220)"
1810         linewidth: 1
1811         showgrid: True
1812         showline: True
1813         showticklabels: False
1814         tickcolor: "rgb(220, 220, 220)"
1815         tickmode: "linear"
1816         tickfont:
1817           size: 16
1818         zeroline: False
1819       yaxis:
1820         title: "<b>Packet Latency [uSec]</b>"
1821         titlefont:
1822           size: 16
1823         type: "linear"
1824         gridcolor: "rgb(230, 230, 230)"
1825         hoverformat: ".4s"
1826         linecolor: "rgb(220, 220, 220)"
1827         linewidth: 1
1828         showgrid: True
1829         showline: True
1830         showticklabels: True
1831         tickcolor: "rgb(220, 220, 220)"
1832         tickformat: ".4s"
1833         tickfont:
1834           size: 16
1835         zeroline: True
1836         rangemode: "tozero"
1837       legend:
1838         orientation: "h"
1839         font:
1840           size: 16
1841         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1842       autosize: False
1843       margin:
1844           't': 50
1845           'b': 150
1846           'l': 80
1847           'r': 10
1848       showlegend: True
1849       width: 700
1850       height: 700
1851       paper_bgcolor: "#fff"
1852       plot_bgcolor: "#fff"
1853       hoverlabel:
1854         namelength: -1
1855
1856     plot-hdrh-latency:
1857       title:
1858         text: ""
1859         xanchor: "center"
1860         x: 0.5
1861         font:
1862           size: 16
1863       width: 700
1864       plot_bgcolor: "white"
1865       annotations:
1866         - font:
1867             size: 14
1868           showarrow: False
1869           text: "<b>Packet Latency [uSec]</b>"
1870           x: 1
1871           xanchor: "right"
1872           xref: "paper"
1873           y: -0.045
1874           yanchor: "top"
1875           yref: "paper"
1876         - font:
1877             size: 14
1878           showarrow: False
1879           text: "<b>Probability [%]</b>"
1880           textangle: 270
1881           x: -0.06
1882           xanchor: "center"
1883           xref: "paper"
1884           y: 0.5
1885           yanchor: "middle"
1886           yref: "paper"
1887         - font:
1888             size: 14
1889           showarrow: False
1890           text: "<b>Direction: E-W</b>"
1891           x: 0.24
1892           xanchor: "center"
1893           xref: "paper"
1894           y: 1.05
1895           yanchor: "bottom"
1896           yref: "paper"
1897         - font:
1898             size: 14
1899           showarrow: False
1900           text: "<b>Direction: W-E</b>"
1901           x: 0.74
1902           xanchor: "center"
1903           xref: "paper"
1904           y: 1.05
1905           yanchor: "bottom"
1906           yref: "paper"
1907
1908     plot-hdrh-latency-percentile:
1909       title:
1910         text: ""
1911         xanchor: "center"
1912         x: 0.5
1913         font:
1914           size: 18
1915       xaxis:
1916         type: "log"
1917         title: "<b>Percentile [%]</b>"
1918         titlefont:
1919           size: 16
1920         autorange: True
1921         fixedrange: False
1922         gridcolor: "rgb(230, 230, 230)"
1923         linecolor: "rgb(220, 220, 220)"
1924         linewidth: 1
1925         showgrid: True
1926         showline: True
1927         showticklabels: True
1928         tickcolor: "rgb(220, 220, 220)"
1929         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
1930         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
1931         tickfont:
1932           size: 16
1933       yaxis:
1934         title: "<b>Packet Latency [uSec]</b>"
1935         titlefont:
1936           size: 16
1937         gridcolor: "rgb(230, 230, 230)"
1938         linecolor: "rgb(220, 220, 220)"
1939         linewidth: 1
1940         showgrid: True
1941         showline: True
1942         showticklabels: True
1943         tickcolor: "rgb(220, 220, 220)"
1944         tickfont:
1945           size: 16
1946       autosize: False
1947       showlegend: True
1948       legend:
1949         traceorder: "normal"
1950         orientation: "h"
1951         font:
1952           size: 16
1953         xanchor: "left"
1954         yanchor: "top"
1955         x: 0
1956         y: -0.15
1957         bgcolor: "rgba(255, 255, 255, 0)"
1958         bordercolor: "rgba(255, 255, 255, 0)"
1959       width: 700
1960       height: 700
1961       paper_bgcolor: "white"
1962       plot_bgcolor: "white"
1963
1964     plot-hdrh-latency-by-percentile:
1965       title:
1966         text: "<b>Latency by Percentile Distribution</b>"
1967         xanchor: "center"
1968         x: 0.5
1969         font:
1970           size: 18
1971       showlegend: True
1972       legend:
1973         traceorder: "normal"
1974         orientation: "h"
1975         font:
1976           size: 16
1977         xanchor: "left"
1978         yanchor: "top"
1979         x: 0
1980         y: -0.2
1981         bgcolor: "rgba(255, 255, 255, 0)"
1982         bordercolor: "rgba(255, 255, 255, 0)"
1983       xaxis:
1984         type: "linear"
1985         title: "<b>Percentile [%]</b>"
1986         titlefont:
1987           size: 14
1988         autorange: False
1989         fixedrange: False
1990         range: [0, 100]
1991         gridcolor: "rgb(230, 230, 230)"
1992         linecolor: "rgb(220, 220, 220)"
1993         linewidth: 1
1994         showgrid: True
1995         showline: True
1996         showticklabels: True
1997         tickcolor: "rgb(220, 220, 220)"
1998         tickvals: [0, 25, 50, 75, 100]
1999         ticktext: [0, 25, 50, 75, 100]
2000         tickfont:
2001           size: 14
2002       yaxis:
2003         title: "<b>One-Way Latency per Direction [uSec]</b>"
2004         titlefont:
2005           size: 14
2006         gridcolor: "rgb(230, 230, 230)"
2007         linecolor: "rgb(220, 220, 220)"
2008         linewidth: 1
2009         showgrid: True
2010         showline: True
2011         showticklabels: True
2012         tickcolor: "rgb(220, 220, 220)"
2013         tickfont:
2014           size: 14
2015       width: 700
2016       height: 700
2017       paper_bgcolor: "white"
2018       plot_bgcolor: "white"
2019
2020 - type: "static"
2021   src-path: "{DIR[RST]}"
2022   dst-path: "{DIR[WORKING,SRC]}"
2023
2024 - type: "input"
2025   general:
2026     file-name: "output_info.xml.gz"
2027     file-format: ".gz"
2028     arch-file-format:
2029       - ".gz"
2030       - ".zip"
2031     download-path: "{job}/{build}/archives/{filename}"
2032     extract: "output.xml"
2033
2034     zip-file-name: "robot-plugin.zip"
2035     zip-file-format: ".zip"
2036     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2037     zip-extract: "robot-plugin/output.xml"
2038
2039   builds:
2040
2041     csit-vpp-perf-verify-2001-3n-hsw:
2042       - 17  # MRR sel
2043     csit-vpp-perf-report-iterative-2005-3n-hsw:
2044       - 20  # NDRPDR sel env 4
2045       - 21  # NDRPDR sel env 4
2046       - 22  # NDRPDR sel env 4
2047       - 23  # NDRPDR sel env 4
2048       - 24  # NDRPDR sel env 4
2049       - 25  # NDRPDR sel env 4
2050       - 26  # NDRPDR sel env 4
2051       - 27  # NDRPDR sel env 4
2052       - 28  # NDRPDR sel env 4
2053       - 29  # NDRPDR sel env 4
2054       - 13  # MRR
2055       - 30  # MRR env 4
2056       - 31  # NDRPDR sel 2001.0-4
2057       - 32  # NDRPDR sel 2001.0-4
2058       - 33  # NDRPDR sel 2001.0-4
2059       - 34  # NDRPDR sel 2001.0-4
2060       - 35  # NDRPDR sel 2001.0-4
2061       - 36  # NDRPDR sel 2001.0-4
2062       - 38  # NDRPDR sel 2001.0-4
2063     csit-vpp-perf-report-iterative-2009-3n-hsw:
2064       - 18  # rls2005 MRR iter env 5
2065       - 9   # rls2005 NDRPDR iter env 5
2066       - 10  # rls2005 NDRPDR iter env 5
2067       - 11  # rls2005 NDRPDR iter env 5
2068       - 12  # rls2005 NDRPDR iter env 5
2069       - 13  # rls2005 NDRPDR iter env 5
2070       - 14  # rls2005 NDRPDR iter env 5
2071       - 15  # rls2005 NDRPDR iter env 5
2072       - 16  # rls2005 NDRPDR iter env 5
2073       - 17  # rls2005 NDRPDR iter env 5
2074       - 19  # rls2005 NDRPDR iter env 5
2075       - 23  # rls2009 MRR iter env 5
2076       - 21  # rls2009 NDRPDR iter env 5
2077       - 22  # rls2009 NDRPDR iter env 5
2078       - 24  # rls2009 NDRPDR iter env 5
2079       - 25  # rls2009 NDRPDR iter env 5
2080       - 26  # rls2009 NDRPDR iter env 5
2081       - 27  # rls2009 NDRPDR iter env 5
2082       - 28  # rls2009 NDRPDR iter env 5
2083       - 29  # rls2009 NDRPDR iter env 5
2084       - 30  # rls2009 NDRPDR iter env 5
2085       - 31  # rls2009 NDRPDR iter env 5
2086       - 32  # rls2009 Hoststack iter env 5
2087       - 33  # rls2009 Hoststack iter env 5
2088       - 34  # rls2009 Hoststack iter env 5
2089       - 35  # rls2009 Hoststack iter env 5
2090       - 36  # rls2009 Hoststack iter env 5
2091       - 37  # rls2009 Hoststack iter env 5
2092       - 38  # rls2009 Hoststack iter env 5
2093       - 39  # rls2009 Hoststack iter env 5
2094       - 40  # rls2009 Hoststack iter env 5
2095       - 41  # rls2009 Hoststack iter env 5
2096     # TODO: Add:
2097     csit-vpp-perf-report-coverage-2009-3n-hsw:
2098       - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
2099       - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
2100       - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
2101       - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
2102       - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
2103       - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
2104       - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
2105       - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
2106       - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
2107       - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
2108       - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
2109       - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
2110       - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
2111       - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
2112       - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
2113
2114     csit-vpp-perf-verify-2001-3n-skx:
2115       - 50  # MRR sel
2116       - 53  # MRR sel addition
2117     csit-vpp-perf-report-iterative-2005-3n-skx:
2118       - 4   # NDRPDR sel
2119       - 5   # NDRPDR sel ??? all x710 failed
2120       - 33  # NDRPDR sel
2121       - 28  # NDRPDR sel
2122       - 34  # NDRPDR sel
2123       - 42  # NDRPDR sel env 4
2124       - 43  # NDRPDR sel env 4
2125       - 44  # NDRPDR sel env 4
2126       - 45  # NDRPDR sel env 4
2127       - 47  # NDRPDR sel env 4
2128       - 55  # NDRPDR sel env 4
2129       - 56  # NDRPDR sel env 4
2130       - 57  # NDRPDR sel env 4
2131       - 61  # NDRPDR sel env 4
2132       - 62  # NDRPDR sel env 4
2133       - 50  # NDRPDR sel 2001.0-4
2134       - 51  # NDRPDR sel 2001.0-4
2135       - 52  # NDRPDR sel 2001.0-4
2136       - 53  # NDRPDR sel 2001.0-4
2137       - 54  # NDRPDR sel 2001.0-4
2138       - 49  # MRR sel env 4
2139     # TODO: Add:
2140     csit-vpp-perf-report-iterative-2009-3n-skx:
2141       - 17  # rls2005 MRR iter env 5
2142       - 13  # rls2005 NDRPDR iter env 5
2143       - 18  # rls2005 NDRPDR iter env 5
2144       - 19  # rls2005 NDRPDR iter env 5
2145       - 24  # rls2009 MRR iter env 5
2146       - 27  # rls2009 NDRPDR iter env 5
2147       - 29  # rls2009 NDRPDR iter env 5
2148     # TODO: Add:
2149     csit-vpp-perf-report-coverage-2009-3n-skx:
2150       - 1   # RC2 env5 3n-skx-ip4-00
2151
2152     csit-vpp-perf-verify-2001-2n-skx:
2153       - 101  # MRR sel - old
2154       - 128  # MRR sel addition - old
2155     csit-vpp-perf-report-iterative-2005-2n-skx:
2156       - 88  # NDRPDR sel env 4
2157       - 89  # NDRPDR sel env 4
2158       - 90  # NDRPDR sel env 4
2159       - 91  # NDRPDR sel env 4
2160       - 92  # NDRPDR sel env 4
2161       - 93  # NDRPDR sel env 4
2162       - 94  # NDRPDR sel env 4
2163       - 125 # NDRPDR sel env 4
2164       - 126 # NDRPDR sel env 4
2165       - 127 # NDRPDR sel env 4
2166       - 100 # NDRPDR sel 2001.0-4
2167       - 101 # NDRPDR sel 2001.0-4
2168       - 102 # NDRPDR sel 2001.0-4
2169       - 103 # NDRPDR sel 2001.0-4
2170       - 104 # NDRPDR sel 2001.0-4
2171       - 105 # NDRPDR sel 2001.0-4
2172       - 99  # MRR sel env 4
2173       - 122 # Soak
2174       - 123 # Soak
2175       - 113 # nf-density-sel env 4
2176       - 114 # nf-density-sel env 4
2177       - 124 # nf-density-sel env 4
2178       - 128 # nf-density-sel env 4
2179       - 129 # nf-density-sel env 4
2180       - 131 # nf-density-sel env 4
2181       - 132 # nf-density-sel env 4
2182       - 135 # nf-density-sel env 4
2183       - 136 # nf-density-sel env 4
2184       - 139 # nf-density-sel env 4
2185       - 115 # MRR nf-density-sel env 4
2186     # TODO: Add:
2187     csit-vpp-perf-report-iterative-2009-2n-skx:
2188       - 20  # rls2005 MRR iter env 5
2189       - 13  # rls2005 NDRPDR iter env 5
2190       - 16  # rls2005 NDRPDR iter env 5
2191       - 17  # rls2005 NDRPDR iter env 5
2192       - 18  # rls2005 NDRPDR iter env 5
2193       - 19  # rls2005 NDRPDR iter env 5
2194       - 21  # rls2005 NDRPDR iter env 5
2195       - 22  # rls2005 NDRPDR iter env 5
2196       - 23  # rls2005 NDRPDR iter env 5
2197       - 24  # rls2005 NDRPDR iter env 5
2198       - 25  # rls2005 NDRPDR iter env 5
2199       - 26  # rls2009 MRR iter env 5
2200       - 35  # rls2009 NDRPDR iter env 5
2201       - 36  # rls2009 NDRPDR iter env 5
2202       - 37  # rls2009 NDRPDR iter env 5
2203       - 39  # rls2009 NDRPDR iter env 5
2204       - 40  # rls2009 NDRPDR iter env 5
2205       - 42  # rls2009 NDRPDR iter env 5
2206       - 38  # rls2009 nf-density iter env 5
2207       - 41  # rls2009 nf-density iter env 5
2208       - 45  # rls2009 nf-density iter env 5
2209       - 47  # rls2009 nf-density iter env 5
2210       - 27  # rls2009 reconf env 5
2211       - 28  # rls2009 reconf env 5
2212       - 29  # rls2009 reconf env 5
2213       - 30  # rls2009 reconf env 5
2214       - 31  # rls2009 reconf env 5
2215       - 32  # rls2009 reconf env 5
2216       - 33  # rls2009 soak env 5
2217       - 34  # rls2009 soak env 5
2218     # TODO: Add:
2219     csit-vpp-perf-report-coverage-2009-2n-skx:
2220       - 7   # RC2 env5 2n-skx-ip4-00
2221
2222     csit-vpp-perf-verify-2001-2n-clx:
2223       - 39  # MRR
2224     csit-vpp-perf-report-iterative-2005-2n-clx:
2225       - 62  # NDRPDR sel env 4
2226       - 63  # NDRPDR sel env 4
2227       - 64  # NDRPDR sel env 4
2228       - 65  # NDRPDR sel env 4
2229       - 66  # NDRPDR sel env 4
2230       - 68  # NDRPDR sel env 4
2231       - 69  # NDRPDR sel env 4
2232       - 70  # NDRPDR sel env 4
2233       - 103 # NDRPDR sel env 4
2234       - 104 # NDRPDR sel env 4
2235       - 73  # NDRPDR sel 2001.0-4
2236       - 74  # NDRPDR sel 2001.0-4
2237       - 75  # NDRPDR sel 2001.0-4
2238       - 76  # NDRPDR sel 2001.0-4
2239       - 77  # NDRPDR sel 2001.0-4
2240       - 78  # NDRPDR sel 2001.0-4
2241       - 79  # NDRPDR sel 2001.0-4
2242       - 80  # NDRPDR sel 2001.0-4
2243       - 72  # MRR env 4
2244       - 91  # nfv-density-00 env 4
2245       - 92  # nfv-density-00 env 4
2246       - 93  # nfv-density-00 env 4
2247       - 97  # nfv-density-00 env 4
2248       - 98  # nfv-density-00 env 4
2249       - 99  # nfv-density-00 env 4
2250       - 100 # nfv-density-00 env 4
2251       - 105 # nfv-density-00 env 4
2252       - 106 # nfv-density-00 env 4
2253       - 108 # nfv-density-00 env 4
2254       - 96  # MRR nfv-density-00 env 4
2255     # TODO: Add:
2256     csit-vpp-perf-report-iterative-2009-2n-clx:
2257       - 16  # rls2005 MRR iter env 5
2258       - 13  # rls2005 NDRPDR iter env 5
2259       - 15  # rls2005 NDRPDR iter env 5
2260       - 17  # rls2005 NDRPDR iter env 5
2261       - 18  # rls2005 NDRPDR iter env 5
2262       - 19  # rls2005 NDRPDR iter env 5
2263       - 20  # rls2005 NDRPDR iter env 5
2264       - 21  # rls2005 NDRPDR iter env 5
2265       - 22  # rls2005 NDRPDR iter env 5
2266       - 23  # rls2005 NDRPDR iter env 5
2267       - 24  # rls2005 NDRPDR iter env 5
2268       - 35  # rls2009 MRR iter env 5
2269       - 36  # rls2009 NDRPDR iter env 5
2270       - 38  # rls2009 NDRPDR iter env 5
2271       - 41  # rls2009 NDRPDR iter env 5
2272       - 37  # rls2009 nf-density iter env 5
2273       - 43  # rls2009 nf-density iter env 5
2274       - 25  # rls2009 reconf env 5
2275       - 27  # rls2009 reconf env 5
2276       - 28  # rls2009 reconf env 5
2277       - 29  # rls2009 reconf env 5
2278       - 30  # rls2009 reconf env 5
2279       - 30  # rls2009 reconf env 5
2280       - 32  # rls2009 reconf env 5
2281       - 33  # rls2009 soak env 5
2282       - 34  # rls2009 soak env 5
2283     # TODO: Add:
2284     csit-vpp-perf-report-coverage-2009-2n-clx:
2285       - 1   # RC2 env5 2n-clx-ip4-00
2286
2287     csit-vpp-perf-verify-2001-3n-tsh:
2288       - 9   # MRR sel
2289     csit-vpp-perf-report-iterative-2005-3n-tsh:
2290       - 9   # NDRPDR sel
2291       - 11  # NDRPDR sel
2292       - 12  # NDRPDR sel
2293       - 20  # NDRPDR sel
2294       - 14  # NDRPDR sel
2295       - 21  # NDRPDR sel
2296       - 23  # NDRPDR sel env 4
2297       - 25  # NDRPDR sel env 4
2298       - 33  # NDRPDR sel env 4
2299       - 34  # NDRPDR sel env 4
2300       - 35  # NDRPDR sel env 4
2301       - 36  # NDRPDR sel env 4
2302       - 37  # NDRPDR sel env 4
2303       - 38  # NDRPDR sel env 4
2304       - 39  # NDRPDR sel env 4
2305       - 40  # NDRPDR sel env 4
2306       - 28  # NDRPDR sel 2001.0-4
2307       - 29  # NDRPDR sel 2001.0-4
2308       - 31  # NDRPDR sel 2001.0-4
2309       - 27  # MRR sel env 4
2310     # TODO: Add:
2311     csit-vpp-perf-report-iterative-2009-3n-tsh:
2312       - 8   # rls2005 NDRPDR iter env 5
2313       - 11  # rls2005 NDRPDR iter env 5
2314       - 12  # rls2005 NDRPDR iter env 5
2315       - 14  # rls2009 NDRPDR iter env 5
2316     csit-vpp-perf-report-coverage-2009-3n-tsh:
2317       - 1   # RC2 3n-tsh-ip4-00
2318
2319 #    csit-vpp-perf-verify-2001-3n-dnv:
2320 #      - 5   # NDRPDR sel
2321 #      - 6   # NDRPDR sel
2322 #      - 7   # NDRPDR sel
2323 #      - 8   # NDRPDR sel
2324 #      - 9   # NDRPDR sel
2325 #      - 10  # NDRPDR sel
2326 #      - 12  # NDRPDR sel
2327 #      - 16  # NDRPDR sel
2328 #      - 17  # NDRPDR sel
2329 #      - 18  # NDRPDR sel
2330 #      - 11  # MRR sel
2331 #    csit-vpp-perf-report-iterative-2005-3n-dnv:
2332 #      - 2   # NDRPDR sel
2333 #      - 3   # NDRPDR sel
2334 #      - 4   # NDRPDR sel
2335 #      - 5   # NDRPDR sel
2336 #      - 6   # NDRPDR sel
2337 #      - 7   # NDRPDR sel
2338 #      - 9   # NDRPDR sel
2339 #      - 10  # NDRPDR sel
2340 #      - 11  # NDRPDR sel
2341 #      - 12  # NDRPDR sel
2342 #      - 8   # MRR
2343 #    csit-vpp-perf-report-coverage-2005-3n-dnv:
2344 #      - 1   # perf-full-3n-dnv-crypto_I
2345 #      - 24  # perf-full-3n-dnv-crypto_II
2346 #      - 5   # perf-full-3n-dnv-ip4_I
2347 #      - 13  # perf-full-3n-dnv-ip4_II
2348 #      - 17  # perf-full-3n-dnv-ip6_I
2349 #      - 18  # perf-full-3n-dnv-ip6_II
2350 #      - 21  # perf-full-3n-dnv-l2_I
2351 #      - 22  # perf-full-3n-dnv-l2_II
2352 #      - 23  # perf-full-3n-dnv-ip4-tunnels_I
2353 #    # TODO: Add:
2354 #    # csit-vpp-perf-report-iterative-2009-3n-dnv:
2355 #    # TODO: Add:
2356 #    # csit-vpp-perf-report-coverage-2009-3n-dnv:
2357
2358 #    csit-vpp-perf-verify-2001-2n-dnv:
2359 #      - 4   # NDRPDR sel
2360 #      - 5   # NDRPDR sel
2361 #      - 6   # NDRPDR sel
2362 #      - 7   # NDRPDR sel
2363 #      - 8   # NDRPDR sel
2364 #      - 9   # NDRPDR sel
2365 #      - 10  # NDRPDR sel
2366 #      - 11  # NDRPDR sel
2367 #      - 13  # NDRPDR sel
2368 #      - 16  # NDRPDR sel
2369 #      - 12  # MRR sel
2370 #    csit-vpp-perf-report-iterative-2005-2n-dnv:
2371 #      - 3   # NDRPDR sel
2372 #      - 6   # NDRPDR sel
2373 #      - 7   # NDRPDR sel
2374 #      - 8   # NDRPDR sel
2375 #      - 9   # NDRPDR sel
2376 #      - 10  # NDRPDR sel
2377 #      - 11  # NDRPDR sel
2378 #      - 12  # NDRPDR sel
2379 #      - 13  # NDRPDR sel
2380 #      - 14  # NDRPDR sel
2381 #      - 15  # MRR sel
2382 #    csit-vpp-perf-report-coverage-2005-2n-dnv:
2383 #      - 1   # perf-full-2n-dnv-ip4_I
2384 #      - 2   # perf-full-2n-dnv-ip4_II
2385 #      - 3   # perf-full-2n-dnv-ip6_I
2386 #      - 4   # perf-full-2n-dnv-ip6_II
2387 #      - 5   # perf-full-2n-dnv-l2_I
2388 #      - 6   # perf-full-2n-dnv-l2_II
2389 #    # TODO: Add:
2390 #    # csit-vpp-perf-report-iterative-2009-2n-dnv:
2391 #    # TODO: Add:
2392 #    # csit-vpp-perf-report-coverage-2009-2n-dnv:
2393
2394     csit-dpdk-perf-verify-2001-3n-hsw:
2395       - 4   # NDRPDR sel
2396       - 5   # NDRPDR sel
2397       - 6   # NDRPDR sel
2398       - 7   # NDRPDR sel
2399       - 8   # NDRPDR sel
2400       - 9   # NDRPDR sel
2401       - 10  # NDRPDR sel
2402       - 11  # NDRPDR sel
2403       - 12  # NDRPDR sel
2404       - 13  # NDRPDR sel
2405       - 15  # NDRPDR sel
2406       - 16  # NDRPDR sel
2407       - 17  # NDRPDR sel
2408       - 18  # NDRPDR sel
2409       - 19  # NDRPDR sel
2410       - 20  # NDRPDR sel
2411       - 21  # NDRPDR sel
2412       - 22  # NDRPDR sel
2413       - 23  # NDRPDR sel
2414       - 24  # NDRPDR sel
2415     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2416       - 25  # NDRPDR iter
2417       - 26  # NDRPDR iter
2418       - 27  # NDRPDR iter
2419       - 28  # NDRPDR iter
2420       - 29  # NDRPDR iter
2421       - 30  # NDRPDR iter
2422       - 31  # NDRPDR iter
2423       - 32  # NDRPDR iter
2424       - 33  # NDRPDR iter
2425       - 34  # NDRPDR iter
2426     csit-dpdk-perf-report-iterative-2009-3n-hsw:
2427       - 6   # NDRPDR iter env5
2428       - 7   # NDRPDR iter env5
2429       - 8   # NDRPDR iter env5
2430       - 9   # NDRPDR iter env5
2431       - 10  # NDRPDR iter env5
2432       - 11  # NDRPDR iter env5
2433       - 12  # NDRPDR iter env5
2434       - 13  # NDRPDR iter env5
2435       - 14  # NDRPDR iter env5
2436       - 15  # NDRPDR iter env5
2437
2438     csit-dpdk-perf-verify-2001-3n-skx:
2439       - 29  # NDRPDR sel xxv710
2440       - 33  # NDRPDR sel xxv710
2441       - 34  # NDRPDR sel xxv710
2442       - 35  # NDRPDR sel xxv710
2443       - 36  # NDRPDR sel xxv710
2444       - 37  # NDRPDR sel xxv710
2445       - 41  # NDRPDR sel xxv710
2446       - 42  # NDRPDR sel xxv710
2447       - 43  # NDRPDR sel xxv710
2448       - 45  # NDRPDR sel xxv710
2449       - 30  # NDRPDR sel x710
2450       - 31  # NDRPDR sel x710
2451       - 32  # NDRPDR sel x710
2452       - 38  # NDRPDR sel x710
2453       - 39  # NDRPDR sel x710
2454       - 40  # NDRPDR sel x710
2455       - 44  # NDRPDR sel x710
2456       - 46  # NDRPDR sel x710
2457       - 47  # NDRPDR sel x710
2458       - 48  # NDRPDR sel x710
2459     csit-dpdk-perf-report-iterative-2005-3n-skx:
2460       - 28  # NDRPDR iter
2461       - 29  # NDRPDR iter
2462       - 30  # NDRPDR iter
2463       - 31  # NDRPDR iter
2464       - 32  # NDRPDR iter
2465       - 33  # NDRPDR iter
2466       - 34  # NDRPDR iter
2467       - 35  # NDRPDR iter
2468       - 36  # NDRPDR iter
2469       - 37  # NDRPDR iter
2470     csit-dpdk-perf-report-iterative-2009-3n-skx:
2471       - 4   # NDRPDR sel env5
2472       - 5   # NDRPDR sel env5
2473       - 6   # NDRPDR sel env5
2474       - 7   # NDRPDR sel env5
2475       - 8   # NDRPDR sel env5
2476       - 9   # NDRPDR sel env5
2477       - 14  # NDRPDR sel env5
2478       - 11  # NDRPDR sel env5
2479       - 12  # NDRPDR sel env5
2480       - 13  # NDRPDR sel env5
2481
2482     csit-dpdk-perf-verify-2001-2n-skx:
2483       - 35  # NDRPDR sel xxv710
2484       - 36  # NDRPDR sel xxv710
2485       - 37  # NDRPDR sel xxv710
2486       - 41  # NDRPDR sel xxv710
2487       - 42  # NDRPDR sel xxv710
2488       - 43  # NDRPDR sel xxv710
2489       - 46  # NDRPDR sel xxv710
2490       - 47  # NDRPDR sel xxv710
2491       - 52  # NDRPDR sel xxv710
2492       - 53  # NDRPDR sel xxv710
2493       - 38  # NDRPDR sel x710
2494       - 39  # NDRPDR sel x710
2495       - 40  # NDRPDR sel x710
2496       - 44  # NDRPDR sel x710
2497       - 45  # NDRPDR sel x710
2498       - 48  # NDRPDR sel x710
2499       - 49  # NDRPDR sel x710
2500       - 50  # NDRPDR sel x710
2501       - 51  # NDRPDR sel x710
2502       - 54  # NDRPDR sel x710
2503     csit-dpdk-perf-report-iterative-2005-2n-skx:
2504       - 20  # NDRPDR iter
2505       - 21  # NDRPDR iter
2506       - 22  # NDRPDR iter
2507       - 23  # NDRPDR iter
2508       - 24  # NDRPDR iter
2509       - 25  # NDRPDR iter
2510       - 26  # NDRPDR iter
2511       - 27  # NDRPDR iter
2512       - 28  # NDRPDR iter
2513       - 29  # NDRPDR iter
2514     csit-dpdk-perf-report-iterative-2009-2n-skx:
2515       - 4   # NDRPDR iter env5
2516       - 5   # NDRPDR iter env5
2517       - 6   # NDRPDR iter env5
2518       - 7   # NDRPDR iter env5
2519       - 8   # NDRPDR iter env5
2520       - 9   # NDRPDR iter env5
2521       - 10  # NDRPDR iter env5
2522       - 11  # NDRPDR iter env5
2523       - 12  # NDRPDR iter env5
2524       - 13  # NDRPDR iter env5
2525
2526     csit-dpdk-perf-verify-2001-2n-clx:
2527       - 15  # NDRPDR sel
2528       - 16  # NDRPDR sel
2529       - 17  # NDRPDR sel
2530       - 18  # NDRPDR sel
2531       - 19  # NDRPDR sel
2532       - 20  # NDRPDR sel
2533       - 21  # NDRPDR sel
2534       - 22  # NDRPDR sel
2535       - 23  # NDRPDR sel
2536       - 24  # NDRPDR sel
2537       - 25  # NDRPDR sel
2538       - 26  # NDRPDR sel
2539       - 27  # NDRPDR sel
2540       - 28  # NDRPDR sel
2541       - 29  # NDRPDR sel
2542       - 30  # NDRPDR sel
2543       - 31  # NDRPDR sel
2544       - 32  # NDRPDR sel
2545       - 33  # NDRPDR sel
2546       - 34  # NDRPDR sel
2547     csit-dpdk-perf-report-iterative-2005-2n-clx:
2548       - 20  # NDRPDR iter
2549       - 21  # NDRPDR iter
2550       - 22  # NDRPDR iter
2551       - 23  # NDRPDR iter
2552       - 24  # NDRPDR iter
2553       - 25  # NDRPDR iter
2554       - 26  # NDRPDR iter
2555       - 27  # NDRPDR iter
2556       - 28  # NDRPDR iter
2557       - 29  # NDRPDR iter
2558     csit-dpdk-perf-report-iterative-2009-2n-clx:
2559       - 4   # NDRPDR iter env5
2560       - 5   # NDRPDR iter env5
2561       - 6   # NDRPDR iter env5
2562       - 7   # NDRPDR iter env5
2563       - 8   # NDRPDR iter env5
2564       - 9   # NDRPDR iter env5
2565       - 10  # NDRPDR iter env5
2566       - 11  # NDRPDR iter env5
2567       - 12  # NDRPDR iter env5
2568       - 13  # NDRPDR iter env5
2569
2570 #    csit-dpdk-perf-verify-2001-2n-dnv:
2571 #      - 9   # NDRPDR sel
2572 #      - 10  # NDRPDR sel
2573 #      - 11  # NDRPDR sel
2574 #      - 12  # NDRPDR sel
2575 #      - 13  # NDRPDR sel
2576 #      - 14  # NDRPDR sel
2577 #      - 15  # NDRPDR sel
2578 #      - 16  # NDRPDR sel
2579 #      - 17  # NDRPDR sel
2580 #      - 18  # NDRPDR sel
2581 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
2582 #      - 8   # NDRPDR sel
2583 #      - 9   # NDRPDR sel
2584 #      - 10  # NDRPDR sel
2585 #      - 11  # NDRPDR sel
2586 #      - 12  # NDRPDR sel
2587 #      - 13  # NDRPDR sel
2588 #      - 14  # NDRPDR sel
2589 #      - 15  # NDRPDR sel
2590 #      - 16  # NDRPDR sel
2591 #      - 17  # NDRPDR sel
2592 #    # TODO: Add:
2593 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
2594
2595 #    csit-dpdk-perf-verify-2001-3n-dnv:
2596 #      - 12  # NDRPDR sel
2597 #      - 13  # NDRPDR sel
2598 #      - 14  # NDRPDR sel
2599 #      - 15  # NDRPDR sel
2600 #      - 16  # NDRPDR sel
2601 #      - 17  # NDRPDR sel
2602 #      - 18  # NDRPDR sel
2603 #      - 19  # NDRPDR sel
2604 #      - 20  # NDRPDR sel
2605 #      - 22  # NDRPDR sel
2606 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
2607 #      - 6   # NDRPDR sel
2608 #      - 7   # NDRPDR sel
2609 #      - 8   # NDRPDR sel
2610 #      - 9   # NDRPDR sel
2611 #      - 10  # NDRPDR sel
2612 #      - 11  # NDRPDR sel
2613 #      - 12  # NDRPDR sel
2614 #      - 13  # NDRPDR sel
2615 #      - 14  # NDRPDR sel
2616 #      - 16  # NDRPDR sel
2617 #    # TODO: Add:
2618 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
2619
2620     csit-dpdk-perf-verify-2001-3n-tsh:
2621       - 3   # NDRPDR sel
2622       - 4   # NDRPDR sel
2623       - 5   # NDRPDR sel
2624       - 9   # NDRPDR sel
2625       - 10  # NDRPDR sel
2626       - 11  # NDRPDR sel
2627       - 12  # NDRPDR sel
2628       - 14  # NDRPDR sel
2629       - 15  # NDRPDR sel
2630       - 18  # NDRPDR sel
2631     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2632       - 5   # NDRPDR sel
2633     # TODO: Add:
2634     csit-dpdk-perf-report-iterative-2009-3n-tsh:
2635       - 1   # NDRPDR iter env5
2636       - 2   # NDRPDR iter env5
2637       - 3   # NDRPDR iter env5
2638       - 4   # NDRPDR iter env5
2639       - 5   # NDRPDR iter env5
2640       - 6   # NDRPDR iter env5
2641       - 7   # NDRPDR iter env5
2642       - 9   # NDRPDR iter env5
2643       - 10  # NDRPDR iter env5
2644
2645     # TODO: Add:
2646     csit-vpp-device-2009-ubuntu1804-1n-skx:
2647       - 131 # rls2009 env 5
2648
2649 - type: "output"
2650   output: "report"
2651   format:
2652     html:
2653     - full
2654 #    pdf:
2655 #    - minimal
2656
2657 ################################################################################
2658 ###                               T A B L E S                                ###
2659 ################################################################################
2660
2661 # VPP Soak vs NDR - 2n-skx
2662 - type: "table"
2663   title: "VPP Soak vs NDR 2n-skx"
2664   algorithm: "table_soak_vs_ndr"
2665   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2666   reference:
2667     title: "NDR"
2668     data: "vpp-soak-vs-ndr-2n-skx-ref"
2669   compare:
2670     title: "Soak"
2671     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2672   data: "vpp-soak-vs-ndr-2n-skx"
2673   include-tests: "NDR"
2674   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2675   parameters:
2676     - "throughput"
2677     - "name"
2678     - "parent"
2679
2680 # VPP Soak vs NDR - 2n-clx
2681 - type: "table"
2682   title: "VPP Soak vs NDR 2n-clx"
2683   algorithm: "table_soak_vs_ndr"
2684   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2685   reference:
2686     title: "NDR"
2687     data: "vpp-soak-vs-ndr-2n-clx-ref"
2688   compare:
2689     title: "Soak"
2690     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2691   data: "vpp-soak-vs-ndr-2n-clx"
2692   include-tests: "NDR"
2693   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2694   parameters:
2695     - "throughput"
2696     - "name"
2697     - "parent"
2698
2699 ################################################################################
2700
2701 ## VPP Compare NICs 3n-skx 2t1c ndr
2702 #- type: "table"
2703 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2704 #  algorithm: "table_comparison"
2705 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2706 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2707 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2708 #  columns:
2709 #    - title: "x710"
2710 #      data-set: "vpp-nic-comparison-3n-skx"
2711 #      tag: "NIC_Intel-X710"
2712 #    - title: "xxv710"
2713 #      data-set: "vpp-nic-comparison-3n-skx"
2714 #      tag: "NIC_Intel-XXV710"
2715 #  comparisons:
2716 #    - title: "Diff"
2717 #      reference: 1
2718 #      compare: 2
2719 #  legend:
2720 #    - ""
2721 #    - "x710, xxv710 - NICs tested."
2722 #    - "Diff - difference between x710 and xxv710 NIC."
2723 #
2724 ## VPP Compare NICs 3n-skx 4t2c ndr
2725 #- type: "table"
2726 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2727 #  algorithm: "table_comparison"
2728 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2729 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2730 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2731 #  columns:
2732 #    - title: "x710"
2733 #      data-set: "vpp-nic-comparison-3n-skx"
2734 #      tag: "NIC_Intel-X710"
2735 #    - title: "xxv710"
2736 #      data-set: "vpp-nic-comparison-3n-skx"
2737 #      tag: "NIC_Intel-XXV710"
2738 #  comparisons:
2739 #    - title: "Diff"
2740 #      reference: 1
2741 #      compare: 2
2742 #  legend:
2743 #    - ""
2744 #    - "x710, xxv710 - NICs tested."
2745 #    - "Diff - difference between x710 and xxv710 NIC."
2746 #
2747 ## VPP Compare NICs 3n-skx 2t1c pdr
2748 #- type: "table"
2749 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2750 #  algorithm: "table_comparison"
2751 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2752 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2753 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2754 #  columns:
2755 #    - title: "x710"
2756 #      data-set: "vpp-nic-comparison-3n-skx"
2757 #      tag: "NIC_Intel-X710"
2758 #    - title: "xxv710"
2759 #      data-set: "vpp-nic-comparison-3n-skx"
2760 #      tag: "NIC_Intel-XXV710"
2761 #  comparisons:
2762 #    - title: "Diff"
2763 #      reference: 1
2764 #      compare: 2
2765 #  legend:
2766 #    - ""
2767 #    - "x710, xxv710 - NICs tested."
2768 #    - "Diff - difference between x710 and xxv710 NIC."
2769 #
2770 ## VPP Compare NICs 3n-skx 4t2c pdr
2771 #- type: "table"
2772 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2773 #  algorithm: "table_comparison"
2774 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2775 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2776 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2777 #  columns:
2778 #    - title: "x710"
2779 #      data-set: "vpp-nic-comparison-3n-skx"
2780 #      tag: "NIC_Intel-X710"
2781 #    - title: "xxv710"
2782 #      data-set: "vpp-nic-comparison-3n-skx"
2783 #      tag: "NIC_Intel-XXV710"
2784 #  comparisons:
2785 #    - title: "Diff"
2786 #      reference: 1
2787 #      compare: 2
2788 #  legend:
2789 #    - ""
2790 #    - "x710, xxv710 - NICs tested."
2791 #    - "Diff - difference between x710 and xxv710 NIC."
2792
2793 ## VPP Compare NICs 3n-skx 2t1c mrr
2794 #- type: "table"
2795 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2796 #  algorithm: "table_comparison"
2797 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2798 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2799 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2800 #  columns:
2801 #    - title: "x710"
2802 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2803 #      tag: "NIC_Intel-X710"
2804 #    - title: "xxv710"
2805 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2806 #      tag: "NIC_Intel-XXV710"
2807 #  comparisons:
2808 #    - title: "Diff"
2809 #      reference: 1
2810 #      compare: 2
2811 #  legend:
2812 #    - ""
2813 #    - "x710, xxv710 - NICs tested."
2814 #    - "Diff - difference between x710 and xxv710 NIC."
2815 #
2816 ## VPP Compare NICs 3n-skx 4t2c mrr
2817 #- type: "table"
2818 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2819 #  algorithm: "table_comparison"
2820 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2821 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2822 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2823 #  columns:
2824 #    - title: "x710"
2825 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2826 #      tag: "NIC_Intel-X710"
2827 #    - title: "xxv710"
2828 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2829 #      tag: "NIC_Intel-XXV710"
2830 #  comparisons:
2831 #    - title: "Diff"
2832 #      reference: 1
2833 #      compare: 2
2834 #  legend:
2835 #    - ""
2836 #    - "x710, xxv710 - NICs tested."
2837 #    - "Diff - difference between x710 and xxv710 NIC."
2838 #
2839 ## VPP Compare NICs 3n-skx 8t4c mrr
2840 #- type: "table"
2841 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2842 #  algorithm: "table_comparison"
2843 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2844 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2845 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2846 #  columns:
2847 #    - title: "x710"
2848 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2849 #      tag: "NIC_Intel-X710"
2850 #    - title: "xxv710"
2851 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2852 #      tag: "NIC_Intel-XXV710"
2853 #  comparisons:
2854 #    - title: "Diff"
2855 #      reference: 1
2856 #      compare: 2
2857 #  legend:
2858 #    - ""
2859 #    - "x710, xxv710 - NICs tested."
2860 #    - "Diff - difference between x710 and xxv710 NIC."
2861
2862 # VPP Compare NICs 2n-skx 2t1c ndr
2863 - type: "table"
2864   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2865   algorithm: "table_comparison"
2866   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2867   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2868   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2869   columns:
2870     - title: "x710"
2871       data-set: "vpp-nic-comparison-2n-skx"
2872       tag: "NIC_Intel-X710"
2873     - title: "xxv710"
2874       data-set: "vpp-nic-comparison-2n-skx"
2875       tag: "NIC_Intel-XXV710"
2876   comparisons:
2877     - title: "Diff"
2878       reference: 1
2879       compare: 2
2880   legend:
2881     - ""
2882     - "x710, xxv710 - NICs tested."
2883     - "Diff - difference between x710 and xxv710 NIC."
2884
2885 # VPP Compare NICs 2n-skx 4t2c ndr
2886 - type: "table"
2887   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2888   algorithm: "table_comparison"
2889   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2890   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2891   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2892   columns:
2893     - title: "x710"
2894       data-set: "vpp-nic-comparison-2n-skx"
2895       tag: "NIC_Intel-X710"
2896     - title: "xxv710"
2897       data-set: "vpp-nic-comparison-2n-skx"
2898       tag: "NIC_Intel-XXV710"
2899   comparisons:
2900     - title: "Diff"
2901       reference: 1
2902       compare: 2
2903   legend:
2904     - ""
2905     - "x710, xxv710 - NICs tested."
2906     - "Diff - difference between x710 and xxv710 NIC."
2907
2908 # VPP Compare NICs 2n-skx 2t1c pdr
2909 - type: "table"
2910   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2911   algorithm: "table_comparison"
2912   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2913   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2914   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2915   columns:
2916     - title: "x710"
2917       data-set: "vpp-nic-comparison-2n-skx"
2918       tag: "NIC_Intel-X710"
2919     - title: "xxv710"
2920       data-set: "vpp-nic-comparison-2n-skx"
2921       tag: "NIC_Intel-XXV710"
2922   comparisons:
2923     - title: "Diff"
2924       reference: 1
2925       compare: 2
2926   legend:
2927     - ""
2928     - "x710, xxv710 - NICs tested."
2929     - "Diff - difference between x710 and xxv710 NIC."
2930
2931 # VPP Compare NICs 2n-skx 4t2c pdr
2932 - type: "table"
2933   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2934   algorithm: "table_comparison"
2935   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2936   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2937   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2938   columns:
2939     - title: "x710"
2940       data-set: "vpp-nic-comparison-2n-skx"
2941       tag: "NIC_Intel-X710"
2942     - title: "xxv710"
2943       data-set: "vpp-nic-comparison-2n-skx"
2944       tag: "NIC_Intel-XXV710"
2945   comparisons:
2946     - title: "Diff"
2947       reference: 1
2948       compare: 2
2949   legend:
2950     - ""
2951     - "x710, xxv710 - NICs tested."
2952     - "Diff - difference between x710 and xxv710 NIC."
2953
2954 # VPP Compare NICs 2n-skx 2t1c mrr
2955 - type: "table"
2956   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2957   algorithm: "table_comparison"
2958   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2959   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2960   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2961   columns:
2962     - title: "x710"
2963       data-set: "vpp-nic-comparison-2n-skx-mrr"
2964       tag: "NIC_Intel-X710"
2965     - title: "xxv710"
2966       data-set: "vpp-nic-comparison-2n-skx-mrr"
2967       tag: "NIC_Intel-XXV710"
2968   comparisons:
2969     - title: "Diff"
2970       reference: 1
2971       compare: 2
2972   legend:
2973     - ""
2974     - "x710, xxv710 - NICs tested."
2975     - "Diff - difference between x710 and xxv710 NIC."
2976
2977 # VPP Compare NICs 2n-skx 4t2c mrr
2978 - type: "table"
2979   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2980   algorithm: "table_comparison"
2981   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2982   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2983   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2984   columns:
2985     - title: "x710"
2986       data-set: "vpp-nic-comparison-2n-skx-mrr"
2987       tag: "NIC_Intel-X710"
2988     - title: "xxv710"
2989       data-set: "vpp-nic-comparison-2n-skx-mrr"
2990       tag: "NIC_Intel-XXV710"
2991   comparisons:
2992     - title: "Diff"
2993       reference: 1
2994       compare: 2
2995   legend:
2996     - ""
2997     - "x710, xxv710 - NICs tested."
2998     - "Diff - difference between x710 and xxv710 NIC."
2999
3000 # VPP Compare NICs 2n-skx 8t4c mrr
3001 - type: "table"
3002   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3003   algorithm: "table_comparison"
3004   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3005   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3006   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3007   columns:
3008     - title: "x710"
3009       data-set: "vpp-nic-comparison-2n-skx-mrr"
3010       tag: "NIC_Intel-X710"
3011     - title: "xxv710"
3012       data-set: "vpp-nic-comparison-2n-skx-mrr"
3013       tag: "NIC_Intel-XXV710"
3014   comparisons:
3015     - title: "Diff"
3016       reference: 1
3017       compare: 2
3018   legend:
3019     - ""
3020     - "x710, xxv710 - NICs tested."
3021     - "Diff - difference between x710 and xxv710 NIC."
3022
3023 ################################################################################
3024 # VPP
3025
3026 # VPP Performance Changes 3n-hsw 1t1c pdr
3027 - type: "table"
3028   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3029   algorithm: "table_comparison"
3030   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3031   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3032   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3033   columns:
3034     - title: "2001.0-4"
3035       data-set: "vpp-performance-changes-3n-hsw-h1"
3036     - title: "2005.0-4"
3037       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3038     - title: "2005.0-5"
3039       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3040     - title: "2009.0-5"
3041       data-set: "vpp-performance-changes-3n-hsw-cmp"
3042   comparisons:
3043     - title: "2005.0-5 vs 2005.0-4"
3044       reference: 2
3045       compare: 3
3046 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3047     - title: "2009.0-5 vs 2005.0-5"
3048       reference: 3
3049       compare: 4
3050 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3051   legend:
3052     - ''
3053     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3054     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3055     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3056     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3057     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3058
3059 # VPP Performance Changes 3n-hsw 2t2c pdr
3060 - type: "table"
3061   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3062   algorithm: "table_comparison"
3063   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3064   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3065   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3066   columns:
3067     - title: "2001.0-4"
3068       data-set: "vpp-performance-changes-3n-hsw-h1"
3069     - title: "2005.0-4"
3070       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3071     - title: "2005.0-5"
3072       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3073     - title: "2009.0-5"
3074       data-set: "vpp-performance-changes-3n-hsw-cmp"
3075   comparisons:
3076     - title: "2005.0-5 vs 2005.0-4"
3077       reference: 2
3078       compare: 3
3079 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3080     - title: "2009.0-5 vs 2005.0-5"
3081       reference: 3
3082       compare: 4
3083 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3084   legend:
3085     - ''
3086     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3087     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3088     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3089     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3090     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3091
3092 # VPP Performance Changes 3n-hsw 1t1c ndr
3093 - type: "table"
3094   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3095   algorithm: "table_comparison"
3096   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3097   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3098   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3099   columns:
3100     - title: "2001.0-4"
3101       data-set: "vpp-performance-changes-3n-hsw-h1"
3102     - title: "2005.0-4"
3103       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3104     - title: "2005.0-5"
3105       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3106     - title: "2009.0-5"
3107       data-set: "vpp-performance-changes-3n-hsw-cmp"
3108   comparisons:
3109     - title: "2005.0-5 vs 2005.0-4"
3110       reference: 2
3111       compare: 3
3112 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3113     - title: "2009.0-5 vs 2005.0-5"
3114       reference: 3
3115       compare: 4
3116 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3117   legend:
3118     - ''
3119     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3120     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3121     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3122     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3123     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3124
3125 # VPP Performance Changes 3n-hsw 2t2c ndr
3126 - type: "table"
3127   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3128   algorithm: "table_comparison"
3129   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3130   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3131   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3132   columns:
3133     - title: "2001.0-4"
3134       data-set: "vpp-performance-changes-3n-hsw-h1"
3135     - title: "2005.0-4"
3136       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3137     - title: "2005.0-5"
3138       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3139     - title: "2009.0-5"
3140       data-set: "vpp-performance-changes-3n-hsw-cmp"
3141   comparisons:
3142     - title: "2005.0-5 vs 2005.0-4"
3143       reference: 2
3144       compare: 3
3145 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3146     - title: "2009.0-5 vs 2005.0-5"
3147       reference: 3
3148       compare: 4
3149 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3150   legend:
3151     - ''
3152     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3153     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3154     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3155     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3156     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3157
3158 # VPP Performance Changes 3n-skx 2t1c pdr
3159 - type: "table"
3160   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3161   algorithm: "table_comparison"
3162   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3163   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3164   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3165   columns:
3166     - title: "2001.0-4"
3167       data-set: "vpp-performance-changes-3n-skx-h1"
3168     - title: "2005.0-4"
3169       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3170     - title: "2005.0-5"
3171       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3172     - title: "2009.0-5"
3173       data-set: "vpp-performance-changes-3n-skx-cmp"
3174   comparisons:
3175     - title: "2005.0-5 vs 2005.0-4"
3176       reference: 2
3177       compare: 3
3178 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3179     - title: "2009.0-5 vs 2005.0-5"
3180       reference: 3
3181       compare: 4
3182 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3183   legend:
3184     - ''
3185     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3186     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3187     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3188     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3189     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3190
3191 # VPP Performance Changes 3n-skx 4t2c pdr
3192 - type: "table"
3193   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3194   algorithm: "table_comparison"
3195   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3196   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3197   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3198   columns:
3199     - title: "2001.0-4"
3200       data-set: "vpp-performance-changes-3n-skx-h1"
3201     - title: "2005.0-4"
3202       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3203     - title: "2005.0-5"
3204       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3205     - title: "2009.0-5"
3206       data-set: "vpp-performance-changes-3n-skx-cmp"
3207   comparisons:
3208     - title: "2005.0-5 vs 2005.0-4"
3209       reference: 2
3210       compare: 3
3211 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3212     - title: "2009.0-5 vs 2005.0-5"
3213       reference: 3
3214       compare: 4
3215 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3216   legend:
3217     - ''
3218     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3219     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3220     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3221     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3222     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3223
3224 # VPP Performance Changes 3n-skx 2t1c ndr
3225 - type: "table"
3226   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3227   algorithm: "table_comparison"
3228   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3229   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3230   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3231   columns:
3232     - title: "2001.0-4"
3233       data-set: "vpp-performance-changes-3n-skx-h1"
3234     - title: "2005.0-4"
3235       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3236     - title: "2005.0-5"
3237       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3238     - title: "2009.0-5"
3239       data-set: "vpp-performance-changes-3n-skx-cmp"
3240   comparisons:
3241     - title: "2005.0-5 vs 2005.0-4"
3242       reference: 2
3243       compare: 3
3244 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3245     - title: "2009.0-5 vs 2005.0-5"
3246       reference: 3
3247       compare: 4
3248 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3249   legend:
3250     - ''
3251     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3252     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3253     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3254     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3255     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3256
3257 # VPP Performance Changes 3n-skx 4t2c ndr
3258 - type: "table"
3259   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3260   algorithm: "table_comparison"
3261   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3262   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3263   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3264   columns:
3265     - title: "2001.0-4"
3266       data-set: "vpp-performance-changes-3n-skx-h1"
3267     - title: "2005.0-4"
3268       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3269     - title: "2005.0-5"
3270       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3271     - title: "2009.0-5"
3272       data-set: "vpp-performance-changes-3n-skx-cmp"
3273   comparisons:
3274     - title: "2005.0-5 vs 2005.0-4"
3275       reference: 2
3276       compare: 3
3277 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3278     - title: "2009.0-5 vs 2005.0-5"
3279       reference: 3
3280       compare: 4
3281 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3282   legend:
3283     - ''
3284     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3285     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3286     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3287     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3288     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3289
3290 # VPP Performance Changes 2n-skx 2t1c pdr
3291 - type: "table"
3292   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3293   algorithm: "table_comparison"
3294   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3295   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3296   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3297   columns:
3298     - title: "2001.0-4"
3299       data-set: "vpp-performance-changes-2n-skx-h1"
3300     - title: "2005.0-4"
3301       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3302     - title: "2005.0-5"
3303       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3304     - title: "2009.0-5"
3305       data-set: "vpp-performance-changes-2n-skx-cmp"
3306   comparisons:
3307     - title: "2005.0-5 vs 2005.0-4"
3308       reference: 2
3309       compare: 3
3310 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3311     - title: "2009.0-5 vs 2005.0-5"
3312       reference: 3
3313       compare: 4
3314 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3315   legend:
3316     - ''
3317     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3318     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3319     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3320     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3321     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3322
3323 # VPP Performance Changes 2n-skx 4t2c pdr
3324 - type: "table"
3325   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3326   algorithm: "table_comparison"
3327   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3328   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3329   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3330   columns:
3331     - title: "2001.0-4"
3332       data-set: "vpp-performance-changes-2n-skx-h1"
3333     - title: "2005.0-4"
3334       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3335     - title: "2005.0-5"
3336       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3337     - title: "2009.0-5"
3338       data-set: "vpp-performance-changes-2n-skx-cmp"
3339   comparisons:
3340     - title: "2005.0-5 vs 2005.0-4"
3341       reference: 2
3342       compare: 3
3343 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3344     - title: "2009.0-5 vs 2005.0-5"
3345       reference: 3
3346       compare: 4
3347 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3348   legend:
3349     - ''
3350     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3351     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3352     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3353     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3354     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3355
3356 # VPP Performance Changes 2n-skx 2t1c ndr
3357 - type: "table"
3358   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3359   algorithm: "table_comparison"
3360   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3361   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3362   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3363   columns:
3364     - title: "2001.0-4"
3365       data-set: "vpp-performance-changes-2n-skx-h1"
3366     - title: "2005.0-4"
3367       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3368     - title: "2005.0-5"
3369       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3370     - title: "2009.0-5"
3371       data-set: "vpp-performance-changes-2n-skx-cmp"
3372   comparisons:
3373     - title: "2005.0-5 vs 2005.0-4"
3374       reference: 2
3375       compare: 3
3376 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3377     - title: "2009.0-5 vs 2005.0-5"
3378       reference: 3
3379       compare: 4
3380 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3381   legend:
3382     - ''
3383     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3384     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3385     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3386     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3387     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3388
3389 # VPP Performance Changes 2n-skx 4t2c ndr
3390 - type: "table"
3391   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3392   algorithm: "table_comparison"
3393   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3394   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3395   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3396   columns:
3397     - title: "2001.0-4"
3398       data-set: "vpp-performance-changes-2n-skx-h1"
3399     - title: "2005.0-4"
3400       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3401     - title: "2005.0-5"
3402       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3403     - title: "2009.0-5"
3404       data-set: "vpp-performance-changes-2n-skx-cmp"
3405   comparisons:
3406     - title: "2005.0-5 vs 2005.0-4"
3407       reference: 2
3408       compare: 3
3409 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
3410     - title: "2009.0-5 vs 2005.0-5"
3411       reference: 3
3412       compare: 4
3413 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
3414   legend:
3415     - ''
3416     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3417     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3418     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3419     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3420     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3421
3422 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3423 - type: "table"
3424   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3425   algorithm: "table_comparison"
3426   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3427   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3428   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3429   columns:
3430     - title: "2001.0-4"
3431       data-set: "vpp-performance-changes-2n-clx-h1"
3432     - title: "2005.0-4"
3433       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3434     - title: "2005.0-5"
3435       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3436     - title: "2009.0-5"
3437       data-set: "vpp-performance-changes-2n-clx-cmp"
3438   comparisons:
3439     - title: "2005.0-5 vs 2005.0-4"
3440       reference: 2
3441       compare: 3
3442 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3443     - title: "2009.0-5 vs 2005.0-5"
3444       reference: 3
3445       compare: 4
3446 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3447   legend:
3448     - ''
3449     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3450     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3451     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3452     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3453     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3454
3455 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3456 - type: "table"
3457   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3458   algorithm: "table_comparison"
3459   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3460   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3461   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3462   columns:
3463     - title: "2001.0-4"
3464       data-set: "vpp-performance-changes-2n-clx-h1"
3465     - title: "2005.0-4"
3466       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3467     - title: "2005.0-5"
3468       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3469     - title: "2009.0-5"
3470       data-set: "vpp-performance-changes-2n-clx-cmp"
3471   comparisons:
3472     - title: "2005.0-5 vs 2005.0-4"
3473       reference: 2
3474       compare: 3
3475 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3476     - title: "2009.0-5 vs 2005.0-5"
3477       reference: 3
3478       compare: 4
3479 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3480   legend:
3481     - ''
3482     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3483     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3484     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3485     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3486     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3487
3488 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3489 - type: "table"
3490   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3491   algorithm: "table_comparison"
3492   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3493   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3494   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3495   columns:
3496     - title: "2001.0-4"
3497       data-set: "vpp-performance-changes-2n-clx-h1"
3498     - title: "2005.0-4"
3499       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3500     - title: "2005.0-5"
3501       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3502     - title: "2009.0-5"
3503       data-set: "vpp-performance-changes-2n-clx-cmp"
3504   comparisons:
3505     - title: "2005.0-5 vs 2005.0-4"
3506       reference: 2
3507       compare: 3
3508 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3509     - title: "2009.0-5 vs 2005.0-5"
3510       reference: 3
3511       compare: 4
3512 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3513   legend:
3514     - ''
3515     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3516     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3517     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3518     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3519     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3520
3521 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3522 - type: "table"
3523   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3524   algorithm: "table_comparison"
3525   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3526   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3527   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3528   columns:
3529     - title: "2001.0-4"
3530       data-set: "vpp-performance-changes-2n-clx-h1"
3531     - title: "2005.0-4"
3532       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3533     - title: "2005.0-5"
3534       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3535     - title: "2009.0-5"
3536       data-set: "vpp-performance-changes-2n-clx-cmp"
3537   comparisons:
3538     - title: "2005.0-5 vs 2005.0-4"
3539       reference: 2
3540       compare: 3
3541 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3542     - title: "2009.0-5 vs 2005.0-5"
3543       reference: 3
3544       compare: 4
3545 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3546   legend:
3547     - ''
3548     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3549     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3550     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3551     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3552     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3553
3554 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
3555 #- type: "table"
3556 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3557 #  algorithm: "table_comparison"
3558 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3559 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3560 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3561 #  columns:
3562 #    - title: "2001.0-2"
3563 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3564 #    - title: "2005.0-3"
3565 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3566 #  comparisons:
3567 #    - title: "Diff"
3568 #      reference: 1
3569 #      compare: 2
3570 #  legend:
3571 #    - ''
3572 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3573 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3574 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3575 #    - '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.'
3576 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3577 #
3578 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
3579 #- type: "table"
3580 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3581 #  algorithm: "table_comparison"
3582 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3583 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3584 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3585 #  columns:
3586 #    - title: "2001.0-2"
3587 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3588 #    - title: "2005.0-3"
3589 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3590 #  comparisons:
3591 #    - title: "Diff"
3592 #      reference: 1
3593 #      compare: 2
3594 #  legend:
3595 #    - ''
3596 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3597 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3598 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3599 #    - '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.'
3600 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3601 #
3602 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
3603 #- type: "table"
3604 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3605 #  algorithm: "table_comparison"
3606 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3607 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3608 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3609 #  columns:
3610 #    - title: "2001.0-2"
3611 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3612 #    - title: "2005.0-3"
3613 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3614 #  comparisons:
3615 #    - title: "Diff"
3616 #      reference: 1
3617 #      compare: 2
3618 #  legend:
3619 #    - ''
3620 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3621 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3622 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3623 #    - '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.'
3624 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3625 #
3626 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
3627 #- type: "table"
3628 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
3629 #  algorithm: "table_comparison"
3630 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3631 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3632 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3633 #  columns:
3634 #    - title: "2001.0-2"
3635 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3636 #    - title: "2005.0-3"
3637 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3638 #  comparisons:
3639 #    - title: "Diff"
3640 #      reference: 1
3641 #      compare: 2
3642 #  legend:
3643 #    - ''
3644 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3645 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3646 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3647 #    - '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.'
3648 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3649
3650 ## VPP Performance Changes 2n-dnv 1t1c pdr
3651 #- type: "table"
3652 #  title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3653 #  algorithm: "table_comparison"
3654 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3655 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3656 #  filter: "'1T1C'"
3657 #  columns:
3658 #    - title: "2001.0-2"
3659 #      data-set: "vpp-performance-changes-2n-dnv-h1"
3660 #    - title: "2005.0-3"
3661 #      data-set: "vpp-performance-changes-2n-dnv-ref"
3662 #    - title: "2009.0-5"
3663 #      data-set: "vpp-performance-changes-2n-dnv-cmp"
3664 #  comparisons:
3665 #    - title: "2009.0-5 vs 2005.0-3"
3666 #      reference: 2
3667 #      compare: 3
3668 #  legend:
3669 #    - ''
3670 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3671 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3672 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3673 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3674 #
3675 ## VPP Performance Changes 2n-dnv 2t2c pdr
3676 #- type: "table"
3677 #  title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3678 #  algorithm: "table_comparison"
3679 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3680 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3681 #  filter: "'2T2C'"
3682 #  columns:
3683 #    - title: "2001.0-2"
3684 #      data-set: "vpp-performance-changes-2n-dnv-h1"
3685 #    - title: "2005.0-3"
3686 #      data-set: "vpp-performance-changes-2n-dnv-ref"
3687 #    - title: "2009.0-5"
3688 #      data-set: "vpp-performance-changes-2n-dnv-cmp"
3689 #  comparisons:
3690 #    - title: "2009.0-5 vs 2005.0-3"
3691 #      reference: 2
3692 #      compare: 3
3693 #  legend:
3694 #    - ''
3695 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3696 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3697 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3698 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3699 #
3700 ## VPP Performance Changes 2n-dnv 1t1c ndr
3701 #- type: "table"
3702 #  title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3703 #  algorithm: "table_comparison"
3704 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3705 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3706 #  filter: "'1T1C'"
3707 #  columns:
3708 #    - title: "2001.0-2"
3709 #      data-set: "vpp-performance-changes-2n-dnv-h1"
3710 #    - title: "2005.0-3"
3711 #      data-set: "vpp-performance-changes-2n-dnv-ref"
3712 #    - title: "2009.0-5"
3713 #      data-set: "vpp-performance-changes-2n-dnv-cmp"
3714 #  comparisons:
3715 #    - title: "2009.0-5 vs 2005.0-3"
3716 #      reference: 2
3717 #      compare: 3
3718 #  legend:
3719 #    - ''
3720 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3721 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3722 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3723 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3724 #
3725 ## VPP Performance Changes 2n-dnv 2t2c ndr
3726 #- type: "table"
3727 #  title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3728 #  algorithm: "table_comparison"
3729 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3730 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3731 #  filter: "'2T2C'"
3732 #  columns:
3733 #    - title: "2001.0-2"
3734 #      data-set: "vpp-performance-changes-2n-dnv-h1"
3735 #    - title: "2005.0-3"
3736 #      data-set: "vpp-performance-changes-2n-dnv-ref"
3737 #    - title: "2009.0-5"
3738 #      data-set: "vpp-performance-changes-2n-dnv-cmp"
3739 #  comparisons:
3740 #    - title: "2009.0-5 vs 2005.0-3"
3741 #      reference: 2
3742 #      compare: 3
3743 #  legend:
3744 #    - ''
3745 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3746 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3747 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3748 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3749 #
3750 ## VPP Performance Changes 3n-dnv 1t1c pdr
3751 #- type: "table"
3752 #  title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3753 #  algorithm: "table_comparison"
3754 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3755 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3756 #  filter: "'1T1C'"
3757 #  columns:
3758 #    - title: "2001.0-2"
3759 #      data-set: "vpp-performance-changes-3n-dnv-h1"
3760 #    - title: "2005.0-3"
3761 #      data-set: "vpp-performance-changes-3n-dnv-ref"
3762 #    - title: "2009.0-5"
3763 #      data-set: "vpp-performance-changes-3n-dnv-cmp"
3764 #  comparisons:
3765 #    - title: "2009.0-5 vs 2005.0-3"
3766 #      reference: 2
3767 #      compare: 3
3768 #  legend:
3769 #    - ''
3770 #    - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3771 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3772 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3773 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3774 #
3775 ## VPP Performance Changes 3n-dnv 2t2c pdr
3776 #- type: "table"
3777 #  title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3778 #  algorithm: "table_comparison"
3779 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3780 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3781 #  filter: "'2T2C'"
3782 #  columns:
3783 #    - title: "2001.0-2"
3784 #      data-set: "vpp-performance-changes-3n-dnv-h1"
3785 #    - title: "2005.0-3"
3786 #      data-set: "vpp-performance-changes-3n-dnv-ref"
3787 #    - title: "2009.0-5"
3788 #      data-set: "vpp-performance-changes-3n-dnv-cmp"
3789 #  comparisons:
3790 #    - title: "2009.0-5 vs 2005.0-3"
3791 #      reference: 2
3792 #      compare: 3
3793 #  legend:
3794 #    - ''
3795 #    - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3796 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3797 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3798 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3799 #
3800 ## VPP Performance Changes 3n-dnv 1t1c ndr
3801 #- type: "table"
3802 #  title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3803 #  algorithm: "table_comparison"
3804 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3805 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3806 #  filter: "'1T1C'"
3807 #  columns:
3808 #    - title: "2001.0-2"
3809 #      data-set: "vpp-performance-changes-3n-dnv-h1"
3810 #    - title: "2005.0-3"
3811 #      data-set: "vpp-performance-changes-3n-dnv-ref"
3812 #    - title: "2009.0-5"
3813 #      data-set: "vpp-performance-changes-3n-dnv-cmp"
3814 #  comparisons:
3815 #    - title: "2009.0-5 vs 2005.0-3"
3816 #      reference: 2
3817 #      compare: 3
3818 #  legend:
3819 #    - ''
3820 #    - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
3821 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3822 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3823 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3824 #
3825 ## VPP Performance Changes 3n-dnv 2t2c ndr
3826 #- type: "table"
3827 #  title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3828 #  algorithm: "table_comparison"
3829 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3830 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3831 #  filter: "'2T2C'"
3832 #  columns:
3833 #    - title: "2001.0-2"
3834 #      data-set: "vpp-performance-changes-3n-dnv-h1"
3835 #    - title: "2005.0-3"
3836 #      data-set: "vpp-performance-changes-3n-dnv-ref"
3837 #    - title: "2009.0-5"
3838 #      data-set: "vpp-performance-changes-3n-dnv-cmp"
3839 #  comparisons:
3840 #    - title: "2009.0-5 vs 2005.0-3"
3841 #      reference: 2
3842 #      compare: 3
3843 #  legend:
3844 #    - ''
3845 #    - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
3846 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3847 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3848 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3849
3850 # VPP Performance Changes 3n-tsh 1t1c pdr
3851 - type: "table"
3852   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3853   algorithm: "table_comparison"
3854   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3855   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3856   filter: "'1T1C'"
3857   columns:
3858     - title: "2001.0-4"
3859       data-set: "vpp-performance-changes-3n-tsh-h1"
3860     - title: "2005.0-4"
3861       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
3862     - title: "2005.0-5"
3863       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
3864     - title: "2009.0-5"
3865       data-set: "vpp-performance-changes-3n-tsh-cmp"
3866   comparisons:
3867     - title: "2005.0-5 vs 2005.0-4"
3868       reference: 2
3869       compare: 3
3870 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
3871     - title: "2009.0-5 vs 2005.0-5"
3872       reference: 3
3873       compare: 4
3874 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
3875   legend:
3876     - ''
3877     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
3878     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3879     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3880     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3881     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3882
3883 # VPP Performance Changes 3n-tsh 2t2c pdr
3884 - type: "table"
3885   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3886   algorithm: "table_comparison"
3887   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3888   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3889   filter: "'2T2C'"
3890   columns:
3891     - title: "2001.0-4"
3892       data-set: "vpp-performance-changes-3n-tsh-h1"
3893     - title: "2005.0-4"
3894       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
3895     - title: "2005.0-5"
3896       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
3897     - title: "2009.0-5"
3898       data-set: "vpp-performance-changes-3n-tsh-cmp"
3899   comparisons:
3900     - title: "2005.0-5 vs 2005.0-4"
3901       reference: 2
3902       compare: 3
3903 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
3904     - title: "2009.0-5 vs 2005.0-5"
3905       reference: 3
3906       compare: 4
3907 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
3908   legend:
3909     - ''
3910     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
3911     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3912     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3913     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3914     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3915
3916 # VPP Performance Changes 3n-tsh 1t1c ndr
3917 - type: "table"
3918   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3919   algorithm: "table_comparison"
3920   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3921   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3922   filter: "'1T1C'"
3923   columns:
3924     - title: "2001.0-4"
3925       data-set: "vpp-performance-changes-3n-tsh-h1"
3926     - title: "2005.0-4"
3927       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
3928     - title: "2005.0-5"
3929       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
3930     - title: "2009.0-5"
3931       data-set: "vpp-performance-changes-3n-tsh-cmp"
3932   comparisons:
3933     - title: "2005.0-5 vs 2005.0-4"
3934       reference: 2
3935       compare: 3
3936 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
3937     - title: "2009.0-5 vs 2005.0-5"
3938       reference: 3
3939       compare: 4
3940 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
3941   legend:
3942     - ''
3943     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
3944     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3945     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3946     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3947     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3948
3949 # VPP Performance Changes 3n-tsh 2t2c ndr
3950 - type: "table"
3951   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3952   algorithm: "table_comparison"
3953   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3954   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3955   filter: "'2T2C'"
3956   columns:
3957     - title: "2001.0-4"
3958       data-set: "vpp-performance-changes-3n-tsh-h1"
3959     - title: "2005.0-4"
3960       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
3961     - title: "2005.0-5"
3962       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
3963     - title: "2009.0-5"
3964       data-set: "vpp-performance-changes-3n-tsh-cmp"
3965   comparisons:
3966     - title: "2005.0-5 vs 2005.0-4"
3967       reference: 2
3968       compare: 3
3969 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
3970     - title: "2009.0-5 vs 2005.0-5"
3971       reference: 3
3972       compare: 4
3973 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
3974   legend:
3975     - ''
3976     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
3977     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3978     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3979     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3980     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3981
3982 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3983 - type: "table"
3984   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3985   algorithm: "table_comparison"
3986   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3987   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3988   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3989   columns:
3990     - title: "3n-hsw xl710"
3991       data-set: "vpp-compare-testbeds-ref"
3992       tag: "NIC_Intel-XL710"
3993     - title: "3n-skx xxv710"
3994       data-set: "vpp-compare-testbeds-cmp"
3995       tag: "NIC_Intel-XXV710"
3996   comparisons:
3997     - title: "Diff"
3998       reference: 1
3999       compare: 2
4000   legend:
4001     - ""
4002     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4003     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4004
4005 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4006 - type: "table"
4007   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4008   algorithm: "table_comparison"
4009   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4010   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4011   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4012   columns:
4013     - title: "3n-hsw xl710"
4014       data-set: "vpp-compare-testbeds-ref"
4015       tag: "NIC_Intel-XL710"
4016     - title: "3n-skx xxv710"
4017       data-set: "vpp-compare-testbeds-cmp"
4018       tag: "NIC_Intel-XXV710"
4019   comparisons:
4020     - title: "Diff"
4021       reference: 1
4022       compare: 2
4023   legend:
4024     - ""
4025     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4026     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4027
4028 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4029 - type: "table"
4030   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4031   algorithm: "table_comparison"
4032   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4033   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4034   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4035   columns:
4036     - title: "3n-hsw xl710"
4037       data-set: "vpp-compare-testbeds-ref"
4038       tag: "NIC_Intel-XL710"
4039     - title: "3n-skx xxv710"
4040       data-set: "vpp-compare-testbeds-cmp"
4041       tag: "NIC_Intel-XXV710"
4042   comparisons:
4043     - title: "Diff"
4044       reference: 1
4045       compare: 2
4046   legend:
4047     - ""
4048     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4049     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4050
4051 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4052 - type: "table"
4053   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4054   algorithm: "table_comparison"
4055   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4056   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4057   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4058   columns:
4059     - title: "3n-hsw xl710"
4060       data-set: "vpp-compare-testbeds-ref"
4061       tag: "NIC_Intel-XL710"
4062     - title: "3n-skx xxv710"
4063       data-set: "vpp-compare-testbeds-cmp"
4064       tag: "NIC_Intel-XXV710"
4065   comparisons:
4066     - title: "Diff"
4067       reference: 1
4068       compare: 2
4069   legend:
4070     - ""
4071     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4072     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4073
4074 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4075 - type: "table"
4076   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4077   algorithm: "table_comparison"
4078   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4079   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4080   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4081   columns:
4082     - title: "2n-skx"
4083       data-set: "vpp-compare-testbeds-skx-clx-ref"
4084     - title: "2n-clx"
4085       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4086   comparisons:
4087     - title: "Diff"
4088       reference: 1
4089       compare: 2
4090   legend:
4091     - ""
4092     - "2n-skx, 2n-clx - testbeds and NICs tested."
4093     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4094
4095 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4096 - type: "table"
4097   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4098   algorithm: "table_comparison"
4099   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4100   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4101   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4102   columns:
4103     - title: "2n-skx"
4104       data-set: "vpp-compare-testbeds-skx-clx-ref"
4105     - title: "2n-clx"
4106       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4107   comparisons:
4108     - title: "Diff"
4109       reference: 1
4110       compare: 2
4111   legend:
4112     - ""
4113     - "2n-skx, 2n-clx - testbeds and NICs tested."
4114     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4115
4116 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4117 - type: "table"
4118   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4119   algorithm: "table_comparison"
4120   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4121   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4122   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4123   columns:
4124     - title: "2n-skx"
4125       data-set: "vpp-compare-testbeds-skx-clx-ref"
4126     - title: "2n-clx"
4127       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4128   comparisons:
4129     - title: "Diff"
4130       reference: 1
4131       compare: 2
4132   legend:
4133     - ""
4134     - "2n-skx, 2n-clx - testbeds and NICs tested."
4135     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4136
4137 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4138 - type: "table"
4139   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4140   algorithm: "table_comparison"
4141   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4142   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4143   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4144   columns:
4145     - title: "2n-skx"
4146       data-set: "vpp-compare-testbeds-skx-clx-ref"
4147     - title: "2n-clx"
4148       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4149   comparisons:
4150     - title: "Diff"
4151       reference: 1
4152       compare: 2
4153   legend:
4154     - ""
4155     - "2n-skx, 2n-clx - testbeds and NICs tested."
4156     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4157
4158 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4159 - type: "table"
4160   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4161   algorithm: "table_comparison"
4162   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4163   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4164   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4165   columns:
4166     - title: "3n-hsw xl710"
4167       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4168       tag: "NIC_Intel-XL710"
4169     - title: "2n-clx xxv710"
4170       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4171       tag: "NIC_Intel-XXV710"
4172   comparisons:
4173     - title: "Diff"
4174       reference: 1
4175       compare: 2
4176   legend:
4177     - ""
4178     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4179     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4180
4181 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4182 - type: "table"
4183   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4184   algorithm: "table_comparison"
4185   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4186   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4187   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4188   columns:
4189     - title: "3n-hsw xl710"
4190       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4191       tag: "NIC_Intel-XL710"
4192     - title: "2n-clx xxv710"
4193       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4194       tag: "NIC_Intel-XXV710"
4195   comparisons:
4196     - title: "Diff"
4197       reference: 1
4198       compare: 2
4199   legend:
4200     - ""
4201     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4202     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4203
4204 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4205 - type: "table"
4206   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4207   algorithm: "table_comparison"
4208   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4209   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4210   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4211   columns:
4212     - title: "3n-hsw xl710"
4213       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4214       tag: "NIC_Intel-XL710"
4215     - title: "2n-clx xxv710"
4216       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4217       tag: "NIC_Intel-XXV710"
4218   comparisons:
4219     - title: "Diff"
4220       reference: 1
4221       compare: 2
4222   legend:
4223     - ""
4224     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4225     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4226
4227 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4228 - type: "table"
4229   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4230   algorithm: "table_comparison"
4231   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4232   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4233   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4234   columns:
4235     - title: "3n-hsw xl710"
4236       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4237       tag: "NIC_Intel-XL710"
4238     - title: "2n-clx xxv710"
4239       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4240       tag: "NIC_Intel-XXV710"
4241   comparisons:
4242     - title: "Diff"
4243       reference: 1
4244       compare: 2
4245   legend:
4246     - ""
4247     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4248     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4249
4250 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4251 - type: "table"
4252   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4253   algorithm: "table_comparison"
4254   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4255   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4256   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4257   columns:
4258     - title: "3n-skx"
4259       data-set: "vpp-compare-topologies-ref"
4260     - title: "2n-skx"
4261       data-set: "vpp-compare-topologies-cmp"
4262   comparisons:
4263     - title: "Diff"
4264       reference: 1
4265       compare: 2
4266   legend:
4267     - ""
4268     - "3n-skx, 2n-skx - topologies tested."
4269     - "Diff - difference between 3n-skx and 2n-skx topologies."
4270
4271 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4272 - type: "table"
4273   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4274   algorithm: "table_comparison"
4275   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4276   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4277   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4278   columns:
4279     - title: "3n-skx"
4280       data-set: "vpp-compare-topologies-ref"
4281     - title: "2n-skx"
4282       data-set: "vpp-compare-topologies-cmp"
4283   comparisons:
4284     - title: "Diff"
4285       reference: 1
4286       compare: 2
4287   legend:
4288     - ""
4289     - "3n-skx, 2n-skx - topologies tested."
4290     - "Diff - difference between 3n-skx and 2n-skx topologies."
4291
4292 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4293 - type: "table"
4294   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4295   algorithm: "table_comparison"
4296   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4297   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4298   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4299   columns:
4300     - title: "3n-skx"
4301       data-set: "vpp-compare-topologies-ref"
4302     - title: "2n-skx"
4303       data-set: "vpp-compare-topologies-cmp"
4304   comparisons:
4305     - title: "Diff"
4306       reference: 1
4307       compare: 2
4308   legend:
4309     - ""
4310     - "3n-skx, 2n-skx - topologies tested."
4311     - "Diff - difference between 3n-skx and 2n-skx topologies."
4312
4313 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4314 - type: "table"
4315   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4316   algorithm: "table_comparison"
4317   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4318   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4319   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4320   columns:
4321     - title: "3n-skx"
4322       data-set: "vpp-compare-topologies-ref"
4323     - title: "2n-skx"
4324       data-set: "vpp-compare-topologies-cmp"
4325   comparisons:
4326     - title: "Diff"
4327       reference: 1
4328       compare: 2
4329   legend:
4330     - ""
4331     - "3n-skx, 2n-skx - topologies tested."
4332     - "Diff - difference between 3n-skx and 2n-skx topologies."
4333
4334 # VPP Performance Changes 3n-hsw 1t1c mrr
4335 - type: "table"
4336   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4337   algorithm: "table_comparison"
4338   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4339   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4340   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4341   columns:
4342     - title: "2001.0-2"
4343       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4344     - title: "2005.0-4"
4345       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4346     - title: "2005.0-5"
4347       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4348     - title: "2009.0-5"
4349       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4350   comparisons:
4351     - title: "2005.0-5 vs 2005.0-4"
4352       reference: 2
4353       compare: 3
4354 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4355     - title: "2009.0-5 vs 2005.0-5"
4356       reference: 3
4357       compare: 4
4358 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
4359   legend:
4360     - ''
4361     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4362     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4363     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4364     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4365     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4366
4367 # VPP Performance Changes 3n-hsw 2t2c mrr
4368 - type: "table"
4369   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4370   algorithm: "table_comparison"
4371   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4372   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4373   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4374   columns:
4375     - title: "2001.0-2"
4376       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4377     - title: "2005.0-4"
4378       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4379     - title: "2005.0-5"
4380       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4381     - title: "2009.0-5"
4382       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4383   comparisons:
4384     - title: "2005.0-5 vs 2005.0-4"
4385       reference: 2
4386       compare: 3
4387 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
4388     - title: "2009.0-5 vs 2005.0-5"
4389       reference: 3
4390       compare: 4
4391 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
4392   legend:
4393     - ''
4394     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4395     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4396     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4397     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4398     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4399
4400 # VPP Performance Changes 3n-hsw 4t4c mrr
4401 - type: "table"
4402   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4403   algorithm: "table_comparison"
4404   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4405   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4406   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4407   columns:
4408     - title: "2001.0-2"
4409       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4410     - title: "2005.0-4"
4411       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4412     - title: "2005.0-5"
4413       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4414     - title: "2009.0-5"
4415       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4416   comparisons:
4417     - title: "2005.0-5 vs 2005.0-4"
4418       reference: 2
4419       compare: 3
4420 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
4421     - title: "2009.0-5 vs 2005.0-5"
4422       reference: 3
4423       compare: 4
4424 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
4425   legend:
4426     - ''
4427     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4428     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4429     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4430     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4431     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4432
4433 # VPP Performance Changes 3n-skx 2t1c mrr
4434 - type: "table"
4435   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4436   algorithm: "table_comparison"
4437   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4438   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4439   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4440   columns:
4441     - title: "2001.0-2"
4442       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4443     - title: "2005.0-4"
4444       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4445     - title: "2005.0-5"
4446       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4447     - title: "2009.0-5"
4448       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4449   comparisons:
4450     - title: "2005.0-5 vs 2005.0-4"
4451       reference: 2
4452       compare: 3
4453 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
4454     - title: "2009.0-5 vs 2005.0-5"
4455       reference: 2
4456       compare: 3
4457 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca2.yaml"
4458   legend:
4459     - ''
4460     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4461     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4462     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4463     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4464     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4465
4466 # VPP Performance Changes 3n-skx 4t2c mrr
4467 - type: "table"
4468   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4469   algorithm: "table_comparison"
4470   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4471   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4472   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4473   columns:
4474     - title: "2001.0-2"
4475       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4476     - title: "2005.0-4"
4477       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4478     - title: "2005.0-5"
4479       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4480     - title: "2009.0-5"
4481       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4482   comparisons:
4483     - title: "2005.0-5 vs 2005.0-4"
4484       reference: 2
4485       compare: 3
4486 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca1.yaml"
4487     - title: "2009.0-5 vs 2005.0-5"
4488       reference: 2
4489       compare: 3
4490 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca2.yaml"
4491   legend:
4492     - ''
4493     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4494     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4495     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4496     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4497     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4498
4499 # VPP Performance Changes 3n-skx 8t4c mrr
4500 - type: "table"
4501   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4502   algorithm: "table_comparison"
4503   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4504   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4505   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4506   columns:
4507     - title: "2001.0-2"
4508       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4509     - title: "2005.0-4"
4510       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4511     - title: "2005.0-5"
4512       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4513     - title: "2009.0-5"
4514       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4515   comparisons:
4516     - title: "2005.0-5 vs 2005.0-4"
4517       reference: 2
4518       compare: 3
4519 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca1.yaml"
4520     - title: "2009.0-5 vs 2005.0-5"
4521       reference: 2
4522       compare: 3
4523 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca2.yaml"
4524   legend:
4525     - ''
4526     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4527     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4528     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4529     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4530     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4531
4532 # VPP Performance Changes 2n-skx 2t1c mrr
4533 - type: "table"
4534   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4535   algorithm: "table_comparison"
4536   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4537   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4538   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4539   columns:
4540     - title: "2001.0-2"
4541       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4542     - title: "2005.0-4"
4543       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4544     - title: "2005.0-5"
4545       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4546     - title: "2009.0-5"
4547       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4548   comparisons:
4549     - title: "2005.0-5 vs 2005.0-4"
4550       reference: 2
4551       compare: 3
4552 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
4553     - title: "2009.0-5 vs 2005.0-4"
4554       reference: 3
4555       compare: 4
4556 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
4557   legend:
4558     - ''
4559     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4560     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4561     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4562     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4563     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4564
4565 # VPP Performance Changes 2n-skx 4t2c mrr
4566 - type: "table"
4567   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4568   algorithm: "table_comparison"
4569   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4570   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4571   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4572   columns:
4573     - title: "2001.0-2"
4574       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4575     - title: "2005.0-4"
4576       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4577     - title: "2005.0-5"
4578       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4579     - title: "2009.0-5"
4580       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4581   comparisons:
4582     - title: "2005.0-5 vs 2005.0-4"
4583       reference: 2
4584       compare: 3
4585 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
4586     - title: "2009.0-5 vs 2005.0-4"
4587       reference: 3
4588       compare: 4
4589 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
4590   legend:
4591     - ''
4592     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4593     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4594     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4595     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4596     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4597
4598 # VPP Performance Changes 2n-skx 8t4c mrr
4599 - type: "table"
4600   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4601   algorithm: "table_comparison"
4602   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4603   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4604   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4605   columns:
4606     - title: "2001.0-2"
4607       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4608     - title: "2005.0-4"
4609       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4610     - title: "2005.0-5"
4611       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4612     - title: "2009.0-5"
4613       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4614   comparisons:
4615     - title: "2005.0-5 vs 2005.0-4"
4616       reference: 2
4617       compare: 3
4618 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
4619     - title: "2009.0-5 vs 2005.0-4"
4620       reference: 3
4621       compare: 4
4622 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
4623   legend:
4624     - ''
4625     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4626     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4627     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4628     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4629     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4630
4631 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4632 - type: "table"
4633   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4634   algorithm: "table_comparison"
4635   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4636   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4637   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4638   columns:
4639     - title: "2001.0-2"
4640       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4641     - title: "2005.0-4"
4642       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4643     - title: "2005.0-5"
4644       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4645     - title: "2009.0-5"
4646       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4647   comparisons:
4648     - title: "2005.0-5 vs 2005.0-4"
4649       reference: 2
4650       compare: 3
4651 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
4652     - title: "2009.0-5 vs 2005.0-5"
4653       reference: 3
4654       compare: 4
4655 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
4656   legend:
4657     - ''
4658     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4659     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4660     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4661     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4662     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4663
4664 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4665 - type: "table"
4666   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4667   algorithm: "table_comparison"
4668   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4669   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4670   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4671   columns:
4672     - title: "2001.0-2"
4673       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4674     - title: "2005.0-4"
4675       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4676     - title: "2005.0-5"
4677       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4678     - title: "2009.0-5"
4679       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4680   comparisons:
4681     - title: "2005.0-5 vs 2005.0-4"
4682       reference: 2
4683       compare: 3
4684 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
4685     - title: "2009.0-5 vs 2005.0-5"
4686       reference: 3
4687       compare: 4
4688 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
4689   legend:
4690     - ''
4691     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4692     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4693     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4694     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4695     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4696
4697 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4698 - type: "table"
4699   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4700   algorithm: "table_comparison"
4701   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4702   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4703   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4704   columns:
4705     - title: "2001.0-2"
4706       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4707     - title: "2005.0-4"
4708       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4709     - title: "2005.0-5"
4710       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4711     - title: "2009.0-5"
4712       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4713   comparisons:
4714     - title: "2005.0-5 vs 2005.0-4"
4715       reference: 2
4716       compare: 3
4717 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
4718     - title: "2009.0-5 vs 2005.0-5"
4719       reference: 3
4720       compare: 4
4721 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
4722   legend:
4723     - ''
4724     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4725     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4726     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4727     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4728     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4729
4730 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
4731 #- type: "table"
4732 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
4733 #  algorithm: "table_comparison"
4734 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
4735 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4736 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4737 #  columns:
4738 #    - title: "2001"
4739 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4740 #    - title: "2005"
4741 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4742 #  comparisons:
4743 #    - title: "Diff"
4744 #      reference: 1
4745 #      compare: 2
4746 #  legend:
4747 #    - ""
4748 #    - "2001, 2005 - VPP versions tested."
4749 #    - "Diff - difference between 2001 and 2005 VPP version."
4750 #
4751 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
4752 #- type: "table"
4753 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
4754 #  algorithm: "table_comparison"
4755 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
4756 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4757 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4758 #  columns:
4759 #    - title: "2001"
4760 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4761 #    - title: "2005"
4762 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4763 #  comparisons:
4764 #    - title: "Diff"
4765 #      reference: 1
4766 #      compare: 2
4767 #  legend:
4768 #    - ""
4769 #    - "2001, 2005 - VPP versions tested."
4770 #    - "Diff - difference between 2001 and 2005 VPP version."
4771 #
4772 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
4773 #- type: "table"
4774 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
4775 #  algorithm: "table_comparison"
4776 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
4777 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4778 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4779 #  columns:
4780 #    - title: "2001"
4781 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4782 #    - title: "2005"
4783 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4784 #  comparisons:
4785 #    - title: "Diff"
4786 #      reference: 1
4787 #      compare: 2
4788 #  legend:
4789 #    - ""
4790 #    - "2001, 2005 - VPP versions tested."
4791 #    - "Diff - difference between 2001 and 2005 VPP version."
4792
4793 ## VPP Performance Changes 2n-dnv 1t1c mrr
4794 #- type: "table"
4795 #  title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4796 #  algorithm: "table_comparison"
4797 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4798 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4799 #  filter: "'1T1C'"
4800 #  columns:
4801 #    - title: "2001.0-2"
4802 #      data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4803 #    - title: "2005.0-3"
4804 #      data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4805 #    - title: "2009.0-5"
4806 #      data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4807 #  comparisons:
4808 #    - title: "2009.0-5 vs 2005.0-3"
4809 #      reference: 2
4810 #      compare: 3
4811 #  legend:
4812 #    - ''
4813 #    - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4814 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4815 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4816 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4817 #
4818 ## VPP Performance Changes 2n-dnv 2t2c mrr
4819 #- type: "table"
4820 #  title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4821 #  algorithm: "table_comparison"
4822 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4823 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4824 #  filter: "'2T2C'"
4825 #  columns:
4826 #    - title: "2001.0-2"
4827 #      data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4828 #    - title: "2005.0-3"
4829 #      data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4830 #    - title: "2009.0-5"
4831 #      data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4832 #  comparisons:
4833 #    - title: "2009.0-5 vs 2005.0-3"
4834 #      reference: 2
4835 #      compare: 3
4836 #  legend:
4837 #    - ''
4838 #    - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4839 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4840 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4841 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4842 #
4843 ## VPP Performance Changes 2n-dnv 4t4c mrr
4844 #- type: "table"
4845 #  title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4846 #  algorithm: "table_comparison"
4847 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4848 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4849 #  filter: "'4T4C'"
4850 #  columns:
4851 #    - title: "2001.0-2"
4852 #      data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4853 #    - title: "2005.0-3"
4854 #      data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4855 #    - title: "2009.0-5"
4856 #      data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4857 #  comparisons:
4858 #    - title: "2009.0-5 vs 2005.0-3"
4859 #      reference: 2
4860 #      compare: 3
4861 #  legend:
4862 #    - ''
4863 #    - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4864 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4865 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4866 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4867 #
4868 ## VPP Performance Changes 3n-dnv 1t1c mrr
4869 #- type: "table"
4870 #  title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4871 #  algorithm: "table_comparison"
4872 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4873 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4874 #  filter: "'1T1C'"
4875 #  columns:
4876 #    - title: "2001.0-2"
4877 #      data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4878 #    - title: "2005.0-3"
4879 #      data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4880 #    - title: "2009.0-5"
4881 #      data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4882 #  comparisons:
4883 #    - title: "2009.0-5 vs 2005.0-3"
4884 #      reference: 2
4885 #      compare: 3
4886 #  legend:
4887 #    - ''
4888 #    - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
4889 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4890 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4891 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4892 #
4893 ## VPP Performance Changes 3n-dnv 2t2c mrr
4894 #- type: "table"
4895 #  title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4896 #  algorithm: "table_comparison"
4897 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4898 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4899 #  filter: "'2T2C'"
4900 #  columns:
4901 #    - title: "2001.0-2"
4902 #      data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4903 #    - title: "2005.0-3"
4904 #      data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4905 #    - title: "2009.0-5"
4906 #      data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4907 #  comparisons:
4908 #    - title: "2009.0-5 vs 2005.0-3"
4909 #      reference: 2
4910 #      compare: 3
4911 #  legend:
4912 #    - ''
4913 #    - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
4914 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4915 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4916 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4917 #
4918 ## VPP Performance Changes 3n-dnv 4t4c mrr
4919 #- type: "table"
4920 #  title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4921 #  algorithm: "table_comparison"
4922 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4923 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4924 #  filter: "'4T4C'"
4925 #  columns:
4926 #    - title: "2001.0-2"
4927 #      data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4928 #    - title: "2005.0-3"
4929 #      data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4930 #    - title: "2009.0-5"
4931 #      data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4932 #  comparisons:
4933 #    - title: "2009.0-5 vs 2005.0-3"
4934 #      reference: 2
4935 #      compare: 3
4936 #  legend:
4937 #    - ''
4938 #    - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
4939 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4940 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4941 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4942
4943 # VPP Performance Changes 3n-tsh 1t1c mrr
4944 - type: "table"
4945   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
4946   algorithm: "table_comparison"
4947   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4948   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4949   filter: "'1T1C'"
4950   columns:
4951     - title: "2001.0-2"
4952       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4953     - title: "2005.0-4"
4954       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
4955     - title: "2009.0-5"
4956       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4957   comparisons:
4958     - title: "2009.0-5 vs 2005.0-4"
4959       reference: 2
4960       compare: 3
4961 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
4962   legend:
4963     - ''
4964     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
4965     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4966     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4967     - '2009.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4968
4969 # VPP Performance Changes 3n-tsh 2t2c mrr
4970 - type: "table"
4971   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
4972   algorithm: "table_comparison"
4973   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4974   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4975   filter: "'2T2C'"
4976   columns:
4977     - title: "2001.0-2"
4978       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4979     - title: "2005.0-4"
4980       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
4981     - title: "2009.0-5"
4982       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4983   comparisons:
4984     - title: "2009.0-5 vs 2005.0-4"
4985       reference: 2
4986       compare: 3
4987 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
4988   legend:
4989     - ''
4990     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
4991     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4992     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4993     - '2009.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4994
4995 # VPP Performance Changes 3n-tsh 4t4c mrr
4996 - type: "table"
4997   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
4998   algorithm: "table_comparison"
4999   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5000   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5001   filter: "'4T4C'"
5002   columns:
5003     - title: "2001.0-2"
5004       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5005     - title: "2005.0-4"
5006       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5007     - title: "2009.0-5"
5008       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5009   comparisons:
5010     - title: "2009.0-5 vs 2005.0-4"
5011       reference: 2
5012       compare: 3
5013 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5014   legend:
5015     - ''
5016     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
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-4: Compares CSIT environment current vs previous with previous VPP code.'
5020
5021 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5022 - type: "table"
5023   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5024   algorithm: "table_comparison"
5025   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5026   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5027   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5028   columns:
5029     - title: "3n-hsw xl710"
5030       data-set: "vpp-compare-testbeds-mrr-ref"
5031       tag: "NIC_Intel-XL710"
5032     - title: "3n-skx xxv710"
5033       data-set: "vpp-compare-testbeds-mrr-cmp"
5034       tag: "NIC_Intel-XXV710"
5035   comparisons:
5036     - title: "Diff"
5037       reference: 1
5038       compare: 2
5039   legend:
5040     - ""
5041     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5042     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5043
5044 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5045 - type: "table"
5046   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5047   algorithm: "table_comparison"
5048   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5049   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5050   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5051   columns:
5052     - title: "3n-hsw xl710"
5053       data-set: "vpp-compare-testbeds-mrr-ref"
5054       tag: "NIC_Intel-XL710"
5055     - title: "3n-skx xxv710"
5056       data-set: "vpp-compare-testbeds-mrr-cmp"
5057       tag: "NIC_Intel-XXV710"
5058   comparisons:
5059     - title: "Diff"
5060       reference: 1
5061       compare: 2
5062   legend:
5063     - ""
5064     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5065     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5066
5067 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5068 - type: "table"
5069   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5070   algorithm: "table_comparison"
5071   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5072   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5073   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5074   columns:
5075     - title: "3n-hsw xl710"
5076       data-set: "vpp-compare-testbeds-mrr-ref"
5077       tag: "NIC_Intel-XL710"
5078     - title: "3n-skx xxv710"
5079       data-set: "vpp-compare-testbeds-mrr-cmp"
5080       tag: "NIC_Intel-XXV710"
5081   comparisons:
5082     - title: "Diff"
5083       reference: 1
5084       compare: 2
5085   legend:
5086     - ""
5087     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5088     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5089
5090 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5091 - type: "table"
5092   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5093   algorithm: "table_comparison"
5094   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5095   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5096   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5097   columns:
5098     - title: "2n-skx"
5099       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5100     - title: "2n-clx"
5101       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5102   comparisons:
5103     - title: "Diff"
5104       reference: 1
5105       compare: 2
5106   legend:
5107     - ""
5108     - "2n-skx, 2n-clx - testbeds and NICs tested."
5109     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5110
5111 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5112 - type: "table"
5113   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5114   algorithm: "table_comparison"
5115   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5116   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5117   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5118   columns:
5119     - title: "2n-skx"
5120       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5121     - title: "2n-clx"
5122       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5123   comparisons:
5124     - title: "Diff"
5125       reference: 1
5126       compare: 2
5127   legend:
5128     - ""
5129     - "2n-skx, 2n-clx - testbeds and NICs tested."
5130     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5131
5132 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5133 - type: "table"
5134   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5135   algorithm: "table_comparison"
5136   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5137   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5138   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5139   columns:
5140     - title: "2n-skx"
5141       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5142     - title: "2n-clx"
5143       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5144   comparisons:
5145     - title: "Diff"
5146       reference: 1
5147       compare: 2
5148   legend:
5149     - ""
5150     - "2n-skx, 2n-clx - testbeds and NICs tested."
5151     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5152
5153 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5154 - type: "table"
5155   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5156   algorithm: "table_comparison"
5157   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5158   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5159   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5160   columns:
5161     - title: "3n-skx"
5162       data-set: "vpp-compare-topologies-mrr-ref"
5163     - title: "2n-skx"
5164       data-set: "vpp-compare-topologies-mrr-cmp"
5165   comparisons:
5166     - title: "Diff"
5167       reference: 1
5168       compare: 2
5169   legend:
5170     - ""
5171     - "3n-skx, 2n-skx - topologies tested."
5172     - "Diff - difference between 3n-skx and 2n-skx topologies."
5173
5174 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5175 - type: "table"
5176   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5177   algorithm: "table_comparison"
5178   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5179   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5180   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5181   columns:
5182     - title: "3n-skx"
5183       data-set: "vpp-compare-topologies-mrr-ref"
5184     - title: "2n-skx"
5185       data-set: "vpp-compare-topologies-mrr-cmp"
5186   comparisons:
5187     - title: "Diff"
5188       reference: 1
5189       compare: 2
5190   legend:
5191     - ""
5192     - "3n-skx, 2n-skx - topologies tested."
5193     - "Diff - difference between 3n-skx and 2n-skx topologies."
5194
5195 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5196 - type: "table"
5197   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5198   algorithm: "table_comparison"
5199   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5200   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5201   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5202   columns:
5203     - title: "3n-skx"
5204       data-set: "vpp-compare-topologies-mrr-ref"
5205     - title: "2n-skx"
5206       data-set: "vpp-compare-topologies-mrr-cmp"
5207   comparisons:
5208     - title: "Diff"
5209       reference: 1
5210       compare: 2
5211   legend:
5212     - ""
5213     - "3n-skx, 2n-skx - topologies tested."
5214     - "Diff - difference between 3n-skx and 2n-skx topologies."
5215
5216 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5217 - type: "table"
5218   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5219   algorithm: "table_comparison"
5220   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5221   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5222   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5223   columns:
5224     - title: "3n-hsw xl710"
5225       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5226       tag: "NIC_Intel-XL710"
5227     - title: "2n-clx xxv710"
5228       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5229       tag: "NIC_Intel-XXV710"
5230   comparisons:
5231     - title: "Diff"
5232       reference: 1
5233       compare: 2
5234   legend:
5235     - ""
5236     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5237     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5238
5239 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5240 - type: "table"
5241   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5242   algorithm: "table_comparison"
5243   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5244   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5245   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5246   columns:
5247     - title: "3n-hsw xl710"
5248       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5249       tag: "NIC_Intel-XL710"
5250     - title: "2n-clx xxv710"
5251       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5252       tag: "NIC_Intel-XXV710"
5253   comparisons:
5254     - title: "Diff"
5255       reference: 1
5256       compare: 2
5257   legend:
5258     - ""
5259     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5260     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5261
5262 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5263 - type: "table"
5264   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5265   algorithm: "table_comparison"
5266   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5267   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5268   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5269   columns:
5270     - title: "3n-hsw xl710"
5271       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5272       tag: "NIC_Intel-XL710"
5273     - title: "2n-clx xxv710"
5274       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5275       tag: "NIC_Intel-XXV710"
5276   comparisons:
5277     - title: "Diff"
5278       reference: 1
5279       compare: 2
5280   legend:
5281     - ""
5282     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5283     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5284
5285 # Detailed Test Results - VPP Performance Results 3n-hsw
5286 - type: "table"
5287   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5288   algorithm: "table_merged_details"
5289   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5290   columns:
5291     - title: " |prein| Test Name |preout| "
5292       data: "data name"
5293     - 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| "
5294       data: "data msg"
5295   data: "vpp-perf-results-3n-hsw"
5296   filter: "all"
5297   parameters:
5298   - "name"
5299   - "parent"
5300   - "msg"
5301
5302 # Detailed Test Results - VPP Performance Results 3n-skx
5303 - type: "table"
5304   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5305   algorithm: "table_merged_details"
5306   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5307   columns:
5308     - title: " |prein| Test Name |preout| "
5309       data: "data name"
5310     - 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| "
5311       data: "data msg"
5312   data: "vpp-perf-results-3n-skx"
5313   filter: "all"
5314   remove-ndr: False
5315   parameters:
5316   - "name"
5317   - "parent"
5318   - "msg"
5319
5320 # Detailed Test Results - VPP Performance Results 2n-skx
5321 - type: "table"
5322   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5323   algorithm: "table_merged_details"
5324   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5325   columns:
5326     - title: " |prein| Test Name |preout| "
5327       data: "data name"
5328     - 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| "
5329       data: "data msg"
5330   data: "vpp-perf-results-2n-skx"
5331   filter: "all"
5332   remove-ndr: False
5333   parameters:
5334   - "name"
5335   - "parent"
5336   - "msg"
5337
5338 # Detailed Test Results - VPP Performance Results 2n-clx
5339 - type: "table"
5340   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5341   algorithm: "table_merged_details"
5342   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5343   columns:
5344     - title: " |prein| Test Name |preout| "
5345       data: "data name"
5346     - 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| "
5347       data: "data msg"
5348   data: "vpp-perf-results-2n-clx"
5349   filter: "all"
5350   parameters:
5351   - "name"
5352   - "parent"
5353   - "msg"
5354
5355 # Detailed Test Results - VPP Performance Results 3n-tsh
5356 - type: "table"
5357   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5358   algorithm: "table_merged_details"
5359   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5360   columns:
5361     - title: " |prein| Test Name |preout| "
5362       data: "data name"
5363     - 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| "
5364       data: "data msg"
5365   data: "vpp-perf-results-3n-tsh"
5366   filter: "all"
5367   parameters:
5368   - "name"
5369   - "parent"
5370   - "msg"
5371
5372 ## Detailed Test Results - VPP Performance Results 3n-dnv
5373 #- type: "table"
5374 #  title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5375 #  algorithm: "table_merged_details"
5376 #  output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5377 #  columns:
5378 #    - title: " |prein| Test Name |preout| "
5379 #      data: "data name"
5380 #    - 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| "
5381 #      data: "data msg"
5382 #  data: "vpp-perf-results-3n-dnv"
5383 #  filter: "all"
5384 #  parameters:
5385 #  - "name"
5386 #  - "parent"
5387 #  - "msg"
5388 #
5389 ## Detailed Test Results - VPP Performance Results 2n-dnv
5390 #- type: "table"
5391 #  title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5392 #  algorithm: "table_merged_details"
5393 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5394 #  columns:
5395 #    - title: " |prein| Test Name |preout| "
5396 #      data: "data name"
5397 #    - 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| "
5398 #      data: "data msg"
5399 #  data: "vpp-perf-results-2n-dnv"
5400 #  filter: "all"
5401 #  parameters:
5402 #  - "name"
5403 #  - "parent"
5404 #  - "msg"
5405
5406 # Test configuration - VPP Performance Test Configs 3n-hsw
5407 - type: "table"
5408   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5409   algorithm: "table_merged_details"
5410   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5411   columns:
5412     - title: " |prein| Test Name |preout| "
5413       data: "data name"
5414     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5415       data: "data conf-history"
5416   data: "vpp-perf-results-3n-hsw"
5417   filter: "all"
5418   parameters:
5419   - "parent"
5420   - "name"
5421   - "conf-history"
5422
5423 # Test configuration - VPP Performance Test Configs 3n-skx
5424 - type: "table"
5425   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5426   algorithm: "table_merged_details"
5427   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5428   columns:
5429     - title: " |prein| Test Name |preout| "
5430       data: "data name"
5431     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5432       data: "data conf-history"
5433   data: "vpp-perf-results-3n-skx"
5434   filter: "all"
5435   parameters:
5436   - "parent"
5437   - "name"
5438   - "conf-history"
5439
5440 # Test configuration - VPP Performance Test Configs 2n-skx
5441 - type: "table"
5442   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5443   algorithm: "table_merged_details"
5444   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5445   columns:
5446     - title: " |prein| Test Name |preout| "
5447       data: "data name"
5448     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5449       data: "data conf-history"
5450   data: "vpp-perf-results-2n-skx"
5451   filter: "all"
5452   parameters:
5453   - "parent"
5454   - "name"
5455   - "conf-history"
5456
5457 # Test configuration - VPP Performance Test Configs 2n-clx
5458 - type: "table"
5459   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5460   algorithm: "table_merged_details"
5461   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5462   columns:
5463     - title: " |prein| Test Name |preout| "
5464       data: "data name"
5465     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5466       data: "data conf-history"
5467   data: "vpp-perf-results-2n-clx"
5468   filter: "all"
5469   parameters:
5470   - "parent"
5471   - "name"
5472   - "conf-history"
5473
5474 # Test configuration - VPP Performance Test Configs 3n-tsh
5475 - type: "table"
5476   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5477   algorithm: "table_merged_details"
5478   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5479   columns:
5480     - title: " |prein| Test Name |preout| "
5481       data: "data name"
5482     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5483       data: "data conf-history"
5484   data: "vpp-perf-results-3n-tsh"
5485   filter: "all"
5486   parameters:
5487   - "parent"
5488   - "name"
5489   - "conf-history"
5490
5491 ## Test configuration - VPP Performance Test Configs 3n-dnv
5492 #- type: "table"
5493 #  title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5494 #  algorithm: "table_merged_details"
5495 #  output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5496 #  columns:
5497 #    - title: " |prein| Test Name |preout| "
5498 #      data: "data name"
5499 #    - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5500 #      data: "data conf-history"
5501 #  data: "vpp-perf-results-3n-dnv"
5502 #  filter: "all"
5503 #  parameters:
5504 #  - "parent"
5505 #  - "name"
5506 #  - "conf-history"
5507 #
5508 ## Test configuration - VPP Performance Test Configs 2n-dnv
5509 #- type: "table"
5510 #  title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5511 #  algorithm: "table_merged_details"
5512 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5513 #  columns:
5514 #    - title: " |prein| Test Name |preout| "
5515 #      data: "data name"
5516 #    - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5517 #      data: "data conf-history"
5518 #  data: "vpp-perf-results-2n-dnv"
5519 #  filter: "all"
5520 #  parameters:
5521 #  - "parent"
5522 #  - "name"
5523 #  - "conf-history"
5524
5525 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5526 - type: "table"
5527   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5528   algorithm: "table_oper_data_html"
5529   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5530   data: "vpp-perf-results-3n-hsw"
5531   filter: "all"
5532
5533 # Test Operational Data - VPP Performance Operational Data 3n-skx
5534 - type: "table"
5535   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5536   algorithm: "table_oper_data_html"
5537   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5538   data: "vpp-perf-results-3n-skx"
5539   filter: "all"
5540
5541 # Test Operational Data - VPP Performance Operational Data 2n-skx
5542 - type: "table"
5543   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5544   algorithm: "table_oper_data_html"
5545   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5546   data: "vpp-perf-results-2n-skx"
5547   filter: "all"
5548
5549 # Test Operational Data - VPP Performance Operational Data 2n-clx
5550 - type: "table"
5551   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5552   algorithm: "table_oper_data_html"
5553   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5554   data: "vpp-perf-results-2n-clx"
5555   filter: "all"
5556
5557 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5558 - type: "table"
5559   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5560   algorithm: "table_oper_data_html"
5561   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5562   data: "vpp-perf-results-3n-tsh"
5563   filter: "all"
5564
5565 ## Test Operational Data - VPP Performance Operational Data 3n-dnv
5566 #- type: "table"
5567 #  title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5568 #  algorithm: "table_oper_data_html"
5569 #  output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5570 #  data: "vpp-perf-results-3n-dnv"
5571 #  filter: "all"
5572 #
5573 ## Test Operational Data - VPP Performance Operational Data 2n-dnv
5574 #- type: "table"
5575 #  title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5576 #  algorithm: "table_oper_data_html"
5577 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5578 #  data: "vpp-perf-results-2n-dnv"
5579 #  filter: "all"
5580
5581 # Detailed Test Results - VPP MRR Results 3n-hsw
5582 - type: "table"
5583   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5584   algorithm: "table_merged_details"
5585   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5586   columns:
5587     - title: " |prein| Test Name |preout| "
5588       data: "data name"
5589     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5590       data: "data msg"
5591   data: "vpp-mrr-results-3n-hsw"
5592   filter: "all"
5593   parameters:
5594   - "name"
5595   - "parent"
5596   - "msg"
5597
5598 # Detailed Test Results - VPP MRR Results 3n-skx
5599 - type: "table"
5600   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5601   algorithm: "table_merged_details"
5602   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5603   columns:
5604     - title: " |prein| Test Name |preout| "
5605       data: "data name"
5606     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5607       data: "data msg"
5608   data: "vpp-mrr-results-3n-skx"
5609   filter: "all"
5610   parameters:
5611   - "name"
5612   - "parent"
5613   - "msg"
5614
5615 # Detailed Test Results - VPP MRR Results 2n-skx
5616 - type: "table"
5617   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5618   algorithm: "table_merged_details"
5619   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5620   columns:
5621     - title: " |prein| Test Name |preout| "
5622       data: "data name"
5623     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5624       data: "data msg"
5625   data: "vpp-mrr-results-2n-skx"
5626   filter: "all"
5627   parameters:
5628   - "name"
5629   - "parent"
5630   - "msg"
5631
5632 # Detailed Test Results - VPP MRR Results 2n-clx
5633 - type: "table"
5634   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5635   algorithm: "table_merged_details"
5636   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5637   columns:
5638     - title: " |prein| Test Name |preout| "
5639       data: "data name"
5640     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5641       data: "data msg"
5642   data: "vpp-mrr-results-2n-clx"
5643   filter: "all"
5644   parameters:
5645   - "name"
5646   - "parent"
5647   - "msg"
5648
5649 # Detailed Test Results - VPP MRR Results 3n-tsh
5650 - type: "table"
5651   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5652   algorithm: "table_merged_details"
5653   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5654   columns:
5655     - title: " |prein| Test Name |preout| "
5656       data: "data name"
5657     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5658       data: "data msg"
5659   data: "vpp-mrr-results-3n-tsh"
5660   filter: "all"
5661   parameters:
5662   - "name"
5663   - "parent"
5664   - "msg"
5665
5666 ## Detailed Test Results - VPP MRR Results 3n-dnv
5667 #- type: "table"
5668 #  title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5669 #  algorithm: "table_merged_details"
5670 #  output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5671 #  columns:
5672 #    - title: " |prein| Test Name |preout| "
5673 #      data: "data name"
5674 #    - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5675 #      data: "data msg"
5676 #  data: "vpp-mrr-results-3n-dnv"
5677 #  filter: "all"
5678 #  parameters:
5679 #  - "name"
5680 #  - "parent"
5681 #  - "msg"
5682 #
5683 ## Detailed Test Results - VPP MRR Results 2n-dnv
5684 #- type: "table"
5685 #  title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5686 #  algorithm: "table_merged_details"
5687 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5688 #  columns:
5689 #    - title: " |prein| Test Name |preout| "
5690 #      data: "data name"
5691 #    - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5692 #      data: "data msg"
5693 #  data: "vpp-mrr-results-2n-dnv"
5694 #  filter: "all"
5695 #  parameters:
5696 #  - "name"
5697 #  - "parent"
5698 #  - "msg"
5699
5700 # Test configuration - VPP MRR Test Configs 3n-hsw
5701 - type: "table"
5702   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5703   algorithm: "table_merged_details"
5704   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5705   columns:
5706     - title: " |prein| Test Name |preout| "
5707       data: "data name"
5708     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5709       data: "data conf-history"
5710   data: "vpp-mrr-results-3n-hsw"
5711   filter: "all"
5712   parameters:
5713   - "parent"
5714   - "name"
5715   - "conf-history"
5716
5717 # Test configuration - VPP MRR Test Configs 3n-skx
5718 - type: "table"
5719   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5720   algorithm: "table_merged_details"
5721   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5722   columns:
5723     - title: " |prein| Test Name |preout| "
5724       data: "data name"
5725     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5726       data: "data conf-history"
5727   data: "vpp-mrr-results-3n-skx"
5728   filter: "all"
5729   parameters:
5730   - "parent"
5731   - "name"
5732   - "conf-history"
5733
5734 # Test configuration - VPP MRR Test Configs 2n-skx
5735 - type: "table"
5736   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5737   algorithm: "table_merged_details"
5738   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5739   columns:
5740     - title: " |prein| Test Name |preout| "
5741       data: "data name"
5742     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5743       data: "data conf-history"
5744   data: "vpp-mrr-results-2n-skx"
5745   filter: "all"
5746   parameters:
5747   - "parent"
5748   - "name"
5749   - "conf-history"
5750
5751 # Test configuration - VPP MRR Test Configs 2n-clx
5752 - type: "table"
5753   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5754   algorithm: "table_merged_details"
5755   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5756   columns:
5757     - title: " |prein| Test Name |preout| "
5758       data: "data name"
5759     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5760       data: "data conf-history"
5761   data: "vpp-mrr-results-2n-clx"
5762   filter: "all"
5763   parameters:
5764   - "parent"
5765   - "name"
5766   - "conf-history"
5767
5768 # Test configuration - VPP MRR Test Configs 3n-tsh
5769 - type: "table"
5770   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5771   algorithm: "table_merged_details"
5772   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5773   columns:
5774     - title: " |prein| Test Name |preout| "
5775       data: "data name"
5776     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5777       data: "data conf-history"
5778   data: "vpp-mrr-results-3n-tsh"
5779   filter: "all"
5780   parameters:
5781   - "parent"
5782   - "name"
5783   - "conf-history"
5784
5785 ## Test configuration - VPP MRR Test Configs 3n-dnv
5786 #- type: "table"
5787 #  title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5788 #  algorithm: "table_merged_details"
5789 #  output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5790 #  columns:
5791 #    - title: " |prein| Test Name |preout| "
5792 #      data: "data name"
5793 #    - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5794 #      data: "data conf-history"
5795 #  data: "vpp-mrr-results-3n-dnv"
5796 #  filter: "all"
5797 #  parameters:
5798 #  - "parent"
5799 #  - "name"
5800 #  - "conf-history"
5801 #
5802 ## Test configuration - VPP MRR Test Configs 2n-dnv
5803 #- type: "table"
5804 #  title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5805 #  algorithm: "table_merged_details"
5806 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5807 #  columns:
5808 #    - title: " |prein| Test Name |preout| "
5809 #      data: "data name"
5810 #    - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5811 #      data: "data conf-history"
5812 #  data: "vpp-mrr-results-2n-dnv"
5813 #  filter: "all"
5814 #  parameters:
5815 #  - "parent"
5816 #  - "name"
5817 #  - "conf-history"
5818
5819 # Detailed Test Results - VPP Device Results - Ubuntu
5820 - type: "table"
5821   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5822   algorithm: "table_merged_details"
5823   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5824   columns:
5825     - title: " |prein| Test Name |preout| "
5826       data: "data name"
5827     - title: " |prein| Status |preout| "
5828       data: "data status"
5829   data: "vpp-device-results-ubuntu"
5830   filter: "all"
5831   parameters:
5832   - "name"
5833   - "parent"
5834   - "doc"
5835   - "status"
5836
5837 # Test configuration - VPP Device Test Configs - Ubuntu
5838 - type: "table"
5839   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5840   algorithm: "table_merged_details"
5841   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5842   columns:
5843     - title: " |prein| Test Name |preout| "
5844       data: "data name"
5845     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5846       data: "data conf-history"
5847   data: "vpp-device-results-ubuntu"
5848   filter: "all"
5849   parameters:
5850   - "parent"
5851   - "name"
5852   - "conf-history"
5853
5854 ################################################################################
5855
5856 # DPDK Performance Changes 3n-hsw 1t1c pdr
5857 - type: "table"
5858   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5859   algorithm: "table_comparison"
5860   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5861   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5862   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5863   columns:
5864     - title: "2001"
5865       data-set: "dpdk-performance-changes-3n-hsw-h1"
5866     - title: "2005"
5867       data-set: "dpdk-performance-changes-3n-hsw-ref"
5868     - title: "2009"
5869       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5870   comparisons:
5871     - title: "Diff"
5872       reference: 2
5873       compare: 3
5874   legend:
5875     - ""
5876     - "2001, 2005, 2009 - DPDK versions tested."
5877     - "Diff - difference between 2005 and 2009 DPDK version."
5878
5879 # DPDK Performance Changes 3n-hsw 2t2c pdr
5880 - type: "table"
5881   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5882   algorithm: "table_comparison"
5883   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5884   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5885   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5886   columns:
5887     - title: "2001"
5888       data-set: "dpdk-performance-changes-3n-hsw-h1"
5889     - title: "2005"
5890       data-set: "dpdk-performance-changes-3n-hsw-ref"
5891     - title: "2009"
5892       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5893   comparisons:
5894     - title: "Diff"
5895       reference: 2
5896       compare: 3
5897   legend:
5898     - ""
5899     - "2001, 2005, 2009 - DPDK versions tested."
5900     - "Diff - difference between 2005 and 2009 DPDK version."
5901
5902 # DPDK Performance Changes 3n-hsw 1t1c pdr
5903 - type: "table"
5904   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5905   algorithm: "table_comparison"
5906   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5907   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5908   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5909   columns:
5910     - title: "2001"
5911       data-set: "dpdk-performance-changes-3n-hsw-h1"
5912     - title: "2005"
5913       data-set: "dpdk-performance-changes-3n-hsw-ref"
5914     - title: "2009"
5915       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5916   comparisons:
5917     - title: "Diff"
5918       reference: 2
5919       compare: 3
5920   legend:
5921     - ""
5922     - "2001, 2005, 2009 - DPDK versions tested."
5923     - "Diff - difference between 2005 and 2009 DPDK version."
5924
5925 # DPDK Performance Changes 3n-hsw 2t2c ndr
5926 - type: "table"
5927   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5928   algorithm: "table_comparison"
5929   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5930   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5931   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5932   columns:
5933     - title: "2001"
5934       data-set: "dpdk-performance-changes-3n-hsw-h1"
5935     - title: "2005"
5936       data-set: "dpdk-performance-changes-3n-hsw-ref"
5937     - title: "2009"
5938       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5939   comparisons:
5940     - title: "Diff"
5941       reference: 2
5942       compare: 3
5943   legend:
5944     - ""
5945     - "2001, 2005, 2009 - DPDK versions tested."
5946     - "Diff - difference between 2005 and 2009 DPDK version."
5947
5948 # DPDK Performance Changes 3n-skx 2t1c pdr
5949 - type: "table"
5950   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5951   algorithm: "table_comparison"
5952   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5953   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5954   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5955   columns:
5956     - title: "2001"
5957       data-set: "dpdk-performance-changes-3n-skx-h1"
5958     - title: "2005"
5959       data-set: "dpdk-performance-changes-3n-skx-ref"
5960     - title: "2009"
5961       data-set: "dpdk-performance-changes-3n-skx-cmp"
5962   comparisons:
5963     - title: "Diff"
5964       reference: 2
5965       compare: 3
5966   legend:
5967     - ""
5968     - "2001, 2005, 2009 - DPDK versions tested."
5969     - "Diff - difference between 2005 and 2009 DPDK version."
5970
5971 # DPDK Performance Changes 3n-skx 4t2c pdr
5972 - type: "table"
5973   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5974   algorithm: "table_comparison"
5975   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5976   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5977   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5978   columns:
5979     - title: "2001"
5980       data-set: "dpdk-performance-changes-3n-skx-h1"
5981     - title: "2005"
5982       data-set: "dpdk-performance-changes-3n-skx-ref"
5983     - title: "2009"
5984       data-set: "dpdk-performance-changes-3n-skx-cmp"
5985   comparisons:
5986     - title: "Diff"
5987       reference: 2
5988       compare: 3
5989   legend:
5990     - ""
5991     - "2001, 2005, 2009 - DPDK versions tested."
5992     - "Diff - difference between 2005 and 2009 DPDK version."
5993
5994 # DPDK Performance Changes 3n-skx 2t1c ndr
5995 - type: "table"
5996   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5997   algorithm: "table_comparison"
5998   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5999   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6000   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6001   columns:
6002     - title: "2001"
6003       data-set: "dpdk-performance-changes-3n-skx-h1"
6004     - title: "2005"
6005       data-set: "dpdk-performance-changes-3n-skx-ref"
6006     - title: "2009"
6007       data-set: "dpdk-performance-changes-3n-skx-cmp"
6008   comparisons:
6009     - title: "Diff"
6010       reference: 2
6011       compare: 3
6012   legend:
6013     - ""
6014     - "2001, 2005, 2009 - DPDK versions tested."
6015     - "Diff - difference between 2005 and 2009 DPDK version."
6016
6017 # DPDK Performance Changes 3n-skx 4t2c ndr
6018 - type: "table"
6019   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6020   algorithm: "table_comparison"
6021   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6022   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6023   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6024   columns:
6025     - title: "2001"
6026       data-set: "dpdk-performance-changes-3n-skx-h1"
6027     - title: "2005"
6028       data-set: "dpdk-performance-changes-3n-skx-ref"
6029     - title: "2009"
6030       data-set: "dpdk-performance-changes-3n-skx-cmp"
6031   comparisons:
6032     - title: "Diff"
6033       reference: 2
6034       compare: 3
6035   legend:
6036     - ""
6037     - "2001, 2005, 2009 - DPDK versions tested."
6038     - "Diff - difference between 2005 and 2009 DPDK version."
6039
6040 # DPDK Performance Changes 2n-skx 2t1c pdr
6041 - type: "table"
6042   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6043   algorithm: "table_comparison"
6044   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6045   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6046   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6047   columns:
6048     - title: "2001"
6049       data-set: "dpdk-performance-changes-2n-skx-h1"
6050     - title: "2005"
6051       data-set: "dpdk-performance-changes-2n-skx-ref"
6052     - title: "2009"
6053       data-set: "dpdk-performance-changes-2n-skx-cmp"
6054   comparisons:
6055     - title: "Diff"
6056       reference: 2
6057       compare: 3
6058   legend:
6059     - ""
6060     - "2001, 2005, 2009 - DPDK versions tested."
6061     - "Diff - difference between 2005 and 2009 DPDK version."
6062
6063 # DPDK Performance Changes 2n-skx 4t2c pdr
6064 - type: "table"
6065   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6066   algorithm: "table_comparison"
6067   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6068   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6069   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6070   columns:
6071     - title: "2001"
6072       data-set: "dpdk-performance-changes-2n-skx-h1"
6073     - title: "2005"
6074       data-set: "dpdk-performance-changes-2n-skx-ref"
6075     - title: "2009"
6076       data-set: "dpdk-performance-changes-2n-skx-cmp"
6077   comparisons:
6078     - title: "Diff"
6079       reference: 2
6080       compare: 3
6081   legend:
6082     - ""
6083     - "2001, 2005, 2009 - DPDK versions tested."
6084     - "Diff - difference between 2005 and 2009 DPDK version."
6085
6086 # DPDK Performance Changes 2n-skx 2t1c ndr
6087 - type: "table"
6088   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6089   algorithm: "table_comparison"
6090   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6091   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6092   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6093   columns:
6094     - title: "2001"
6095       data-set: "dpdk-performance-changes-2n-skx-h1"
6096     - title: "2005"
6097       data-set: "dpdk-performance-changes-2n-skx-ref"
6098     - title: "2009"
6099       data-set: "dpdk-performance-changes-2n-skx-cmp"
6100   comparisons:
6101     - title: "Diff"
6102       reference: 2
6103       compare: 3
6104   legend:
6105     - ""
6106     - "2001, 2005, 2009 - DPDK versions tested."
6107     - "Diff - difference between 2005 and 2009 DPDK version."
6108
6109 # DPDK Performance Changes 2n-skx 4t2c ndr
6110 - type: "table"
6111   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6112   algorithm: "table_comparison"
6113   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6114   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6115   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6116   columns:
6117     - title: "2001"
6118       data-set: "dpdk-performance-changes-2n-skx-h1"
6119     - title: "2005"
6120       data-set: "dpdk-performance-changes-2n-skx-ref"
6121     - title: "2009"
6122       data-set: "dpdk-performance-changes-2n-skx-cmp"
6123   comparisons:
6124     - title: "Diff"
6125       reference: 2
6126       compare: 3
6127   legend:
6128     - ""
6129     - "2001, 2005, 2009 - DPDK versions tested."
6130     - "Diff - difference between 2005 and 2009 DPDK version."
6131
6132 # DPDK Performance Changes 2n-clx 2t1c pdr
6133 - type: "table"
6134   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6135   algorithm: "table_comparison"
6136   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6137   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6138   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6139   columns:
6140     - title: "2001"
6141       data-set: "dpdk-performance-changes-2n-clx-h1"
6142     - title: "2005"
6143       data-set: "dpdk-performance-changes-2n-clx-ref"
6144     - title: "2009"
6145       data-set: "dpdk-performance-changes-2n-clx-cmp"
6146   comparisons:
6147     - title: "Diff"
6148       reference: 2
6149       compare: 3
6150   legend:
6151     - ""
6152     - "2001, 2005, 2009 - DPDK versions tested."
6153     - "Diff - difference between 2005 and 2009 DPDK version."
6154
6155 # DPDK Performance Changes 2n-clx 4t2c pdr
6156 - type: "table"
6157   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6158   algorithm: "table_comparison"
6159   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6160   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6161   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6162   columns:
6163     - title: "2001"
6164       data-set: "dpdk-performance-changes-2n-clx-h1"
6165     - title: "2005"
6166       data-set: "dpdk-performance-changes-2n-clx-ref"
6167     - title: "2009"
6168       data-set: "dpdk-performance-changes-2n-clx-cmp"
6169   comparisons:
6170     - title: "Diff"
6171       reference: 2
6172       compare: 3
6173   legend:
6174     - ""
6175     - "2001, 2005, 2009 - DPDK versions tested."
6176     - "Diff - difference between 2005 and 2009 DPDK version."
6177
6178 # DPDK Performance Changes 2n-clx 2t1c ndr
6179 - type: "table"
6180   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6181   algorithm: "table_comparison"
6182   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6183   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6184   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6185   columns:
6186     - title: "2001"
6187       data-set: "dpdk-performance-changes-2n-clx-h1"
6188     - title: "2005"
6189       data-set: "dpdk-performance-changes-2n-clx-ref"
6190     - title: "2009"
6191       data-set: "dpdk-performance-changes-2n-clx-cmp"
6192   comparisons:
6193     - title: "Diff"
6194       reference: 2
6195       compare: 3
6196   legend:
6197     - ""
6198     - "2001, 2005, 2009 - DPDK versions tested."
6199     - "Diff - difference between 2005 and 2009 DPDK version."
6200
6201 # DPDK Performance Changes 2n-clx 4t2c ndr
6202 - type: "table"
6203   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6204   algorithm: "table_comparison"
6205   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6206   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6207   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6208   columns:
6209     - title: "2001"
6210       data-set: "dpdk-performance-changes-2n-clx-h1"
6211     - title: "2005"
6212       data-set: "dpdk-performance-changes-2n-clx-ref"
6213     - title: "2009"
6214       data-set: "dpdk-performance-changes-2n-clx-cmp"
6215   comparisons:
6216     - title: "Diff"
6217       reference: 2
6218       compare: 3
6219   legend:
6220     - ""
6221     - "2001, 2005, 2009 - DPDK versions tested."
6222     - "Diff - difference between 2005 and 2009 DPDK version."
6223
6224 ## DPDK Performance Changes 2n-dnv 1t1c pdr
6225 #- type: "table"
6226 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6227 #  algorithm: "table_comparison"
6228 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6229 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6230 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6231 #  columns:
6232 #    - title: "2001"
6233 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6234 #    - title: "2005"
6235 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6236 #    - title: "2009"
6237 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6238 #  comparisons:
6239 #    - title: "Diff"
6240 #      reference: 2
6241 #      compare: 3
6242 #  legend:
6243 #    - ""
6244 #    - "2001, 2005, 2009 - DPDK versions tested."
6245 #    - "Diff - difference between 2005 and 2009 DPDK version."
6246 #
6247 ## DPDK Performance Changes 2n-dnv 2t2c pdr
6248 #- type: "table"
6249 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6250 #  algorithm: "table_comparison"
6251 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6252 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6253 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6254 #  columns:
6255 #    - title: "2001"
6256 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6257 #    - title: "2005"
6258 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6259 #    - title: "2009"
6260 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6261 #  comparisons:
6262 #    - title: "Diff"
6263 #      reference: 2
6264 #      compare: 3
6265 #  legend:
6266 #    - ""
6267 #    - "2001, 2005, 2009 - DPDK versions tested."
6268 #    - "Diff - difference between 2005 and 2009 DPDK version."
6269 #
6270 ## DPDK Performance Changes 2n-dnv 1t1c ndr
6271 #- type: "table"
6272 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6273 #  algorithm: "table_comparison"
6274 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6275 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6276 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6277 #  columns:
6278 #    - title: "2001"
6279 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6280 #    - title: "2005"
6281 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6282 #    - title: "2009"
6283 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6284 #  comparisons:
6285 #    - title: "Diff"
6286 #      reference: 2
6287 #      compare: 3
6288 #  legend:
6289 #    - ""
6290 #    - "2001, 2005, 2009 - DPDK versions tested."
6291 #    - "Diff - difference between 2005 and 2009 DPDK version."
6292 #
6293 ## DPDK Performance Changes 2n-dnv 2t2c ndr
6294 #- type: "table"
6295 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6296 #  algorithm: "table_comparison"
6297 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6298 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6299 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6300 #  columns:
6301 #    - title: "2001"
6302 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6303 #    - title: "2005"
6304 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6305 #    - title: "2009"
6306 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6307 #  comparisons:
6308 #    - title: "Diff"
6309 #      reference: 2
6310 #      compare: 3
6311 #  legend:
6312 #    - ""
6313 #    - "2001, 2005, 2009 - DPDK versions tested."
6314 #    - "Diff - difference between 2005 and 2009 DPDK version."
6315 #
6316 ## DPDK Performance Changes 3n-dnv 1t1c pdr
6317 #- type: "table"
6318 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6319 #  algorithm: "table_comparison"
6320 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6321 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6322 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6323 #  columns:
6324 #    - title: "2001"
6325 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6326 #    - title: "2005"
6327 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6328 #    - title: "2009"
6329 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6330 #  comparisons:
6331 #    - title: "Diff"
6332 #      reference: 2
6333 #      compare: 3
6334 #  legend:
6335 #    - ""
6336 #    - "2001, 2005, 2009 - DPDK versions tested."
6337 #    - "Diff - difference between 2005 and 2009 DPDK version."
6338 #
6339 ## DPDK Performance Changes 3n-dnv 2t2c pdr
6340 #- type: "table"
6341 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6342 #  algorithm: "table_comparison"
6343 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6344 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6345 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6346 #  columns:
6347 #    - title: "2001"
6348 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6349 #    - title: "2005"
6350 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6351 #    - title: "2009"
6352 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6353 #  comparisons:
6354 #    - title: "Diff"
6355 #      reference: 2
6356 #      compare: 3
6357 #  legend:
6358 #    - ""
6359 #    - "2001, 2005, 2009 - DPDK versions tested."
6360 #    - "Diff - difference between 2005 and 2009 DPDK version."
6361 #
6362 ## DPDK Performance Changes 3n-dnv 1t1c ndr
6363 #- type: "table"
6364 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6365 #  algorithm: "table_comparison"
6366 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6367 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6368 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6369 #  columns:
6370 #    - title: "2001"
6371 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6372 #    - title: "2005"
6373 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6374 #    - title: "2009"
6375 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6376 #  comparisons:
6377 #    - title: "Diff"
6378 #      reference: 2
6379 #      compare: 3
6380 #  legend:
6381 #    - ""
6382 #    - "2001, 2005, 2009 - DPDK versions tested."
6383 #    - "Diff - difference between 2005 and 2009 DPDK version."
6384 #
6385 ## DPDK Performance Changes 3n-dnv 2t2c ndr
6386 #- type: "table"
6387 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6388 #  algorithm: "table_comparison"
6389 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6390 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6391 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6392 #  columns:
6393 #    - title: "2001"
6394 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6395 #    - title: "2005"
6396 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6397 #    - title: "2009"
6398 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6399 #  comparisons:
6400 #    - title: "Diff"
6401 #      reference: 2
6402 #      compare: 3
6403 #  legend:
6404 #    - ""
6405 #    - "2001, 2005, 2009 - DPDK versions tested."
6406 #    - "Diff - difference between 2005 and 2009 DPDK version."
6407
6408 # DPDK Performance Changes 3n-tsh 1t1c pdr
6409 - type: "table"
6410   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6411   algorithm: "table_comparison"
6412   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6413   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6414   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6415   columns:
6416     - title: "2001"
6417       data-set: "dpdk-performance-changes-3n-tsh-h1"
6418     - title: "2005"
6419       data-set: "dpdk-performance-changes-3n-tsh-ref"
6420     - title: "2009"
6421       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6422   comparisons:
6423     - title: "Diff"
6424       reference: 2
6425       compare: 3
6426   legend:
6427     - ""
6428     - "2001, 2005, 2009 - DPDK versions tested."
6429     - "Diff - difference between 2005 and 2009 DPDK version."
6430
6431 # DPDK Performance Changes 3n-tsh 2t2c pdr
6432 - type: "table"
6433   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6434   algorithm: "table_comparison"
6435   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6436   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6437   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6438   columns:
6439     - title: "2001"
6440       data-set: "dpdk-performance-changes-3n-tsh-h1"
6441     - title: "2005"
6442       data-set: "dpdk-performance-changes-3n-tsh-ref"
6443     - title: "2009"
6444       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6445   comparisons:
6446     - title: "Diff"
6447       reference: 2
6448       compare: 3
6449   legend:
6450     - ""
6451     - "2001, 2005, 2009 - DPDK versions tested."
6452     - "Diff - difference between 2005 and 2009 DPDK version."
6453
6454 # DPDK Performance Changes 3n-tsh 1t1c ndr
6455 - type: "table"
6456   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6457   algorithm: "table_comparison"
6458   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6459   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6460   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6461   columns:
6462     - title: "2001"
6463       data-set: "dpdk-performance-changes-3n-tsh-h1"
6464     - title: "2005"
6465       data-set: "dpdk-performance-changes-3n-tsh-ref"
6466     - title: "2009"
6467       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6468   comparisons:
6469     - title: "Diff"
6470       reference: 2
6471       compare: 3
6472   legend:
6473     - ""
6474     - "2001, 2005, 2009 - DPDK versions tested."
6475     - "Diff - difference between 2005 and 2009 DPDK version."
6476
6477 # DPDK Performance Changes 3n-tsh 2t2c ndr
6478 - type: "table"
6479   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6480   algorithm: "table_comparison"
6481   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6482   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6483   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6484   columns:
6485     - title: "2001"
6486       data-set: "dpdk-performance-changes-3n-tsh-h1"
6487     - title: "2005"
6488       data-set: "dpdk-performance-changes-3n-tsh-ref"
6489     - title: "2009"
6490       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6491   comparisons:
6492     - title: "Diff"
6493       reference: 2
6494       compare: 3
6495   legend:
6496     - ""
6497     - "2001, 2005, 2009 - DPDK versions tested."
6498     - "Diff - difference between 2005 and 2009 DPDK version."
6499
6500 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6501 - type: "table"
6502   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6503   algorithm: "table_comparison"
6504   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6505   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6506   filter: "'NIC_Intel-X710'"
6507   columns:
6508     - title: "3n-hsw x710"
6509       data-set: "dpdk-compare-testbeds-ref"
6510     - title: "3n-skx x710"
6511       data-set: "dpdk-compare-testbeds-cmp"
6512   comparisons:
6513     - title: "Diff"
6514       reference: 1
6515       compare: 2
6516   legend:
6517     - ""
6518     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6519     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6520
6521 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6522 - type: "table"
6523   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6524   algorithm: "table_comparison"
6525   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6526   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6527   filter: "'NIC_Intel-X710'"
6528   columns:
6529     - title: "3n-hsw x710"
6530       data-set: "dpdk-compare-testbeds-ref"
6531     - title: "3n-skx x710"
6532       data-set: "dpdk-compare-testbeds-cmp"
6533   comparisons:
6534     - title: "Diff"
6535       reference: 1
6536       compare: 2
6537   legend:
6538     - ""
6539     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6540     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6541
6542 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6543 - type: "table"
6544   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6545   algorithm: "table_comparison"
6546   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6547   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6548   filter: "'NIC_Intel-XXV710'"
6549   columns:
6550     - title: "2n-skx"
6551       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6552     - title: "2n-clx"
6553       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6554   comparisons:
6555     - title: "Diff"
6556       reference: 1
6557       compare: 2
6558   legend:
6559     - ""
6560     - "2n-skx, 2n-clx - testbeds and NICs tested."
6561     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6562
6563 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6564 - type: "table"
6565   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6566   algorithm: "table_comparison"
6567   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6568   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6569   filter: "'NIC_Intel-XXV710'"
6570   columns:
6571     - title: "2n-skx"
6572       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6573     - title: "2n-clx"
6574       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6575   comparisons:
6576     - title: "Diff"
6577       reference: 1
6578       compare: 2
6579   legend:
6580     - ""
6581     - "2n-skx, 2n-clx - testbeds and NICs tested."
6582     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6583
6584 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6585 - type: "table"
6586   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6587   algorithm: "table_comparison"
6588   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6589   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6590   filter: "'NIC_Intel-XXV710'"
6591   columns:
6592     - title: "3n-skx"
6593       data-set: "dpdk-compare-topologies-ref"
6594     - title: "2n-skx"
6595       data-set: "dpdk-compare-topologies-cmp"
6596   comparisons:
6597     - title: "Diff"
6598       reference: 1
6599       compare: 2
6600   legend:
6601     - ""
6602     - "3n-skx, 2n-skx - topologies tested."
6603     - "Diff - difference between 3n-skx and 2n-skx topologies."
6604
6605 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6606 - type: "table"
6607   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6608   algorithm: "table_comparison"
6609   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6610   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6611   filter: "'NIC_Intel-XXV710'"
6612   columns:
6613     - title: "3n-skx"
6614       data-set: "dpdk-compare-topologies-ref"
6615     - title: "2n-skx"
6616       data-set: "dpdk-compare-topologies-cmp"
6617   comparisons:
6618     - title: "Diff"
6619       reference: 1
6620       compare: 2
6621   legend:
6622     - ""
6623     - "3n-skx, 2n-skx - topologies tested."
6624     - "Diff - difference between 3n-skx and 2n-skx topologies."
6625
6626 # Detailed Test Results - DPDK Performance Results 3n-hsw
6627 - type: "table"
6628   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6629   algorithm: "table_merged_details"
6630   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6631   columns:
6632     - title: " |prein| Test Name |preout| "
6633       data: "data name"
6634     - 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| "
6635       data: "data msg"
6636   data: "dpdk-perf-results-3n-hsw"
6637   filter: "all"
6638   parameters:
6639   - "name"
6640   - "parent"
6641   - "msg"
6642
6643 # Detailed Test Results - DPDK Performance Results 3n-skx
6644 - type: "table"
6645   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6646   algorithm: "table_merged_details"
6647   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6648   columns:
6649     - title: " |prein| Test Name |preout| "
6650       data: "data name"
6651     - 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| "
6652       data: "data msg"
6653   data: "dpdk-perf-results-3n-skx"
6654   filter: "all"
6655   remove-ndr: False
6656   parameters:
6657   - "name"
6658   - "parent"
6659   - "msg"
6660
6661 # Detailed Test Results - DPDK Performance Results 2n-skx
6662 - type: "table"
6663   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6664   algorithm: "table_merged_details"
6665   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6666   columns:
6667     - title: " |prein| Test Name |preout| "
6668       data: "data name"
6669     - 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| "
6670       data: "data msg"
6671   data: "dpdk-perf-results-2n-skx"
6672   filter: "all"
6673   remove-ndr: False
6674   parameters:
6675   - "name"
6676   - "parent"
6677   - "msg"
6678
6679 # Detailed Test Results - DPDK Performance Results 2n-clx
6680 - type: "table"
6681   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6682   algorithm: "table_merged_details"
6683   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6684   columns:
6685     - title: " |prein| Test Name |preout| "
6686       data: "data name"
6687     - 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| "
6688       data: "data msg"
6689   data: "dpdk-perf-results-2n-clx"
6690   filter: "all"
6691   parameters:
6692   - "name"
6693   - "parent"
6694   - "msg"
6695
6696 ## Detailed Test Results - DPDK Performance Results 2n-dnv
6697 #- type: "table"
6698 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6699 #  algorithm: "table_merged_details"
6700 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6701 #  columns:
6702 #    - title: " |prein| Test Name |preout| "
6703 #      data: "data name"
6704 #    - 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| "
6705 #      data: "data msg"
6706 #  data: "dpdk-perf-results-2n-dnv"
6707 #  filter: "all"
6708 #  parameters:
6709 #  - "name"
6710 #  - "parent"
6711 #  - "msg"
6712 #
6713 ## Detailed Test Results - DPDK Performance Results 3n-dnv
6714 #- type: "table"
6715 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6716 #  algorithm: "table_merged_details"
6717 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6718 #  columns:
6719 #    - title: " |prein| Test Name |preout| "
6720 #      data: "data name"
6721 #    - 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| "
6722 #      data: "data msg"
6723 #  data: "dpdk-perf-results-3n-dnv"
6724 #  filter: "all"
6725 #  parameters:
6726 #  - "name"
6727 #  - "parent"
6728 #  - "msg"
6729
6730 # Detailed Test Results - DPDK Performance Results 3n-tsh
6731 - type: "table"
6732   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6733   algorithm: "table_merged_details"
6734   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6735   columns:
6736     - title: " |prein| Test Name |preout| "
6737       data: "data name"
6738     - 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| "
6739       data: "data msg"
6740   data: "dpdk-perf-results-3n-tsh"
6741   filter: "all"
6742   parameters:
6743   - "name"
6744   - "parent"
6745   - "msg"
6746
6747 ################################################################################
6748 ###                                F I L E S                                 ###
6749 ################################################################################
6750
6751 # VPP Performance Results
6752 - type: "file"
6753   title: "VPP Performance Results"
6754   algorithm: "file_details_split"
6755   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6756   dir-tables:
6757     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6758     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6759     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6760     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6761     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6762 #    - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6763 #    - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6764   data:
6765     - "vpp-perf-results-2n-skx"
6766     - "vpp-perf-results-3n-skx"
6767     - "vpp-perf-results-2n-clx"
6768     - "vpp-perf-results-3n-hsw"
6769     - "vpp-perf-results-3n-tsh"
6770 #    - "vpp-perf-results-2n-dnv"
6771 #    - "vpp-perf-results-3n-dnv"
6772   filter: "all"
6773   data-start-level: 4
6774   order-chapters:
6775     level-1:
6776       - "l2"
6777       - "ip4"
6778       - "ip6"
6779       - "srv6"
6780       - "ip4_tunnels"
6781       - "ip6_tunnels"
6782       - "vm_vhost"
6783       - "container_memif"
6784       - "crypto"
6785       - "vts"
6786       - "lb"
6787       - "nfv_density"
6788       - "hoststack"
6789     level-2:
6790       - "2n-skx"
6791       - "3n-skx"
6792       - "2n-clx"
6793       - "3n-hsw"
6794       - "3n-tsh"
6795       - "2n-dnv"
6796       - "3n-dnv"
6797     level-3:
6798       - "xl710"
6799       - "x520"
6800       - "xxv710"
6801       - "x710"
6802       - "x553"
6803       - "cx556a"
6804       - "vic1227"
6805       - "vic1385"
6806
6807 # VPP Performance Configuration
6808 - type: "file"
6809   title: "VPP Performance Configuration"
6810   algorithm: "file_details_split"
6811   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6812   dir-tables:
6813     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6814     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6815     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6816     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6817     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6818 #    - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6819 #    - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6820   data:
6821     - "vpp-perf-results-2n-skx"
6822     - "vpp-perf-results-3n-skx"
6823     - "vpp-perf-results-2n-clx"
6824     - "vpp-perf-results-3n-hsw"
6825     - "vpp-perf-results-3n-tsh"
6826 #    - "vpp-perf-results-2n-dnv"
6827 #    - "vpp-perf-results-3n-dnv"
6828   filter: "all"
6829   data-start-level: 4
6830   order-chapters:
6831     level-1:
6832       - "l2"
6833       - "ip4"
6834       - "ip6"
6835       - "srv6"
6836       - "ip4_tunnels"
6837       - "ip6_tunnels"
6838       - "vm_vhost"
6839       - "container_memif"
6840       - "crypto"
6841       - "vts"
6842       - "lb"
6843       - "nfv_density"
6844       - "hoststack"
6845     level-2:
6846       - "2n-skx"
6847       - "3n-skx"
6848       - "2n-clx"
6849       - "3n-hsw"
6850       - "3n-tsh"
6851       - "2n-dnv"
6852       - "3n-dnv"
6853     level-3:
6854       - "xl710"
6855       - "x520"
6856       - "xxv710"
6857       - "x710"
6858       - "x553"
6859       - "cx556a"
6860       - "vic1227"
6861       - "vic1385"
6862
6863 # VPP Performance Operational
6864 - type: "file"
6865   title: "VPP Performance Operational"
6866   algorithm: "file_details_split_html"
6867   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6868   dir-tables:
6869     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6870     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6871     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6872     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6873     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6874 #    - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6875 #    - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6876   data:
6877     - "vpp-perf-results-2n-skx"
6878     - "vpp-perf-results-3n-skx"
6879     - "vpp-perf-results-2n-clx"
6880     - "vpp-perf-results-3n-hsw"
6881     - "vpp-perf-results-3n-tsh"
6882 #    - "vpp-perf-results-2n-dnv"
6883 #    - "vpp-perf-results-3n-dnv"
6884   filter: "all"
6885   data-start-level: 4
6886   order-chapters:
6887     level-1:
6888       - "l2"
6889       - "ip4"
6890       - "ip6"
6891       - "srv6"
6892       - "ip4_tunnels"
6893       - "ip6_tunnels"
6894       - "vm_vhost"
6895       - "container_memif"
6896       - "crypto"
6897       - "vts"
6898       - "lb"
6899       - "nfv_density"
6900       - "hoststack"
6901     level-2:
6902       - "2n-skx"
6903       - "3n-skx"
6904       - "2n-clx"
6905       - "3n-hsw"
6906       - "3n-tsh"
6907       - "2n-dnv"
6908       - "3n-dnv"
6909     level-3:
6910       - "xl710"
6911       - "x520"
6912       - "xxv710"
6913       - "x710"
6914       - "x553"
6915       - "cx556a"
6916       - "vic1227"
6917       - "vic1385"
6918
6919 # VPP MRR Results
6920 - type: "file"
6921   title: "VPP MRR Results"
6922   algorithm: "file_details_split"
6923   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6924   dir-tables:
6925     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6926     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6927     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6928     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6929     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6930 #    - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6931 #    - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6932   data:
6933     - "vpp-mrr-results-2n-skx"
6934     - "vpp-mrr-results-3n-skx"
6935     - "vpp-mrr-results-2n-clx"
6936     - "vpp-mrr-results-3n-hsw"
6937     - "vpp-mrr-results-3n-tsh"
6938 #    - "vpp-mrr-results-2n-dnv"
6939 #    - "vpp-mrr-results-3n-dnv"
6940   filter: "all"
6941   data-start-level: 4
6942   order-chapters:
6943     level-1:
6944       - "l2"
6945       - "ip4"
6946       - "ip6"
6947       - "srv6"
6948       - "ip4_tunnels"
6949       - "ip6_tunnels"
6950       - "vm_vhost"
6951       - "container_memif"
6952       - "crypto"
6953       - "vts"
6954       - "lb"
6955       - "nfv_density"
6956       - "hoststack"
6957     level-2:
6958       - "2n-skx"
6959       - "3n-skx"
6960       - "2n-clx"
6961       - "3n-hsw"
6962       - "3n-tsh"
6963       - "2n-dnv"
6964       - "3n-dnv"
6965     level-3:
6966       - "xl710"
6967       - "x520"
6968       - "xxv710"
6969       - "x710"
6970       - "x553"
6971       - "cx556a"
6972       - "vic1227"
6973       - "vic1385"
6974
6975 # VPP MRR Configuration
6976 - type: "file"
6977   title: "VPP MRR Configuration"
6978   algorithm: "file_details_split"
6979   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6980   dir-tables:
6981     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6982     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6983     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6984     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6985     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6986     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6987     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6988   data:
6989     - "vpp-mrr-results-2n-skx"
6990     - "vpp-mrr-results-3n-skx"
6991     - "vpp-mrr-results-2n-clx"
6992     - "vpp-mrr-results-3n-hsw"
6993     - "vpp-mrr-results-3n-tsh"
6994 #    - "vpp-mrr-results-2n-dnv"
6995 #    - "vpp-mrr-results-3n-dnv"
6996   filter: "all"
6997   data-start-level: 4
6998   order-chapters:
6999     level-1:
7000       - "l2"
7001       - "ip4"
7002       - "ip6"
7003       - "srv6"
7004       - "ip4_tunnels"
7005       - "ip6_tunnels"
7006       - "vm_vhost"
7007       - "container_memif"
7008       - "crypto"
7009       - "vts"
7010       - "lb"
7011       - "nfv_density"
7012       - "hoststack"
7013     level-2:
7014       - "2n-skx"
7015       - "3n-skx"
7016       - "2n-clx"
7017       - "3n-hsw"
7018       - "3n-tsh"
7019       - "2n-dnv"
7020       - "3n-dnv"
7021     level-3:
7022       - "xl710"
7023       - "x520"
7024       - "xxv710"
7025       - "x710"
7026       - "x553"
7027       - "cx556a"
7028       - "vic1227"
7029       - "vic1385"
7030
7031 # VPP Device Results - Ubuntu
7032 - type: "file"
7033   title: "VPP Device Results - Ubuntu"
7034   algorithm: "file_test_results"
7035   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7036   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7037   data: "vpp-device-results-ubuntu"
7038   filter: "all"
7039   data-start-level: 4
7040
7041 # VPP Device Configuration - Ubuntu
7042 - type: "file"
7043   title: "VPP Device Configuration - Ubuntu"
7044   algorithm: "file_test_results"
7045   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7046   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7047   data: "vpp-device-results-ubuntu"
7048   filter: "all"
7049   data-start-level: 4
7050
7051 # DPDK Performance Results 3n-hsw
7052 - type: "file"
7053   title: "DPDK Performance Results 3n-hsw"
7054   algorithm: "file_test_results"
7055   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7056   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7057   data: "dpdk-perf-results-3n-hsw"
7058   filter: "all"
7059   data-start-level: 4
7060
7061 # DPDK Performance Results 3n-skx
7062 - type: "file"
7063   title: "DPDK Performance Results 3n-skx"
7064   algorithm: "file_test_results"
7065   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7066   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7067   data: "dpdk-perf-results-3n-skx"
7068   filter: "all"
7069   data-start-level: 4
7070
7071 # DPDK Performance Results 2n-skx
7072 - type: "file"
7073   title: "DPDK Performance Results 2n-skx"
7074   algorithm: "file_test_results"
7075   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7076   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7077   data: "dpdk-perf-results-2n-skx"
7078   filter: "all"
7079   data-start-level: 4
7080
7081 # DPDK Performance Results 2n-clx
7082 - type: "file"
7083   title: "DPDK Performance Results 2n-clx"
7084   algorithm: "file_test_results"
7085   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7086   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7087   data: "dpdk-perf-results-2n-clx"
7088   filter: "all"
7089   data-start-level: 4
7090
7091 ## DPDK Performance Results 2n-dnv
7092 #- type: "file"
7093 #  title: "DPDK Performance Results 2n-dnv"
7094 #  algorithm: "file_test_results"
7095 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7096 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7097 #  data: "dpdk-perf-results-2n-dnv"
7098 #  filter: "all"
7099 #  data-start-level: 4
7100 #
7101 ## DPDK Performance Results 3n-dnv
7102 #- type: "file"
7103 #  title: "DPDK Performance Results 3n-dnv"
7104 #  algorithm: "file_test_results"
7105 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7106 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7107 #  data: "dpdk-perf-results-3n-dnv"
7108 #  filter: "all"
7109 #  data-start-level: 4
7110
7111 # DPDK Performance Results 3n-tsh
7112 - type: "file"
7113   title: "DPDK Performance Results 3n-tsh"
7114   algorithm: "file_test_results"
7115   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7116   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7117   data: "dpdk-perf-results-3n-tsh"
7118   filter: "all"
7119   data-start-level: 4
7120
7121 ################################################################################
7122 ###                                P L O T S                                 ###
7123 ################################################################################
7124
7125 # Hoststack tests 3n-hsw
7126
7127 - type: "plot"
7128   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7129   algorithm: "plot_perf_box_name"
7130   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7131   data: "plot-vpp-hoststack-3n-hsw"
7132   include:
7133     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7134     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7135   layout:
7136     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7137     layout: "plot-hoststack"
7138
7139 - type: "plot"
7140   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7141   algorithm: "plot_perf_box_name"
7142   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7143   data: "plot-vpp-hoststack-3n-hsw"
7144   include:
7145     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7146     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7147   layout:
7148     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7149     layout: "plot-hoststack"
7150
7151 - type: "plot"
7152   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7153   algorithm: "plot_perf_box_name"
7154   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7155   data: "plot-vpp-hoststack-3n-hsw"
7156   include:
7157     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7158     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7159     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7160     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7161   layout:
7162     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7163     layout: "plot-hoststack"
7164
7165 ################################################################################
7166
7167 # Soak Test (PLRsearch), boxes - 2n-clx
7168 - type: "plot"
7169   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7170   algorithm: "plot_perf_box_name"
7171   output-file-type: ".html"
7172   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7173   data: "plot-vpp-soak-2n-clx"
7174   include:
7175     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7176     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7177     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7178     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7179     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7180     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7181   layout:
7182     title: "30 Minutes Soak Test (PLRsearch)"
7183     layout: "plot-soak-throughput"
7184
7185 # Soak Test (PLRsearch), boxes - 2n-clx
7186 - type: "plot"
7187   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7188   algorithm: "plot_perf_box_name"
7189   output-file-type: ".html"
7190   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7191   data: "plot-vpp-soak-2n-clx"
7192   include:
7193     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7194     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7195     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7196     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7197     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7198     - "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"
7199   layout:
7200     title: "30 Minutes Soak Test (PLRsearch)"
7201     layout: "plot-soak-throughput"
7202
7203 # Soak Test (PLRsearch), boxes - 2n-skx
7204 - type: "plot"
7205   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7206   algorithm: "plot_perf_box_name"
7207   output-file-type: ".html"
7208   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7209   data: "plot-vpp-soak-2n-skx"
7210   include:
7211     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7212     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7213     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7214     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7217   layout:
7218     title: "30 Minutes Soak Test (PLRsearch)"
7219     layout: "plot-soak-throughput"
7220
7221 # Soak Test (PLRsearch), boxes - 2n-skx
7222 - type: "plot"
7223   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7224   algorithm: "plot_perf_box_name"
7225   output-file-type: ".html"
7226   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7227   data: "plot-vpp-soak-2n-skx"
7228   include:
7229     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7230     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7231     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7232     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7233     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7234     - "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"
7235   layout:
7236     title: "30 Minutes Soak Test (PLRsearch)"
7237     layout: "plot-soak-throughput"
7238
7239 ###############################################################################
7240
7241 # Reconf tests 2n-skx
7242
7243 - type: "plot"
7244   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7245   algorithm: "plot_nf_reconf_box_name"
7246   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7247   data: "plot-vpp-nfv-reconf-2n-skx"
7248   include:
7249     - "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"
7250     - "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"
7251     - "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"
7252     - "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"
7253     - "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"
7254     - "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"
7255   layout:
7256     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7257     layout: "plot-throughput"
7258
7259 - type: "plot"
7260   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7261   algorithm: "plot_nf_reconf_box_name"
7262   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7263   data: "plot-vpp-nfv-reconf-2n-skx"
7264   include:
7265     - "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"
7266     - "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"
7267     - "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"
7268     - "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"
7269     - "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"
7270     - "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"
7271   layout:
7272     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7273     layout: "plot-throughput"
7274
7275 - type: "plot"
7276   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7277   algorithm: "plot_nf_reconf_box_name"
7278   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7279   data: "plot-vpp-nfv-reconf-2n-skx"
7280   include:
7281     - "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"
7282     - "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"
7283     - "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"
7284     - "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"
7285     - "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"
7286     - "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"
7287   layout:
7288     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7289     layout: "plot-throughput"
7290
7291 ###############################################################################
7292
7293 # Reconf tests 2n-clx
7294
7295 - type: "plot"
7296   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7297   algorithm: "plot_nf_reconf_box_name"
7298   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7299   data: "plot-vpp-nfv-reconf-2n-clx"
7300   include:
7301     - "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"
7302     - "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"
7303     - "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"
7304     - "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"
7305   layout:
7306     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7307     layout: "plot-throughput"
7308
7309 - type: "plot"
7310   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7311   algorithm: "plot_nf_reconf_box_name"
7312   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7313   data: "plot-vpp-nfv-reconf-2n-clx"
7314   include:
7315     - "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"
7316     - "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"
7317     - "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"
7318     - "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"
7319   layout:
7320     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7321     layout: "plot-throughput"
7322
7323 - type: "plot"
7324   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7325   algorithm: "plot_nf_reconf_box_name"
7326   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7327   data: "plot-vpp-nfv-reconf-2n-clx"
7328   include:
7329     - "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"
7330     - "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"
7331     - "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"
7332     - "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"
7333   layout:
7334     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7335     layout: "plot-throughput"
7336
7337 ###############################################################################
7338
7339 # Plots - NF Density - VSC - MRR IMIX
7340 - type: "plot"
7341   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7342   algorithm: "plot_nf_heatmap"
7343   output-file-type: ".html"
7344   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7345   data: "plot-vpp-nfv-2n-skx-mrr"
7346   filter: "'NIC_Intel-XXV710' and
7347            'NF_DENSITY' and
7348            'VHOST' and
7349            not 'VXLAN' and
7350            'CHAIN' and
7351            'NF_VPPIP4' and
7352            'IMIX' and
7353            '2T1C' and
7354            'MRR'"
7355   parameters:
7356   - "result"
7357   - "name"
7358   - "tags"
7359   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7360   x-axis: "X = VNFs per Service Chain"
7361   y-axis: "Y = Number of Service Chains"
7362   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7363   layout:
7364     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7365     layout: "plot-service-density"
7366
7367 - type: "plot"
7368   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7369   algorithm: "plot_nf_heatmap"
7370   output-file-type: ".html"
7371   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7372   data: "plot-vpp-nfv-2n-skx-mrr"
7373   filter: "'NIC_Intel-XXV710' and
7374            'NF_DENSITY' and
7375            'VHOST' and
7376            not 'VXLAN' and
7377            'CHAIN' and
7378            'NF_VPPIP4' and
7379            'IMIX' and
7380            '4T2C' and
7381            'MRR'"
7382   parameters:
7383   - "result"
7384   - "name"
7385   - "tags"
7386   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7387   x-axis: "X = VNFs per Service Chain"
7388   y-axis: "Y = Number of Service Chains"
7389   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7390   layout:
7391     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7392     layout: "plot-service-density"
7393
7394 - type: "plot"
7395   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7396   algorithm: "plot_nf_heatmap"
7397   output-file-type: ".html"
7398   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7399   data: "plot-vpp-nfv-2n-skx-mrr"
7400   filter: "'NIC_Intel-XXV710' and
7401            'NF_DENSITY' and
7402            'VHOST' and
7403            not 'VXLAN' and
7404            'CHAIN' and
7405            'NF_VPPIP4' and
7406            'IMIX' and
7407            '8T4C' and
7408            'MRR'"
7409   parameters:
7410   - "result"
7411   - "name"
7412   - "tags"
7413   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7414   x-axis: "X = VNFs per Service Chain"
7415   y-axis: "Y = Number of Service Chains"
7416   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7417   layout:
7418     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7419     layout: "plot-service-density"
7420
7421 # Plots - NF Density - VSC - NDR IMIX
7422 - type: "plot"
7423   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7424   algorithm: "plot_nf_heatmap"
7425   output-file-type: ".html"
7426   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7427   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7428   filter: "'NIC_Intel-XXV710' and
7429            'NF_DENSITY' and
7430            'VHOST' and
7431            not 'VXLAN' and
7432            'CHAIN' and
7433            'NF_VPPIP4' and
7434            'IMIX' and
7435            '2T1C' and
7436            'NDRPDR'"
7437   parameters:
7438   - "throughput"
7439   - "name"
7440   - "tags"
7441   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7442   x-axis: "X = VNFs per Service Chain"
7443   y-axis: "Y = Number of Service Chains"
7444   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7445   layout:
7446     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7447     layout: "plot-service-density"
7448
7449 - type: "plot"
7450   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7451   algorithm: "plot_nf_heatmap"
7452   output-file-type: ".html"
7453   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7454   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7455   filter: "'NIC_Intel-XXV710' and
7456            'NF_DENSITY' and
7457            'VHOST' and
7458            not 'VXLAN' and
7459            'CHAIN' and
7460            'NF_VPPIP4' and
7461            'IMIX' and
7462            '4T2C' and
7463            'NDRPDR'"
7464   parameters:
7465   - "throughput"
7466   - "name"
7467   - "tags"
7468   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7469   x-axis: "X = VNFs per Service Chain"
7470   y-axis: "Y = Number of Service Chains"
7471   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7472   layout:
7473     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7474     layout: "plot-service-density"
7475
7476 - type: "plot"
7477   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7478   algorithm: "plot_nf_heatmap"
7479   output-file-type: ".html"
7480   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7481   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7482   filter: "'NIC_Intel-XXV710' and
7483            'NF_DENSITY' and
7484            'VHOST' and
7485            not 'VXLAN' and
7486            'CHAIN' and
7487            'NF_VPPIP4' and
7488            'IMIX' and
7489            '8T4C' and
7490            'NDRPDR'"
7491   parameters:
7492   - "throughput"
7493   - "name"
7494   - "tags"
7495   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7496   x-axis: "X = VNFs per Service Chain"
7497   y-axis: "Y = Number of Service Chains"
7498   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7499   layout:
7500     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7501     layout: "plot-service-density"
7502
7503 # Plots - NF Density - VSC - PDR IMIX
7504 - type: "plot"
7505   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7506   algorithm: "plot_nf_heatmap"
7507   output-file-type: ".html"
7508   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7509   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7510   filter: "'NIC_Intel-XXV710' and
7511            'NF_DENSITY' and
7512            'VHOST' and
7513            not 'VXLAN' and
7514            'CHAIN' and
7515            'NF_VPPIP4' and
7516            'IMIX' and
7517            '2T1C' and
7518            'NDRPDR'"
7519   parameters:
7520   - "throughput"
7521   - "name"
7522   - "tags"
7523   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7524   x-axis: "X = VNFs per Service Chain"
7525   y-axis: "Y = Number of Service Chains"
7526   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7527   layout:
7528     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7529     layout: "plot-service-density"
7530
7531 - type: "plot"
7532   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7533   algorithm: "plot_nf_heatmap"
7534   output-file-type: ".html"
7535   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7536   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7537   filter: "'NIC_Intel-XXV710' and
7538            'NF_DENSITY' and
7539            'VHOST' and
7540            not 'VXLAN' and
7541            'CHAIN' and
7542            'NF_VPPIP4' and
7543            'IMIX' and
7544            '4T2C' and
7545            'NDRPDR'"
7546   parameters:
7547   - "throughput"
7548   - "name"
7549   - "tags"
7550   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7551   x-axis: "X = VNFs per Service Chain"
7552   y-axis: "Y = Number of Service Chains"
7553   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7554   layout:
7555     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7556     layout: "plot-service-density"
7557
7558 - type: "plot"
7559   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7560   algorithm: "plot_nf_heatmap"
7561   output-file-type: ".html"
7562   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7563   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7564   filter: "'NIC_Intel-XXV710' and
7565            'NF_DENSITY' and
7566            'VHOST' and
7567            not 'VXLAN' and
7568            'CHAIN' and
7569            'NF_VPPIP4' and
7570            'IMIX' and
7571            '8T4C' and
7572            'NDRPDR'"
7573   parameters:
7574   - "throughput"
7575   - "name"
7576   - "tags"
7577   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7578   x-axis: "X = VNFs per Service Chain"
7579   y-axis: "Y = Number of Service Chains"
7580   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7581   layout:
7582     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7583     layout: "plot-service-density"
7584
7585 ###############################################################################
7586
7587 # Plots - NF Density - VSC - MRR IMIX
7588 - type: "plot"
7589   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7590   algorithm: "plot_nf_heatmap"
7591   output-file-type: ".html"
7592   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7593   data: "plot-vpp-nfv-2n-skx-mrr"
7594   filter: "'NIC_Intel-XXV710' and
7595            'NF_DENSITY' and
7596            'VHOST' and
7597            'VXLAN' and
7598            'CHAIN' and
7599            'IMIX' and
7600            '2T1C' and
7601            'MRR'"
7602   parameters:
7603   - "result"
7604   - "name"
7605   - "tags"
7606   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7607   x-axis: "X = VNFs per Service Chain"
7608   y-axis: "Y = Number of Service Chains"
7609   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7610   layout:
7611     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7612     layout: "plot-service-density"
7613
7614 - type: "plot"
7615   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7616   algorithm: "plot_nf_heatmap"
7617   output-file-type: ".html"
7618   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7619   data: "plot-vpp-nfv-2n-skx-mrr"
7620   filter: "'NIC_Intel-XXV710' and
7621            'NF_DENSITY' and
7622            'VHOST' and
7623            'VXLAN' and
7624            'CHAIN' and
7625            'IMIX' and
7626            '4T2C' and
7627            'MRR'"
7628   parameters:
7629   - "result"
7630   - "name"
7631   - "tags"
7632   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7633   x-axis: "X = VNFs per Service Chain"
7634   y-axis: "Y = Number of Service Chains"
7635   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7636   layout:
7637     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7638     layout: "plot-service-density"
7639
7640 - type: "plot"
7641   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7642   algorithm: "plot_nf_heatmap"
7643   output-file-type: ".html"
7644   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7645   data: "plot-vpp-nfv-2n-skx-mrr"
7646   filter: "'NIC_Intel-XXV710' and
7647            'NF_DENSITY' and
7648            'VHOST' and
7649            'VXLAN' and
7650            'CHAIN' and
7651            'IMIX' and
7652            '8T4C' and
7653            'MRR'"
7654   parameters:
7655   - "result"
7656   - "name"
7657   - "tags"
7658   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7659   x-axis: "X = VNFs per Service Chain"
7660   y-axis: "Y = Number of Service Chains"
7661   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7662   layout:
7663     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7664     layout: "plot-service-density"
7665
7666 # Plots - NF Density - VSC - NDR IMIX
7667 - type: "plot"
7668   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7669   algorithm: "plot_nf_heatmap"
7670   output-file-type: ".html"
7671   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7672   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7673   filter: "'NIC_Intel-XXV710' and
7674            'NF_DENSITY' and
7675            'VHOST' and
7676            'VXLAN' and
7677            'CHAIN' and
7678            'IMIX' and
7679            '2T1C' and
7680            'NDRPDR'"
7681   parameters:
7682   - "throughput"
7683   - "name"
7684   - "tags"
7685   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7686   x-axis: "X = VNFs per Service Chain"
7687   y-axis: "Y = Number of Service Chains"
7688   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7689   layout:
7690     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7691     layout: "plot-service-density"
7692
7693 - type: "plot"
7694   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7695   algorithm: "plot_nf_heatmap"
7696   output-file-type: ".html"
7697   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7698   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7699   filter: "'NIC_Intel-XXV710' and
7700            'NF_DENSITY' and
7701            'VHOST' and
7702            'VXLAN' and
7703            'CHAIN' and
7704            'IMIX' and
7705            '4T2C' and
7706            'NDRPDR'"
7707   parameters:
7708   - "throughput"
7709   - "name"
7710   - "tags"
7711   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7712   x-axis: "X = VNFs per Service Chain"
7713   y-axis: "Y = Number of Service Chains"
7714   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7715   layout:
7716     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7717     layout: "plot-service-density"
7718
7719 - type: "plot"
7720   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7721   algorithm: "plot_nf_heatmap"
7722   output-file-type: ".html"
7723   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7724   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7725   filter: "'NIC_Intel-XXV710' and
7726            'NF_DENSITY' and
7727            'VHOST' and
7728            'VXLAN' and
7729            'CHAIN' and
7730            'IMIX' and
7731            '8T4C' and
7732            'NDRPDR'"
7733   parameters:
7734   - "throughput"
7735   - "name"
7736   - "tags"
7737   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7738   x-axis: "X = VNFs per Service Chain"
7739   y-axis: "Y = Number of Service Chains"
7740   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7741   layout:
7742     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7743     layout: "plot-service-density"
7744
7745 # Plots - NF Density - VSC - PDR IMIX
7746 - type: "plot"
7747   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7748   algorithm: "plot_nf_heatmap"
7749   output-file-type: ".html"
7750   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7751   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7752   filter: "'NIC_Intel-XXV710' and
7753            'NF_DENSITY' and
7754            'VHOST' and
7755            'VXLAN' and
7756            'CHAIN' and
7757            'IMIX' and
7758            '2T1C' and
7759            'NDRPDR'"
7760   parameters:
7761   - "throughput"
7762   - "name"
7763   - "tags"
7764   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7765   x-axis: "X = VNFs per Service Chain"
7766   y-axis: "Y = Number of Service Chains"
7767   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7768   layout:
7769     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7770     layout: "plot-service-density"
7771
7772 - type: "plot"
7773   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7774   algorithm: "plot_nf_heatmap"
7775   output-file-type: ".html"
7776   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7777   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7778   filter: "'NIC_Intel-XXV710' and
7779            'NF_DENSITY' and
7780            'VHOST' and
7781            'VXLAN' and
7782            'CHAIN' and
7783            'IMIX' and
7784            '4T2C' and
7785            'NDRPDR'"
7786   parameters:
7787   - "throughput"
7788   - "name"
7789   - "tags"
7790   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7791   x-axis: "X = VNFs per Service Chain"
7792   y-axis: "Y = Number of Service Chains"
7793   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7794   layout:
7795     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7796     layout: "plot-service-density"
7797
7798 - type: "plot"
7799   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7800   algorithm: "plot_nf_heatmap"
7801   output-file-type: ".html"
7802   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7803   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7804   filter: "'NIC_Intel-XXV710' and
7805            'NF_DENSITY' and
7806            'VHOST' and
7807            'VXLAN' and
7808            'CHAIN' and
7809            'IMIX' and
7810            '8T4C' and
7811            'NDRPDR'"
7812   parameters:
7813   - "throughput"
7814   - "name"
7815   - "tags"
7816   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7817   x-axis: "X = VNFs per Service Chain"
7818   y-axis: "Y = Number of Service Chains"
7819   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7820   layout:
7821     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7822     layout: "plot-service-density"
7823
7824 ###############################################################################
7825
7826 # Plots - NF Density - CSC - MRR IMIX
7827 - type: "plot"
7828   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7829   algorithm: "plot_nf_heatmap"
7830   output-file-type: ".html"
7831   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7832   data: "plot-vpp-nfv-2n-skx-mrr"
7833   filter: "'NIC_Intel-XXV710' and
7834            'NF_DENSITY' and
7835            'DOCKER' and
7836            'CHAIN' and
7837            'NF_VPPIP4' and
7838            'IMIX' and
7839            '2T1C' and
7840            'MRR'"
7841   parameters:
7842   - "result"
7843   - "name"
7844   - "tags"
7845   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7846   x-axis: "X = CNFs per Service Chain"
7847   y-axis: "Y = Number of Service Chains"
7848   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7849   layout:
7850     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7851     layout: "plot-service-density"
7852
7853 - type: "plot"
7854   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7855   algorithm: "plot_nf_heatmap"
7856   output-file-type: ".html"
7857   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7858   data: "plot-vpp-nfv-2n-skx-mrr"
7859   filter: "'NIC_Intel-XXV710' and
7860            'NF_DENSITY' and
7861            'DOCKER' and
7862            'CHAIN' and
7863            'NF_VPPIP4' and
7864            'IMIX' and
7865            '4T2C' and
7866            'MRR'"
7867   parameters:
7868   - "result"
7869   - "name"
7870   - "tags"
7871   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7872   x-axis: "X = CNFs per Service Chain"
7873   y-axis: "Y = Number of Service Chains"
7874   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7875   layout:
7876     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7877     layout: "plot-service-density"
7878
7879 - type: "plot"
7880   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7881   algorithm: "plot_nf_heatmap"
7882   output-file-type: ".html"
7883   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7884   data: "plot-vpp-nfv-2n-skx-mrr"
7885   filter: "'NIC_Intel-XXV710' and
7886            'NF_DENSITY' and
7887            'DOCKER' and
7888            'CHAIN' and
7889            'NF_VPPIP4' and
7890            'IMIX' and
7891            '8T4C' and
7892            'MRR'"
7893   parameters:
7894   - "result"
7895   - "name"
7896   - "tags"
7897   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7898   x-axis: "X = CNFs per Service Chain"
7899   y-axis: "Y = Number of Service Chains"
7900   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7901   layout:
7902     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7903     layout: "plot-service-density"
7904
7905 # Plots - NF Density - CSC - NDR IMIX
7906 - type: "plot"
7907   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7908   algorithm: "plot_nf_heatmap"
7909   output-file-type: ".html"
7910   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7911   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7912   filter: "'NIC_Intel-XXV710' and
7913            'NF_DENSITY' and
7914            'DOCKER' and
7915            'CHAIN' and
7916            'NF_VPPIP4' and
7917            'IMIX' and
7918            '2T1C' and
7919            'NDRPDR'"
7920   parameters:
7921   - "throughput"
7922   - "name"
7923   - "tags"
7924   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7925   x-axis: "X = CNFs per Service Chain"
7926   y-axis: "Y = Number of Service Chains"
7927   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7928   layout:
7929     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7930     layout: "plot-service-density"
7931
7932 - type: "plot"
7933   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7934   algorithm: "plot_nf_heatmap"
7935   output-file-type: ".html"
7936   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7937   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7938   filter: "'NIC_Intel-XXV710' and
7939            'NF_DENSITY' and
7940            'DOCKER' and
7941            'CHAIN' and
7942            'NF_VPPIP4' and
7943            'IMIX' and
7944            '4T2C' and
7945            'NDRPDR'"
7946   parameters:
7947   - "throughput"
7948   - "name"
7949   - "tags"
7950   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7951   x-axis: "X = CNFs per Service Chain"
7952   y-axis: "Y = Number of Service Chains"
7953   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7954   layout:
7955     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7956     layout: "plot-service-density"
7957
7958 - type: "plot"
7959   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7960   algorithm: "plot_nf_heatmap"
7961   output-file-type: ".html"
7962   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7963   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7964   filter: "'NIC_Intel-XXV710' and
7965            'NF_DENSITY' and
7966            'DOCKER' and
7967            'CHAIN' and
7968            'NF_VPPIP4' and
7969            'IMIX' and
7970            '8T4C' and
7971            'NDRPDR'"
7972   parameters:
7973   - "throughput"
7974   - "name"
7975   - "tags"
7976   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7977   x-axis: "X = CNFs per Service Chain"
7978   y-axis: "Y = Number of Service Chains"
7979   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7980   layout:
7981     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7982     layout: "plot-service-density"
7983
7984 # Plots - NF Density - CSC - PDR IMIX
7985 - type: "plot"
7986   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7987   algorithm: "plot_nf_heatmap"
7988   output-file-type: ".html"
7989   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7990   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7991   filter: "'NIC_Intel-XXV710' and
7992            'NF_DENSITY' and
7993            'DOCKER' and
7994            'CHAIN' and
7995            'NF_VPPIP4' and
7996            'IMIX' and
7997            '2T1C' and
7998            'NDRPDR'"
7999   parameters:
8000   - "throughput"
8001   - "name"
8002   - "tags"
8003   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8004   x-axis: "X = CNFs per Service Chain"
8005   y-axis: "Y = Number of Service Chains"
8006   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8007   layout:
8008     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8009     layout: "plot-service-density"
8010
8011 - type: "plot"
8012   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8013   algorithm: "plot_nf_heatmap"
8014   output-file-type: ".html"
8015   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8016   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8017   filter: "'NIC_Intel-XXV710' and
8018            'NF_DENSITY' and
8019            'DOCKER' and
8020            'CHAIN' and
8021            'NF_VPPIP4' and
8022            'IMIX' and
8023            '4T2C' and
8024            'NDRPDR'"
8025   parameters:
8026   - "throughput"
8027   - "name"
8028   - "tags"
8029   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8030   x-axis: "X = CNFs per Service Chain"
8031   y-axis: "Y = Number of Service Chains"
8032   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8033   layout:
8034     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8035     layout: "plot-service-density"
8036
8037 - type: "plot"
8038   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8039   algorithm: "plot_nf_heatmap"
8040   output-file-type: ".html"
8041   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8042   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8043   filter: "'NIC_Intel-XXV710' and
8044            'NF_DENSITY' and
8045            'DOCKER' and
8046            'CHAIN' and
8047            'NF_VPPIP4' and
8048            'IMIX' and
8049            '8T4C' and
8050            'NDRPDR'"
8051   parameters:
8052   - "throughput"
8053   - "name"
8054   - "tags"
8055   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8056   x-axis: "X = CNFs per Service Chain"
8057   y-axis: "Y = Number of Service Chains"
8058   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8059   layout:
8060     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8061     layout: "plot-service-density"
8062
8063 ################################################################################
8064 #
8065 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8066 #- type: "plot"
8067 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8068 #  algorithm: "plot_nf_heatmap"
8069 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8070 #  data: "plot-vpp-nfv-3n-skx-mrr"
8071 #  filter: "'NIC_Intel-XXV710' and
8072 #           'NF_DENSITY' and
8073 #           'DOCKER' and
8074 #           'CHAIN' and
8075 #           'NF_VPPIP4' and
8076 #           'IPSEC' and
8077 #           'TNL_4' and
8078 #           'IMIX' and
8079 #           '2T1C' and
8080 #           'MRR'"
8081 #  parameters:
8082 #  - "result"
8083 #  - "name"
8084 #  - "tags"
8085 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8086 #  x-axis: "X = CNFs per Service Chain"
8087 #  y-axis: "Y = Number of Service Chains"
8088 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8089 #  layout:
8090 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8091 #    layout: "plot-service-density"
8092 #
8093 #- type: "plot"
8094 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8095 #  algorithm: "plot_nf_heatmap"
8096 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8097 #  data: "plot-vpp-nfv-3n-skx-mrr"
8098 #  filter: "'NIC_Intel-XXV710' and
8099 #           'NF_DENSITY' and
8100 #           'DOCKER' and
8101 #           'CHAIN' and
8102 #           'NF_VPPIP4' and
8103 #           'IPSEC' and
8104 #           'TNL_4' and
8105 #           'IMIX' and
8106 #           '4T2C' and
8107 #           'MRR'"
8108 #  parameters:
8109 #  - "result"
8110 #  - "name"
8111 #  - "tags"
8112 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8113 #  x-axis: "X = CNFs per Service Chain"
8114 #  y-axis: "Y = Number of Service Chains"
8115 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8116 #  layout:
8117 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8118 #    layout: "plot-service-density"
8119 #
8120 #- type: "plot"
8121 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8122 #  algorithm: "plot_nf_heatmap"
8123 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8124 #  data: "plot-vpp-nfv-3n-skx-mrr"
8125 #  filter: "'NIC_Intel-XXV710' and
8126 #           'NF_DENSITY' and
8127 #           'DOCKER' and
8128 #           'CHAIN' and
8129 #           'NF_VPPIP4' and
8130 #           'IPSEC' and
8131 #           'TNL_4' and
8132 #           'IMIX' and
8133 #           '8T4C' and
8134 #           'MRR'"
8135 #  parameters:
8136 #  - "result"
8137 #  - "name"
8138 #  - "tags"
8139 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8140 #  x-axis: "X = CNFs per Service Chain"
8141 #  y-axis: "Y = Number of Service Chains"
8142 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8143 #  layout:
8144 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8145 #    layout: "plot-service-density"
8146
8147 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8148 #- type: "plot"
8149 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8150 #  algorithm: "plot_nf_heatmap"
8151 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8152 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8153 #  filter: "'NIC_Intel-XXV710' and
8154 #           'NF_DENSITY' and
8155 #           'DOCKER' and
8156 #           'CHAIN' and
8157 #           'NF_VPPIP4' and
8158 #           'IPSEC' and
8159 #           'TNL_4' and
8160 #           'IMIX' and
8161 #           '2T1C' and
8162 #           'NDRPDR'"
8163 #  parameters:
8164 #  - "throughput"
8165 #  - "name"
8166 #  - "tags"
8167 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8168 #  x-axis: "X = CNFs per Service Chain"
8169 #  y-axis: "Y = Number of Service Chains"
8170 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8171 #  layout:
8172 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8173 #    layout: "plot-service-density"
8174 #
8175 #- type: "plot"
8176 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8177 #  algorithm: "plot_nf_heatmap"
8178 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8179 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8180 #  filter: "'NIC_Intel-XXV710' and
8181 #           'NF_DENSITY' and
8182 #           'DOCKER' and
8183 #           'CHAIN' and
8184 #           'NF_VPPIP4' and
8185 #           'IPSEC' and
8186 #           'TNL_4' and
8187 #           'IMIX' and
8188 #           '4T2C' and
8189 #           'NDRPDR'"
8190 #  parameters:
8191 #  - "throughput"
8192 #  - "name"
8193 #  - "tags"
8194 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8195 #  x-axis: "X = CNFs per Service Chain"
8196 #  y-axis: "Y = Number of Service Chains"
8197 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8198 #  layout:
8199 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8200 #    layout: "plot-service-density"
8201 #
8202 #- type: "plot"
8203 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8204 #  algorithm: "plot_nf_heatmap"
8205 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8206 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8207 #  filter: "'NIC_Intel-XXV710' and
8208 #           'NF_DENSITY' and
8209 #           'DOCKER' and
8210 #           'CHAIN' and
8211 #           'NF_VPPIP4' and
8212 #           'IPSEC' and
8213 #           'TNL_4' and
8214 #           'IMIX' and
8215 #           '8T4C' and
8216 #           'NDRPDR'"
8217 #  parameters:
8218 #  - "throughput"
8219 #  - "name"
8220 #  - "tags"
8221 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8222 #  x-axis: "X = CNFs per Service Chain"
8223 #  y-axis: "Y = Number of Service Chains"
8224 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8225 #  layout:
8226 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8227 #    layout: "plot-service-density"
8228 #
8229 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8230 #- type: "plot"
8231 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8232 #  algorithm: "plot_nf_heatmap"
8233 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8234 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8235 #  filter: "'NIC_Intel-XXV710' and
8236 #           'NF_DENSITY' and
8237 #           'DOCKER' and
8238 #           'CHAIN' and
8239 #           'NF_VPPIP4' and
8240 #           'IPSEC' and
8241 #           'TNL_4' and
8242 #           'IMIX' and
8243 #           '2T1C' and
8244 #           'NDRPDR'"
8245 #  parameters:
8246 #  - "throughput"
8247 #  - "name"
8248 #  - "tags"
8249 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8250 #  x-axis: "X = CNFs per Service Chain"
8251 #  y-axis: "Y = Number of Service Chains"
8252 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8253 #  layout:
8254 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8255 #    layout: "plot-service-density"
8256 #
8257 #- type: "plot"
8258 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8259 #  algorithm: "plot_nf_heatmap"
8260 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8261 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8262 #  filter: "'NIC_Intel-XXV710' and
8263 #           'NF_DENSITY' and
8264 #           'DOCKER' and
8265 #           'CHAIN' and
8266 #           'NF_VPPIP4' and
8267 #           'IPSEC' and
8268 #           'TNL_4' and
8269 #           'IMIX' and
8270 #           '4T2C' and
8271 #           'NDRPDR'"
8272 #  parameters:
8273 #  - "throughput"
8274 #  - "name"
8275 #  - "tags"
8276 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8277 #  x-axis: "X = CNFs per Service Chain"
8278 #  y-axis: "Y = Number of Service Chains"
8279 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8280 #  layout:
8281 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8282 #    layout: "plot-service-density"
8283 #
8284 #- type: "plot"
8285 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8286 #  algorithm: "plot_nf_heatmap"
8287 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8288 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8289 #  filter: "'NIC_Intel-XXV710' and
8290 #           'NF_DENSITY' and
8291 #           'DOCKER' and
8292 #           'CHAIN' and
8293 #           'NF_VPPIP4' and
8294 #           'IPSEC' and
8295 #           'TNL_4' and
8296 #           'IMIX' and
8297 #           '8T4C' and
8298 #           'NDRPDR'"
8299 #  parameters:
8300 #  - "throughput"
8301 #  - "name"
8302 #  - "tags"
8303 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8304 #  x-axis: "X = CNFs per Service Chain"
8305 #  y-axis: "Y = Number of Service Chains"
8306 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8307 #  layout:
8308 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8309 #    layout: "plot-service-density"
8310
8311 ###############################################################################
8312
8313 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8314 #- type: "plot"
8315 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8316 #  algorithm: "plot_nf_heatmap"
8317 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8318 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8319 #  filter: "'NIC_Intel-XL710' and
8320 #           'NF_DENSITY' and
8321 #           'DOCKER' and
8322 #           'CHAIN' and
8323 #           'NF_VPPIP4' and
8324 #           'IMIX' and
8325 #           'TNL_4' and
8326 #           '1T1C' and
8327 #           'MRR'"
8328 #  parameters:
8329 #  - "result"
8330 #  - "name"
8331 #  - "tags"
8332 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8333 #  x-axis: "X = CNFs per Service Chain"
8334 #  y-axis: "Y = Number of Service Chains"
8335 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8336 #  layout:
8337 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8338 #    layout: "plot-service-density"
8339 #
8340 #- type: "plot"
8341 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8342 #  algorithm: "plot_nf_heatmap"
8343 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8344 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8345 #  filter: "'NIC_Intel-XL710' and
8346 #           'NF_DENSITY' and
8347 #           'DOCKER' and
8348 #           'CHAIN' and
8349 #           'NF_VPPIP4' and
8350 #           'IPSEC' and
8351 #           'TNL_4' and
8352 #           'IMIX' and
8353 #           '2T2C' and
8354 #           'MRR'"
8355 #  parameters:
8356 #  - "result"
8357 #  - "name"
8358 #  - "tags"
8359 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8360 #  x-axis: "X = CNFs per Service Chain"
8361 #  y-axis: "Y = Number of Service Chains"
8362 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8363 #  layout:
8364 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8365 #    layout: "plot-service-density"
8366 #
8367 #- type: "plot"
8368 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8369 #  algorithm: "plot_nf_heatmap"
8370 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8371 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8372 #  filter: "'NIC_Intel-XL710' and
8373 #           'NF_DENSITY' and
8374 #           'DOCKER' and
8375 #           'CHAIN' and
8376 #           'NF_VPPIP4' and
8377 #           'IPSEC' and
8378 #           'TNL_4' and
8379 #           'IMIX' and
8380 #           '4T4C' and
8381 #           'MRR'"
8382 #  parameters:
8383 #  - "result"
8384 #  - "name"
8385 #  - "tags"
8386 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8387 #  x-axis: "X = CNFs per Service Chain"
8388 #  y-axis: "Y = Number of Service Chains"
8389 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8390 #  layout:
8391 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8392 #    layout: "plot-service-density"
8393
8394 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8395 #- type: "plot"
8396 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8397 #  algorithm: "plot_nf_heatmap"
8398 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8399 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8400 #  filter: "'NIC_Intel-XL710' and
8401 #           'NF_DENSITY' and
8402 #           'DOCKER' and
8403 #           'CHAIN' and
8404 #           'NF_VPPIP4' and
8405 #           'IPSEC' and
8406 #           'TNL_4' and
8407 #           'IMIX' and
8408 #           '1T1C' and
8409 #           'NDRPDR'"
8410 #  parameters:
8411 #  - "throughput"
8412 #  - "name"
8413 #  - "tags"
8414 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8415 #  x-axis: "X = CNFs per Service Chain"
8416 #  y-axis: "Y = Number of Service Chains"
8417 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8418 #  layout:
8419 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8420 #    layout: "plot-service-density"
8421 #
8422 #- type: "plot"
8423 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8424 #  algorithm: "plot_nf_heatmap"
8425 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8426 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8427 #  filter: "'NIC_Intel-XL710' and
8428 #           'NF_DENSITY' and
8429 #           'DOCKER' and
8430 #           'CHAIN' and
8431 #           'NF_VPPIP4' and
8432 #           'IPSEC' and
8433 #           'TNL_4' and
8434 #           'IMIX' and
8435 #           '2T2C' and
8436 #           'NDRPDR'"
8437 #  parameters:
8438 #  - "throughput"
8439 #  - "name"
8440 #  - "tags"
8441 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8442 #  x-axis: "X = CNFs per Service Chain"
8443 #  y-axis: "Y = Number of Service Chains"
8444 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8445 #  layout:
8446 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8447 #    layout: "plot-service-density"
8448 #
8449 #- type: "plot"
8450 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8451 #  algorithm: "plot_nf_heatmap"
8452 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8453 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8454 #  filter: "'NIC_Intel-XL710' and
8455 #           'NF_DENSITY' and
8456 #           'DOCKER' and
8457 #           'CHAIN' and
8458 #           'NF_VPPIP4' and
8459 #           'IPSEC' and
8460 #           'TNL_4' and
8461 #           'IMIX' and
8462 #           '4T4C' and
8463 #           'NDRPDR'"
8464 #  parameters:
8465 #  - "throughput"
8466 #  - "name"
8467 #  - "tags"
8468 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8469 #  x-axis: "X = CNFs per Service Chain"
8470 #  y-axis: "Y = Number of Service Chains"
8471 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8472 #  layout:
8473 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8474 #    layout: "plot-service-density"
8475 #
8476 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8477 #- type: "plot"
8478 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8479 #  algorithm: "plot_nf_heatmap"
8480 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8481 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8482 #  filter: "'NIC_Intel-XL710' and
8483 #           'NF_DENSITY' and
8484 #           'DOCKER' and
8485 #           'CHAIN' and
8486 #           'NF_VPPIP4' and
8487 #           'IPSEC' and
8488 #           'TNL_4' and
8489 #           'IMIX' and
8490 #           '1T1C' and
8491 #           'NDRPDR'"
8492 #  parameters:
8493 #  - "throughput"
8494 #  - "name"
8495 #  - "tags"
8496 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8497 #  x-axis: "X = CNFs per Service Chain"
8498 #  y-axis: "Y = Number of Service Chains"
8499 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8500 #  layout:
8501 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8502 #    layout: "plot-service-density"
8503 #
8504 #- type: "plot"
8505 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8506 #  algorithm: "plot_nf_heatmap"
8507 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8508 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8509 #  filter: "'NIC_Intel-XL710' and
8510 #           'NF_DENSITY' and
8511 #           'DOCKER' and
8512 #           'CHAIN' and
8513 #           'NF_VPPIP4' and
8514 #           'IPSEC' and
8515 #           'TNL_4' and
8516 #           'IMIX' and
8517 #           '2T2C' and
8518 #           'NDRPDR'"
8519 #  parameters:
8520 #  - "throughput"
8521 #  - "name"
8522 #  - "tags"
8523 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8524 #  x-axis: "X = CNFs per Service Chain"
8525 #  y-axis: "Y = Number of Service Chains"
8526 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8527 #  layout:
8528 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8529 #    layout: "plot-service-density"
8530 #
8531 #- type: "plot"
8532 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8533 #  algorithm: "plot_nf_heatmap"
8534 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8535 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8536 #  filter: "'NIC_Intel-XL710' and
8537 #           'NF_DENSITY' and
8538 #           'DOCKER' and
8539 #           'CHAIN' and
8540 #           'NF_VPPIP4' and
8541 #           'IPSEC' and
8542 #           'TNL_4' and
8543 #           'IMIX' and
8544 #           '4T4C' and
8545 #           'NDRPDR'"
8546 #  parameters:
8547 #  - "throughput"
8548 #  - "name"
8549 #  - "tags"
8550 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8551 #  x-axis: "X = CNFs per Service Chain"
8552 #  y-axis: "Y = Number of Service Chains"
8553 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8554 #  layout:
8555 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8556 #    layout: "plot-service-density"
8557
8558 ###############################################################################
8559
8560 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8561 #- type: "plot"
8562 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8563 #  algorithm: "plot_nf_heatmap"
8564 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8565 #  data: "plot-vpp-nfv-3n-skx-mrr"
8566 #  filter: "'NIC_Intel-XXV710' and
8567 #           'NF_DENSITY' and
8568 #           'DOCKER' and
8569 #           'CHAIN' and
8570 #           'NF_VPPIP4' and
8571 #           'IPSEC' and
8572 #           'TNL_1000' and
8573 #           'IMIX' and
8574 #           '2T1C' and
8575 #           'MRR'"
8576 #  parameters:
8577 #  - "result"
8578 #  - "name"
8579 #  - "tags"
8580 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8581 #  x-axis: "X = CNFs per Service Chain"
8582 #  y-axis: "Y = Number of Service Chains"
8583 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8584 #  layout:
8585 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8586 #    layout: "plot-service-density"
8587 #
8588 #- type: "plot"
8589 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8590 #  algorithm: "plot_nf_heatmap"
8591 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8592 #  data: "plot-vpp-nfv-3n-skx-mrr"
8593 #  filter: "'NIC_Intel-XXV710' and
8594 #           'NF_DENSITY' and
8595 #           'DOCKER' and
8596 #           'CHAIN' and
8597 #           'NF_VPPIP4' and
8598 #           'IPSEC' and
8599 #           'TNL_1000' and
8600 #           'IMIX' and
8601 #           '4T2C' and
8602 #           'MRR'"
8603 #  parameters:
8604 #  - "result"
8605 #  - "name"
8606 #  - "tags"
8607 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8608 #  x-axis: "X = CNFs per Service Chain"
8609 #  y-axis: "Y = Number of Service Chains"
8610 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8611 #  layout:
8612 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8613 #    layout: "plot-service-density"
8614 #
8615 #- type: "plot"
8616 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8617 #  algorithm: "plot_nf_heatmap"
8618 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8619 #  data: "plot-vpp-nfv-3n-skx-mrr"
8620 #  filter: "'NIC_Intel-XXV710' and
8621 #           'NF_DENSITY' and
8622 #           'DOCKER' and
8623 #           'CHAIN' and
8624 #           'NF_VPPIP4' and
8625 #           'IPSEC' and
8626 #           'TNL_1000' and
8627 #           'IMIX' and
8628 #           '8T4C' and
8629 #           'MRR'"
8630 #  parameters:
8631 #  - "result"
8632 #  - "name"
8633 #  - "tags"
8634 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8635 #  x-axis: "X = CNFs per Service Chain"
8636 #  y-axis: "Y = Number of Service Chains"
8637 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8638 #  layout:
8639 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8640 #    layout: "plot-service-density"
8641
8642 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8643 #- type: "plot"
8644 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8645 #  algorithm: "plot_nf_heatmap"
8646 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8647 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8648 #  filter: "'NIC_Intel-XXV710' and
8649 #           'NF_DENSITY' and
8650 #           'DOCKER' and
8651 #           'CHAIN' and
8652 #           'NF_VPPIP4' and
8653 #           'IPSEC' and
8654 #           'TNL_1000' and
8655 #           'IMIX' and
8656 #           '2T1C' and
8657 #           'NDRPDR'"
8658 #  parameters:
8659 #  - "throughput"
8660 #  - "name"
8661 #  - "tags"
8662 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8663 #  x-axis: "X = CNFs per Service Chain"
8664 #  y-axis: "Y = Number of Service Chains"
8665 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8666 #  layout:
8667 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8668 #    layout: "plot-service-density"
8669 #
8670 #- type: "plot"
8671 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8672 #  algorithm: "plot_nf_heatmap"
8673 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8674 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8675 #  filter: "'NIC_Intel-XXV710' and
8676 #           'NF_DENSITY' and
8677 #           'DOCKER' and
8678 #           'CHAIN' and
8679 #           'NF_VPPIP4' and
8680 #           'IPSEC' and
8681 #           'TNL_1000' and
8682 #           'IMIX' and
8683 #           '4T2C' and
8684 #           'NDRPDR'"
8685 #  parameters:
8686 #  - "throughput"
8687 #  - "name"
8688 #  - "tags"
8689 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8690 #  x-axis: "X = CNFs per Service Chain"
8691 #  y-axis: "Y = Number of Service Chains"
8692 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8693 #  layout:
8694 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8695 #    layout: "plot-service-density"
8696 #
8697 #- type: "plot"
8698 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8699 #  algorithm: "plot_nf_heatmap"
8700 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8701 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8702 #  filter: "'NIC_Intel-XXV710' and
8703 #           'NF_DENSITY' and
8704 #           'DOCKER' and
8705 #           'CHAIN' and
8706 #           'NF_VPPIP4' and
8707 #           'IPSEC' and
8708 #           'TNL_1000' and
8709 #           'IMIX' and
8710 #           '8T4C' and
8711 #           'NDRPDR'"
8712 #  parameters:
8713 #  - "throughput"
8714 #  - "name"
8715 #  - "tags"
8716 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8717 #  x-axis: "X = CNFs per Service Chain"
8718 #  y-axis: "Y = Number of Service Chains"
8719 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8720 #  layout:
8721 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8722 #    layout: "plot-service-density"
8723 #
8724 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8725 #- type: "plot"
8726 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8727 #  algorithm: "plot_nf_heatmap"
8728 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8729 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8730 #  filter: "'NIC_Intel-XXV710' and
8731 #           'NF_DENSITY' and
8732 #           'DOCKER' and
8733 #           'CHAIN' and
8734 #           'NF_VPPIP4' and
8735 #           'IPSEC' and
8736 #           'TNL_1000' and
8737 #           'IMIX' and
8738 #           '2T1C' and
8739 #           'NDRPDR'"
8740 #  parameters:
8741 #  - "throughput"
8742 #  - "name"
8743 #  - "tags"
8744 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8745 #  x-axis: "X = CNFs per Service Chain"
8746 #  y-axis: "Y = Number of Service Chains"
8747 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8748 #  layout:
8749 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8750 #    layout: "plot-service-density"
8751 #
8752 #- type: "plot"
8753 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8754 #  algorithm: "plot_nf_heatmap"
8755 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8756 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8757 #  filter: "'NIC_Intel-XXV710' and
8758 #           'NF_DENSITY' and
8759 #           'DOCKER' and
8760 #           'CHAIN' and
8761 #           'NF_VPPIP4' and
8762 #           'IPSEC' and
8763 #           'TNL_1000' and
8764 #           'IMIX' and
8765 #           '4T2C' and
8766 #           'NDRPDR'"
8767 #  parameters:
8768 #  - "throughput"
8769 #  - "name"
8770 #  - "tags"
8771 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8772 #  x-axis: "X = CNFs per Service Chain"
8773 #  y-axis: "Y = Number of Service Chains"
8774 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8775 #  layout:
8776 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8777 #    layout: "plot-service-density"
8778 #
8779 #- type: "plot"
8780 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8781 #  algorithm: "plot_nf_heatmap"
8782 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8783 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8784 #  filter: "'NIC_Intel-XXV710' and
8785 #           'NF_DENSITY' and
8786 #           'DOCKER' and
8787 #           'CHAIN' and
8788 #           'NF_VPPIP4' and
8789 #           'IPSEC' and
8790 #           'TNL_1000' and
8791 #           'IMIX' and
8792 #           '8T4C' and
8793 #           'NDRPDR'"
8794 #  parameters:
8795 #  - "throughput"
8796 #  - "name"
8797 #  - "tags"
8798 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8799 #  x-axis: "X = CNFs per Service Chain"
8800 #  y-axis: "Y = Number of Service Chains"
8801 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8802 #  layout:
8803 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8804 #    layout: "plot-service-density"
8805
8806 ###############################################################################
8807
8808 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8809 #- type: "plot"
8810 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8811 #  algorithm: "plot_nf_heatmap"
8812 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8813 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8814 #  filter: "'NIC_Intel-XL710' and
8815 #           'NF_DENSITY' and
8816 #           'DOCKER' and
8817 #           'CHAIN' and
8818 #           'NF_VPPIP4' and
8819 #           'IMIX' and
8820 #           'TNL_1000' and
8821 #           '1T1C' and
8822 #           'MRR'"
8823 #  parameters:
8824 #  - "result"
8825 #  - "name"
8826 #  - "tags"
8827 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8828 #  x-axis: "X = CNFs per Service Chain"
8829 #  y-axis: "Y = Number of Service Chains"
8830 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8831 #  layout:
8832 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8833 #    layout: "plot-service-density"
8834 #
8835 #- type: "plot"
8836 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8837 #  algorithm: "plot_nf_heatmap"
8838 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8839 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8840 #  filter: "'NIC_Intel-XL710' and
8841 #           'NF_DENSITY' and
8842 #           'DOCKER' and
8843 #           'CHAIN' and
8844 #           'NF_VPPIP4' and
8845 #           'IPSEC' and
8846 #           'TNL_1000' and
8847 #           'IMIX' and
8848 #           '2T2C' and
8849 #           'MRR'"
8850 #  parameters:
8851 #  - "result"
8852 #  - "name"
8853 #  - "tags"
8854 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8855 #  x-axis: "X = CNFs per Service Chain"
8856 #  y-axis: "Y = Number of Service Chains"
8857 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8858 #  layout:
8859 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8860 #    layout: "plot-service-density"
8861 #
8862 #- type: "plot"
8863 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8864 #  algorithm: "plot_nf_heatmap"
8865 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8866 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8867 #  filter: "'NIC_Intel-XL710' and
8868 #           'NF_DENSITY' and
8869 #           'DOCKER' and
8870 #           'CHAIN' and
8871 #           'NF_VPPIP4' and
8872 #           'IPSEC' and
8873 #           'TNL_1000' and
8874 #           'IMIX' and
8875 #           '4T4C' and
8876 #           'MRR'"
8877 #  parameters:
8878 #  - "result"
8879 #  - "name"
8880 #  - "tags"
8881 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8882 #  x-axis: "X = CNFs per Service Chain"
8883 #  y-axis: "Y = Number of Service Chains"
8884 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8885 #  layout:
8886 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8887 #    layout: "plot-service-density"
8888
8889 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8890 #- type: "plot"
8891 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8892 #  algorithm: "plot_nf_heatmap"
8893 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8894 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8895 #  filter: "'NIC_Intel-XL710' and
8896 #           'NF_DENSITY' and
8897 #           'DOCKER' and
8898 #           'CHAIN' and
8899 #           'NF_VPPIP4' and
8900 #           'IPSEC' and
8901 #           'TNL_1000' and
8902 #           'IMIX' and
8903 #           '1T1C' and
8904 #           'NDRPDR'"
8905 #  parameters:
8906 #  - "throughput"
8907 #  - "name"
8908 #  - "tags"
8909 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8910 #  x-axis: "X = CNFs per Service Chain"
8911 #  y-axis: "Y = Number of Service Chains"
8912 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8913 #  layout:
8914 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8915 #    layout: "plot-service-density"
8916 #
8917 #- type: "plot"
8918 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8919 #  algorithm: "plot_nf_heatmap"
8920 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8921 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8922 #  filter: "'NIC_Intel-XL710' and
8923 #           'NF_DENSITY' and
8924 #           'DOCKER' and
8925 #           'CHAIN' and
8926 #           'NF_VPPIP4' and
8927 #           'IPSEC' and
8928 #           'TNL_1000' and
8929 #           'IMIX' and
8930 #           '2T2C' and
8931 #           'NDRPDR'"
8932 #  parameters:
8933 #  - "throughput"
8934 #  - "name"
8935 #  - "tags"
8936 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8937 #  x-axis: "X = CNFs per Service Chain"
8938 #  y-axis: "Y = Number of Service Chains"
8939 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8940 #  layout:
8941 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8942 #    layout: "plot-service-density"
8943 #
8944 #- type: "plot"
8945 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8946 #  algorithm: "plot_nf_heatmap"
8947 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8948 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8949 #  filter: "'NIC_Intel-XL710' and
8950 #           'NF_DENSITY' and
8951 #           'DOCKER' and
8952 #           'CHAIN' and
8953 #           'NF_VPPIP4' and
8954 #           'IPSEC' and
8955 #           'TNL_1000' and
8956 #           'IMIX' and
8957 #           '4T4C' and
8958 #           'NDRPDR'"
8959 #  parameters:
8960 #  - "throughput"
8961 #  - "name"
8962 #  - "tags"
8963 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8964 #  x-axis: "X = CNFs per Service Chain"
8965 #  y-axis: "Y = Number of Service Chains"
8966 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8967 #  layout:
8968 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8969 #    layout: "plot-service-density"
8970 #
8971 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8972 #- type: "plot"
8973 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8974 #  algorithm: "plot_nf_heatmap"
8975 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8976 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8977 #  filter: "'NIC_Intel-XL710' and
8978 #           'NF_DENSITY' and
8979 #           'DOCKER' and
8980 #           'CHAIN' and
8981 #           'NF_VPPIP4' and
8982 #           'IPSEC' and
8983 #           'TNL_1000' and
8984 #           'IMIX' and
8985 #           '1T1C' and
8986 #           'NDRPDR'"
8987 #  parameters:
8988 #  - "throughput"
8989 #  - "name"
8990 #  - "tags"
8991 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8992 #  x-axis: "X = CNFs per Service Chain"
8993 #  y-axis: "Y = Number of Service Chains"
8994 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8995 #  layout:
8996 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8997 #    layout: "plot-service-density"
8998 #
8999 #- type: "plot"
9000 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9001 #  algorithm: "plot_nf_heatmap"
9002 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9003 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9004 #  filter: "'NIC_Intel-XL710' and
9005 #           'NF_DENSITY' and
9006 #           'DOCKER' and
9007 #           'CHAIN' and
9008 #           'NF_VPPIP4' and
9009 #           'IPSEC' and
9010 #           'TNL_1000' and
9011 #           'IMIX' and
9012 #           '2T2C' and
9013 #           'NDRPDR'"
9014 #  parameters:
9015 #  - "throughput"
9016 #  - "name"
9017 #  - "tags"
9018 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9019 #  x-axis: "X = CNFs per Service Chain"
9020 #  y-axis: "Y = Number of Service Chains"
9021 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9022 #  layout:
9023 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9024 #    layout: "plot-service-density"
9025 #
9026 #- type: "plot"
9027 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9028 #  algorithm: "plot_nf_heatmap"
9029 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9030 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9031 #  filter: "'NIC_Intel-XL710' and
9032 #           'NF_DENSITY' and
9033 #           'DOCKER' and
9034 #           'CHAIN' and
9035 #           'NF_VPPIP4' and
9036 #           'IPSEC' and
9037 #           'TNL_1000' and
9038 #           'IMIX' and
9039 #           '4T4C' and
9040 #           'NDRPDR'"
9041 #  parameters:
9042 #  - "throughput"
9043 #  - "name"
9044 #  - "tags"
9045 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9046 #  x-axis: "X = CNFs per Service Chain"
9047 #  y-axis: "Y = Number of Service Chains"
9048 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9049 #  layout:
9050 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9051 #    layout: "plot-service-density"
9052
9053 ###############################################################################
9054
9055 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9056 #- type: "plot"
9057 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9058 #  algorithm: "plot_nf_heatmap"
9059 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9060 #  data: "plot-vpp-nfv-3n-skx-mrr"
9061 #  filter: "'NIC_Intel-XXV710' and
9062 #           'NF_DENSITY' and
9063 #           'DOCKER' and
9064 #           'CHAIN' and
9065 #           'NF_VPPIP4' and
9066 #           'IPSEC' and
9067 #           'TNL_10000' and
9068 #           'IMIX' and
9069 #           '2T1C' and
9070 #           'MRR'"
9071 #  parameters:
9072 #  - "result"
9073 #  - "name"
9074 #  - "tags"
9075 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9076 #  x-axis: "X = CNFs per Service Chain"
9077 #  y-axis: "Y = Number of Service Chains"
9078 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9079 #  layout:
9080 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9081 #    layout: "plot-service-density"
9082 #
9083 #- type: "plot"
9084 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9085 #  algorithm: "plot_nf_heatmap"
9086 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9087 #  data: "plot-vpp-nfv-3n-skx-mrr"
9088 #  filter: "'NIC_Intel-XXV710' and
9089 #           'NF_DENSITY' and
9090 #           'DOCKER' and
9091 #           'CHAIN' and
9092 #           'NF_VPPIP4' and
9093 #           'IPSEC' and
9094 #           'TNL_10000' and
9095 #           'IMIX' and
9096 #           '4T2C' and
9097 #           'MRR'"
9098 #  parameters:
9099 #  - "result"
9100 #  - "name"
9101 #  - "tags"
9102 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9103 #  x-axis: "X = CNFs per Service Chain"
9104 #  y-axis: "Y = Number of Service Chains"
9105 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9106 #  layout:
9107 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9108 #    layout: "plot-service-density"
9109 #
9110 #- type: "plot"
9111 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9112 #  algorithm: "plot_nf_heatmap"
9113 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9114 #  data: "plot-vpp-nfv-3n-skx-mrr"
9115 #  filter: "'NIC_Intel-XXV710' and
9116 #           'NF_DENSITY' and
9117 #           'DOCKER' and
9118 #           'CHAIN' and
9119 #           'NF_VPPIP4' and
9120 #           'IPSEC' and
9121 #           'TNL_10000' and
9122 #           'IMIX' and
9123 #           '8T4C' and
9124 #           'MRR'"
9125 #  parameters:
9126 #  - "result"
9127 #  - "name"
9128 #  - "tags"
9129 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9130 #  x-axis: "X = CNFs per Service Chain"
9131 #  y-axis: "Y = Number of Service Chains"
9132 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9133 #  layout:
9134 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9135 #    layout: "plot-service-density"
9136
9137 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9138 #- type: "plot"
9139 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9140 #  algorithm: "plot_nf_heatmap"
9141 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9142 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9143 #  filter: "'NIC_Intel-XXV710' and
9144 #           'NF_DENSITY' and
9145 #           'DOCKER' and
9146 #           'CHAIN' and
9147 #           'NF_VPPIP4' and
9148 #           'IPSEC' and
9149 #           'TNL_10000' and
9150 #           'IMIX' and
9151 #           '2T1C' and
9152 #           'NDRPDR'"
9153 #  parameters:
9154 #  - "throughput"
9155 #  - "name"
9156 #  - "tags"
9157 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9158 #  x-axis: "X = CNFs per Service Chain"
9159 #  y-axis: "Y = Number of Service Chains"
9160 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9161 #  layout:
9162 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9163 #    layout: "plot-service-density"
9164 #
9165 #- type: "plot"
9166 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9167 #  algorithm: "plot_nf_heatmap"
9168 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9169 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9170 #  filter: "'NIC_Intel-XXV710' and
9171 #           'NF_DENSITY' and
9172 #           'DOCKER' and
9173 #           'CHAIN' and
9174 #           'NF_VPPIP4' and
9175 #           'IPSEC' and
9176 #           'TNL_10000' and
9177 #           'IMIX' and
9178 #           '4T2C' and
9179 #           'NDRPDR'"
9180 #  parameters:
9181 #  - "throughput"
9182 #  - "name"
9183 #  - "tags"
9184 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9185 #  x-axis: "X = CNFs per Service Chain"
9186 #  y-axis: "Y = Number of Service Chains"
9187 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9188 #  layout:
9189 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9190 #    layout: "plot-service-density"
9191 #
9192 #- type: "plot"
9193 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9194 #  algorithm: "plot_nf_heatmap"
9195 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9196 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9197 #  filter: "'NIC_Intel-XXV710' and
9198 #           'NF_DENSITY' and
9199 #           'DOCKER' and
9200 #           'CHAIN' and
9201 #           'NF_VPPIP4' and
9202 #           'IPSEC' and
9203 #           'TNL_10000' and
9204 #           'IMIX' and
9205 #           '8T4C' and
9206 #           'NDRPDR'"
9207 #  parameters:
9208 #  - "throughput"
9209 #  - "name"
9210 #  - "tags"
9211 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9212 #  x-axis: "X = CNFs per Service Chain"
9213 #  y-axis: "Y = Number of Service Chains"
9214 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9215 #  layout:
9216 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9217 #    layout: "plot-service-density"
9218 #
9219 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9220 #- type: "plot"
9221 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9222 #  algorithm: "plot_nf_heatmap"
9223 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9224 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9225 #  filter: "'NIC_Intel-XXV710' and
9226 #           'NF_DENSITY' and
9227 #           'DOCKER' and
9228 #           'CHAIN' and
9229 #           'NF_VPPIP4' and
9230 #           'IPSEC' and
9231 #           'TNL_10000' and
9232 #           'IMIX' and
9233 #           '2T1C' and
9234 #           'NDRPDR'"
9235 #  parameters:
9236 #  - "throughput"
9237 #  - "name"
9238 #  - "tags"
9239 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9240 #  x-axis: "X = CNFs per Service Chain"
9241 #  y-axis: "Y = Number of Service Chains"
9242 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9243 #  layout:
9244 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9245 #    layout: "plot-service-density"
9246 #
9247 #- type: "plot"
9248 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9249 #  algorithm: "plot_nf_heatmap"
9250 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9251 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9252 #  filter: "'NIC_Intel-XXV710' and
9253 #           'NF_DENSITY' and
9254 #           'DOCKER' and
9255 #           'CHAIN' and
9256 #           'NF_VPPIP4' and
9257 #           'IPSEC' and
9258 #           'TNL_10000' and
9259 #           'IMIX' and
9260 #           '4T2C' and
9261 #           'NDRPDR'"
9262 #  parameters:
9263 #  - "throughput"
9264 #  - "name"
9265 #  - "tags"
9266 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9267 #  x-axis: "X = CNFs per Service Chain"
9268 #  y-axis: "Y = Number of Service Chains"
9269 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9270 #  layout:
9271 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9272 #    layout: "plot-service-density"
9273 #
9274 #- type: "plot"
9275 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9276 #  algorithm: "plot_nf_heatmap"
9277 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9278 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9279 #  filter: "'NIC_Intel-XXV710' and
9280 #           'NF_DENSITY' and
9281 #           'DOCKER' and
9282 #           'CHAIN' and
9283 #           'NF_VPPIP4' and
9284 #           'IPSEC' and
9285 #           'TNL_10000' and
9286 #           'IMIX' and
9287 #           '8T4C' and
9288 #           'NDRPDR'"
9289 #  parameters:
9290 #  - "throughput"
9291 #  - "name"
9292 #  - "tags"
9293 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9294 #  x-axis: "X = CNFs per Service Chain"
9295 #  y-axis: "Y = Number of Service Chains"
9296 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9297 #  layout:
9298 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9299 #    layout: "plot-service-density"
9300
9301 ###############################################################################
9302
9303 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9304 #- type: "plot"
9305 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9306 #  algorithm: "plot_nf_heatmap"
9307 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9308 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9309 #  filter: "'NIC_Intel-XL710' and
9310 #           'NF_DENSITY' and
9311 #           'DOCKER' and
9312 #           'CHAIN' and
9313 #           'NF_VPPIP4' and
9314 #           'IMIX' and
9315 #           'TNL_10000' and
9316 #           '1T1C' and
9317 #           'MRR'"
9318 #  parameters:
9319 #  - "result"
9320 #  - "name"
9321 #  - "tags"
9322 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9323 #  x-axis: "X = CNFs per Service Chain"
9324 #  y-axis: "Y = Number of Service Chains"
9325 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9326 #  layout:
9327 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9328 #    layout: "plot-service-density"
9329 #
9330 #- type: "plot"
9331 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9332 #  algorithm: "plot_nf_heatmap"
9333 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9334 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9335 #  filter: "'NIC_Intel-XL710' and
9336 #           'NF_DENSITY' and
9337 #           'DOCKER' and
9338 #           'CHAIN' and
9339 #           'NF_VPPIP4' and
9340 #           'IPSEC' and
9341 #           'TNL_10000' and
9342 #           'IMIX' and
9343 #           '2T2C' and
9344 #           'MRR'"
9345 #  parameters:
9346 #  - "result"
9347 #  - "name"
9348 #  - "tags"
9349 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9350 #  x-axis: "X = CNFs per Service Chain"
9351 #  y-axis: "Y = Number of Service Chains"
9352 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9353 #  layout:
9354 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9355 #    layout: "plot-service-density"
9356 #
9357 #- type: "plot"
9358 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9359 #  algorithm: "plot_nf_heatmap"
9360 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9361 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9362 #  filter: "'NIC_Intel-XL710' and
9363 #           'NF_DENSITY' and
9364 #           'DOCKER' and
9365 #           'CHAIN' and
9366 #           'NF_VPPIP4' and
9367 #           'IPSEC' and
9368 #           'TNL_10000' and
9369 #           'IMIX' and
9370 #           '4T4C' and
9371 #           'MRR'"
9372 #  parameters:
9373 #  - "result"
9374 #  - "name"
9375 #  - "tags"
9376 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9377 #  x-axis: "X = CNFs per Service Chain"
9378 #  y-axis: "Y = Number of Service Chains"
9379 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9380 #  layout:
9381 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9382 #    layout: "plot-service-density"
9383
9384 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9385 #- type: "plot"
9386 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9387 #  algorithm: "plot_nf_heatmap"
9388 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9389 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9390 #  filter: "'NIC_Intel-XL710' and
9391 #           'NF_DENSITY' and
9392 #           'DOCKER' and
9393 #           'CHAIN' and
9394 #           'NF_VPPIP4' and
9395 #           'IPSEC' and
9396 #           'TNL_10000' and
9397 #           'IMIX' and
9398 #           '1T1C' and
9399 #           'NDRPDR'"
9400 #  parameters:
9401 #  - "throughput"
9402 #  - "name"
9403 #  - "tags"
9404 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9405 #  x-axis: "X = CNFs per Service Chain"
9406 #  y-axis: "Y = Number of Service Chains"
9407 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9408 #  layout:
9409 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9410 #    layout: "plot-service-density"
9411 #
9412 #- type: "plot"
9413 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9414 #  algorithm: "plot_nf_heatmap"
9415 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9416 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9417 #  filter: "'NIC_Intel-XL710' and
9418 #           'NF_DENSITY' and
9419 #           'DOCKER' and
9420 #           'CHAIN' and
9421 #           'NF_VPPIP4' and
9422 #           'IPSEC' and
9423 #           'TNL_10000' and
9424 #           'IMIX' and
9425 #           '2T2C' and
9426 #           'NDRPDR'"
9427 #  parameters:
9428 #  - "throughput"
9429 #  - "name"
9430 #  - "tags"
9431 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9432 #  x-axis: "X = CNFs per Service Chain"
9433 #  y-axis: "Y = Number of Service Chains"
9434 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9435 #  layout:
9436 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9437 #    layout: "plot-service-density"
9438 #
9439 #- type: "plot"
9440 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9441 #  algorithm: "plot_nf_heatmap"
9442 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9443 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9444 #  filter: "'NIC_Intel-XL710' and
9445 #           'NF_DENSITY' and
9446 #           'DOCKER' and
9447 #           'CHAIN' and
9448 #           'NF_VPPIP4' and
9449 #           'IPSEC' and
9450 #           'TNL_10000' and
9451 #           'IMIX' and
9452 #           '4T4C' and
9453 #           'NDRPDR'"
9454 #  parameters:
9455 #  - "throughput"
9456 #  - "name"
9457 #  - "tags"
9458 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9459 #  x-axis: "X = CNFs per Service Chain"
9460 #  y-axis: "Y = Number of Service Chains"
9461 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9462 #  layout:
9463 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9464 #    layout: "plot-service-density"
9465 #
9466 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9467 #- type: "plot"
9468 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9469 #  algorithm: "plot_nf_heatmap"
9470 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9471 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9472 #  filter: "'NIC_Intel-XL710' and
9473 #           'NF_DENSITY' and
9474 #           'DOCKER' and
9475 #           'CHAIN' and
9476 #           'NF_VPPIP4' and
9477 #           'IPSEC' and
9478 #           'TNL_10000' and
9479 #           'IMIX' and
9480 #           '1T1C' and
9481 #           'NDRPDR'"
9482 #  parameters:
9483 #  - "throughput"
9484 #  - "name"
9485 #  - "tags"
9486 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9487 #  x-axis: "X = CNFs per Service Chain"
9488 #  y-axis: "Y = Number of Service Chains"
9489 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9490 #  layout:
9491 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9492 #    layout: "plot-service-density"
9493 #
9494 #- type: "plot"
9495 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9496 #  algorithm: "plot_nf_heatmap"
9497 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9498 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9499 #  filter: "'NIC_Intel-XL710' and
9500 #           'NF_DENSITY' and
9501 #           'DOCKER' and
9502 #           'CHAIN' and
9503 #           'NF_VPPIP4' and
9504 #           'IPSEC' and
9505 #           'TNL_10000' and
9506 #           'IMIX' and
9507 #           '2T2C' and
9508 #           'NDRPDR'"
9509 #  parameters:
9510 #  - "throughput"
9511 #  - "name"
9512 #  - "tags"
9513 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9514 #  x-axis: "X = CNFs per Service Chain"
9515 #  y-axis: "Y = Number of Service Chains"
9516 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9517 #  layout:
9518 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9519 #    layout: "plot-service-density"
9520 #
9521 #- type: "plot"
9522 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9523 #  algorithm: "plot_nf_heatmap"
9524 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9525 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9526 #  filter: "'NIC_Intel-XL710' and
9527 #           'NF_DENSITY' and
9528 #           'DOCKER' and
9529 #           'CHAIN' and
9530 #           'NF_VPPIP4' and
9531 #           'IPSEC' and
9532 #           'TNL_10000' and
9533 #           'IMIX' and
9534 #           '4T4C' and
9535 #           'NDRPDR'"
9536 #  parameters:
9537 #  - "throughput"
9538 #  - "name"
9539 #  - "tags"
9540 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9541 #  x-axis: "X = CNFs per Service Chain"
9542 #  y-axis: "Y = Number of Service Chains"
9543 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9544 #  layout:
9545 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9546 #    layout: "plot-service-density"
9547
9548 ###############################################################################
9549
9550 # Plots - NF Density - CSP - MRR IMIX
9551 - type: "plot"
9552   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9553   algorithm: "plot_nf_heatmap"
9554   output-file-type: ".html"
9555   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9556   data: "plot-vpp-nfv-2n-skx-mrr"
9557   filter: "'NIC_Intel-XXV710' and
9558            'NF_DENSITY' and
9559            'DOCKER' and
9560            'PIPELINE' and
9561            'NF_VPPIP4' and
9562            'IMIX' and
9563            '2T1C' and
9564            'MRR'"
9565   parameters:
9566   - "result"
9567   - "name"
9568   - "tags"
9569   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9570   x-axis: "X = CNFs per Service Pipeline"
9571   y-axis: "Y = Number of Service Pipelines"
9572   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9573   layout:
9574     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9575     layout: "plot-service-density"
9576
9577 - type: "plot"
9578   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9579   algorithm: "plot_nf_heatmap"
9580   output-file-type: ".html"
9581   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9582   data: "plot-vpp-nfv-2n-skx-mrr"
9583   filter: "'NIC_Intel-XXV710' and
9584            'NF_DENSITY' and
9585            'DOCKER' and
9586            'PIPELINE' and
9587            'NF_VPPIP4' and
9588            'IMIX' and
9589            '4T2C' and
9590            'MRR'"
9591   parameters:
9592   - "result"
9593   - "name"
9594   - "tags"
9595   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9596   x-axis: "X = CNFs per Service Pipeline"
9597   y-axis: "Y = Number of Service Pipelines"
9598   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9599   layout:
9600     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9601     layout: "plot-service-density"
9602
9603 - type: "plot"
9604   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9605   algorithm: "plot_nf_heatmap"
9606   output-file-type: ".html"
9607   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9608   data: "plot-vpp-nfv-2n-skx-mrr"
9609   filter: "'NIC_Intel-XXV710' and
9610            'NF_DENSITY' and
9611            'DOCKER' and
9612            'PIPELINE' and
9613            'NF_VPPIP4' and
9614            'IMIX' and
9615            '8T4C' and
9616            'MRR'"
9617   parameters:
9618   - "result"
9619   - "name"
9620   - "tags"
9621   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9622   x-axis: "X = CNFs per Service Pipeline"
9623   y-axis: "Y = Number of Service Pipelines"
9624   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9625   layout:
9626     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9627     layout: "plot-service-density"
9628
9629 # Plots - NF Density - CSP - NDR IMIX
9630 - type: "plot"
9631   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9632   algorithm: "plot_nf_heatmap"
9633   output-file-type: ".html"
9634   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9635   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9636   filter: "'NIC_Intel-XXV710' and
9637            'NF_DENSITY' and
9638            'DOCKER' and
9639            'PIPELINE' and
9640            'NF_VPPIP4' and
9641            'IMIX' and
9642            '2T1C' and
9643            'NDRPDR'"
9644   parameters:
9645   - "throughput"
9646   - "name"
9647   - "tags"
9648   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9649   x-axis: "X = CNFs per Service Pipeline"
9650   y-axis: "Y = Number of Service Pipelines"
9651   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9652   layout:
9653     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9654     layout: "plot-service-density"
9655
9656 - type: "plot"
9657   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9658   algorithm: "plot_nf_heatmap"
9659   output-file-type: ".html"
9660   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9661   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9662   filter: "'NIC_Intel-XXV710' and
9663            'NF_DENSITY' and
9664            'DOCKER' and
9665            'PIPELINE' and
9666            'NF_VPPIP4' and
9667            'IMIX' and
9668            '4T2C' and
9669            'NDRPDR'"
9670   parameters:
9671   - "throughput"
9672   - "name"
9673   - "tags"
9674   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9675   x-axis: "X = CNFs per Service Pipeline"
9676   y-axis: "Y = Number of Service Pipelines"
9677   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9678   layout:
9679     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9680     layout: "plot-service-density"
9681
9682 - type: "plot"
9683   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9684   algorithm: "plot_nf_heatmap"
9685   output-file-type: ".html"
9686   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9687   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9688   filter: "'NIC_Intel-XXV710' and
9689            'NF_DENSITY' and
9690            'DOCKER' and
9691            'PIPELINE' and
9692            'NF_VPPIP4' and
9693            'IMIX' and
9694            '8T4C' and
9695            'NDRPDR'"
9696   parameters:
9697   - "throughput"
9698   - "name"
9699   - "tags"
9700   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9701   x-axis: "X = CNFs per Service Pipeline"
9702   y-axis: "Y = Number of Service Pipelines"
9703   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9704   layout:
9705     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9706     layout: "plot-service-density"
9707
9708 # Plots - NF Density - CSP - PDR IMIX
9709 - type: "plot"
9710   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9711   algorithm: "plot_nf_heatmap"
9712   output-file-type: ".html"
9713   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9714   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9715   filter: "'NIC_Intel-XXV710' and
9716            'NF_DENSITY' and
9717            'DOCKER' and
9718            'PIPELINE' and
9719            'NF_VPPIP4' and
9720            'IMIX' and
9721            '2T1C' and
9722            'NDRPDR'"
9723   parameters:
9724   - "throughput"
9725   - "name"
9726   - "tags"
9727   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9728   x-axis: "X = CNFs per Service Pipeline"
9729   y-axis: "Y = Number of Service Pipelines"
9730   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9731   layout:
9732     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9733     layout: "plot-service-density"
9734
9735 - type: "plot"
9736   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9737   algorithm: "plot_nf_heatmap"
9738   output-file-type: ".html"
9739   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9740   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9741   filter: "'NIC_Intel-XXV710' and
9742            'NF_DENSITY' and
9743            'DOCKER' and
9744            'PIPELINE' and
9745            'NF_VPPIP4' and
9746            'IMIX' and
9747            '4T2C' and
9748            'NDRPDR'"
9749   parameters:
9750   - "throughput"
9751   - "name"
9752   - "tags"
9753   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9754   x-axis: "X = CNFs per Service Pipeline"
9755   y-axis: "Y = Number of Service Pipelines"
9756   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9757   layout:
9758     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9759     layout: "plot-service-density"
9760
9761 - type: "plot"
9762   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9763   algorithm: "plot_nf_heatmap"
9764   output-file-type: ".html"
9765   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9766   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9767   filter: "'NIC_Intel-XXV710' and
9768            'NF_DENSITY' and
9769            'DOCKER' and
9770            'PIPELINE' and
9771            'NF_VPPIP4' and
9772            'IMIX' and
9773            '8T4C' and
9774            'NDRPDR'"
9775   parameters:
9776   - "throughput"
9777   - "name"
9778   - "tags"
9779   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9780   x-axis: "X = CNFs per Service Pipeline"
9781   y-axis: "Y = Number of Service Pipelines"
9782   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9783   layout:
9784     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9785     layout: "plot-service-density"
9786
9787 ###############################################################################
9788 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9789
9790 - type: "plot"
9791   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9792   algorithm: "plot_nf_heatmap"
9793   output-file-type: ".html"
9794   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9795   data: "plot-vpp-nfv-2n-clx-mrr"
9796   filter: "'NIC_Intel-XXV710' and
9797            'NF_DENSITY' and
9798            'VHOST' and
9799            not 'VXLAN' and
9800            'CHAIN' and
9801            'NF_VPPIP4' and
9802            'IMIX' and
9803            '2T1C' and
9804            'MRR'"
9805   parameters:
9806   - "result"
9807   - "name"
9808   - "tags"
9809   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9810   x-axis: "X = VNFs per Service Chain"
9811   y-axis: "Y = Number of Service Chains"
9812   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9813   layout:
9814     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9815     layout: "plot-service-density"
9816
9817 - type: "plot"
9818   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9819   algorithm: "plot_nf_heatmap"
9820   output-file-type: ".html"
9821   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9822   data: "plot-vpp-nfv-2n-clx-mrr"
9823   filter: "'NIC_Intel-XXV710' and
9824            'NF_DENSITY' and
9825            'VHOST' and
9826            not 'VXLAN' and
9827            'CHAIN' and
9828            'NF_VPPIP4' and
9829            'IMIX' and
9830            '4T2C' and
9831            'MRR'"
9832   parameters:
9833   - "result"
9834   - "name"
9835   - "tags"
9836   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9837   x-axis: "X = VNFs per Service Chain"
9838   y-axis: "Y = Number of Service Chains"
9839   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9840   layout:
9841     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9842     layout: "plot-service-density"
9843
9844 - type: "plot"
9845   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9846   algorithm: "plot_nf_heatmap"
9847   output-file-type: ".html"
9848   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9849   data: "plot-vpp-nfv-2n-clx-mrr"
9850   filter: "'NIC_Intel-XXV710' and
9851            'NF_DENSITY' and
9852            'VHOST' and
9853            not 'VXLAN' and
9854            'CHAIN' and
9855            'NF_VPPIP4' and
9856            'IMIX' and
9857            '8T4C' and
9858            'MRR'"
9859   parameters:
9860   - "result"
9861   - "name"
9862   - "tags"
9863   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9864   x-axis: "X = VNFs per Service Chain"
9865   y-axis: "Y = Number of Service Chains"
9866   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9867   layout:
9868     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9869     layout: "plot-service-density"
9870
9871 # Plots - NF Density - VSC - NDR IMIX
9872 - type: "plot"
9873   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9874   algorithm: "plot_nf_heatmap"
9875   output-file-type: ".html"
9876   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9877   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9878   filter: "'NIC_Intel-XXV710' and
9879            'NF_DENSITY' and
9880            'VHOST' and
9881            not 'VXLAN' and
9882            'CHAIN' and
9883            'NF_VPPIP4' and
9884            'IMIX' and
9885            '2T1C' and
9886            'NDRPDR'"
9887   parameters:
9888   - "throughput"
9889   - "name"
9890   - "tags"
9891   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9892   x-axis: "X = VNFs per Service Chain"
9893   y-axis: "Y = Number of Service Chains"
9894   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9895   layout:
9896     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9897     layout: "plot-service-density"
9898
9899 - type: "plot"
9900   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9901   algorithm: "plot_nf_heatmap"
9902   output-file-type: ".html"
9903   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9904   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9905   filter: "'NIC_Intel-XXV710' and
9906            'NF_DENSITY' and
9907            'VHOST' and
9908            not 'VXLAN' and
9909            'CHAIN' and
9910            'NF_VPPIP4' and
9911            'IMIX' and
9912            '4T2C' and
9913            'NDRPDR'"
9914   parameters:
9915   - "throughput"
9916   - "name"
9917   - "tags"
9918   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9919   x-axis: "X = VNFs per Service Chain"
9920   y-axis: "Y = Number of Service Chains"
9921   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9922   layout:
9923     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9924     layout: "plot-service-density"
9925
9926 - type: "plot"
9927   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9928   algorithm: "plot_nf_heatmap"
9929   output-file-type: ".html"
9930   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9931   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9932   filter: "'NIC_Intel-XXV710' and
9933            'NF_DENSITY' and
9934            'VHOST' and
9935            not 'VXLAN' and
9936            'CHAIN' and
9937            'NF_VPPIP4' and
9938            'IMIX' and
9939            '8T4C' and
9940            'NDRPDR'"
9941   parameters:
9942   - "throughput"
9943   - "name"
9944   - "tags"
9945   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9946   x-axis: "X = VNFs per Service Chain"
9947   y-axis: "Y = Number of Service Chains"
9948   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9949   layout:
9950     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9951     layout: "plot-service-density"
9952
9953 # Plots - NF Density - VSC - PDR IMIX
9954 - type: "plot"
9955   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9956   algorithm: "plot_nf_heatmap"
9957   output-file-type: ".html"
9958   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9959   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9960   filter: "'NIC_Intel-XXV710' and
9961            'NF_DENSITY' and
9962            'VHOST' and
9963            not 'VXLAN' and
9964            'CHAIN' and
9965            'NF_VPPIP4' and
9966            'IMIX' and
9967            '2T1C' and
9968            'NDRPDR'"
9969   parameters:
9970   - "throughput"
9971   - "name"
9972   - "tags"
9973   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9974   x-axis: "X = VNFs per Service Chain"
9975   y-axis: "Y = Number of Service Chains"
9976   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9977   layout:
9978     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9979     layout: "plot-service-density"
9980
9981 - type: "plot"
9982   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9983   algorithm: "plot_nf_heatmap"
9984   output-file-type: ".html"
9985   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9986   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9987   filter: "'NIC_Intel-XXV710' and
9988            'NF_DENSITY' and
9989            'VHOST' and
9990            not 'VXLAN' and
9991            'CHAIN' and
9992            'NF_VPPIP4' and
9993            'IMIX' and
9994            '4T2C' and
9995            'NDRPDR'"
9996   parameters:
9997   - "throughput"
9998   - "name"
9999   - "tags"
10000   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10001   x-axis: "X = VNFs per Service Chain"
10002   y-axis: "Y = Number of Service Chains"
10003   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10004   layout:
10005     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10006     layout: "plot-service-density"
10007
10008 - type: "plot"
10009   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10010   algorithm: "plot_nf_heatmap"
10011   output-file-type: ".html"
10012   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10013   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10014   filter: "'NIC_Intel-XXV710' and
10015            'NF_DENSITY' and
10016            'VHOST' and
10017            not 'VXLAN' and
10018            'CHAIN' and
10019            'NF_VPPIP4' and
10020            'IMIX' and
10021            '8T4C' and
10022            'NDRPDR'"
10023   parameters:
10024   - "throughput"
10025   - "name"
10026   - "tags"
10027   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10028   x-axis: "X = VNFs per Service Chain"
10029   y-axis: "Y = Number of Service Chains"
10030   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10031   layout:
10032     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10033     layout: "plot-service-density"
10034
10035 # Plots - NF Density - VSC - MRR IMIX
10036 - type: "plot"
10037   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10038   algorithm: "plot_nf_heatmap"
10039   output-file-type: ".html"
10040   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10041   data: "plot-vpp-nfv-2n-clx-mrr"
10042   filter: "'NIC_Intel-XXV710' and
10043            'NF_DENSITY' and
10044            'VHOST' and
10045            'VXLAN' and
10046            'CHAIN' and
10047            'IMIX' and
10048            '2T1C' and
10049            'MRR'"
10050   parameters:
10051   - "result"
10052   - "name"
10053   - "tags"
10054   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10055   x-axis: "X = VNFs per Service Chain"
10056   y-axis: "Y = Number of Service Chains"
10057   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10058   layout:
10059     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10060     layout: "plot-service-density"
10061
10062 - type: "plot"
10063   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10064   algorithm: "plot_nf_heatmap"
10065   output-file-type: ".html"
10066   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10067   data: "plot-vpp-nfv-2n-clx-mrr"
10068   filter: "'NIC_Intel-XXV710' and
10069            'NF_DENSITY' and
10070            'VHOST' and
10071            'VXLAN' and
10072            'CHAIN' and
10073            'IMIX' and
10074            '4T2C' and
10075            'MRR'"
10076   parameters:
10077   - "result"
10078   - "name"
10079   - "tags"
10080   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10081   x-axis: "X = VNFs per Service Chain"
10082   y-axis: "Y = Number of Service Chains"
10083   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10084   layout:
10085     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10086     layout: "plot-service-density"
10087
10088 - type: "plot"
10089   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10090   algorithm: "plot_nf_heatmap"
10091   output-file-type: ".html"
10092   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10093   data: "plot-vpp-nfv-2n-clx-mrr"
10094   filter: "'NIC_Intel-XXV710' and
10095            'NF_DENSITY' and
10096            'VHOST' and
10097            'VXLAN' and
10098            'CHAIN' and
10099            'IMIX' and
10100            '8T4C' and
10101            'MRR'"
10102   parameters:
10103   - "result"
10104   - "name"
10105   - "tags"
10106   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10107   x-axis: "X = VNFs per Service Chain"
10108   y-axis: "Y = Number of Service Chains"
10109   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10110   layout:
10111     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10112     layout: "plot-service-density"
10113
10114 # Plots - NF Density - VSC - NDR IMIX
10115 - type: "plot"
10116   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10117   algorithm: "plot_nf_heatmap"
10118   output-file-type: ".html"
10119   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10120   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10121   filter: "'NIC_Intel-XXV710' and
10122            'NF_DENSITY' and
10123            'VHOST' and
10124            'VXLAN' and
10125            'CHAIN' and
10126            'IMIX' and
10127            '2T1C' and
10128            'NDRPDR'"
10129   parameters:
10130   - "throughput"
10131   - "name"
10132   - "tags"
10133   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10134   x-axis: "X = VNFs per Service Chain"
10135   y-axis: "Y = Number of Service Chains"
10136   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10137   layout:
10138     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10139     layout: "plot-service-density"
10140
10141 - type: "plot"
10142   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10143   algorithm: "plot_nf_heatmap"
10144   output-file-type: ".html"
10145   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10146   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10147   filter: "'NIC_Intel-XXV710' and
10148            'NF_DENSITY' and
10149            'VHOST' and
10150            'VXLAN' and
10151            'CHAIN' and
10152            'IMIX' and
10153            '4T2C' and
10154            'NDRPDR'"
10155   parameters:
10156   - "throughput"
10157   - "name"
10158   - "tags"
10159   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10160   x-axis: "X = VNFs per Service Chain"
10161   y-axis: "Y = Number of Service Chains"
10162   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10163   layout:
10164     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10165     layout: "plot-service-density"
10166
10167 - type: "plot"
10168   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10169   algorithm: "plot_nf_heatmap"
10170   output-file-type: ".html"
10171   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10172   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10173   filter: "'NIC_Intel-XXV710' and
10174            'NF_DENSITY' and
10175            'VHOST' and
10176            'VXLAN' and
10177            'CHAIN' and
10178            'IMIX' and
10179            '8T4C' and
10180            'NDRPDR'"
10181   parameters:
10182   - "throughput"
10183   - "name"
10184   - "tags"
10185   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10186   x-axis: "X = VNFs per Service Chain"
10187   y-axis: "Y = Number of Service Chains"
10188   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10189   layout:
10190     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10191     layout: "plot-service-density"
10192
10193 # Plots - NF Density - VSC - PDR IMIX
10194 - type: "plot"
10195   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10196   algorithm: "plot_nf_heatmap"
10197   output-file-type: ".html"
10198   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10199   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10200   filter: "'NIC_Intel-XXV710' and
10201            'NF_DENSITY' and
10202            'VHOST' and
10203            'VXLAN' and
10204            'CHAIN' and
10205            'IMIX' and
10206            '2T1C' and
10207            'NDRPDR'"
10208   parameters:
10209   - "throughput"
10210   - "name"
10211   - "tags"
10212   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10213   x-axis: "X = VNFs per Service Chain"
10214   y-axis: "Y = Number of Service Chains"
10215   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10216   layout:
10217     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10218     layout: "plot-service-density"
10219
10220 - type: "plot"
10221   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10222   algorithm: "plot_nf_heatmap"
10223   output-file-type: ".html"
10224   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10225   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10226   filter: "'NIC_Intel-XXV710' and
10227            'NF_DENSITY' and
10228            'VHOST' and
10229            'VXLAN' and
10230            'CHAIN' and
10231            'IMIX' and
10232            '4T2C' and
10233            'NDRPDR'"
10234   parameters:
10235   - "throughput"
10236   - "name"
10237   - "tags"
10238   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10239   x-axis: "X = VNFs per Service Chain"
10240   y-axis: "Y = Number of Service Chains"
10241   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10242   layout:
10243     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10244     layout: "plot-service-density"
10245
10246 - type: "plot"
10247   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10248   algorithm: "plot_nf_heatmap"
10249   output-file-type: ".html"
10250   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10251   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10252   filter: "'NIC_Intel-XXV710' and
10253            'NF_DENSITY' and
10254            'VHOST' and
10255            'VXLAN' and
10256            'CHAIN' and
10257            'IMIX' and
10258            '8T4C' and
10259            'NDRPDR'"
10260   parameters:
10261   - "throughput"
10262   - "name"
10263   - "tags"
10264   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10265   x-axis: "X = VNFs per Service Chain"
10266   y-axis: "Y = Number of Service Chains"
10267   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10268   layout:
10269     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10270     layout: "plot-service-density"
10271
10272 # Plots - NF Density - CSC - MRR IMIX
10273 - type: "plot"
10274   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10275   algorithm: "plot_nf_heatmap"
10276   output-file-type: ".html"
10277   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10278   data: "plot-vpp-nfv-2n-clx-mrr"
10279   filter: "'NIC_Intel-XXV710' and
10280            'NF_DENSITY' and
10281            'DOCKER' and
10282            'CHAIN' and
10283            'NF_VPPIP4' and
10284            'IMIX' and
10285            '2T1C' and
10286            'MRR'"
10287   parameters:
10288   - "result"
10289   - "name"
10290   - "tags"
10291   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10292   x-axis: "X = CNFs per Service Chain"
10293   y-axis: "Y = Number of Service Chains"
10294   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10295   layout:
10296     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10297     layout: "plot-service-density"
10298
10299 - type: "plot"
10300   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10301   algorithm: "plot_nf_heatmap"
10302   output-file-type: ".html"
10303   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10304   data: "plot-vpp-nfv-2n-clx-mrr"
10305   filter: "'NIC_Intel-XXV710' and
10306            'NF_DENSITY' and
10307            'DOCKER' and
10308            'CHAIN' and
10309            'NF_VPPIP4' and
10310            'IMIX' and
10311            '4T2C' and
10312            'MRR'"
10313   parameters:
10314   - "result"
10315   - "name"
10316   - "tags"
10317   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10318   x-axis: "X = CNFs per Service Chain"
10319   y-axis: "Y = Number of Service Chains"
10320   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10321   layout:
10322     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10323     layout: "plot-service-density"
10324
10325 - type: "plot"
10326   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10327   algorithm: "plot_nf_heatmap"
10328   output-file-type: ".html"
10329   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10330   data: "plot-vpp-nfv-2n-clx-mrr"
10331   filter: "'NIC_Intel-XXV710' and
10332            'NF_DENSITY' and
10333            'DOCKER' and
10334            'CHAIN' and
10335            'NF_VPPIP4' and
10336            'IMIX' and
10337            '8T4C' and
10338            'MRR'"
10339   parameters:
10340   - "result"
10341   - "name"
10342   - "tags"
10343   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10344   x-axis: "X = CNFs per Service Chain"
10345   y-axis: "Y = Number of Service Chains"
10346   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10347   layout:
10348     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10349     layout: "plot-service-density"
10350
10351 # Plots - NF Density - CSC - NDR IMIX
10352 - type: "plot"
10353   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10354   algorithm: "plot_nf_heatmap"
10355   output-file-type: ".html"
10356   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10357   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10358   filter: "'NIC_Intel-XXV710' and
10359            'NF_DENSITY' and
10360            'DOCKER' and
10361            'CHAIN' and
10362            'NF_VPPIP4' and
10363            'IMIX' and
10364            '2T1C' and
10365            'NDRPDR'"
10366   parameters:
10367   - "throughput"
10368   - "name"
10369   - "tags"
10370   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10371   x-axis: "X = CNFs per Service Chain"
10372   y-axis: "Y = Number of Service Chains"
10373   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10374   layout:
10375     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10376     layout: "plot-service-density"
10377
10378 - type: "plot"
10379   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10380   algorithm: "plot_nf_heatmap"
10381   output-file-type: ".html"
10382   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10383   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10384   filter: "'NIC_Intel-XXV710' and
10385            'NF_DENSITY' and
10386            'DOCKER' and
10387            'CHAIN' and
10388            'NF_VPPIP4' and
10389            'IMIX' and
10390            '4T2C' and
10391            'NDRPDR'"
10392   parameters:
10393   - "throughput"
10394   - "name"
10395   - "tags"
10396   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10397   x-axis: "X = CNFs per Service Chain"
10398   y-axis: "Y = Number of Service Chains"
10399   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10400   layout:
10401     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10402     layout: "plot-service-density"
10403
10404 - type: "plot"
10405   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10406   algorithm: "plot_nf_heatmap"
10407   output-file-type: ".html"
10408   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10409   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10410   filter: "'NIC_Intel-XXV710' and
10411            'NF_DENSITY' and
10412            'DOCKER' and
10413            'CHAIN' and
10414            'NF_VPPIP4' and
10415            'IMIX' and
10416            '8T4C' and
10417            'NDRPDR'"
10418   parameters:
10419   - "throughput"
10420   - "name"
10421   - "tags"
10422   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10423   x-axis: "X = CNFs per Service Chain"
10424   y-axis: "Y = Number of Service Chains"
10425   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10426   layout:
10427     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10428     layout: "plot-service-density"
10429
10430 # Plots - NF Density - CSC - PDR IMIX
10431 - type: "plot"
10432   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10433   algorithm: "plot_nf_heatmap"
10434   output-file-type: ".html"
10435   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10436   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10437   filter: "'NIC_Intel-XXV710' and
10438            'NF_DENSITY' and
10439            'DOCKER' and
10440            'CHAIN' and
10441            'NF_VPPIP4' and
10442            'IMIX' and
10443            '2T1C' and
10444            'NDRPDR'"
10445   parameters:
10446   - "throughput"
10447   - "name"
10448   - "tags"
10449   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10450   x-axis: "X = CNFs per Service Chain"
10451   y-axis: "Y = Number of Service Chains"
10452   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10453   layout:
10454     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10455     layout: "plot-service-density"
10456
10457 - type: "plot"
10458   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10459   algorithm: "plot_nf_heatmap"
10460   output-file-type: ".html"
10461   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10462   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10463   filter: "'NIC_Intel-XXV710' and
10464            'NF_DENSITY' and
10465            'DOCKER' and
10466            'CHAIN' and
10467            'NF_VPPIP4' and
10468            'IMIX' and
10469            '4T2C' and
10470            'NDRPDR'"
10471   parameters:
10472   - "throughput"
10473   - "name"
10474   - "tags"
10475   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10476   x-axis: "X = CNFs per Service Chain"
10477   y-axis: "Y = Number of Service Chains"
10478   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10479   layout:
10480     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10481     layout: "plot-service-density"
10482
10483 - type: "plot"
10484   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10485   algorithm: "plot_nf_heatmap"
10486   output-file-type: ".html"
10487   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10488   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10489   filter: "'NIC_Intel-XXV710' and
10490            'NF_DENSITY' and
10491            'DOCKER' and
10492            'CHAIN' and
10493            'NF_VPPIP4' and
10494            'IMIX' and
10495            '8T4C' and
10496            'NDRPDR'"
10497   parameters:
10498   - "throughput"
10499   - "name"
10500   - "tags"
10501   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10502   x-axis: "X = CNFs per Service Chain"
10503   y-axis: "Y = Number of Service Chains"
10504   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10505   layout:
10506     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10507     layout: "plot-service-density"
10508
10509 # Plots - NF Density - CSP - MRR IMIX
10510 - type: "plot"
10511   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10512   algorithm: "plot_nf_heatmap"
10513   output-file-type: ".html"
10514   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10515   data: "plot-vpp-nfv-2n-clx-mrr"
10516   filter: "'NIC_Intel-XXV710' and
10517            'NF_DENSITY' and
10518            'DOCKER' and
10519            'PIPELINE' and
10520            'NF_VPPIP4' and
10521            'IMIX' and
10522            '2T1C' and
10523            'MRR'"
10524   parameters:
10525   - "result"
10526   - "name"
10527   - "tags"
10528   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10529   x-axis: "X = CNFs per Service Pipeline"
10530   y-axis: "Y = Number of Service Pipelines"
10531   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10532   layout:
10533     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10534     layout: "plot-service-density"
10535
10536 - type: "plot"
10537   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10538   algorithm: "plot_nf_heatmap"
10539   output-file-type: ".html"
10540   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10541   data: "plot-vpp-nfv-2n-clx-mrr"
10542   filter: "'NIC_Intel-XXV710' and
10543            'NF_DENSITY' and
10544            'DOCKER' and
10545            'PIPELINE' and
10546            'NF_VPPIP4' and
10547            'IMIX' and
10548            '4T2C' and
10549            'MRR'"
10550   parameters:
10551   - "result"
10552   - "name"
10553   - "tags"
10554   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10555   x-axis: "X = CNFs per Service Pipeline"
10556   y-axis: "Y = Number of Service Pipelines"
10557   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10558   layout:
10559     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10560     layout: "plot-service-density"
10561
10562 - type: "plot"
10563   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10564   algorithm: "plot_nf_heatmap"
10565   output-file-type: ".html"
10566   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10567   data: "plot-vpp-nfv-2n-clx-mrr"
10568   filter: "'NIC_Intel-XXV710' and
10569            'NF_DENSITY' and
10570            'DOCKER' and
10571            'PIPELINE' and
10572            'NF_VPPIP4' and
10573            'IMIX' and
10574            '8T4C' and
10575            'MRR'"
10576   parameters:
10577   - "result"
10578   - "name"
10579   - "tags"
10580   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10581   x-axis: "X = CNFs per Service Pipeline"
10582   y-axis: "Y = Number of Service Pipelines"
10583   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10584   layout:
10585     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10586     layout: "plot-service-density"
10587
10588 # Plots - NF Density - CSP - NDR IMIX
10589 - type: "plot"
10590   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10591   algorithm: "plot_nf_heatmap"
10592   output-file-type: ".html"
10593   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10594   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10595   filter: "'NIC_Intel-XXV710' and
10596            'NF_DENSITY' and
10597            'DOCKER' and
10598            'PIPELINE' and
10599            'NF_VPPIP4' and
10600            'IMIX' and
10601            '2T1C' and
10602            'NDRPDR'"
10603   parameters:
10604   - "throughput"
10605   - "name"
10606   - "tags"
10607   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10608   x-axis: "X = CNFs per Service Pipeline"
10609   y-axis: "Y = Number of Service Pipelines"
10610   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10611   layout:
10612     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10613     layout: "plot-service-density"
10614
10615 - type: "plot"
10616   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10617   algorithm: "plot_nf_heatmap"
10618   output-file-type: ".html"
10619   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10620   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10621   filter: "'NIC_Intel-XXV710' and
10622            'NF_DENSITY' and
10623            'DOCKER' and
10624            'PIPELINE' and
10625            'NF_VPPIP4' and
10626            'IMIX' and
10627            '4T2C' and
10628            'NDRPDR'"
10629   parameters:
10630   - "throughput"
10631   - "name"
10632   - "tags"
10633   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10634   x-axis: "X = CNFs per Service Pipeline"
10635   y-axis: "Y = Number of Service Pipelines"
10636   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10637   layout:
10638     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10639     layout: "plot-service-density"
10640
10641 - type: "plot"
10642   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10643   algorithm: "plot_nf_heatmap"
10644   output-file-type: ".html"
10645   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10646   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10647   filter: "'NIC_Intel-XXV710' and
10648            'NF_DENSITY' and
10649            'DOCKER' and
10650            'PIPELINE' and
10651            'NF_VPPIP4' and
10652            'IMIX' and
10653            '8T4C' and
10654            'NDRPDR'"
10655   parameters:
10656   - "throughput"
10657   - "name"
10658   - "tags"
10659   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10660   x-axis: "X = CNFs per Service Pipeline"
10661   y-axis: "Y = Number of Service Pipelines"
10662   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10663   layout:
10664     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10665     layout: "plot-service-density"
10666
10667 # Plots - NF Density - CSP - PDR IMIX
10668 - type: "plot"
10669   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10670   algorithm: "plot_nf_heatmap"
10671   output-file-type: ".html"
10672   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10673   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10674   filter: "'NIC_Intel-XXV710' and
10675            'NF_DENSITY' and
10676            'DOCKER' and
10677            'PIPELINE' and
10678            'NF_VPPIP4' and
10679            'IMIX' and
10680            '2T1C' and
10681            'NDRPDR'"
10682   parameters:
10683   - "throughput"
10684   - "name"
10685   - "tags"
10686   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10687   x-axis: "X = CNFs per Service Pipeline"
10688   y-axis: "Y = Number of Service Pipelines"
10689   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10690   layout:
10691     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10692     layout: "plot-service-density"
10693
10694 - type: "plot"
10695   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10696   algorithm: "plot_nf_heatmap"
10697   output-file-type: ".html"
10698   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10699   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10700   filter: "'NIC_Intel-XXV710' and
10701            'NF_DENSITY' and
10702            'DOCKER' and
10703            'PIPELINE' and
10704            'NF_VPPIP4' and
10705            'IMIX' and
10706            '4T2C' and
10707            'NDRPDR'"
10708   parameters:
10709   - "throughput"
10710   - "name"
10711   - "tags"
10712   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10713   x-axis: "X = CNFs per Service Pipeline"
10714   y-axis: "Y = Number of Service Pipelines"
10715   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10716   layout:
10717     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10718     layout: "plot-service-density"
10719
10720 - type: "plot"
10721   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10722   algorithm: "plot_nf_heatmap"
10723   output-file-type: ".html"
10724   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10725   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10726   filter: "'NIC_Intel-XXV710' and
10727            'NF_DENSITY' and
10728            'DOCKER' and
10729            'PIPELINE' and
10730            'NF_VPPIP4' and
10731            'IMIX' and
10732            '8T4C' and
10733            'NDRPDR'"
10734   parameters:
10735   - "throughput"
10736   - "name"
10737   - "tags"
10738   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10739   x-axis: "X = CNFs per Service Pipeline"
10740   y-axis: "Y = Number of Service Pipelines"
10741   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10742   layout:
10743     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10744     layout: "plot-service-density"
10745
10746 ################################################################################
10747
10748 # Packet Throughput
10749
10750 - type: "plot"
10751   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10752   algorithm: "plot_perf_box_name"
10753   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10754   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10755   include:
10756     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10757     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10758     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10759     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10760   layout:
10761     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10762     layout: "plot-throughput"
10763
10764 - type: "plot"
10765   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10766   algorithm: "plot_perf_box_name"
10767   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10768   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10769   include:
10770     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10771     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10772     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10773     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10774   layout:
10775     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10776     layout: "plot-throughput"
10777
10778 - type: "plot"
10779   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10780   algorithm: "plot_perf_box_name"
10781   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10782   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10783   include:
10784     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10785     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10786     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10787     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10788   layout:
10789     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10790     layout: "plot-throughput"
10791
10792 - type: "plot"
10793   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10794   algorithm: "plot_perf_box_name"
10795   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10796   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10797   include:
10798     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10799     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10800     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10801     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10802   layout:
10803     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10804     layout: "plot-throughput"
10805
10806 - type: "plot"
10807   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10808   algorithm: "plot_perf_box_name"
10809   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10810   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10811   include:
10812     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10813     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10814     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10815     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10816     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10817   layout:
10818     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10819     layout: "plot-throughput"
10820
10821 - type: "plot"
10822   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10823   algorithm: "plot_perf_box_name"
10824   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10825   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10826   include:
10827     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10828     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10829     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10830     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10831     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10832   layout:
10833     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10834     layout: "plot-throughput"
10835
10836 - type: "plot"
10837   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10838   algorithm: "plot_perf_box_name"
10839   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10840   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10841   include:
10842     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10843     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10844     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10845     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10846     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10847   layout:
10848     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10849     layout: "plot-throughput"
10850
10851 - type: "plot"
10852   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10853   algorithm: "plot_perf_box_name"
10854   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10855   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10856   include:
10857     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10858     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10859     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10860     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10861     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10862   layout:
10863     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10864     layout: "plot-throughput"
10865
10866 - type: "plot"
10867   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10868   algorithm: "plot_perf_box_name"
10869   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10870   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10871   include:
10872     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10873     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10874     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10875     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10876     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10877   layout:
10878     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10879     layout: "plot-throughput"
10880
10881 - type: "plot"
10882   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10883   algorithm: "plot_perf_box_name"
10884   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10885   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10886   include:
10887     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10888     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10889     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10890     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10891     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10892   layout:
10893     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10894     layout: "plot-throughput"
10895
10896 - type: "plot"
10897   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10898   algorithm: "plot_perf_box_name"
10899   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10900   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10901   include:
10902     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10903     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10904     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10905     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10906     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10907     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10908   layout:
10909     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10910     layout: "plot-throughput"
10911
10912 - type: "plot"
10913   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10914   algorithm: "plot_perf_box_name"
10915   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10916   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10917   include:
10918     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10919     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10920     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10921     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10922     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10923     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10924   layout:
10925     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10926     layout: "plot-throughput"
10927
10928 - type: "plot"
10929   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10930   algorithm: "plot_perf_box_name"
10931   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10932   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10933   include:
10934     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10935     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10936     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10937     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10938     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10939   layout:
10940     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10941     layout: "plot-throughput"
10942
10943 - type: "plot"
10944   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10945   algorithm: "plot_perf_box_name"
10946   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10947   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10948   include:
10949     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10950     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10951     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10952     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10953     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10954   layout:
10955     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10956     layout: "plot-throughput"
10957
10958 - type: "plot"
10959   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10960   algorithm: "plot_perf_box_name"
10961   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10962   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10963   include:
10964     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
10965     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
10966     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10967   layout:
10968     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10969     layout: "plot-throughput"
10970
10971 - type: "plot"
10972   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
10973   algorithm: "plot_perf_box_name"
10974   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
10975   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10976   include:
10977     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
10978     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
10979     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10980   layout:
10981     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
10982     layout: "plot-throughput"
10983
10984 - type: "plot"
10985   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10986   algorithm: "plot_perf_box_name"
10987   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10988   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10989   include:
10990     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10991     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10992     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10993     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10994     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10995   layout:
10996     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10997     layout: "plot-throughput"
10998
10999 - type: "plot"
11000   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11001   algorithm: "plot_perf_box_name"
11002   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11003   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11004   include:
11005     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11006     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11007     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11008     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11009     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11010   layout:
11011     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11012     layout: "plot-throughput"
11013
11014 - type: "plot"
11015   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11016   algorithm: "plot_perf_box_name"
11017   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11018   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11019   include:
11020     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11021     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11022     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11023   layout:
11024     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11025     layout: "plot-throughput"
11026
11027 - type: "plot"
11028   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11029   algorithm: "plot_perf_box_name"
11030   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11031   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11032   include:
11033     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11034     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11035     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11036   layout:
11037     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11038     layout: "plot-throughput"
11039
11040 - type: "plot"
11041   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11042   algorithm: "plot_perf_box_name"
11043   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11044   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11045   include:
11046     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11047     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11048     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11049     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11050     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11051     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11052   layout:
11053     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11054     layout: "plot-throughput"
11055
11056 - type: "plot"
11057   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11058   algorithm: "plot_perf_box_name"
11059   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11060   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11061   include:
11062     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11063     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11064     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11065     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11066     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11067     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11068   layout:
11069     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11070     layout: "plot-throughput"
11071
11072 - type: "plot"
11073   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11074   algorithm: "plot_perf_box_name"
11075   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11076   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11077   include:
11078     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11079     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11080     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11081     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11082     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11083     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11084   layout:
11085     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11086     layout: "plot-throughput"
11087
11088 - type: "plot"
11089   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11090   algorithm: "plot_perf_box_name"
11091   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11092   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11093   include:
11094     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11095     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11096     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11097     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11098     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11099     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11100   layout:
11101     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11102     layout: "plot-throughput"
11103
11104 - type: "plot"
11105   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11106   algorithm: "plot_perf_box_name"
11107   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11108   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11109   include:
11110     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11111     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11112     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11113   layout:
11114     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11115     layout: "plot-throughput"
11116
11117 - type: "plot"
11118   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11119   algorithm: "plot_perf_box_name"
11120   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11121   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11122   include:
11123     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11124     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11125     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11126   layout:
11127     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11128     layout: "plot-throughput"
11129
11130 - type: "plot"
11131   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11132   algorithm: "plot_perf_box_name"
11133   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11134   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11135   include:
11136     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11137     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11138 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11139 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11140 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11141   layout:
11142     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11143     layout: "plot-throughput"
11144
11145 - type: "plot"
11146   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11147   algorithm: "plot_perf_box_name"
11148   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11149   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11150   include:
11151     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11152     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11153 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11154 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11155 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11156   layout:
11157     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11158     layout: "plot-throughput"
11159
11160 - type: "plot"
11161   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11162   algorithm: "plot_perf_box_name"
11163   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11164   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11165   include:
11166     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11167     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11168     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11169     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11170     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11171   layout:
11172     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11173     layout: "plot-throughput"
11174
11175 - type: "plot"
11176   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11177   algorithm: "plot_perf_box_name"
11178   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11179   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11180   include:
11181     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11182     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11183     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11184     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11185     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11186   layout:
11187     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11188     layout: "plot-throughput"
11189
11190 - type: "plot"
11191   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11192   algorithm: "plot_perf_box_name"
11193   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11194   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11195   include:
11196     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11197     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11198     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11199     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11200     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11201   layout:
11202     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11203     layout: "plot-throughput"
11204
11205 - type: "plot"
11206   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11207   algorithm: "plot_perf_box_name"
11208   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11209   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11210   include:
11211     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11212     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11213     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11214     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11215     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11216   layout:
11217     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11218     layout: "plot-throughput"
11219
11220 - type: "plot"
11221   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11222   algorithm: "plot_perf_box_name"
11223   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11224   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11225   include:
11226     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11227     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11228     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11229     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11230   layout:
11231     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11232     layout: "plot-throughput"
11233
11234 - type: "plot"
11235   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11236   algorithm: "plot_perf_box_name"
11237   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11238   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11239   include:
11240     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11241     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11242     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11243     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11244   layout:
11245     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11246     layout: "plot-throughput"
11247
11248 - type: "plot"
11249   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11250   algorithm: "plot_perf_box_name"
11251   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11252   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11253   include:
11254     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11255     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11256     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11257     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11258     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11259   layout:
11260     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11261     layout: "plot-throughput"
11262
11263 - type: "plot"
11264   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11265   algorithm: "plot_perf_box_name"
11266   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11267   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11268   include:
11269     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11270     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11271     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11272     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11273     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11274   layout:
11275     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11276     layout: "plot-throughput"
11277
11278 - type: "plot"
11279   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11280   algorithm: "plot_perf_box_name"
11281   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11282   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11283   include:
11284     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11285     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11286     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11287     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11288     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11289   layout:
11290     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11291     layout: "plot-throughput"
11292
11293 - type: "plot"
11294   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11295   algorithm: "plot_perf_box_name"
11296   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11297   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11298   include:
11299     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11300     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11301     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11302     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11303     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11304   layout:
11305     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11306     layout: "plot-throughput"
11307
11308 - type: "plot"
11309   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11310   algorithm: "plot_perf_box_name"
11311   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11312   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11313   include:
11314     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11315     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11316     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11317     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11318   layout:
11319     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11320     layout: "plot-throughput"
11321
11322 - type: "plot"
11323   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11324   algorithm: "plot_perf_box_name"
11325   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11326   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11327   include:
11328     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11329     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11330     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11331     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11332   layout:
11333     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11334     layout: "plot-throughput"
11335
11336 #- type: "plot"
11337 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11338 #  algorithm: "plot_perf_box_name"
11339 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11340 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11341 #  include:
11342 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11343 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11344 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11345 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11346 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11347 #  layout:
11348 #    title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11349 #    layout: "plot-throughput"
11350 #
11351 #- type: "plot"
11352 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11353 #  algorithm: "plot_perf_box_name"
11354 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11355 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11356 #  include:
11357 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11358 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11359 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11360 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11361 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11362 #  layout:
11363 #    title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11364 #    layout: "plot-throughput"
11365 #
11366 #- type: "plot"
11367 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11368 #  algorithm: "plot_perf_box_name"
11369 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11370 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11371 #  include:
11372 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11373 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11374 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11375 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11376 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11377 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11378 #  layout:
11379 #    title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11380 #    layout: "plot-throughput"
11381 #
11382 #- type: "plot"
11383 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11384 #  algorithm: "plot_perf_box_name"
11385 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11386 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11387 #  include:
11388 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11389 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11390 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11391 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11392 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11393 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11394 #  layout:
11395 #    title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11396 #    layout: "plot-throughput"
11397 #
11398 #- type: "plot"
11399 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11400 #  algorithm: "plot_perf_box_name"
11401 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11402 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11403 #  include:
11404 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11405 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11406 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11407 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11408 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11409 #  layout:
11410 #    title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11411 #    layout: "plot-throughput"
11412 #
11413 #- type: "plot"
11414 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11415 #  algorithm: "plot_perf_box_name"
11416 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11417 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11418 #  include:
11419 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11420 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11421 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11422 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11423 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11424 #  layout:
11425 #    title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11426 #    layout: "plot-throughput"
11427 #
11428 #- type: "plot"
11429 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11430 #  algorithm: "plot_perf_box_name"
11431 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11432 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11433 #  include:
11434 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11435 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11436 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11437 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11438 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11439 #  layout:
11440 #    title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11441 #    layout: "plot-throughput"
11442 #
11443 #- type: "plot"
11444 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11445 #  algorithm: "plot_perf_box_name"
11446 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11447 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11448 #  include:
11449 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11450 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11451 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11452 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11453 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11454 #  layout:
11455 #    title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11456 #    layout: "plot-throughput"
11457
11458 - type: "plot"
11459   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11460   algorithm: "plot_perf_box_name"
11461   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11462   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11463   include:
11464     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11465     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11466   layout:
11467     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11468     layout: "plot-throughput"
11469
11470 - type: "plot"
11471   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11472   algorithm: "plot_perf_box_name"
11473   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11474   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11475   include:
11476     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11477     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11478   layout:
11479     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11480     layout: "plot-throughput"
11481
11482 - type: "plot"
11483   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11484   algorithm: "plot_perf_box_name"
11485   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11486   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11487   include:
11488     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11489     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11490     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11491     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11492   layout:
11493     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11494     layout: "plot-throughput"
11495
11496 - type: "plot"
11497   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11498   algorithm: "plot_perf_box_name"
11499   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11500   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11501   include:
11502     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11503     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11504     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11505     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11506   layout:
11507     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11508     layout: "plot-throughput"
11509
11510 - type: "plot"
11511   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11512   algorithm: "plot_perf_box_name"
11513   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11514   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11515   include:
11516     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11517     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11518     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11519     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11520   layout:
11521     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11522     layout: "plot-throughput"
11523
11524 - type: "plot"
11525   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11526   algorithm: "plot_perf_box_name"
11527   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11528   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11529   include:
11530     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11531     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11532     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11533     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11534   layout:
11535     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11536     layout: "plot-throughput"
11537
11538 - type: "plot"
11539   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11540   algorithm: "plot_perf_box_name"
11541   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11542   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11543   include:
11544     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11545     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11546     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11547     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11548   layout:
11549     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11550     layout: "plot-throughput"
11551
11552 - type: "plot"
11553   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11554   algorithm: "plot_perf_box_name"
11555   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11556   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11557   include:
11558     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11559     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11560     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11561     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11562   layout:
11563     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11564     layout: "plot-throughput"
11565
11566 #- type: "plot"
11567 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11568 #  algorithm: "plot_perf_box_name"
11569 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11570 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11571 #  include:
11572 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11573 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11574 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11575 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11576 #  layout:
11577 #    title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11578 #    layout: "plot-throughput"
11579 #
11580 #- type: "plot"
11581 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11582 #  algorithm: "plot_perf_box_name"
11583 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11584 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11585 #  include:
11586 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11587 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11588 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11589 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11590 #  layout:
11591 #    title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11592 #    layout: "plot-throughput"
11593
11594 - type: "plot"
11595   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11596   algorithm: "plot_perf_box_name"
11597   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11598   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11599   include:
11600     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11601     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11602     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11603     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11604     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11605     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11606   layout:
11607     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11608     layout: "plot-throughput"
11609
11610 - type: "plot"
11611   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11612   algorithm: "plot_perf_box_name"
11613   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11614   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11615   include:
11616     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11617     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11618     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11619     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11620     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11621     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11622   layout:
11623     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11624     layout: "plot-throughput"
11625
11626 - type: "plot"
11627   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11628   algorithm: "plot_perf_box_name"
11629   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11630   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11631   include:
11632     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11633     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11634     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11635     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11636     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11637   layout:
11638     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11639     layout: "plot-throughput"
11640
11641 - type: "plot"
11642   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11643   algorithm: "plot_perf_box_name"
11644   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11645   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11646   include:
11647     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11648     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11649     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11650     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11651     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11652   layout:
11653     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11654     layout: "plot-throughput"
11655
11656 - type: "plot"
11657   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11658   algorithm: "plot_perf_box_name"
11659   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11660   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11661   include:
11662     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11663     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11664     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11665     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11666     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11667   layout:
11668     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11669     layout: "plot-throughput"
11670
11671 - type: "plot"
11672   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11673   algorithm: "plot_perf_box_name"
11674   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11675   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11676   include:
11677     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11678     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11679     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11680     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11681     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11682   layout:
11683     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11684     layout: "plot-throughput"
11685
11686 - type: "plot"
11687   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11688   algorithm: "plot_perf_box_name"
11689   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11690   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11691   include:
11692     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11693     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11694     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11695   layout:
11696     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11697     layout: "plot-throughput"
11698
11699 - type: "plot"
11700   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11701   algorithm: "plot_perf_box_name"
11702   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11703   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11704   include:
11705     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11706     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11707     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11708   layout:
11709     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11710     layout: "plot-throughput"
11711
11712 - type: "plot"
11713   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11714   algorithm: "plot_perf_box_name"
11715   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11716   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11717   include:
11718     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11719     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11720     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11721   layout:
11722     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11723     layout: "plot-throughput"
11724
11725 - type: "plot"
11726   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11727   algorithm: "plot_perf_box_name"
11728   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11729   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11730   include:
11731     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11732     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11733     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11734   layout:
11735     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11736     layout: "plot-throughput"
11737
11738 - type: "plot"
11739   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11740   algorithm: "plot_perf_box_name"
11741   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11742   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11743   include:
11744     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11745     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11746     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11747     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11748     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11749   layout:
11750     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11751     layout: "plot-throughput"
11752
11753 - type: "plot"
11754   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11755   algorithm: "plot_perf_box_name"
11756   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11757   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11758   include:
11759     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11760     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11761     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11762     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11763     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11764   layout:
11765     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11766     layout: "plot-throughput"
11767
11768 - type: "plot"
11769   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11770   algorithm: "plot_perf_box_name"
11771   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11772   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11773   include:
11774     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11775     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11776     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11777     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11778     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11779   layout:
11780     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11781     layout: "plot-throughput"
11782
11783 - type: "plot"
11784   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11785   algorithm: "plot_perf_box_name"
11786   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11787   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11788   include:
11789     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11790     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11791     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11792     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11793     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11794   layout:
11795     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11796     layout: "plot-throughput"
11797
11798 - type: "plot"
11799   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11800   algorithm: "plot_perf_box_name"
11801   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11802   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11803   include:
11804     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11805     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11806     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11807     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11808     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11809   layout:
11810     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11811     layout: "plot-throughput"
11812
11813 - type: "plot"
11814   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11815   algorithm: "plot_perf_box_name"
11816   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11817   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11818   include:
11819     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11820     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11821     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11822     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11823     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11824   layout:
11825     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11826     layout: "plot-throughput"
11827
11828 #- type: "plot"
11829 #  title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11830 #  algorithm: "plot_perf_box_name"
11831 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11832 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11833 #  include:
11834 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11835 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11836 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11837 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11838 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11839 #  layout:
11840 #    title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11841 #    layout: "plot-throughput"
11842 #
11843 #- type: "plot"
11844 #  title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11845 #  algorithm: "plot_perf_box_name"
11846 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11847 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11848 #  include:
11849 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11850 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11851 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11852 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11853 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11854 #  layout:
11855 #    title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11856 #    layout: "plot-throughput"
11857 #
11858 #- type: "plot"
11859 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11860 #  algorithm: "plot_perf_box_name"
11861 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11862 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11863 #  include:
11864 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11865 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11866 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11867 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11868 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11869 #  layout:
11870 #    title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11871 #    layout: "plot-throughput"
11872 #
11873 #- type: "plot"
11874 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11875 #  algorithm: "plot_perf_box_name"
11876 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11877 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11878 #  include:
11879 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11880 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11881 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11882 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11883 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11884 #  layout:
11885 #    title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11886 #    layout: "plot-throughput"
11887
11888 - type: "plot"
11889   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11890   algorithm: "plot_perf_box_name"
11891   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11892   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11893   include:
11894     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11895     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11896     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11897     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11898     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11899     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11900   layout:
11901     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11902     layout: "plot-throughput"
11903
11904 - type: "plot"
11905   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11906   algorithm: "plot_perf_box_name"
11907   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11908   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11909   include:
11910     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11911     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11912     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11913     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11914     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11915     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11916   layout:
11917     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11918     layout: "plot-throughput"
11919
11920 - type: "plot"
11921   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11922   algorithm: "plot_perf_box_name"
11923   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11924   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11925   include:
11926     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11927     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11928     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11929     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11930   layout:
11931     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11932     layout: "plot-throughput"
11933
11934 - type: "plot"
11935   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11936   algorithm: "plot_perf_box_name"
11937   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11938   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11939   include:
11940     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11941     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11942     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11943     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11944   layout:
11945     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11946     layout: "plot-throughput"
11947
11948 - type: "plot"
11949   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11950   algorithm: "plot_perf_box_name"
11951   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11952   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11953   include:
11954     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11955     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11956     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11957     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11958     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11959     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11960   layout:
11961     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11962     layout: "plot-throughput"
11963
11964 - type: "plot"
11965   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
11966   algorithm: "plot_perf_box_name"
11967   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
11968   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11969   include:
11970     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11971     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11972     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11973     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11974     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11975     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11976   layout:
11977     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
11978     layout: "plot-throughput"
11979
11980 - type: "plot"
11981   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11982   algorithm: "plot_perf_box_name"
11983   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11984   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11985   include:
11986     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11987     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11988     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11989     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11990     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11991     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11992   layout:
11993     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11994     layout: "plot-throughput"
11995
11996 - type: "plot"
11997   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11998   algorithm: "plot_perf_box_name"
11999   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12000   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12001   include:
12002     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12003     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12004     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12005     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12006     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12007     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12008   layout:
12009     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12010     layout: "plot-throughput"
12011
12012 - type: "plot"
12013   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12014   algorithm: "plot_perf_box_name"
12015   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12016   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12017   include:
12018     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12019     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12020     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12021     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12022     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12023     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12024   layout:
12025     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12026     layout: "plot-throughput"
12027
12028 - type: "plot"
12029   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12030   algorithm: "plot_perf_box_name"
12031   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12032   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12033   include:
12034     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12035     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12036     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12037     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12038     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12039     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12040   layout:
12041     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12042     layout: "plot-throughput"
12043
12044 - type: "plot"
12045   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12046   algorithm: "plot_perf_box_name"
12047   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12048   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12049   include:
12050     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12051     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12052     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12053     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12054     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12055     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12056   layout:
12057     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12058     layout: "plot-throughput"
12059
12060 - type: "plot"
12061   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12062   algorithm: "plot_perf_box_name"
12063   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12064   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12065   include:
12066     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12067     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12068     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12069     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12070     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12071     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12072   layout:
12073     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12074     layout: "plot-throughput"
12075
12076 #- type: "plot"
12077 #  title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12078 #  algorithm: "plot_perf_box_name"
12079 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12080 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12081 #  include:
12082 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12083 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12084 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12085 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12086 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12087 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12088 #  layout:
12089 #    title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12090 #    layout: "plot-throughput"
12091 #
12092 #- type: "plot"
12093 #  title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12094 #  algorithm: "plot_perf_box_name"
12095 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12096 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12097 #  include:
12098 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12099 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12100 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12101 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12102 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12103 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12104 #  layout:
12105 #    title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12106 #    layout: "plot-throughput"
12107
12108 - type: "plot"
12109   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12110   algorithm: "plot_perf_box_name"
12111   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12112   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12113   include:
12114     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12115     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12116     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12117     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12118     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12119     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12120   layout:
12121     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12122     layout: "plot-throughput"
12123
12124 - type: "plot"
12125   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12126   algorithm: "plot_perf_box_name"
12127   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12128   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12129   include:
12130     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12131     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12132     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12133     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12134     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12135     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12136   layout:
12137     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12138     layout: "plot-throughput"
12139
12140 - type: "plot"
12141   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12142   algorithm: "plot_perf_box_name"
12143   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12144   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12145   include:
12146     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12147     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12148     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12149     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12150     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12151     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12152   layout:
12153     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12154     layout: "plot-throughput"
12155
12156 - type: "plot"
12157   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12158   algorithm: "plot_perf_box_name"
12159   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12160   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12161   include:
12162     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12163     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12164     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12165     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12166     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12167     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12168   layout:
12169     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12170     layout: "plot-throughput"
12171
12172 - type: "plot"
12173   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12174   algorithm: "plot_perf_box_name"
12175   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12176   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12177   include:
12178     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12179     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12180     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12181     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12182     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12183     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12184   layout:
12185     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12186     layout: "plot-throughput"
12187
12188 - type: "plot"
12189   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12190   algorithm: "plot_perf_box_name"
12191   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12192   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12193   include:
12194     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12195     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12196     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12197     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12198     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12199     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12200   layout:
12201     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12202     layout: "plot-throughput"
12203
12204 - type: "plot"
12205   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12206   algorithm: "plot_perf_box_name"
12207   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12208   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12209   include:
12210     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12211     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12212     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12213     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12214   layout:
12215     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12216     layout: "plot-throughput"
12217
12218 - type: "plot"
12219   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12220   algorithm: "plot_perf_box_name"
12221   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12222   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12223   include:
12224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12225     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12226     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12227     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12228   layout:
12229     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12230     layout: "plot-throughput"
12231
12232 - type: "plot"
12233   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12234   algorithm: "plot_perf_box_name"
12235   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12236   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12237   include:
12238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12239     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12240     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12241     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12242   layout:
12243     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12244     layout: "plot-throughput"
12245
12246 - type: "plot"
12247   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12248   algorithm: "plot_perf_box_name"
12249   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12250   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12251   include:
12252     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12253     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12254     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12255     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12256   layout:
12257     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12258     layout: "plot-throughput"
12259
12260 - type: "plot"
12261   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12262   algorithm: "plot_perf_box_name"
12263   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12264   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12265   include:
12266     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12267     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12268     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12269     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12270     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12271     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12272   layout:
12273     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12274     layout: "plot-throughput"
12275
12276 - type: "plot"
12277   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12278   algorithm: "plot_perf_box_name"
12279   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12280   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12281   include:
12282     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12283     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12284     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12285     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12286     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12287     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12288   layout:
12289     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12290     layout: "plot-throughput"
12291
12292 - type: "plot"
12293   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12294   algorithm: "plot_perf_box_name"
12295   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12296   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12297   include:
12298     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12299     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12300     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12301     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12302     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12303   layout:
12304     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12305     layout: "plot-throughput"
12306
12307 - type: "plot"
12308   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12309   algorithm: "plot_perf_box_name"
12310   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12311   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12312   include:
12313     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12314     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12315     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12316     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12317     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12318   layout:
12319     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12320     layout: "plot-throughput"
12321
12322 - type: "plot"
12323   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12324   algorithm: "plot_perf_box_name"
12325   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12326   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12327   include:
12328     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12329     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12330     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12331     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12332     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12333   layout:
12334     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12335     layout: "plot-throughput"
12336
12337 - type: "plot"
12338   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12339   algorithm: "plot_perf_box_name"
12340   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12341   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12342   include:
12343     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12344     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12345     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12346     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12347     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12348   layout:
12349     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12350     layout: "plot-throughput"
12351
12352 - type: "plot"
12353   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12354   algorithm: "plot_perf_box_name"
12355   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12356   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12357   include:
12358     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12359     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12360     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12361     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12362   layout:
12363     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12364     layout: "plot-throughput"
12365
12366 - type: "plot"
12367   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12368   algorithm: "plot_perf_box_name"
12369   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12370   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12371   include:
12372     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12373     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12374     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12375     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12376   layout:
12377     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12378     layout: "plot-throughput"
12379
12380 - type: "plot"
12381   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12382   algorithm: "plot_perf_box_name"
12383   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12384   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12385   include:
12386     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12387     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12388     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12389     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12390     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12391     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12392   layout:
12393     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12394     layout: "plot-throughput"
12395
12396 - type: "plot"
12397   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12398   algorithm: "plot_perf_box_name"
12399   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12400   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12401   include:
12402     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12403     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12404     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12405     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12406     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12407     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12408   layout:
12409     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12410     layout: "plot-throughput"
12411
12412 - type: "plot"
12413   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12414   algorithm: "plot_perf_box_name"
12415   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12416   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12417   include:
12418     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12419     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12420     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12421     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12422     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12423     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12424   layout:
12425     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12426     layout: "plot-throughput"
12427
12428 - type: "plot"
12429   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12430   algorithm: "plot_perf_box_name"
12431   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12432   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12433   include:
12434     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12435     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12436     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12437     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12438     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12439     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12440   layout:
12441     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12442     layout: "plot-throughput"
12443
12444 - type: "plot"
12445   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12446   algorithm: "plot_perf_box_name"
12447   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12448   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12449   include:
12450     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12451     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12452     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12453     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12454     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12455     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12456   layout:
12457     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12458     layout: "plot-throughput"
12459
12460 - type: "plot"
12461   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12462   algorithm: "plot_perf_box_name"
12463   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12464   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12465   include:
12466     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12467     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12468     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12469     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12470     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12471     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12472   layout:
12473     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12474     layout: "plot-throughput"
12475
12476 - type: "plot"
12477   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12478   algorithm: "plot_perf_box_name"
12479   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12480   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12481   include:
12482     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12483     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12484     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12485     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12486     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12487     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12488   layout:
12489     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12490     layout: "plot-throughput"
12491
12492 - type: "plot"
12493   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12494   algorithm: "plot_perf_box_name"
12495   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12496   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12497   include:
12498     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12499     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12500     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12501     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12502     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12503     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12504   layout:
12505     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12506     layout: "plot-throughput"
12507
12508 - type: "plot"
12509   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12510   algorithm: "plot_perf_box_name"
12511   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12512   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12513   include:
12514     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12515     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12516     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12517     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12518   layout:
12519     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12520     layout: "plot-throughput"
12521
12522 - type: "plot"
12523   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12524   algorithm: "plot_perf_box_name"
12525   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12526   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12527   include:
12528     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12529     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12530     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12531     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12532   layout:
12533     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12534     layout: "plot-throughput"
12535
12536 - type: "plot"
12537   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12538   algorithm: "plot_perf_box_name"
12539   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12540   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12541   include:
12542     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12543     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12544     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12545     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12546     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12547     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12548   layout:
12549     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12550     layout: "plot-throughput"
12551
12552 - type: "plot"
12553   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12554   algorithm: "plot_perf_box_name"
12555   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12556   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12557   include:
12558     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12559     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12560     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12561     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12562     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12563     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12564   layout:
12565     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12566     layout: "plot-throughput"
12567
12568 - type: "plot"
12569   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12570   algorithm: "plot_perf_box_name"
12571   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12572   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12573   include:
12574     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12575     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12576     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12577     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12578     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12579     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12580   layout:
12581     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12582     layout: "plot-throughput"
12583
12584 - type: "plot"
12585   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12586   algorithm: "plot_perf_box_name"
12587   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12588   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12589   include:
12590     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12591     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12592     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12593     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12594     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12595     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12596   layout:
12597     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12598     layout: "plot-throughput"
12599
12600 #- type: "plot"
12601 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12602 #  algorithm: "plot_perf_box_name"
12603 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12604 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12605 #  include:
12606 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12607 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12608 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12609 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12610 #  layout:
12611 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12612 #    layout: "plot-throughput"
12613 #
12614 #- type: "plot"
12615 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12616 #  algorithm: "plot_perf_box_name"
12617 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12618 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12619 #  include:
12620 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12621 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12622 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12623 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12624 #  layout:
12625 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12626 #    layout: "plot-throughput"
12627 #
12628 #- type: "plot"
12629 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12630 #  algorithm: "plot_perf_box_name"
12631 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12632 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12633 #  include:
12634 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12635 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12636 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12637 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12638 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12639 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12640 #  layout:
12641 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12642 #    layout: "plot-throughput"
12643 #
12644 #- type: "plot"
12645 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12646 #  algorithm: "plot_perf_box_name"
12647 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12648 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12649 #  include:
12650 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12651 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12652 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12653 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12654 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12655 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12656 #  layout:
12657 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12658 #    layout: "plot-throughput"
12659 #
12660 #- type: "plot"
12661 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12662 #  algorithm: "plot_perf_box_name"
12663 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12664 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12665 #  include:
12666 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12667 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12668 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12669 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12670 #  layout:
12671 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12672 #    layout: "plot-throughput"
12673 #
12674 #- type: "plot"
12675 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12676 #  algorithm: "plot_perf_box_name"
12677 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12678 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12679 #  include:
12680 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12681 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12682 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12683 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12684 #  layout:
12685 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12686 #    layout: "plot-throughput"
12687 #
12688 #- type: "plot"
12689 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12690 #  algorithm: "plot_perf_box_name"
12691 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12692 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12693 #  include:
12694 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12695 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12696 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12697 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12698 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12699 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12700 #  layout:
12701 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12702 #    layout: "plot-throughput"
12703 #
12704 #- type: "plot"
12705 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12706 #  algorithm: "plot_perf_box_name"
12707 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12708 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12709 #  include:
12710 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12711 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12712 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12713 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12714 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12715 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12716 #  layout:
12717 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12718 #    layout: "plot-throughput"
12719 #
12720 #- type: "plot"
12721 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12722 #  algorithm: "plot_perf_box_name"
12723 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12724 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12725 #  include:
12726 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12727 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12728 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12729 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12730 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12731 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12732 #  layout:
12733 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12734 #    layout: "plot-throughput"
12735 #
12736 #- type: "plot"
12737 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12738 #  algorithm: "plot_perf_box_name"
12739 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12740 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12741 #  include:
12742 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12743 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12744 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12745 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12746 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12747 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12748 #  layout:
12749 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12750 #    layout: "plot-throughput"
12751
12752 - type: "plot"
12753   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12754   algorithm: "plot_perf_box_name"
12755   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12756   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12757   include:
12758     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12759     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12760     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12761     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12762     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12763     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12764   layout:
12765     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12766     layout: "plot-throughput"
12767
12768 - type: "plot"
12769   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12770   algorithm: "plot_perf_box_name"
12771   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12772   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12773   include:
12774     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12775     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12776     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12777     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12778     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12779     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12780   layout:
12781     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12782     layout: "plot-throughput"
12783
12784 - type: "plot"
12785   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12786   algorithm: "plot_perf_box_name"
12787   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12788   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12789   include:
12790     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12791     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12792     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12793 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12794 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12795 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12796   layout:
12797     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12798     layout: "plot-throughput"
12799
12800 - type: "plot"
12801   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12802   algorithm: "plot_perf_box_name"
12803   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12804   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12805   include:
12806     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12807     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12808     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12809 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12810 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12811 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12812   layout:
12813     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12814     layout: "plot-throughput"
12815
12816 - type: "plot"
12817   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12818   algorithm: "plot_perf_box_name"
12819   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12820   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12821   include:
12822     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12823     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12824     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12825     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12826     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12827     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12828   layout:
12829     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12830     layout: "plot-throughput"
12831
12832 - type: "plot"
12833   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12834   algorithm: "plot_perf_box_name"
12835   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12836   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12837   include:
12838     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12839     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12840     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12841     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12842     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12843     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12844   layout:
12845     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12846     layout: "plot-throughput"
12847
12848 - type: "plot"
12849   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12850   algorithm: "plot_perf_box_name"
12851   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12852   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12853   include:
12854     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12855     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12856     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12857     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12858     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12859     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12860   layout:
12861     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12862     layout: "plot-throughput"
12863
12864 - type: "plot"
12865   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12866   algorithm: "plot_perf_box_name"
12867   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12868   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12869   include:
12870     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12871     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12872     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12873     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12874     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12875     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12876   layout:
12877     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12878     layout: "plot-throughput"
12879
12880 #- type: "plot"
12881 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12882 #  algorithm: "plot_perf_box_name"
12883 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12884 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12885 #  include:
12886 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12887 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12888 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12889 #  layout:
12890 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12891 #    layout: "plot-throughput"
12892 #
12893 #- type: "plot"
12894 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12895 #  algorithm: "plot_perf_box_name"
12896 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12897 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12898 #  include:
12899 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12900 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12901 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12902 #  layout:
12903 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12904 #    layout: "plot-throughput"
12905
12906 - type: "plot"
12907   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12908   algorithm: "plot_perf_box_name"
12909   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12910   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12911   include:
12912     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12913     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12914     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12915     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12916     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12917   layout:
12918     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12919     layout: "plot-throughput"
12920
12921 - type: "plot"
12922   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12923   algorithm: "plot_perf_box_name"
12924   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12925   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12926   include:
12927     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12928     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12929     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12930     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12931     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12932   layout:
12933     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12934     layout: "plot-throughput"
12935
12936 - type: "plot"
12937   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12938   algorithm: "plot_perf_box_name"
12939   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12940   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12941   include:
12942     - "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"
12943     - "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"
12944     - "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"
12945     - "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"
12946     - "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"
12947   layout:
12948     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12949     layout: "plot-throughput"
12950
12951 - type: "plot"
12952   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12953   algorithm: "plot_perf_box_name"
12954   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12955   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12956   include:
12957     - "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"
12958     - "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"
12959     - "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"
12960     - "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"
12961     - "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"
12962   layout:
12963     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12964     layout: "plot-throughput"
12965
12966 - type: "plot"
12967   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12968   algorithm: "plot_perf_box_name"
12969   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12970   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12971   include:
12972     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12973     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12974     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12975     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12976     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12977   layout:
12978     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12979     layout: "plot-throughput"
12980
12981 - type: "plot"
12982   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12983   algorithm: "plot_perf_box_name"
12984   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12985   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12986   include:
12987     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12988     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12989     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12990     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12991     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12992   layout:
12993     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12994     layout: "plot-throughput"
12995
12996 - type: "plot"
12997   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12998   algorithm: "plot_perf_box_name"
12999   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13000   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13001   include:
13002     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13003     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13004     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13005     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13006     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13007   layout:
13008     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13009     layout: "plot-throughput"
13010
13011 - type: "plot"
13012   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13013   algorithm: "plot_perf_box_name"
13014   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13015   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13016   include:
13017     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13018     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13019     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13020     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13021     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13022   layout:
13023     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13024     layout: "plot-throughput"
13025
13026 - type: "plot"
13027   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13028   algorithm: "plot_perf_box_name"
13029   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13030   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13031   include:
13032     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13033     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13034     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13035     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13036     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13037   layout:
13038     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13039     layout: "plot-throughput"
13040
13041 - type: "plot"
13042   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13043   algorithm: "plot_perf_box_name"
13044   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13045   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13046   include:
13047     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13048     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13049     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13050     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13051     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13052   layout:
13053     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13054     layout: "plot-throughput"
13055
13056 - type: "plot"
13057   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13058   algorithm: "plot_perf_box_name"
13059   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13060   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13061   include:
13062     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13063     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13064     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13065     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13066     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13067   layout:
13068     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13069     layout: "plot-throughput"
13070
13071 - type: "plot"
13072   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13073   algorithm: "plot_perf_box_name"
13074   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13075   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13076   include:
13077     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13078     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13079     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13080     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13081     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13082   layout:
13083     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13084     layout: "plot-throughput"
13085
13086 - type: "plot"
13087   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13088   algorithm: "plot_perf_box_name"
13089   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13090   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13091   include:
13092     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13093     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13094     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13095     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13096   layout:
13097     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13098     layout: "plot-throughput"
13099
13100 - type: "plot"
13101   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13102   algorithm: "plot_perf_box_name"
13103   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13104   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13105   include:
13106     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13107     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13108     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13109     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13110   layout:
13111     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13112     layout: "plot-throughput"
13113
13114 - type: "plot"
13115   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13116   algorithm: "plot_perf_box_name"
13117   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13118   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13119   include:
13120     - "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"
13121     - "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"
13122     - "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"
13123     - "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"
13124   layout:
13125     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13126     layout: "plot-throughput"
13127
13128 - type: "plot"
13129   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13130   algorithm: "plot_perf_box_name"
13131   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13132   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13133   include:
13134     - "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"
13135     - "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"
13136     - "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"
13137     - "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"
13138   layout:
13139     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13140     layout: "plot-throughput"
13141
13142 - type: "plot"
13143   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13144   algorithm: "plot_perf_box_name"
13145   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13146   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13147   include:
13148     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13149     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13150     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13151     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13152     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13153     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13154   layout:
13155     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13156     layout: "plot-throughput"
13157
13158 - type: "plot"
13159   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13160   algorithm: "plot_perf_box_name"
13161   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13162   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13163   include:
13164     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13165     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13166     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13167     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13168     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13169     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13170   layout:
13171     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13172     layout: "plot-throughput"
13173
13174 - type: "plot"
13175   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13176   algorithm: "plot_perf_box_name"
13177   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13178   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13179   include:
13180     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13181     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13182     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13183     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13184     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13185     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13186   layout:
13187     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13188     layout: "plot-throughput"
13189
13190 - type: "plot"
13191   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13192   algorithm: "plot_perf_box_name"
13193   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13194   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13195   include:
13196     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13197     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13198     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13199     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13200     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13201     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13202   layout:
13203     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13204     layout: "plot-throughput"
13205
13206 - type: "plot"
13207   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13208   algorithm: "plot_perf_box_name"
13209   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13210   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13211   include:
13212     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13213     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13214     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13215     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13216     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13217     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13218   layout:
13219     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13220     layout: "plot-throughput"
13221
13222 - type: "plot"
13223   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13224   algorithm: "plot_perf_box_name"
13225   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13226   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13227   include:
13228     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13229     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13230     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13231     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13232     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13233     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13234   layout:
13235     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13236     layout: "plot-throughput"
13237
13238 - type: "plot"
13239   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13240   algorithm: "plot_perf_box_name"
13241   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13242   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13243   include:
13244     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13245     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13246     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13247     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13248     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13249   layout:
13250     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13251     layout: "plot-throughput"
13252
13253 - type: "plot"
13254   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13255   algorithm: "plot_perf_box_name"
13256   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13257   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13258   include:
13259     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13260     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13261     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13262     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13263     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13264   layout:
13265     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13266     layout: "plot-throughput"
13267
13268 - type: "plot"
13269   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13270   algorithm: "plot_perf_box_name"
13271   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13272   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13273   include:
13274     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13275     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13276   layout:
13277     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13278     layout: "plot-throughput"
13279
13280 - type: "plot"
13281   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13282   algorithm: "plot_perf_box_name"
13283   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13284   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13285   include:
13286     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13287     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13288   layout:
13289     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13290     layout: "plot-throughput"
13291
13292 - type: "plot"
13293   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13294   algorithm: "plot_perf_box_name"
13295   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13296   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13297   include:
13298     - "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"
13299     - "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"
13300   layout:
13301     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13302     layout: "plot-throughput"
13303
13304 - type: "plot"
13305   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13306   algorithm: "plot_perf_box_name"
13307   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13308   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13309   include:
13310     - "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"
13311     - "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"
13312   layout:
13313     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13314     layout: "plot-throughput"
13315
13316 - type: "plot"
13317   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13318   algorithm: "plot_perf_box_name"
13319   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13320   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13321   include:
13322     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13323     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13324   layout:
13325     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13326     layout: "plot-throughput"
13327
13328 - type: "plot"
13329   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13330   algorithm: "plot_perf_box_name"
13331   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13332   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13333   include:
13334     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13335     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13336   layout:
13337     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13338     layout: "plot-throughput"
13339
13340 - type: "plot"
13341   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13342   algorithm: "plot_perf_box_name"
13343   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13344   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13345   include:
13346     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13347     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13348   layout:
13349     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13350     layout: "plot-throughput"
13351
13352 - type: "plot"
13353   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13354   algorithm: "plot_perf_box_name"
13355   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13356   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13357   include:
13358     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13359     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13360   layout:
13361     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13362     layout: "plot-throughput"
13363
13364 - type: "plot"
13365   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13366   algorithm: "plot_perf_box_name"
13367   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13368   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13369   include:
13370     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13371     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13372     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13373     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13374     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13375     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13376   layout:
13377     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13378     layout: "plot-throughput"
13379
13380 - type: "plot"
13381   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13382   algorithm: "plot_perf_box_name"
13383   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13384   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13385   include:
13386     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13387     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13388     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13389     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13390     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13391     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13392   layout:
13393     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13394     layout: "plot-throughput"
13395
13396 - type: "plot"
13397   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13398   algorithm: "plot_perf_box_name"
13399   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13400   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13401   include:
13402     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13403     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13404     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13405     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13406     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13407     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13408   layout:
13409     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13410     layout: "plot-throughput"
13411
13412 - type: "plot"
13413   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13414   algorithm: "plot_perf_box_name"
13415   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13416   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13417   include:
13418     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13419     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13420     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13421     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13422     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13423     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13424   layout:
13425     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13426     layout: "plot-throughput"
13427
13428 #- type: "plot"
13429 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13430 #  algorithm: "plot_perf_box_name"
13431 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13432 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13433 #  include:
13434 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13435 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13436 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13437 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13438 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13439 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13440 #  layout:
13441 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13442 #    layout: "plot-throughput"
13443 #
13444 #- type: "plot"
13445 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13446 #  algorithm: "plot_perf_box_name"
13447 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13448 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13449 #  include:
13450 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13451 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13452 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13453 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13454 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13455 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13456 #  layout:
13457 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13458 #    layout: "plot-throughput"
13459
13460 - type: "plot"
13461   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13462   algorithm: "plot_perf_box_name"
13463   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13464   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13465   include:
13466     - "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"
13467     - "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"
13468     - "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"
13469     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13470     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13471     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13472   layout:
13473     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13474     layout: "plot-throughput"
13475
13476 - type: "plot"
13477   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13478   algorithm: "plot_perf_box_name"
13479   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13480   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13481   include:
13482     - "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"
13483     - "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"
13484     - "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"
13485     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13486     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13487     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13488   layout:
13489     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13490     layout: "plot-throughput"
13491
13492 ################################################################################
13493
13494 # Packet Speedup
13495
13496 - type: "plot"
13497   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13498   algorithm: "plot_tsa_name"
13499   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13500   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13501   include:
13502     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13503     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13504     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13505     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13506   layout:
13507     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13508     layout: "plot-throughput-speedup-analysis"
13509
13510 - type: "plot"
13511   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13512   algorithm: "plot_tsa_name"
13513   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13514   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13515   include:
13516     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13517     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13518     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13519     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13520   layout:
13521     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13522     layout: "plot-throughput-speedup-analysis"
13523
13524 - type: "plot"
13525   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13526   algorithm: "plot_tsa_name"
13527   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13528   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13529   include:
13530     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13531     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13532     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13533     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13534   layout:
13535     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13536     layout: "plot-throughput-speedup-analysis"
13537
13538 - type: "plot"
13539   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13540   algorithm: "plot_tsa_name"
13541   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13542   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13543   include:
13544     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13545     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13546     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13547     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13548   layout:
13549     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13550     layout: "plot-throughput-speedup-analysis"
13551
13552 - type: "plot"
13553   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13554   algorithm: "plot_tsa_name"
13555   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13556   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13557   include:
13558     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13559     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13560     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13561     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13562     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13563   layout:
13564     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13565     layout: "plot-throughput-speedup-analysis"
13566
13567 - type: "plot"
13568   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13569   algorithm: "plot_tsa_name"
13570   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13571   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13572   include:
13573     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13574     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13575     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13576     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13577     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13578   layout:
13579     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13580     layout: "plot-throughput-speedup-analysis"
13581
13582 - type: "plot"
13583   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13584   algorithm: "plot_tsa_name"
13585   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13586   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13587   include:
13588     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13589     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13590     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13591     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13592     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13593   layout:
13594     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13595     layout: "plot-throughput-speedup-analysis"
13596
13597 - type: "plot"
13598   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13599   algorithm: "plot_tsa_name"
13600   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13601   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13602   include:
13603     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13604     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13605     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13606     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13607     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13608   layout:
13609     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13610     layout: "plot-throughput-speedup-analysis"
13611
13612 - type: "plot"
13613   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13614   algorithm: "plot_tsa_name"
13615   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13616   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13617   include:
13618     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13619     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13620     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13621     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13622     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13623     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13624   layout:
13625     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13626     layout: "plot-throughput-speedup-analysis"
13627
13628 - type: "plot"
13629   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13630   algorithm: "plot_tsa_name"
13631   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13632   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13633   include:
13634     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13635     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13636     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13637     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13638     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13639     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13640   layout:
13641     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13642     layout: "plot-throughput-speedup-analysis"
13643
13644 - type: "plot"
13645   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13646   algorithm: "plot_tsa_name"
13647   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13648   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13649   include:
13650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13651     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13652     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13653     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13654     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13655   layout:
13656     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13657     layout: "plot-throughput-speedup-analysis"
13658
13659 - type: "plot"
13660   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13661   algorithm: "plot_tsa_name"
13662   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13663   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13664   include:
13665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13667     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13668     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13669     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13670   layout:
13671     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13672     layout: "plot-throughput-speedup-analysis"
13673
13674 - type: "plot"
13675   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13676   algorithm: "plot_tsa_name"
13677   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13678   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13679   include:
13680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13682     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13683   layout:
13684     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
13685     layout: "plot-throughput-speedup-analysis"
13686
13687 - type: "plot"
13688   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13689   algorithm: "plot_tsa_name"
13690   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13691   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13692   include:
13693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13696   layout:
13697     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
13698     layout: "plot-throughput-speedup-analysis"
13699
13700 - type: "plot"
13701   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13702   algorithm: "plot_tsa_name"
13703   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13704   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13705   include:
13706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13709     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13711   layout:
13712     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13713     layout: "plot-throughput-speedup-analysis"
13714
13715 - type: "plot"
13716   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13717   algorithm: "plot_tsa_name"
13718   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13719   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13720   include:
13721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13725     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13726   layout:
13727     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13728     layout: "plot-throughput-speedup-analysis"
13729
13730 - type: "plot"
13731   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13732   algorithm: "plot_tsa_name"
13733   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13734   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13735   include:
13736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13738     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13739   layout:
13740     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
13741     layout: "plot-throughput-speedup-analysis"
13742
13743 - type: "plot"
13744   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13745   algorithm: "plot_tsa_name"
13746   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13747   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13748   include:
13749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13752   layout:
13753     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
13754     layout: "plot-throughput-speedup-analysis"
13755
13756 - type: "plot"
13757   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13758   algorithm: "plot_tsa_name"
13759   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13760   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13761   include:
13762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
13768   layout:
13769     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13770     layout: "plot-throughput-speedup-analysis"
13771
13772 - type: "plot"
13773   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13774   algorithm: "plot_tsa_name"
13775   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13776   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13777   include:
13778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
13784   layout:
13785     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13786     layout: "plot-throughput-speedup-analysis"
13787
13788 - type: "plot"
13789   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13790   algorithm: "plot_tsa_name"
13791   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13792   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13793   include:
13794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13795     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13799     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13800   layout:
13801     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13802     layout: "plot-throughput-speedup-analysis"
13803
13804 - type: "plot"
13805   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13806   algorithm: "plot_tsa_name"
13807   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13808   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13809   include:
13810     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13813     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13814     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13815     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13816   layout:
13817     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13818     layout: "plot-throughput-speedup-analysis"
13819
13820 - type: "plot"
13821   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13822   algorithm: "plot_tsa_name"
13823   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13824   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13825   include:
13826     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13827     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13828     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13829   layout:
13830     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
13831     layout: "plot-throughput-speedup-analysis"
13832
13833 - type: "plot"
13834   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13835   algorithm: "plot_tsa_name"
13836   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13837   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13838   include:
13839     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13840     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13841     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13842   layout:
13843     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
13844     layout: "plot-throughput-speedup-analysis"
13845
13846 - type: "plot"
13847   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13848   algorithm: "plot_tsa_name"
13849   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13850   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13851   include:
13852     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13853     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13854     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13855 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13856 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13857   layout:
13858     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
13859     layout: "plot-throughput-speedup-analysis"
13860
13861 - type: "plot"
13862   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13863   algorithm: "plot_tsa_name"
13864   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13865   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13866   include:
13867     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13868     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13869     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13870 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13871 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13872   layout:
13873     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
13874     layout: "plot-throughput-speedup-analysis"
13875
13876 - type: "plot"
13877   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13878   algorithm: "plot_tsa_name"
13879   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13880   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13881   include:
13882     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13883     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13884     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13885     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13886     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13887   layout:
13888     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13889     layout: "plot-throughput-speedup-analysis"
13890
13891 - type: "plot"
13892   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13893   algorithm: "plot_tsa_name"
13894   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13895   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13896   include:
13897     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13898     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13899     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13900     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13901     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13902   layout:
13903     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13904     layout: "plot-throughput-speedup-analysis"
13905
13906 - type: "plot"
13907   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13908   algorithm: "plot_tsa_name"
13909   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13910   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13911   include:
13912     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13913     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13914     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13915     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13916     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13917   layout:
13918     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13919     layout: "plot-throughput-speedup-analysis"
13920
13921 - type: "plot"
13922   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13923   algorithm: "plot_tsa_name"
13924   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13925   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13926   include:
13927     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13928     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13929     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13930     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13931     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13932   layout:
13933     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13934     layout: "plot-throughput-speedup-analysis"
13935
13936 - type: "plot"
13937   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13938   algorithm: "plot_tsa_name"
13939   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13940   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13941   include:
13942     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13943     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13944     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13945     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13946   layout:
13947     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13948     layout: "plot-throughput-speedup-analysis"
13949
13950 - type: "plot"
13951   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13952   algorithm: "plot_tsa_name"
13953   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13954   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13955   include:
13956     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13957     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13958     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13959     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13960   layout:
13961     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13962     layout: "plot-throughput-speedup-analysis"
13963
13964 - type: "plot"
13965   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13966   algorithm: "plot_tsa_name"
13967   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13968   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13969   include:
13970     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13971     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13972     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13973     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13974     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13975   layout:
13976     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13977     layout: "plot-throughput-speedup-analysis"
13978
13979 - type: "plot"
13980   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13981   algorithm: "plot_tsa_name"
13982   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13983   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13984   include:
13985     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13986     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13987     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13988     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13989     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13990   layout:
13991     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13992     layout: "plot-throughput-speedup-analysis"
13993
13994 - type: "plot"
13995   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13996   algorithm: "plot_tsa_name"
13997   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13998   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13999   include:
14000     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14001     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14002   layout:
14003     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14004     layout: "plot-throughput-speedup-analysis"
14005
14006 - type: "plot"
14007   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14008   algorithm: "plot_tsa_name"
14009   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14010   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14011   include:
14012     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14013     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14014   layout:
14015     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14016     layout: "plot-throughput-speedup-analysis"
14017
14018 - type: "plot"
14019   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14020   algorithm: "plot_tsa_name"
14021   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14022   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14023   include:
14024     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14025     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14026     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14027     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14028   layout:
14029     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14030     layout: "plot-throughput-speedup-analysis"
14031
14032 - type: "plot"
14033   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14034   algorithm: "plot_tsa_name"
14035   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14036   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14037   include:
14038     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14039     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14040     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14041     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14042   layout:
14043     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14044     layout: "plot-throughput-speedup-analysis"
14045
14046 - type: "plot"
14047   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14048   algorithm: "plot_tsa_name"
14049   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14050   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14051   include:
14052     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14053     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14054     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14055     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14056   layout:
14057     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14058     layout: "plot-throughput-speedup-analysis"
14059
14060 - type: "plot"
14061   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14062   algorithm: "plot_tsa_name"
14063   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14064   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14065   include:
14066     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14067     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14068     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14069     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14070   layout:
14071     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14072     layout: "plot-throughput-speedup-analysis"
14073
14074 - type: "plot"
14075   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14076   algorithm: "plot_tsa_name"
14077   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14078   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14079   include:
14080     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14081     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14082     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14083     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14084     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14085     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14086   layout:
14087     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14088     layout: "plot-throughput-speedup-analysis"
14089
14090 - type: "plot"
14091   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14092   algorithm: "plot_tsa_name"
14093   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14094   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14095   include:
14096     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14097     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14098     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14099     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14100     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14101     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14102   layout:
14103     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14104     layout: "plot-throughput-speedup-analysis"
14105
14106 - type: "plot"
14107   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14108   algorithm: "plot_tsa_name"
14109   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14110   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14111   include:
14112     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14113     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14114     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14115     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14116     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14117   layout:
14118     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14119     layout: "plot-throughput-speedup-analysis"
14120
14121 - type: "plot"
14122   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14123   algorithm: "plot_tsa_name"
14124   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14125   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14126   include:
14127     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14128     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14129     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14130     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14131     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14132   layout:
14133     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14134     layout: "plot-throughput-speedup-analysis"
14135
14136 - type: "plot"
14137   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14138   algorithm: "plot_tsa_name"
14139   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14140   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14141   include:
14142     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14143     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14144     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14145     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14146     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14147   layout:
14148     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14149     layout: "plot-throughput-speedup-analysis"
14150
14151 - type: "plot"
14152   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14153   algorithm: "plot_tsa_name"
14154   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14155   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14156   include:
14157     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14158     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14159     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14160     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14161     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14162   layout:
14163     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14164     layout: "plot-throughput-speedup-analysis"
14165
14166 - type: "plot"
14167   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14168   algorithm: "plot_tsa_name"
14169   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14170   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14171   include:
14172     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14173     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14174     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14175   layout:
14176     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14177     layout: "plot-throughput-speedup-analysis"
14178
14179 - type: "plot"
14180   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14181   algorithm: "plot_tsa_name"
14182   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14183   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14184   include:
14185     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14186     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14187     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14188   layout:
14189     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14190     layout: "plot-throughput-speedup-analysis"
14191
14192 - type: "plot"
14193   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14194   algorithm: "plot_tsa_name"
14195   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14196   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14197   include:
14198     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14199     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14200     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14201   layout:
14202     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14203     layout: "plot-throughput-speedup-analysis"
14204
14205 - type: "plot"
14206   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14207   algorithm: "plot_tsa_name"
14208   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14209   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14210   include:
14211     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14212     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14213     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14214   layout:
14215     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14216     layout: "plot-throughput-speedup-analysis"
14217
14218 - type: "plot"
14219   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14220   algorithm: "plot_tsa_name"
14221   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14222   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14223   include:
14224     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14225     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14226     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14227     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14228     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14229   layout:
14230     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14231     layout: "plot-throughput-speedup-analysis"
14232
14233 - type: "plot"
14234   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14235   algorithm: "plot_tsa_name"
14236   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14237   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14238   include:
14239     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14240     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14241     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14242     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14243     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14244   layout:
14245     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14246     layout: "plot-throughput-speedup-analysis"
14247
14248 - type: "plot"
14249   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14250   algorithm: "plot_tsa_name"
14251   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14252   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14253   include:
14254     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14255     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14256     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14257     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14258     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14259   layout:
14260     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14261     layout: "plot-throughput-speedup-analysis"
14262
14263 - type: "plot"
14264   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14265   algorithm: "plot_tsa_name"
14266   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14267   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14268   include:
14269     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14270     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14271     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14272     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14273     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14274   layout:
14275     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14276     layout: "plot-throughput-speedup-analysis"
14277
14278 - type: "plot"
14279   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14280   algorithm: "plot_tsa_name"
14281   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14282   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14283   include:
14284     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14285     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14286     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14287     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14288     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14289     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14290   layout:
14291     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14292     layout: "plot-throughput-speedup-analysis"
14293
14294 - type: "plot"
14295   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14296   algorithm: "plot_tsa_name"
14297   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14298   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14299   include:
14300     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14301     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14302     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14303     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14304     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14305     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14306   layout:
14307     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14308     layout: "plot-throughput-speedup-analysis"
14309
14310 - type: "plot"
14311   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14312   algorithm: "plot_tsa_name"
14313   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14314   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14315   include:
14316     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14317     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14318     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14319     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14320   layout:
14321     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14322     layout: "plot-throughput-speedup-analysis"
14323
14324 - type: "plot"
14325   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14326   algorithm: "plot_tsa_name"
14327   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14328   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14329   include:
14330     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14331     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14332     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14333     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14334   layout:
14335     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14336     layout: "plot-throughput-speedup-analysis"
14337
14338 - type: "plot"
14339   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14340   algorithm: "plot_tsa_name"
14341   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14342   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14343   include:
14344     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14345     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14346     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14347     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14348     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14349     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14350   layout:
14351     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14352     layout: "plot-throughput-speedup-analysis"
14353
14354 - type: "plot"
14355   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14356   algorithm: "plot_tsa_name"
14357   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14358   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14359   include:
14360     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14361     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14362     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14363     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14364     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14365     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14366   layout:
14367     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14368     layout: "plot-throughput-speedup-analysis"
14369
14370 - type: "plot"
14371   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14372   algorithm: "plot_tsa_name"
14373   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14374   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14375   include:
14376     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14377     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14378     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14379     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14380     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14381     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14382   layout:
14383     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14384     layout: "plot-throughput-speedup-analysis"
14385
14386 - type: "plot"
14387   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14388   algorithm: "plot_tsa_name"
14389   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14390   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14391   include:
14392     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14393     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14394     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14395     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14396     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14397     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14398   layout:
14399     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14400     layout: "plot-throughput-speedup-analysis"
14401
14402 - type: "plot"
14403   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14404   algorithm: "plot_tsa_name"
14405   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14406   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14407   include:
14408     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14409     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14410     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14411     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14412     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14413     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14414   layout:
14415     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14416     layout: "plot-throughput-speedup-analysis"
14417
14418 - type: "plot"
14419   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14420   algorithm: "plot_tsa_name"
14421   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14422   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14423   include:
14424     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14425     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14426     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14427     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14428     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14429     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14430   layout:
14431     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14432     layout: "plot-throughput-speedup-analysis"
14433
14434 - type: "plot"
14435   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14436   algorithm: "plot_tsa_name"
14437   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14438   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14439   include:
14440     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14441     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14442     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14443     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14444     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14445     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14446   layout:
14447     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14448     layout: "plot-throughput-speedup-analysis"
14449
14450 - type: "plot"
14451   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14452   algorithm: "plot_tsa_name"
14453   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14454   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14455   include:
14456     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14457     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14458     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14459     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14460     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14461     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14462   layout:
14463     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14464     layout: "plot-throughput-speedup-analysis"
14465
14466 - type: "plot"
14467   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14468   algorithm: "plot_tsa_name"
14469   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14470   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14471   include:
14472     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14473     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14474     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14475     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14476     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14477     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14478   layout:
14479     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14480     layout: "plot-throughput-speedup-analysis"
14481
14482 - type: "plot"
14483   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14484   algorithm: "plot_tsa_name"
14485   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14486   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14487   include:
14488     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14489     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14490     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14491     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14492     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14493     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14494   layout:
14495     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14496     layout: "plot-throughput-speedup-analysis"
14497
14498 - type: "plot"
14499   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14500   algorithm: "plot_tsa_name"
14501   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14502   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14503   include:
14504     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14505     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14506     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14507     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14508   layout:
14509     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14510     layout: "plot-throughput-speedup-analysis"
14511
14512 - type: "plot"
14513   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14514   algorithm: "plot_tsa_name"
14515   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14516   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14517   include:
14518     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14519     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14520     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14521     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14522   layout:
14523     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14524     layout: "plot-throughput-speedup-analysis"
14525
14526 - type: "plot"
14527   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14528   algorithm: "plot_tsa_name"
14529   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14530   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14531   include:
14532     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14533     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14534     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14535     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14536   layout:
14537     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14538     layout: "plot-throughput-speedup-analysis"
14539
14540 - type: "plot"
14541   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14542   algorithm: "plot_tsa_name"
14543   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14544   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14545   include:
14546     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14547     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14548     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14549     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14550   layout:
14551     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14552     layout: "plot-throughput-speedup-analysis"
14553
14554 - type: "plot"
14555   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14556   algorithm: "plot_tsa_name"
14557   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14558   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14559   include:
14560     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14561     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14562     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14563     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14564     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14565     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14566   layout:
14567     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
14568     layout: "plot-throughput-speedup-analysis"
14569
14570 - type: "plot"
14571   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14572   algorithm: "plot_tsa_name"
14573   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14574   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14575   include:
14576     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14577     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14578     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14579     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14580     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14581     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14582   layout:
14583     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
14584     layout: "plot-throughput-speedup-analysis"
14585
14586 - type: "plot"
14587   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14588   algorithm: "plot_tsa_name"
14589   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14590   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14591   include:
14592     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14593     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14594     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14595     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14596     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14597   layout:
14598     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
14599     layout: "plot-throughput-speedup-analysis"
14600
14601 - type: "plot"
14602   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14603   algorithm: "plot_tsa_name"
14604   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14605   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14606   include:
14607     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14608     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14609     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14610     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14611     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14612   layout:
14613     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
14614     layout: "plot-throughput-speedup-analysis"
14615
14616 - type: "plot"
14617   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14618   algorithm: "plot_tsa_name"
14619   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14620   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14621   include:
14622     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14623     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14624     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14625     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14626     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14627   layout:
14628     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
14629     layout: "plot-throughput-speedup-analysis"
14630
14631 - type: "plot"
14632   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14633   algorithm: "plot_tsa_name"
14634   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14635   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14636   include:
14637     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14638     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14639     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14640     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14641     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14642   layout:
14643     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
14644     layout: "plot-throughput-speedup-analysis"
14645
14646 - type: "plot"
14647   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14648   algorithm: "plot_tsa_name"
14649   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14650   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14651   include:
14652     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14653     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14654     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14655     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14656   layout:
14657     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14658     layout: "plot-throughput-speedup-analysis"
14659
14660 - type: "plot"
14661   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14662   algorithm: "plot_tsa_name"
14663   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14664   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14665   include:
14666     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14667     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14668     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14669     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14670   layout:
14671     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14672     layout: "plot-throughput-speedup-analysis"
14673
14674 - type: "plot"
14675   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14676   algorithm: "plot_tsa_name"
14677   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14678   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14679   include:
14680     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14681     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14682     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14683     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14684     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14685     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14686   layout:
14687     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14688     layout: "plot-throughput-speedup-analysis"
14689
14690 - type: "plot"
14691   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14692   algorithm: "plot_tsa_name"
14693   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14694   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14695   include:
14696     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14697     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14698     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14699     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14700     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14701     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14702   layout:
14703     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14704     layout: "plot-throughput-speedup-analysis"
14705
14706 - type: "plot"
14707   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14708   algorithm: "plot_tsa_name"
14709   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14710   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14711   include:
14712     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14713     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14714     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14715     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14716     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14717     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14718   layout:
14719     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14720     layout: "plot-throughput-speedup-analysis"
14721
14722 - type: "plot"
14723   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14724   algorithm: "plot_tsa_name"
14725   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14726   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14727   include:
14728     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14729     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14730     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14731     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14732     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14733     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14734   layout:
14735     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14736     layout: "plot-throughput-speedup-analysis"
14737
14738 - type: "plot"
14739   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14740   algorithm: "plot_tsa_name"
14741   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14742   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14743   include:
14744     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14745     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14746     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14747     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14748     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14749     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14750   layout:
14751     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
14752     layout: "plot-throughput-speedup-analysis"
14753
14754 - type: "plot"
14755   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14756   algorithm: "plot_tsa_name"
14757   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14758   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14759   include:
14760     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14761     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14762     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14763     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14764     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14765     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14766   layout:
14767     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
14768     layout: "plot-throughput-speedup-analysis"
14769
14770 - type: "plot"
14771   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14772   algorithm: "plot_tsa_name"
14773   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14774   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14775   include:
14776     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14777     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14778     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14779     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14780     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14781     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14782   layout:
14783     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
14784     layout: "plot-throughput-speedup-analysis"
14785
14786 - type: "plot"
14787   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14788   algorithm: "plot_tsa_name"
14789   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14790   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14791   include:
14792     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14793     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14794     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14795     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14796     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14797     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14798   layout:
14799     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
14800     layout: "plot-throughput-speedup-analysis"
14801
14802 - type: "plot"
14803   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14804   algorithm: "plot_tsa_name"
14805   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14806   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14807   include:
14808     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14809     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14810     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14811     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14812     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14813     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14814   layout:
14815     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
14816     layout: "plot-throughput-speedup-analysis"
14817
14818 - type: "plot"
14819   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14820   algorithm: "plot_tsa_name"
14821   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14822   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14823   include:
14824     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14825     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14826     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14827     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14828     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14829     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14830   layout:
14831     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
14832     layout: "plot-throughput-speedup-analysis"
14833
14834 - type: "plot"
14835   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
14836   algorithm: "plot_tsa_name"
14837   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
14838   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14839   include:
14840     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14841     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14842     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14843     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14844     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14845   layout:
14846     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
14847     layout: "plot-throughput-speedup-analysis"
14848
14849 - type: "plot"
14850   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
14851   algorithm: "plot_tsa_name"
14852   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
14853   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14854   include:
14855     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14856     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14857     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14858     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14859     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14860   layout:
14861     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
14862     layout: "plot-throughput-speedup-analysis"
14863
14864 - type: "plot"
14865   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14866   algorithm: "plot_tsa_name"
14867   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
14868   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14869   include:
14870     - "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"
14871     - "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"
14872     - "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"
14873     - "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"
14874     - "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"
14875   layout:
14876     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14877     layout: "plot-throughput-speedup-analysis"
14878
14879 - type: "plot"
14880   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14881   algorithm: "plot_tsa_name"
14882   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
14883   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14884   include:
14885     - "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"
14886     - "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"
14887     - "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"
14888     - "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"
14889     - "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"
14890   layout:
14891     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14892     layout: "plot-throughput-speedup-analysis"
14893
14894 - type: "plot"
14895   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14896   algorithm: "plot_tsa_name"
14897   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
14898   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14899   include:
14900     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14901     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14902     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14903     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14904     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14905   layout:
14906     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14907     layout: "plot-throughput-speedup-analysis"
14908
14909 - type: "plot"
14910   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14911   algorithm: "plot_tsa_name"
14912   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
14913   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14914   include:
14915     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14916     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14917     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14918     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14919     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14920   layout:
14921     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14922     layout: "plot-throughput-speedup-analysis"
14923
14924 - type: "plot"
14925   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14926   algorithm: "plot_tsa_name"
14927   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14928   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14929   include:
14930     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14931     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14932     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14933     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14934     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14935   layout:
14936     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14937     layout: "plot-throughput-speedup-analysis"
14938
14939 - type: "plot"
14940   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14941   algorithm: "plot_tsa_name"
14942   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14943   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14944   include:
14945     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14946     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14947     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14948     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14949     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14950   layout:
14951     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14952     layout: "plot-throughput-speedup-analysis"
14953
14954 - type: "plot"
14955   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
14956   algorithm: "plot_tsa_name"
14957   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
14958   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14959   include:
14960     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14961     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14962     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14963     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14964     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14965   layout:
14966     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
14967     layout: "plot-throughput-speedup-analysis"
14968
14969 - type: "plot"
14970   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
14971   algorithm: "plot_tsa_name"
14972   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
14973   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14974   include:
14975     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14976     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14977     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14978     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14979     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14980   layout:
14981     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
14982     layout: "plot-throughput-speedup-analysis"
14983
14984 - type: "plot"
14985   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
14986   algorithm: "plot_tsa_name"
14987   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14988   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14989   include:
14990     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14991     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14992     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14993     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14994     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14995   layout:
14996     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
14997     layout: "plot-throughput-speedup-analysis"
14998
14999 - type: "plot"
15000   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15001   algorithm: "plot_tsa_name"
15002   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15003   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15004   include:
15005     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15006     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15007     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15008     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15009     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15010   layout:
15011     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15012     layout: "plot-throughput-speedup-analysis"
15013
15014 - type: "plot"
15015   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15016   algorithm: "plot_tsa_name"
15017   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15018   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15019   include:
15020     - "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"
15021     - "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"
15022     - "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"
15023     - "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"
15024   layout:
15025     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15026     layout: "plot-throughput-speedup-analysis"
15027
15028 - type: "plot"
15029   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15030   algorithm: "plot_tsa_name"
15031   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15032   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15033   include:
15034     - "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"
15035     - "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"
15036     - "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"
15037     - "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"
15038   layout:
15039     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15040     layout: "plot-throughput-speedup-analysis"
15041
15042 - type: "plot"
15043   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15044   algorithm: "plot_tsa_name"
15045   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15046   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15047   include:
15048     - "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"
15049     - "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"
15050     - "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"
15051     - "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"
15052   layout:
15053     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15054     layout: "plot-throughput-speedup-analysis"
15055
15056 - type: "plot"
15057   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15058   algorithm: "plot_tsa_name"
15059   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15060   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15061   include:
15062     - "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"
15063     - "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"
15064     - "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"
15065     - "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"
15066   layout:
15067     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15068     layout: "plot-throughput-speedup-analysis"
15069
15070 - type: "plot"
15071   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15072   algorithm: "plot_tsa_name"
15073   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15074   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15075   include:
15076     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15077     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15078     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15079     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15080     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15081     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15082   layout:
15083     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15084     layout: "plot-throughput-speedup-analysis"
15085
15086 - type: "plot"
15087   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15088   algorithm: "plot_tsa_name"
15089   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15090   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15091   include:
15092     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15093     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15094     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15095     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15096     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15097     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15098   layout:
15099     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15100     layout: "plot-throughput-speedup-analysis"
15101
15102 - type: "plot"
15103   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15104   algorithm: "plot_tsa_name"
15105   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15106   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15107   include:
15108     - "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"
15109     - "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"
15110     - "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"
15111     - "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"
15112     - "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"
15113     - "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"
15114   layout:
15115     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15116     layout: "plot-throughput-speedup-analysis"
15117
15118 - type: "plot"
15119   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15120   algorithm: "plot_tsa_name"
15121   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15122   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15123   include:
15124     - "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"
15125     - "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"
15126     - "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"
15127     - "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"
15128     - "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"
15129     - "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"
15130   layout:
15131     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15132     layout: "plot-throughput-speedup-analysis"
15133
15134 - type: "plot"
15135   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15136   algorithm: "plot_tsa_name"
15137   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15138   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15139   include:
15140     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15141     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15142     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15143     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15144     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15145     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15146   layout:
15147     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15148     layout: "plot-throughput-speedup-analysis"
15149
15150 - type: "plot"
15151   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15152   algorithm: "plot_tsa_name"
15153   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15154   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15155   include:
15156     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15157     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15158     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15159     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15160     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15161     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15162   layout:
15163     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15164     layout: "plot-throughput-speedup-analysis"
15165
15166 - type: "plot"
15167   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15168   algorithm: "plot_tsa_name"
15169   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15170   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15171   include:
15172     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15173     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15174     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15175     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15176     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15177   layout:
15178     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15179     layout: "plot-throughput-speedup-analysis"
15180
15181 - type: "plot"
15182   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15183   algorithm: "plot_tsa_name"
15184   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15185   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15186   include:
15187     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15188     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15189     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15190     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15191     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15192   layout:
15193     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15194     layout: "plot-throughput-speedup-analysis"
15195
15196 - type: "plot"
15197   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15198   algorithm: "plot_tsa_name"
15199   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15200   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15201   include:
15202     - "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"
15203     - "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"
15204   layout:
15205     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15206     layout: "plot-throughput-speedup-analysis"
15207
15208 - type: "plot"
15209   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15210   algorithm: "plot_tsa_name"
15211   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15212   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15213   include:
15214     - "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"
15215     - "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"
15216   layout:
15217     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15218     layout: "plot-throughput-speedup-analysis"
15219
15220 - type: "plot"
15221   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15222   algorithm: "plot_tsa_name"
15223   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15224   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15225   include:
15226     - "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"
15227     - "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"
15228   layout:
15229     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15230     layout: "plot-throughput-speedup-analysis"
15231
15232 - type: "plot"
15233   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15234   algorithm: "plot_tsa_name"
15235   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15236   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15237   include:
15238     - "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"
15239     - "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"
15240   layout:
15241     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15242     layout: "plot-throughput-speedup-analysis"
15243
15244 - type: "plot"
15245   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15246   algorithm: "plot_tsa_name"
15247   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15248   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15249   include:
15250     - "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"
15251     - "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"
15252     - "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"
15253     - "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"
15254     - "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"
15255     - "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"
15256   layout:
15257     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15258     layout: "plot-throughput-speedup-analysis"
15259
15260 - type: "plot"
15261   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15262   algorithm: "plot_tsa_name"
15263   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15264   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15265   include:
15266     - "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"
15267     - "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"
15268     - "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"
15269     - "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"
15270     - "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"
15271     - "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"
15272   layout:
15273     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15274     layout: "plot-throughput-speedup-analysis"
15275
15276 - type: "plot"
15277   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15278   algorithm: "plot_tsa_name"
15279   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15280   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15281   include:
15282     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15283     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15284     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15285     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15286     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15287   layout:
15288     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15289     layout: "plot-throughput-speedup-analysis"
15290
15291 - type: "plot"
15292   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15293   algorithm: "plot_tsa_name"
15294   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15295   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15296   include:
15297     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15298     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15299     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15300     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15301     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15302   layout:
15303     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15304     layout: "plot-throughput-speedup-analysis"
15305
15306 - type: "plot"
15307   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15308   algorithm: "plot_tsa_name"
15309   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15310   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15311   include:
15312     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15313     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15314     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15315     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15316     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15317   layout:
15318     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15319     layout: "plot-throughput-speedup-analysis"
15320
15321 - type: "plot"
15322   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15323   algorithm: "plot_tsa_name"
15324   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15325   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15326   include:
15327     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15328     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15329     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15330     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15331     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15332   layout:
15333     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15334     layout: "plot-throughput-speedup-analysis"
15335
15336 - type: "plot"
15337   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15338   algorithm: "plot_tsa_name"
15339   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15340   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15341   include:
15342     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15343     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15344     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15345     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15346   layout:
15347     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15348     layout: "plot-throughput-speedup-analysis"
15349
15350 - type: "plot"
15351   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15352   algorithm: "plot_tsa_name"
15353   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15354   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15355   include:
15356     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15357     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15358     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15359     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15360   layout:
15361     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15362     layout: "plot-throughput-speedup-analysis"
15363
15364 - type: "plot"
15365   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15366   algorithm: "plot_tsa_name"
15367   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15368   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15369   include:
15370     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15371     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15372     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15373     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15374   layout:
15375     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15376     layout: "plot-throughput-speedup-analysis"
15377
15378 - type: "plot"
15379   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15380   algorithm: "plot_tsa_name"
15381   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15382   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15383   include:
15384     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15385     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15386     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15387     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15388   layout:
15389     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15390     layout: "plot-throughput-speedup-analysis"
15391
15392 - type: "plot"
15393   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15394   algorithm: "plot_tsa_name"
15395   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15396   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15397   include:
15398     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15399     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15400     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15401     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15402     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15403   layout:
15404     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15405     layout: "plot-throughput-speedup-analysis"
15406
15407 - type: "plot"
15408   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15409   algorithm: "plot_tsa_name"
15410   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15411   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15412   include:
15413     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15414     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15415     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15416     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15417     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15418   layout:
15419     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15420     layout: "plot-throughput-speedup-analysis"
15421
15422 - type: "plot"
15423   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15424   algorithm: "plot_tsa_name"
15425   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15426   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15427   include:
15428     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15429     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15430     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15431     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15432     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15433     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15434   layout:
15435     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15436     layout: "plot-throughput-speedup-analysis"
15437
15438 - type: "plot"
15439   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15440   algorithm: "plot_tsa_name"
15441   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15442   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15443   include:
15444     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15445     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15446     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15447     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15448     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15449     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15450   layout:
15451     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15452     layout: "plot-throughput-speedup-analysis"
15453
15454 - type: "plot"
15455   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15456   algorithm: "plot_tsa_name"
15457   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15458   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15459   include:
15460     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15461     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15462     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15463     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15464   layout:
15465     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15466     layout: "plot-throughput-speedup-analysis"
15467
15468 - type: "plot"
15469   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15470   algorithm: "plot_tsa_name"
15471   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15472   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15473   include:
15474     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15475     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15476     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15477     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15478   layout:
15479     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15480     layout: "plot-throughput-speedup-analysis"
15481
15482 - type: "plot"
15483   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15484   algorithm: "plot_tsa_name"
15485   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15486   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15487   include:
15488     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15489     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15490     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15491     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15492     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15493     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15494   layout:
15495     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15496     layout: "plot-throughput-speedup-analysis"
15497
15498 - type: "plot"
15499   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15500   algorithm: "plot_tsa_name"
15501   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15502   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15503   include:
15504     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15505     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15506     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15507     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15508     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15509     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15510   layout:
15511     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15512     layout: "plot-throughput-speedup-analysis"
15513
15514 - type: "plot"
15515   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15516   algorithm: "plot_tsa_name"
15517   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15518   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15519   include:
15520     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15521     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15522     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15523     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15524     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15525     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15526   layout:
15527     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15528     layout: "plot-throughput-speedup-analysis"
15529
15530 - type: "plot"
15531   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15532   algorithm: "plot_tsa_name"
15533   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15534   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15535   include:
15536     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15537     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15538     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15539     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15540     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15541     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15542   layout:
15543     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15544     layout: "plot-throughput-speedup-analysis"
15545
15546 - type: "plot"
15547   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15548   algorithm: "plot_tsa_name"
15549   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15550   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15551   include:
15552     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15553     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15554     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15555     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15556     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15557     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15558   layout:
15559     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15560     layout: "plot-throughput-speedup-analysis"
15561
15562 - type: "plot"
15563   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15564   algorithm: "plot_tsa_name"
15565   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15566   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15567   include:
15568     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15569     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15570     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15571     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15572     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15573     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15574   layout:
15575     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
15576     layout: "plot-throughput-speedup-analysis"
15577
15578 - type: "plot"
15579   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15580   algorithm: "plot_tsa_name"
15581   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15582   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15583   include:
15584     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15585     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15586     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15587     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15588     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15589     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15590   layout:
15591     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
15592     layout: "plot-throughput-speedup-analysis"
15593
15594 - type: "plot"
15595   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15596   algorithm: "plot_tsa_name"
15597   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15598   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15599   include:
15600     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15601     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15602     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15603     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15604     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15605     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15606   layout:
15607     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
15608     layout: "plot-throughput-speedup-analysis"
15609
15610 - type: "plot"
15611   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15612   algorithm: "plot_tsa_name"
15613   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15614   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15615   include:
15616     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15617     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15618     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15619     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15620     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15621     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15622   layout:
15623     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
15624     layout: "plot-throughput-speedup-analysis"
15625
15626 - type: "plot"
15627   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15628   algorithm: "plot_tsa_name"
15629   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15630   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15631   include:
15632     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15633     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15634     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15635     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15636     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15637     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15638   layout:
15639     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
15640     layout: "plot-throughput-speedup-analysis"
15641
15642 #- type: "plot"
15643 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15644 #  algorithm: "plot_tsa_name"
15645 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15646 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15647 #  include:
15648 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15649 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15650 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15651 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15652 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15653 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15654 #  layout:
15655 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
15656 #    layout: "plot-throughput-speedup-analysis"
15657 #
15658 #- type: "plot"
15659 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15660 #  algorithm: "plot_tsa_name"
15661 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15662 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15663 #  include:
15664 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15665 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15666 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15667 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15668 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15669 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15670 #  layout:
15671 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
15672 #    layout: "plot-throughput-speedup-analysis"
15673
15674 #- type: "plot"
15675 #  title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15676 #  algorithm: "plot_tsa_name"
15677 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15678 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15679 #  include:
15680 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15681 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15682 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15683 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15684 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15685 #  layout:
15686 #    title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15687 #    layout: "plot-throughput-speedup-analysis"
15688 #
15689 #- type: "plot"
15690 #  title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15691 #  algorithm: "plot_tsa_name"
15692 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15693 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15694 #  include:
15695 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15696 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15697 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15698 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15699 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15700 #  layout:
15701 #    title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15702 #    layout: "plot-throughput-speedup-analysis"
15703 #
15704 #- type: "plot"
15705 #  title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15706 #  algorithm: "plot_tsa_name"
15707 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15708 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15709 #  include:
15710 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15711 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15712 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15713 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15714 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15715 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15716 #  layout:
15717 #    title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15718 #    layout: "plot-throughput-speedup-analysis"
15719 #
15720 #- type: "plot"
15721 #  title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15722 #  algorithm: "plot_tsa_name"
15723 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15724 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15725 #  include:
15726 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15727 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15728 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15729 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15730 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15731 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15732 #  layout:
15733 #    title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15734 #    layout: "plot-throughput-speedup-analysis"
15735 #
15736 #- type: "plot"
15737 #  title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15738 #  algorithm: "plot_tsa_name"
15739 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15740 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15741 #  include:
15742 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15743 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15744 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15745 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15746 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15747 #  layout:
15748 #    title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15749 #    layout: "plot-throughput-speedup-analysis"
15750 #
15751 #- type: "plot"
15752 #  title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15753 #  algorithm: "plot_tsa_name"
15754 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15755 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15756 #  include:
15757 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15758 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15759 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15760 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15761 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15762 #  layout:
15763 #    title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15764 #    layout: "plot-throughput-speedup-analysis"
15765 #
15766 #- type: "plot"
15767 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15768 #  algorithm: "plot_tsa_name"
15769 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15770 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15771 #  include:
15772 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15773 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15774 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15775 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15776 #  layout:
15777 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15778 #    layout: "plot-throughput-speedup-analysis"
15779 #
15780 #- type: "plot"
15781 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15782 #  algorithm: "plot_tsa_name"
15783 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15784 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15785 #  include:
15786 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15787 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15788 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15789 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15790 #  layout:
15791 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15792 #    layout: "plot-throughput-speedup-analysis"
15793 #
15794 #- type: "plot"
15795 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15796 #  algorithm: "plot_tsa_name"
15797 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15798 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15799 #  include:
15800 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15801 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15802 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15803 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15804 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15805 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15806 #  layout:
15807 #    title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15808 #    layout: "plot-throughput-speedup-analysis"
15809 #
15810 #- type: "plot"
15811 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15812 #  algorithm: "plot_tsa_name"
15813 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15814 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15815 #  include:
15816 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15817 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15818 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15819 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15820 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15821 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15822 #  layout:
15823 #    title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15824 #    layout: "plot-throughput-speedup-analysis"
15825 #
15826 #- type: "plot"
15827 #  title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15828 #  algorithm: "plot_tsa_name"
15829 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15830 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15831 #  include:
15832 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15833 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15834 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15835 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15836 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15837 #  layout:
15838 #    title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15839 #    layout: "plot-throughput-speedup-analysis"
15840 #
15841 #- type: "plot"
15842 #  title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15843 #  algorithm: "plot_tsa_name"
15844 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15845 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15846 #  include:
15847 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15848 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15849 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15850 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15851 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15852 #  layout:
15853 #    title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15854 #    layout: "plot-throughput-speedup-analysis"
15855 #
15856 #- type: "plot"
15857 #  title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15858 #  algorithm: "plot_tsa_name"
15859 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15860 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15861 #  include:
15862 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15863 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15864 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15865 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15866 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15867 #  layout:
15868 #    title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15869 #    layout: "plot-throughput-speedup-analysis"
15870 #
15871 #- type: "plot"
15872 #  title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15873 #  algorithm: "plot_tsa_name"
15874 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15875 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15876 #  include:
15877 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15878 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15879 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15880 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15881 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15882 #  layout:
15883 #    title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15884 #    layout: "plot-throughput-speedup-analysis"
15885 #
15886 #- type: "plot"
15887 #  title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15888 #  algorithm: "plot_tsa_name"
15889 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15890 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15891 #  include:
15892 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15893 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15894 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15895 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15896 #  layout:
15897 #    title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15898 #    layout: "plot-throughput-speedup-analysis"
15899 #
15900 #- type: "plot"
15901 #  title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15902 #  algorithm: "plot_tsa_name"
15903 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15904 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15905 #  include:
15906 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15907 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15908 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15909 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15910 #  layout:
15911 #    title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15912 #    layout: "plot-throughput-speedup-analysis"
15913 #
15914 #- type: "plot"
15915 #  title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15916 #  algorithm: "plot_tsa_name"
15917 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15918 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15919 #  include:
15920 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15921 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15922 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15923 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15924 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15925 #  layout:
15926 #    title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15927 #    layout: "plot-throughput-speedup-analysis"
15928 #
15929 #- type: "plot"
15930 #  title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15931 #  algorithm: "plot_tsa_name"
15932 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15933 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15934 #  include:
15935 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15936 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15937 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15938 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15939 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15940 #  layout:
15941 #    title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15942 #    layout: "plot-throughput-speedup-analysis"
15943 #
15944 #- type: "plot"
15945 #  title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15946 #  algorithm: "plot_tsa_name"
15947 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15948 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15949 #  include:
15950 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15951 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15952 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15953 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15954 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15955 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15956 #  layout:
15957 #    title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15958 #    layout: "plot-throughput-speedup-analysis"
15959 #
15960 #- type: "plot"
15961 #  title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15962 #  algorithm: "plot_tsa_name"
15963 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15964 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15965 #  include:
15966 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15967 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15968 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15969 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15970 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15971 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15972 #  layout:
15973 #    title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15974 #    layout: "plot-throughput-speedup-analysis"
15975 #
15976 #- type: "plot"
15977 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15978 #  algorithm: "plot_tsa_name"
15979 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15980 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15981 #  include:
15982 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15983 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15984 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15985 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15986 #  layout:
15987 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15988 #    layout: "plot-throughput-speedup-analysis"
15989 #
15990 #- type: "plot"
15991 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15992 #  algorithm: "plot_tsa_name"
15993 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15994 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15995 #  include:
15996 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15997 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15998 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15999 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16000 #  layout:
16001 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16002 #    layout: "plot-throughput-speedup-analysis"
16003 #
16004 #- type: "plot"
16005 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16006 #  algorithm: "plot_tsa_name"
16007 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16008 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16009 #  include:
16010 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16011 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16012 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16013 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16014 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16015 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16016 #  layout:
16017 #    title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16018 #    layout: "plot-throughput-speedup-analysis"
16019 #
16020 #- type: "plot"
16021 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16022 #  algorithm: "plot_tsa_name"
16023 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16024 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16025 #  include:
16026 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16027 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16028 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16029 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16030 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16031 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16032 #  layout:
16033 #    title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16034 #    layout: "plot-throughput-speedup-analysis"
16035 #
16036 #- type: "plot"
16037 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16038 #  algorithm: "plot_tsa_name"
16039 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16040 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16041 #  include:
16042 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16043 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16044 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16045 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16046 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16047 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16048 #  layout:
16049 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16050 #    layout: "plot-throughput-speedup-analysis"
16051 #
16052 #- type: "plot"
16053 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16054 #  algorithm: "plot_tsa_name"
16055 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16056 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16057 #  include:
16058 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16059 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16060 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16061 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16062 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16063 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16064 #  layout:
16065 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16066 #    layout: "plot-throughput-speedup-analysis"
16067
16068 #- type: "plot"
16069 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16070 #  algorithm: "plot_tsa_name"
16071 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16072 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16073 #  include:
16074 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16075 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16076 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16077 #  layout:
16078 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16079 #    layout: "plot-throughput-speedup-analysis"
16080 #
16081 #- type: "plot"
16082 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16083 #  algorithm: "plot_tsa_name"
16084 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16085 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16086 #  include:
16087 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16088 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16089 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16090 #  layout:
16091 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16092 #    layout: "plot-throughput-speedup-analysis"
16093
16094 ################################################################################
16095
16096 # Packet Throughput - DPDK
16097
16098 # 2n-skx-xxv710
16099
16100 - type: "plot"
16101   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16102   algorithm: "plot_perf_box_name"
16103   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16104   data: "plot-dpdk-throughput-latency-2n-skx"
16105   include:
16106     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16107     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16108   layout:
16109     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16110     layout: "plot-throughput"
16111
16112 - type: "plot"
16113   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16114   algorithm: "plot_perf_box_name"
16115   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16116   data: "plot-dpdk-throughput-latency-2n-skx"
16117   include:
16118     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16119     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16120   layout:
16121     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16122     layout: "plot-throughput"
16123
16124 - type: "plot"
16125   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16126   algorithm: "plot_perf_box_name"
16127   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16128   data: "plot-dpdk-throughput-latency-2n-skx"
16129   include:
16130     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16131     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16132   layout:
16133     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16134     layout: "plot-throughput"
16135
16136 - type: "plot"
16137   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16138   algorithm: "plot_perf_box_name"
16139   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16140   data: "plot-dpdk-throughput-latency-2n-skx"
16141   include:
16142     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16143     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16144   layout:
16145     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16146     layout: "plot-throughput"
16147
16148 # 2n-skx-x710
16149
16150 - type: "plot"
16151   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16152   algorithm: "plot_perf_box_name"
16153   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16154   data: "plot-dpdk-throughput-latency-2n-skx"
16155   include:
16156     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16157     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16158   layout:
16159     title: "2n-skx-x710-64b-2t1c-base-ndr"
16160     layout: "plot-throughput"
16161
16162 - type: "plot"
16163   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16164   algorithm: "plot_perf_box_name"
16165   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16166   data: "plot-dpdk-throughput-latency-2n-skx"
16167   include:
16168     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16169     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16170   layout:
16171     title: "2n-skx-x710-64b-4t2c-base-ndr"
16172     layout: "plot-throughput"
16173
16174 - type: "plot"
16175   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16176   algorithm: "plot_perf_box_name"
16177   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16178   data: "plot-dpdk-throughput-latency-2n-skx"
16179   include:
16180     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16181     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16182   layout:
16183     title: "2n-skx-x710-64b-2t1c-base-pdr"
16184     layout: "plot-throughput"
16185
16186 - type: "plot"
16187   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16188   algorithm: "plot_perf_box_name"
16189   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16190   data: "plot-dpdk-throughput-latency-2n-skx"
16191   include:
16192     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16193     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16194   layout:
16195     title: "2n-skx-x710-64b-4t2c-base-pdr"
16196     layout: "plot-throughput"
16197
16198 # 3n-skx-xxv710
16199
16200 - type: "plot"
16201   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16202   algorithm: "plot_perf_box_name"
16203   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16204   data: "plot-dpdk-throughput-latency-3n-skx"
16205   include:
16206     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16207     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16208   layout:
16209     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16210     layout: "plot-throughput"
16211
16212 - type: "plot"
16213   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16214   algorithm: "plot_perf_box_name"
16215   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16216   data: "plot-dpdk-throughput-latency-3n-skx"
16217   include:
16218     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16219     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16220   layout:
16221     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16222     layout: "plot-throughput"
16223
16224 - type: "plot"
16225   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16226   algorithm: "plot_perf_box_name"
16227   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16228   data: "plot-dpdk-throughput-latency-3n-skx"
16229   include:
16230     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16231     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16232   layout:
16233     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16234     layout: "plot-throughput"
16235
16236 - type: "plot"
16237   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16238   algorithm: "plot_perf_box_name"
16239   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16240   data: "plot-dpdk-throughput-latency-3n-skx"
16241   include:
16242     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16243     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16244   layout:
16245     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16246     layout: "plot-throughput"
16247
16248 # 3n-skx-x710
16249
16250 - type: "plot"
16251   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16252   algorithm: "plot_perf_box_name"
16253   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16254   data: "plot-dpdk-throughput-latency-3n-skx"
16255   include:
16256     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16257     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16258   layout:
16259     title: "3n-skx-x710-64b-2t1c-base-ndr"
16260     layout: "plot-throughput"
16261
16262 - type: "plot"
16263   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16264   algorithm: "plot_perf_box_name"
16265   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16266   data: "plot-dpdk-throughput-latency-3n-skx"
16267   include:
16268     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16269     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16270   layout:
16271     title: "3n-skx-x710-64b-4t2c-base-ndr"
16272     layout: "plot-throughput"
16273
16274 - type: "plot"
16275   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16276   algorithm: "plot_perf_box_name"
16277   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16278   data: "plot-dpdk-throughput-latency-3n-skx"
16279   include:
16280     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16281     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16282   layout:
16283     title: "3n-skx-x710-64b-2t1c-base-pdr"
16284     layout: "plot-throughput"
16285
16286 - type: "plot"
16287   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16288   algorithm: "plot_perf_box_name"
16289   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16290   data: "plot-dpdk-throughput-latency-3n-skx"
16291   include:
16292     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16293     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16294   layout:
16295     title: "3n-skx-x710-64b-4t2c-base-pdr"
16296     layout: "plot-throughput"
16297
16298 # 3n-hsw-xl710
16299
16300 - type: "plot"
16301   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16302   algorithm: "plot_perf_box_name"
16303   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16304   data: "plot-dpdk-throughput-latency-3n-hsw"
16305   include:
16306     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16307     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16308   layout:
16309     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16310     layout: "plot-throughput"
16311
16312 - type: "plot"
16313   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16314   algorithm: "plot_perf_box_name"
16315   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16316   data: "plot-dpdk-throughput-latency-3n-hsw"
16317   include:
16318     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16319     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16320   layout:
16321     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16322     layout: "plot-throughput"
16323
16324 - type: "plot"
16325   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16326   algorithm: "plot_perf_box_name"
16327   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16328   data: "plot-dpdk-throughput-latency-3n-hsw"
16329   include:
16330     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16331     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16332   layout:
16333     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16334     layout: "plot-throughput"
16335
16336 - type: "plot"
16337   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16338   algorithm: "plot_perf_box_name"
16339   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16340   data: "plot-dpdk-throughput-latency-3n-hsw"
16341   include:
16342     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16343     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16344   layout:
16345     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16346     layout: "plot-throughput"
16347
16348 # 3n-hsw-x710
16349
16350 - type: "plot"
16351   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16352   algorithm: "plot_perf_box_name"
16353   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16354   data: "plot-dpdk-throughput-latency-3n-hsw"
16355   include:
16356     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16357     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16358   layout:
16359     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16360     layout: "plot-throughput"
16361
16362 - type: "plot"
16363   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16364   algorithm: "plot_perf_box_name"
16365   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16366   data: "plot-dpdk-throughput-latency-3n-hsw"
16367   include:
16368     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16369     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16370   layout:
16371     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16372     layout: "plot-throughput"
16373
16374 - type: "plot"
16375   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16376   algorithm: "plot_perf_box_name"
16377   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16378   data: "plot-dpdk-throughput-latency-3n-hsw"
16379   include:
16380     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16381     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16382   layout:
16383     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16384     layout: "plot-throughput"
16385
16386 - type: "plot"
16387   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16388   algorithm: "plot_perf_box_name"
16389   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16390   data: "plot-dpdk-throughput-latency-3n-hsw"
16391   include:
16392     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16393     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16394   layout:
16395     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16396     layout: "plot-throughput"
16397
16398 ## 2n-dnv-x553
16399 #
16400 #- type: "plot"
16401 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16402 #  algorithm: "plot_perf_box_name"
16403 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16404 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16405 #  include:
16406 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16407 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16408 #  layout:
16409 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
16410 #    layout: "plot-throughput"
16411 #
16412 #- type: "plot"
16413 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16414 #  algorithm: "plot_perf_box_name"
16415 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16416 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16417 #  include:
16418 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16419 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16420 #  layout:
16421 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
16422 #    layout: "plot-throughput"
16423 #
16424 #- type: "plot"
16425 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16426 #  algorithm: "plot_perf_box_name"
16427 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16428 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16429 #  include:
16430 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16431 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16432 #  layout:
16433 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
16434 #    layout: "plot-throughput"
16435 #
16436 #- type: "plot"
16437 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16438 #  algorithm: "plot_perf_box_name"
16439 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16440 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16441 #  include:
16442 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16443 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16444 #  layout:
16445 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
16446 #    layout: "plot-throughput"
16447 #
16448 ## 3n-dnv-x553
16449 #
16450 #- type: "plot"
16451 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16452 #  algorithm: "plot_perf_box_name"
16453 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16454 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16455 #  include:
16456 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16457 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16458 #  layout:
16459 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
16460 #    layout: "plot-throughput"
16461 #
16462 #- type: "plot"
16463 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16464 #  algorithm: "plot_perf_box_name"
16465 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16466 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16467 #  include:
16468 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16469 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16470 #  layout:
16471 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
16472 #    layout: "plot-throughput"
16473 #
16474 #- type: "plot"
16475 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16476 #  algorithm: "plot_perf_box_name"
16477 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16478 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16479 #  include:
16480 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16481 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16482 #  layout:
16483 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
16484 #    layout: "plot-throughput"
16485 #
16486 #- type: "plot"
16487 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16488 #  algorithm: "plot_perf_box_name"
16489 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16490 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16491 #  include:
16492 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16493 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16494 #  layout:
16495 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
16496 #    layout: "plot-throughput"
16497
16498 # 3n-tsh-x520
16499
16500 - type: "plot"
16501   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16502   algorithm: "plot_perf_box_name"
16503   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16504   data: "plot-dpdk-throughput-latency-3n-tsh"
16505   include:
16506     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16507     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16508   layout:
16509     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16510     layout: "plot-throughput"
16511
16512 - type: "plot"
16513   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16514   algorithm: "plot_perf_box_name"
16515   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16516   data: "plot-dpdk-throughput-latency-3n-tsh"
16517   include:
16518     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16519     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16520   layout:
16521     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16522     layout: "plot-throughput"
16523
16524 - type: "plot"
16525   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16526   algorithm: "plot_perf_box_name"
16527   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16528   data: "plot-dpdk-throughput-latency-3n-tsh"
16529   include:
16530     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16531     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16532   layout:
16533     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16534     layout: "plot-throughput"
16535
16536 - type: "plot"
16537   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16538   algorithm: "plot_perf_box_name"
16539   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16540   data: "plot-dpdk-throughput-latency-3n-tsh"
16541   include:
16542     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16543     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16544   layout:
16545     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16546     layout: "plot-throughput"
16547
16548 ################################################################################
16549 ###   2n-clx                                                                 ###
16550 ################################################################################
16551
16552 # Packet Throughput
16553
16554 - type: "plot"
16555   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16556   algorithm: "plot_perf_box_name"
16557   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16558   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16559   include:
16560     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16561     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16562     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16563     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16564   layout:
16565     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16566     layout: "plot-throughput"
16567
16568 - type: "plot"
16569   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16570   algorithm: "plot_perf_box_name"
16571   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16572   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16573   include:
16574     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16575     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16576     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16577     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16578   layout:
16579     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16580     layout: "plot-throughput"
16581
16582 - type: "plot"
16583   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16584   algorithm: "plot_perf_box_name"
16585   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16586   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16587   include:
16588     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16589     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16590     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16591     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16592   layout:
16593     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16594     layout: "plot-throughput"
16595
16596 - type: "plot"
16597   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16598   algorithm: "plot_perf_box_name"
16599   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16600   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16601   include:
16602     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16603     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16604     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16605     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16606   layout:
16607     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16608     layout: "plot-throughput"
16609
16610 - type: "plot"
16611   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16612   algorithm: "plot_perf_box_name"
16613   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16614   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16615   include:
16616     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16617     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16618     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16619     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16620   layout:
16621     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16622     layout: "plot-throughput"
16623
16624 - type: "plot"
16625   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16626   algorithm: "plot_perf_box_name"
16627   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16628   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16629   include:
16630     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16631     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16632     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16633     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16634   layout:
16635     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16636     layout: "plot-throughput"
16637
16638 - type: "plot"
16639   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16640   algorithm: "plot_perf_box_name"
16641   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16642   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16643   include:
16644     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16645     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16646     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16647     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16648     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16649     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16650   layout:
16651     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16652     layout: "plot-throughput"
16653
16654 - type: "plot"
16655   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16656   algorithm: "plot_perf_box_name"
16657   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16658   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16659   include:
16660     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16661     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16662     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16663     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16664     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16665     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16666   layout:
16667     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16668     layout: "plot-throughput"
16669
16670 - type: "plot"
16671   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16672   algorithm: "plot_perf_box_name"
16673   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16674   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16675   include:
16676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16680   layout:
16681     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16682     layout: "plot-throughput"
16683
16684 - type: "plot"
16685   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16686   algorithm: "plot_perf_box_name"
16687   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16688   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16689   include:
16690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16694   layout:
16695     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16696     layout: "plot-throughput"
16697
16698 - type: "plot"
16699   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16700   algorithm: "plot_perf_box_name"
16701   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16702   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16703   include:
16704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16707   layout:
16708     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16709     layout: "plot-throughput"
16710
16711 - type: "plot"
16712   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16713   algorithm: "plot_perf_box_name"
16714   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16715   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16716   include:
16717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16720   layout:
16721     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16722     layout: "plot-throughput"
16723
16724 - type: "plot"
16725   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16726   algorithm: "plot_perf_box_name"
16727   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16728   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16729   include:
16730     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16735   layout:
16736     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16737     layout: "plot-throughput"
16738
16739 - type: "plot"
16740   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16741   algorithm: "plot_perf_box_name"
16742   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16743   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16744   include:
16745     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16750   layout:
16751     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16752     layout: "plot-throughput"
16753
16754 - type: "plot"
16755   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16756   algorithm: "plot_perf_box_name"
16757   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16758   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16759   include:
16760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16763   layout:
16764     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16765     layout: "plot-throughput"
16766
16767 - type: "plot"
16768   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16769   algorithm: "plot_perf_box_name"
16770   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16771   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16772   include:
16773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16776   layout:
16777     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16778     layout: "plot-throughput"
16779
16780 - type: "plot"
16781   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16782   algorithm: "plot_perf_box_name"
16783   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16784   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16785   include:
16786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16792   layout:
16793     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16794     layout: "plot-throughput"
16795
16796 - type: "plot"
16797   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16798   algorithm: "plot_perf_box_name"
16799   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16800   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16801   include:
16802     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16803     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16804     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16805     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16806     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16807     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16808   layout:
16809     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16810     layout: "plot-throughput"
16811
16812 - type: "plot"
16813   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
16814   algorithm: "plot_perf_box_name"
16815   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
16816   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16817   include:
16818     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16819     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
16820     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
16821     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
16822     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
16823   layout:
16824     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
16825     layout: "plot-throughput"
16826
16827 - type: "plot"
16828   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
16829   algorithm: "plot_perf_box_name"
16830   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
16831   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16832   include:
16833     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
16834     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
16835     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
16836     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
16837     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
16838   layout:
16839     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
16840     layout: "plot-throughput"
16841
16842 #- type: "plot"
16843 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
16844 #  algorithm: "plot_perf_box_name"
16845 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
16846 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16847 #  include:
16848 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
16849 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
16850 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
16851 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
16852 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
16853 #  layout:
16854 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
16855 #    layout: "plot-throughput"
16856 #
16857 #- type: "plot"
16858 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
16859 #  algorithm: "plot_perf_box_name"
16860 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
16861 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16862 #  include:
16863 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
16864 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
16865 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
16866 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
16867 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
16868 #  layout:
16869 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
16870 #    layout: "plot-throughput"
16871 #
16872 #- type: "plot"
16873 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
16874 #  algorithm: "plot_perf_box_name"
16875 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
16876 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16877 #  include:
16878 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
16879 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
16880 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
16881 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
16882 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
16883 #  layout:
16884 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
16885 #    layout: "plot-throughput"
16886 #
16887 #- type: "plot"
16888 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
16889 #  algorithm: "plot_perf_box_name"
16890 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
16891 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16892 #  include:
16893 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
16894 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
16895 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
16896 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
16897 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
16898 #  layout:
16899 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
16900 #    layout: "plot-throughput"
16901
16902 - type: "plot"
16903   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
16904   algorithm: "plot_perf_box_name"
16905   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
16906   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16907   include:
16908     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16909     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
16910     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
16911     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
16912     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
16913   layout:
16914     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
16915     layout: "plot-throughput"
16916
16917 - type: "plot"
16918   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
16919   algorithm: "plot_perf_box_name"
16920   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
16921   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16922   include:
16923     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
16924     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
16925     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
16926     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
16927     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
16928   layout:
16929     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
16930     layout: "plot-throughput"
16931
16932 #- type: "plot"
16933 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
16934 #  algorithm: "plot_perf_box_name"
16935 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
16936 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16937 #  include:
16938 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
16939 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
16940 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
16941 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
16942 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
16943 #  layout:
16944 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
16945 #    layout: "plot-throughput"
16946 #
16947 #- type: "plot"
16948 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
16949 #  algorithm: "plot_perf_box_name"
16950 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
16951 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16952 #  include:
16953 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
16954 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
16955 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
16956 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
16957 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
16958 #  layout:
16959 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
16960 #    layout: "plot-throughput"
16961 #
16962 #- type: "plot"
16963 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
16964 #  algorithm: "plot_perf_box_name"
16965 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
16966 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16967 #  include:
16968 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
16969 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
16970 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
16971 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
16972 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
16973 #  layout:
16974 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
16975 #    layout: "plot-throughput"
16976 #
16977 #- type: "plot"
16978 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
16979 #  algorithm: "plot_perf_box_name"
16980 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
16981 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16982 #  include:
16983 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
16984 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
16985 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
16986 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
16987 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
16988 #  layout:
16989 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
16990 #    layout: "plot-throughput"
16991
16992 - type: "plot"
16993   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16994   algorithm: "plot_perf_box_name"
16995   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16996   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16997   include:
16998     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16999     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17000     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17001     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17002     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17004   layout:
17005     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17006     layout: "plot-throughput"
17007
17008 - type: "plot"
17009   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17010   algorithm: "plot_perf_box_name"
17011   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17012   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17013   include:
17014     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17016     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17017     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17018     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17019     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17020   layout:
17021     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17022     layout: "plot-throughput"
17023
17024 - type: "plot"
17025   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17026   algorithm: "plot_perf_box_name"
17027   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17028   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17029   include:
17030     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17031     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17032   layout:
17033     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17034     layout: "plot-throughput"
17035
17036 - type: "plot"
17037   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17038   algorithm: "plot_perf_box_name"
17039   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17040   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17041   include:
17042     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17043     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17044   layout:
17045     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17046     layout: "plot-throughput"
17047
17048 - type: "plot"
17049   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17050   algorithm: "plot_perf_box_name"
17051   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17052   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17053   include:
17054     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17055     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17056     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17057     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17058     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17059     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17060   layout:
17061     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17062     layout: "plot-throughput"
17063
17064 - type: "plot"
17065   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17066   algorithm: "plot_perf_box_name"
17067   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17068   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17069   include:
17070     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17071     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17072     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17073     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17074     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17075     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17076   layout:
17077     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17078     layout: "plot-throughput"
17079
17080 - type: "plot"
17081   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17082   algorithm: "plot_perf_box_name"
17083   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17084   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17085   include:
17086     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17087     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17088     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17089     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17090     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17091     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17092   layout:
17093     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17094     layout: "plot-throughput"
17095
17096 - type: "plot"
17097   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17098   algorithm: "plot_perf_box_name"
17099   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17100   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17101   include:
17102     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17103     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17104     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17105     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17106     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17107     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17108   layout:
17109     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17110     layout: "plot-throughput"
17111
17112 - type: "plot"
17113   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17114   algorithm: "plot_perf_box_name"
17115   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17116   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17117   include:
17118     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17119     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17120     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17121     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17122     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17123     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17124   layout:
17125     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17126     layout: "plot-throughput"
17127
17128 - type: "plot"
17129   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17130   algorithm: "plot_perf_box_name"
17131   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17132   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17133   include:
17134     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17135     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17136     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17137     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17138     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17139     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17140   layout:
17141     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17142     layout: "plot-throughput"
17143
17144 - type: "plot"
17145   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17146   algorithm: "plot_perf_box_name"
17147   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17148   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17149   include:
17150     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17151     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17152     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17153     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17154     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17155   layout:
17156     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17157     layout: "plot-throughput"
17158
17159 - type: "plot"
17160   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17161   algorithm: "plot_perf_box_name"
17162   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17163   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17164   include:
17165     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17166     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17167     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17168     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17169     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17170   layout:
17171     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17172     layout: "plot-throughput"
17173
17174 - type: "plot"
17175   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17176   algorithm: "plot_perf_box_name"
17177   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17178   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17179   include:
17180     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17181     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17182     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17183     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17184     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17185   layout:
17186     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17187     layout: "plot-throughput"
17188
17189 - type: "plot"
17190   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17191   algorithm: "plot_perf_box_name"
17192   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17193   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17194   include:
17195     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17196     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17197     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17198     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17199     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17200   layout:
17201     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17202     layout: "plot-throughput"
17203
17204 - type: "plot"
17205   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17206   algorithm: "plot_perf_box_name"
17207   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17208   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17209   include:
17210     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17211     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17212     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17213     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17214     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17215   layout:
17216     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17217     layout: "plot-throughput"
17218
17219 - type: "plot"
17220   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17221   algorithm: "plot_perf_box_name"
17222   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17223   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17224   include:
17225     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17226     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17227     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17228     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17229     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17230   layout:
17231     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17232     layout: "plot-throughput"
17233
17234 - type: "plot"
17235   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17236   algorithm: "plot_perf_box_name"
17237   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17238   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17239   include:
17240     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17241     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17242     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17243     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17244     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17245   layout:
17246     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17247     layout: "plot-throughput"
17248
17249 - type: "plot"
17250   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17251   algorithm: "plot_perf_box_name"
17252   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17253   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17254   include:
17255     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17256     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17257     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17258     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17259     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17260   layout:
17261     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17262     layout: "plot-throughput"
17263
17264 - type: "plot"
17265   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17266   algorithm: "plot_perf_box_name"
17267   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17268   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17269   include:
17270     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17271     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17272     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17273     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17274     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17275   layout:
17276     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17277     layout: "plot-throughput"
17278
17279 - type: "plot"
17280   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17281   algorithm: "plot_perf_box_name"
17282   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17283   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17284   include:
17285     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17286     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17287     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17288     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17289     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17290   layout:
17291     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17292     layout: "plot-throughput"
17293
17294 - type: "plot"
17295   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17296   algorithm: "plot_perf_box_name"
17297   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17298   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17299   include:
17300     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17301     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17302     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17303     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17304     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17305     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17306   layout:
17307     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17308     layout: "plot-throughput"
17309
17310 - type: "plot"
17311   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17312   algorithm: "plot_perf_box_name"
17313   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17314   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17315   include:
17316     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17317     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17318     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17319     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17320     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17321     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17322   layout:
17323     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17324     layout: "plot-throughput"
17325
17326 - type: "plot"
17327   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17328   algorithm: "plot_perf_box_name"
17329   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17330   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17331   include:
17332     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17333     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17334     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17335     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17336   layout:
17337     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17338     layout: "plot-throughput"
17339
17340 - type: "plot"
17341   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17342   algorithm: "plot_perf_box_name"
17343   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17344   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17345   include:
17346     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17347     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17348     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17349     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17350   layout:
17351     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17352     layout: "plot-throughput"
17353
17354 - type: "plot"
17355   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17356   algorithm: "plot_perf_box_name"
17357   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17358   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17359   include:
17360     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17361     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17362     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17363     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17364     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17365     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17366   layout:
17367     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17368     layout: "plot-throughput"
17369
17370 - type: "plot"
17371   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17372   algorithm: "plot_perf_box_name"
17373   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17374   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17375   include:
17376     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17377     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17378     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17379     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17380     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17381     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17382   layout:
17383     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17384     layout: "plot-throughput"
17385
17386 - type: "plot"
17387   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17388   algorithm: "plot_perf_box_name"
17389   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17390   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17391   include:
17392     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17393     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17394     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17395     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17396   layout:
17397     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17398     layout: "plot-throughput"
17399
17400 - type: "plot"
17401   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17402   algorithm: "plot_perf_box_name"
17403   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17404   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17405   include:
17406     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17407     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17408     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17409     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17410   layout:
17411     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17412     layout: "plot-throughput"
17413
17414 - type: "plot"
17415   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17416   algorithm: "plot_perf_box_name"
17417   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17418   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17419   include:
17420     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17421     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17422     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17423     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17424     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17425     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17426   layout:
17427     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17428     layout: "plot-throughput"
17429
17430 - type: "plot"
17431   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17432   algorithm: "plot_perf_box_name"
17433   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17434   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17435   include:
17436     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17437     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17438     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17439     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17440     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17441     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17442   layout:
17443     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17444     layout: "plot-throughput"
17445
17446 - type: "plot"
17447   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17448   algorithm: "plot_perf_box_name"
17449   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17450   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17451   include:
17452     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17453     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17454     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17455     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17456   layout:
17457     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17458     layout: "plot-throughput"
17459
17460 - type: "plot"
17461   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17462   algorithm: "plot_perf_box_name"
17463   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17464   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17465   include:
17466     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17467     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17468     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17469     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17470   layout:
17471     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17472     layout: "plot-throughput"
17473
17474 - type: "plot"
17475   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17476   algorithm: "plot_perf_box_name"
17477   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17478   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17479   include:
17480     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17481     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17482     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17483     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17484     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17485   layout:
17486     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17487     layout: "plot-throughput"
17488
17489 - type: "plot"
17490   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17491   algorithm: "plot_perf_box_name"
17492   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17493   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17494   include:
17495     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17496     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17497     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17498     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17499     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17500   layout:
17501     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17502     layout: "plot-throughput"
17503
17504 - type: "plot"
17505   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17506   algorithm: "plot_perf_box_name"
17507   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17508   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17509   include:
17510     - "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"
17511     - "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"
17512     - "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"
17513     - "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"
17514     - "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"
17515   layout:
17516     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17517     layout: "plot-throughput"
17518
17519 - type: "plot"
17520   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17521   algorithm: "plot_perf_box_name"
17522   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17523   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17524   include:
17525     - "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"
17526     - "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"
17527     - "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"
17528     - "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"
17529     - "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"
17530   layout:
17531     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17532     layout: "plot-throughput"
17533
17534 - type: "plot"
17535   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17536   algorithm: "plot_perf_box_name"
17537   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17538   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17539   include:
17540     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17541     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17542     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17543     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17544     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17545   layout:
17546     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17547     layout: "plot-throughput"
17548
17549 - type: "plot"
17550   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17551   algorithm: "plot_perf_box_name"
17552   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17553   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17554   include:
17555     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17556     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17557     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17558     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17559     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17560   layout:
17561     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17562     layout: "plot-throughput"
17563
17564 - type: "plot"
17565   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17566   algorithm: "plot_perf_box_name"
17567   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17568   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17569   include:
17570     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17571     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17572     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17573     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17574     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17575   layout:
17576     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17577     layout: "plot-throughput"
17578
17579 - type: "plot"
17580   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17581   algorithm: "plot_perf_box_name"
17582   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17583   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17584   include:
17585     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17586     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17587     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17588     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17589     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17590   layout:
17591     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17592     layout: "plot-throughput"
17593
17594 - type: "plot"
17595   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17596   algorithm: "plot_perf_box_name"
17597   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17598   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17599   include:
17600     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17601     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17602     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17603     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17604   layout:
17605     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17606     layout: "plot-throughput"
17607
17608 - type: "plot"
17609   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17610   algorithm: "plot_perf_box_name"
17611   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17612   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17613   include:
17614     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17615     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17616     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17617     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17618   layout:
17619     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17620     layout: "plot-throughput"
17621
17622 - type: "plot"
17623   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17624   algorithm: "plot_perf_box_name"
17625   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17626   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17627   include:
17628     - "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"
17629     - "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"
17630     - "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"
17631     - "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"
17632   layout:
17633     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17634     layout: "plot-throughput"
17635
17636 - type: "plot"
17637   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17638   algorithm: "plot_perf_box_name"
17639   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17640   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17641   include:
17642     - "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"
17643     - "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"
17644     - "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"
17645     - "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"
17646   layout:
17647     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17648     layout: "plot-throughput"
17649
17650 - type: "plot"
17651   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17652   algorithm: "plot_perf_box_name"
17653   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17654   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17655   include:
17656     - "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"
17657     - "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"
17658     - "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"
17659     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17660     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17661     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17662   layout:
17663     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
17664     layout: "plot-throughput"
17665
17666 - type: "plot"
17667   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17668   algorithm: "plot_perf_box_name"
17669   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17670   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17671   include:
17672     - "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"
17673     - "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"
17674     - "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"
17675     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17676     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17677     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17678   layout:
17679     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
17680     layout: "plot-throughput"
17681
17682 ################################################################################
17683
17684 # Packet Speedup
17685
17686 - type: "plot"
17687   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17688   algorithm: "plot_tsa_name"
17689   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17690   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17691   include:
17692     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17693     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17694     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17695     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17696   layout:
17697     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
17698     layout: "plot-throughput-speedup-analysis"
17699
17700 - type: "plot"
17701   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17702   algorithm: "plot_tsa_name"
17703   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17704   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17705   include:
17706     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17707     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17708     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17709     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17710   layout:
17711     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
17712     layout: "plot-throughput-speedup-analysis"
17713
17714 - type: "plot"
17715   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17716   algorithm: "plot_tsa_name"
17717   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17718   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17719   include:
17720     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17721     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17722     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17723     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17724   layout:
17725     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
17726     layout: "plot-throughput-speedup-analysis"
17727
17728 - type: "plot"
17729   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17730   algorithm: "plot_tsa_name"
17731   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17732   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17733   include:
17734     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17735     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17736     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17737     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17738   layout:
17739     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
17740     layout: "plot-throughput-speedup-analysis"
17741
17742 - type: "plot"
17743   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17744   algorithm: "plot_tsa_name"
17745   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17746   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17747   include:
17748     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17749     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17750     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17751     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17752   layout:
17753     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
17754     layout: "plot-throughput-speedup-analysis"
17755
17756 - type: "plot"
17757   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17758   algorithm: "plot_tsa_name"
17759   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17760   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17761   include:
17762     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17763     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17764     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17765     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17766   layout:
17767     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
17768     layout: "plot-throughput-speedup-analysis"
17769
17770 - type: "plot"
17771   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17772   algorithm: "plot_tsa_name"
17773   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17774   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17775   include:
17776     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17777     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17778     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17779     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17780     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17781     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17782   layout:
17783     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
17784     layout: "plot-throughput-speedup-analysis"
17785
17786 - type: "plot"
17787   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17788   algorithm: "plot_tsa_name"
17789   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17790   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17791   include:
17792     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17793     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17794     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17795     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17796     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17797     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17798   layout:
17799     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
17800     layout: "plot-throughput-speedup-analysis"
17801
17802 - type: "plot"
17803   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17804   algorithm: "plot_tsa_name"
17805   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17806   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17807   include:
17808     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17809     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17810     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17812   layout:
17813     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
17814     layout: "plot-throughput-speedup-analysis"
17815
17816 - type: "plot"
17817   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17818   algorithm: "plot_tsa_name"
17819   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17820   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17821   include:
17822     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17825     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17826   layout:
17827     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
17828     layout: "plot-throughput-speedup-analysis"
17829
17830 - type: "plot"
17831   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17832   algorithm: "plot_tsa_name"
17833   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17834   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17835   include:
17836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17837     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17838     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17839   layout:
17840     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
17841     layout: "plot-throughput-speedup-analysis"
17842
17843 - type: "plot"
17844   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17845   algorithm: "plot_tsa_name"
17846   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17847   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17848   include:
17849     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17850     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17851     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17852   layout:
17853     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
17854     layout: "plot-throughput-speedup-analysis"
17855
17856 - type: "plot"
17857   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17858   algorithm: "plot_tsa_name"
17859   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17860   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17861   include:
17862     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17863     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17864     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17865     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17866     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17867   layout:
17868     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
17869     layout: "plot-throughput-speedup-analysis"
17870
17871 - type: "plot"
17872   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17873   algorithm: "plot_tsa_name"
17874   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17875   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17876   include:
17877     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17878     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17879     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17880     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17881     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17882   layout:
17883     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
17884     layout: "plot-throughput-speedup-analysis"
17885
17886 - type: "plot"
17887   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17888   algorithm: "plot_tsa_name"
17889   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17890   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17891   include:
17892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17893     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17894     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17895   layout:
17896     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
17897     layout: "plot-throughput-speedup-analysis"
17898
17899 - type: "plot"
17900   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17901   algorithm: "plot_tsa_name"
17902   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17903   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17904   include:
17905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17907     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17908   layout:
17909     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
17910     layout: "plot-throughput-speedup-analysis"
17911
17912 - type: "plot"
17913   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17914   algorithm: "plot_tsa_name"
17915   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17916   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17917   include:
17918     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17921     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17922     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17923     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17924   layout:
17925     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
17926     layout: "plot-throughput-speedup-analysis"
17927
17928 - type: "plot"
17929   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17930   algorithm: "plot_tsa_name"
17931   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17932   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17933   include:
17934     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17935     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17936     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17937     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17938     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17939     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17940   layout:
17941     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
17942     layout: "plot-throughput-speedup-analysis"
17943
17944 - type: "plot"
17945   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
17946   algorithm: "plot_tsa_name"
17947   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
17948   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17949   include:
17950     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17951     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17952     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17953     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17954     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17955   layout:
17956     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
17957     layout: "plot-throughput-speedup-analysis"
17958
17959 - type: "plot"
17960   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
17961   algorithm: "plot_tsa_name"
17962   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
17963   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17964   include:
17965     - "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"
17966     - "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"
17967     - "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"
17968     - "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"
17969     - "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"
17970   layout:
17971     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
17972     layout: "plot-throughput-speedup-analysis"
17973
17974 #- type: "plot"
17975 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
17976 #  algorithm: "plot_tsa_name"
17977 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
17978 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17979 #  include:
17980 #    - "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"
17981 #    - "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"
17982 #    - "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"
17983 #    - "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"
17984 #    - "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"
17985 #  layout:
17986 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17987 #    layout: "plot-throughput-speedup-analysis"
17988 #
17989 #- type: "plot"
17990 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
17991 #  algorithm: "plot_tsa_name"
17992 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
17993 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17994 #  include:
17995 #    - "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"
17996 #    - "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"
17997 #    - "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"
17998 #    - "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"
17999 #    - "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"
18000 #  layout:
18001 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18002 #    layout: "plot-throughput-speedup-analysis"
18003 #
18004 #- type: "plot"
18005 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
18006 #  algorithm: "plot_tsa_name"
18007 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
18008 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18009 #  include:
18010 #    - "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"
18011 #    - "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"
18012 #    - "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"
18013 #    - "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"
18014 #    - "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"
18015 #  layout:
18016 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
18017 #    layout: "plot-throughput-speedup-analysis"
18018 #
18019 #- type: "plot"
18020 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
18021 #  algorithm: "plot_tsa_name"
18022 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
18023 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18024 #  include:
18025 #    - "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"
18026 #    - "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"
18027 #    - "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"
18028 #    - "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"
18029 #    - "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"
18030 #  layout:
18031 #    title: "22n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18032 #    layout: "plot-throughput-speedup-analysis"
18033
18034 - type: "plot"
18035   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
18036   algorithm: "plot_tsa_name"
18037   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
18038   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18039   include:
18040     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18041     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18042     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18043     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18044     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18045   layout:
18046     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
18047     layout: "plot-throughput-speedup-analysis"
18048
18049 - type: "plot"
18050   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
18051   algorithm: "plot_tsa_name"
18052   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
18053   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18054   include:
18055     - "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"
18056     - "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"
18057     - "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"
18058     - "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"
18059     - "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"
18060   layout:
18061     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
18062     layout: "plot-throughput-speedup-analysis"
18063
18064 #- type: "plot"
18065 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
18066 #  algorithm: "plot_tsa_name"
18067 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
18068 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18069 #  include:
18070 #    - "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"
18071 #    - "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"
18072 #    - "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"
18073 #    - "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"
18074 #    - "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"
18075 #  layout:
18076 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18077 #    layout: "plot-throughput-speedup-analysis"
18078 #
18079 #- type: "plot"
18080 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
18081 #  algorithm: "plot_tsa_name"
18082 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
18083 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18084 #  include:
18085 #    - "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"
18086 #    - "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"
18087 #    - "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"
18088 #    - "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"
18089 #    - "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"
18090 #  layout:
18091 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18092 #    layout: "plot-throughput-speedup-analysis"
18093 #
18094 #- type: "plot"
18095 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
18096 #  algorithm: "plot_tsa_name"
18097 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
18098 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18099 #  include:
18100 #    - "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"
18101 #    - "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"
18102 #    - "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"
18103 #    - "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"
18104 #    - "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"
18105 #  layout:
18106 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18107 #    layout: "plot-throughput-speedup-analysis"
18108 #
18109 #- type: "plot"
18110 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
18111 #  algorithm: "plot_tsa_name"
18112 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
18113 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18114 #  include:
18115 #    - "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"
18116 #    - "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"
18117 #    - "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"
18118 #    - "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"
18119 #    - "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"
18120 #  layout:
18121 #    title: "22n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18122 #    layout: "plot-throughput-speedup-analysis"
18123
18124 - type: "plot"
18125   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18126   algorithm: "plot_tsa_name"
18127   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18128   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18129   include:
18130     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18131     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18132     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18133     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18134     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18135     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18136   layout:
18137     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18138     layout: "plot-throughput-speedup-analysis"
18139
18140 - type: "plot"
18141   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18142   algorithm: "plot_tsa_name"
18143   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18144   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18145   include:
18146     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18147     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18148     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18149     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18150     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18151     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18152   layout:
18153     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18154     layout: "plot-throughput-speedup-analysis"
18155
18156 - type: "plot"
18157   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18158   algorithm: "plot_tsa_name"
18159   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18160   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18161   include:
18162     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18163     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18164   layout:
18165     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18166     layout: "plot-throughput-speedup-analysis"
18167
18168 - type: "plot"
18169   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18170   algorithm: "plot_tsa_name"
18171   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18172   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18173   include:
18174     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18175     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18176   layout:
18177     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18178     layout: "plot-throughput-speedup-analysis"
18179
18180 - type: "plot"
18181   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18182   algorithm: "plot_tsa_name"
18183   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18184   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18185   include:
18186     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18187     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18188     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18189     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18190     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18191     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18192   layout:
18193     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18194     layout: "plot-throughput-speedup-analysis"
18195
18196 - type: "plot"
18197   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18198   algorithm: "plot_tsa_name"
18199   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18200   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18201   include:
18202     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18203     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18204     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18205     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18206     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18207     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18208   layout:
18209     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18210     layout: "plot-throughput-speedup-analysis"
18211
18212 - type: "plot"
18213   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18214   algorithm: "plot_tsa_name"
18215   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18216   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18217   include:
18218     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18219     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18220     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18221     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18222     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18223     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18224   layout:
18225     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18226     layout: "plot-throughput-speedup-analysis"
18227
18228 - type: "plot"
18229   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18230   algorithm: "plot_tsa_name"
18231   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18232   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18233   include:
18234     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18235     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18236     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18237     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18238     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18239     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18240   layout:
18241     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18242     layout: "plot-throughput-speedup-analysis"
18243
18244 - type: "plot"
18245   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18246   algorithm: "plot_tsa_name"
18247   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18248   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18249   include:
18250     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18251     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18252     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18253     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18254     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18255     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18256   layout:
18257     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18258     layout: "plot-throughput-speedup-analysis"
18259
18260 - type: "plot"
18261   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18262   algorithm: "plot_tsa_name"
18263   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18264   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18265   include:
18266     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18267     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18268     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18269     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18270     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18271     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18272   layout:
18273     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18274     layout: "plot-throughput-speedup-analysis"
18275
18276 - type: "plot"
18277   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18278   algorithm: "plot_tsa_name"
18279   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18280   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18281   include:
18282     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18283     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18284     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18285     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18286     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18287   layout:
18288     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18289     layout: "plot-throughput-speedup-analysis"
18290
18291 - type: "plot"
18292   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18293   algorithm: "plot_tsa_name"
18294   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18295   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18296   include:
18297     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18298     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18299     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18300     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18301     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18302   layout:
18303     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18304     layout: "plot-throughput-speedup-analysis"
18305
18306 - type: "plot"
18307   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18308   algorithm: "plot_tsa_name"
18309   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18310   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18311   include:
18312     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18313     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18314     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18315     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18316     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18317   layout:
18318     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18319     layout: "plot-throughput-speedup-analysis"
18320
18321 - type: "plot"
18322   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18323   algorithm: "plot_tsa_name"
18324   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18325   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18326   include:
18327     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18328     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18329     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18330     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18331     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18332   layout:
18333     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18334     layout: "plot-throughput-speedup-analysis"
18335
18336 - type: "plot"
18337   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18338   algorithm: "plot_tsa_name"
18339   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18340   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18341   include:
18342     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18343     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18344     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18345     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18346     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18347   layout:
18348     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18349     layout: "plot-throughput-speedup-analysis"
18350
18351 - type: "plot"
18352   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18353   algorithm: "plot_tsa_name"
18354   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18355   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18356   include:
18357     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18358     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18359     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18360     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18361     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18362   layout:
18363     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18364     layout: "plot-throughput-speedup-analysis"
18365
18366 - type: "plot"
18367   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18368   algorithm: "plot_tsa_name"
18369   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18370   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18371   include:
18372     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18373     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18374     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18375     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18376     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18377   layout:
18378     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18379     layout: "plot-throughput-speedup-analysis"
18380
18381 - type: "plot"
18382   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18383   algorithm: "plot_tsa_name"
18384   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18385   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18386   include:
18387     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18388     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18389     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18390     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18391     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18392   layout:
18393     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18394     layout: "plot-throughput-speedup-analysis"
18395
18396 - type: "plot"
18397   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18398   algorithm: "plot_tsa_name"
18399   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18400   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18401   include:
18402     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18403     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18404     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18405     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18406     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18407   layout:
18408     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18409     layout: "plot-throughput-speedup-analysis"
18410
18411 - type: "plot"
18412   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18413   algorithm: "plot_tsa_name"
18414   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18415   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18416   include:
18417     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18418     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18419     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18420     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18421     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18422   layout:
18423     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18424     layout: "plot-throughput-speedup-analysis"
18425
18426 - type: "plot"
18427   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18428   algorithm: "plot_tsa_name"
18429   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18430   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18431   include:
18432     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18433     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18434     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18435     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18436     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18437     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18438   layout:
18439     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18440     layout: "plot-throughput-speedup-analysis"
18441
18442 - type: "plot"
18443   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18444   algorithm: "plot_tsa_name"
18445   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18446   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18447   include:
18448     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18449     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18450     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18451     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18452     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18453     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18454   layout:
18455     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18456     layout: "plot-throughput-speedup-analysis"
18457
18458 - type: "plot"
18459   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18460   algorithm: "plot_tsa_name"
18461   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18462   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18463   include:
18464     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18465     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18466     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18467     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18468   layout:
18469     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18470     layout: "plot-throughput-speedup-analysis"
18471
18472 - type: "plot"
18473   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18474   algorithm: "plot_tsa_name"
18475   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18476   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18477   include:
18478     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18479     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18480     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18481     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18482   layout:
18483     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18484     layout: "plot-throughput-speedup-analysis"
18485
18486 - type: "plot"
18487   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18488   algorithm: "plot_tsa_name"
18489   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18490   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18491   include:
18492     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18493     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18494     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18495     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18496     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18497     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18498   layout:
18499     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18500     layout: "plot-throughput-speedup-analysis"
18501
18502 - type: "plot"
18503   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18504   algorithm: "plot_tsa_name"
18505   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18506   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18507   include:
18508     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18509     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18510     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18511     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18512     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18513     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18514   layout:
18515     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18516     layout: "plot-throughput-speedup-analysis"
18517
18518 - type: "plot"
18519   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18520   algorithm: "plot_tsa_name"
18521   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18522   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18523   include:
18524     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18525     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18526     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18527     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18528   layout:
18529     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18530     layout: "plot-throughput-speedup-analysis"
18531
18532 - type: "plot"
18533   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18534   algorithm: "plot_tsa_name"
18535   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18536   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18537   include:
18538     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18539     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18540     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18541     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18542   layout:
18543     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18544     layout: "plot-throughput-speedup-analysis"
18545
18546 - type: "plot"
18547   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18548   algorithm: "plot_tsa_name"
18549   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18550   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18551   include:
18552     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18553     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18554     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18555     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18556     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18557     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18558   layout:
18559     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18560     layout: "plot-throughput-speedup-analysis"
18561
18562 - type: "plot"
18563   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18564   algorithm: "plot_tsa_name"
18565   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18566   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18567   include:
18568     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18569     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18570     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18571     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18572     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18573     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18574   layout:
18575     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18576     layout: "plot-throughput-speedup-analysis"
18577
18578 - type: "plot"
18579   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18580   algorithm: "plot_tsa_name"
18581   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18582   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18583   include:
18584     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18585     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18586     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18587     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18588   layout:
18589     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18590     layout: "plot-throughput-speedup-analysis"
18591
18592 - type: "plot"
18593   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18594   algorithm: "plot_tsa_name"
18595   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18596   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18597   include:
18598     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18599     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18600     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18601     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18602   layout:
18603     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18604     layout: "plot-throughput-speedup-analysis"
18605
18606 - type: "plot"
18607   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18608   algorithm: "plot_tsa_name"
18609   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18610   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18611   include:
18612     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18613     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18614     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18615     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18616     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18617   layout:
18618     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18619     layout: "plot-throughput-speedup-analysis"
18620
18621 - type: "plot"
18622   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18623   algorithm: "plot_tsa_name"
18624   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18625   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18626   include:
18627     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18628     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18629     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18630     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18631     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18632   layout:
18633     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18634     layout: "plot-throughput-speedup-analysis"
18635
18636 - type: "plot"
18637   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18638   algorithm: "plot_tsa_name"
18639   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18640   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18641   include:
18642     - "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"
18643     - "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"
18644     - "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"
18645     - "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"
18646     - "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"
18647   layout:
18648     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18649     layout: "plot-throughput-speedup-analysis"
18650
18651 - type: "plot"
18652   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18653   algorithm: "plot_tsa_name"
18654   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18655   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18656   include:
18657     - "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"
18658     - "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"
18659     - "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"
18660     - "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"
18661     - "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"
18662   layout:
18663     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18664     layout: "plot-throughput-speedup-analysis"
18665
18666 - type: "plot"
18667   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18668   algorithm: "plot_tsa_name"
18669   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18670   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18671   include:
18672     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18673     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18674     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18675     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18676     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18677   layout:
18678     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18679     layout: "plot-throughput-speedup-analysis"
18680
18681 - type: "plot"
18682   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18683   algorithm: "plot_tsa_name"
18684   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18685   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18686   include:
18687     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18688     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18689     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18690     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18691     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18692   layout:
18693     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18694     layout: "plot-throughput-speedup-analysis"
18695
18696 - type: "plot"
18697   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18698   algorithm: "plot_tsa_name"
18699   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18700   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18701   include:
18702     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18703     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18704     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18705     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18706     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18707   layout:
18708     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18709     layout: "plot-throughput-speedup-analysis"
18710
18711 - type: "plot"
18712   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18713   algorithm: "plot_tsa_name"
18714   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18715   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18716   include:
18717     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18718     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18719     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18720     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18721     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18722   layout:
18723     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18724     layout: "plot-throughput-speedup-analysis"
18725
18726 - type: "plot"
18727   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18728   algorithm: "plot_tsa_name"
18729   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18730   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18731   include:
18732     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18733     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18734     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18735     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18736   layout:
18737     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18738     layout: "plot-throughput-speedup-analysis"
18739
18740 - type: "plot"
18741   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18742   algorithm: "plot_tsa_name"
18743   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18744   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18745   include:
18746     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18747     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18748     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18749     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18750   layout:
18751     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18752     layout: "plot-throughput-speedup-analysis"
18753
18754 - type: "plot"
18755   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18756   algorithm: "plot_tsa_name"
18757   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18758   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18759   include:
18760     - "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"
18761     - "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"
18762     - "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"
18763     - "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"
18764   layout:
18765     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18766     layout: "plot-throughput-speedup-analysis"
18767
18768 - type: "plot"
18769   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
18770   algorithm: "plot_tsa_name"
18771   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
18772   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18773   include:
18774     - "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"
18775     - "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"
18776     - "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"
18777     - "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"
18778   layout:
18779     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
18780     layout: "plot-throughput-speedup-analysis"
18781
18782 - type: "plot"
18783   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18784   algorithm: "plot_tsa_name"
18785   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18786   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18787   include:
18788     - "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"
18789     - "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"
18790     - "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"
18791     - "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"
18792     - "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"
18793     - "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"
18794   layout:
18795     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18796     layout: "plot-throughput-speedup-analysis"
18797
18798 - type: "plot"
18799   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18800   algorithm: "plot_tsa_name"
18801   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18802   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18803   include:
18804     - "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"
18805     - "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"
18806     - "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"
18807     - "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"
18808     - "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"
18809     - "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"
18810   layout:
18811     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18812     layout: "plot-throughput-speedup-analysis"
18813
18814 ################################################################################
18815
18816 # Packet Throughput - DPDK
18817
18818 # 2n-clx-xxv710
18819
18820 - type: "plot"
18821   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18822   algorithm: "plot_perf_box_name"
18823   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18824   data: "plot-dpdk-throughput-latency-2n-clx"
18825   include:
18826     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18827     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18828   layout:
18829     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
18830     layout: "plot-throughput"
18831
18832 - type: "plot"
18833   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
18834   algorithm: "plot_perf_box_name"
18835   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
18836   data: "plot-dpdk-throughput-latency-2n-clx"
18837   include:
18838     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18839     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18840   layout:
18841     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
18842     layout: "plot-throughput"
18843
18844 - type: "plot"
18845   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
18846   algorithm: "plot_perf_box_name"
18847   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
18848   data: "plot-dpdk-throughput-latency-2n-clx"
18849   include:
18850     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18851     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18852   layout:
18853     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
18854     layout: "plot-throughput"
18855
18856 - type: "plot"
18857   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
18858   algorithm: "plot_perf_box_name"
18859   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
18860   data: "plot-dpdk-throughput-latency-2n-clx"
18861   include:
18862     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18863     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18864   layout:
18865     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
18866     layout: "plot-throughput"
18867
18868 # 2n-clx-x710
18869
18870 - type: "plot"
18871   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
18872   algorithm: "plot_perf_box_name"
18873   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
18874   data: "plot-dpdk-throughput-latency-2n-clx"
18875   include:
18876     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18877     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18878   layout:
18879     title: "2n-clx-x710-64b-2t1c-base-ndr"
18880     layout: "plot-throughput"
18881
18882 - type: "plot"
18883   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
18884   algorithm: "plot_perf_box_name"
18885   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
18886   data: "plot-dpdk-throughput-latency-2n-clx"
18887   include:
18888     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18889     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18890   layout:
18891     title: "2n-clx-x710-64b-4t2c-base-ndr"
18892     layout: "plot-throughput"
18893
18894 - type: "plot"
18895   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
18896   algorithm: "plot_perf_box_name"
18897   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
18898   data: "plot-dpdk-throughput-latency-2n-clx"
18899   include:
18900     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18901     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18902   layout:
18903     title: "2n-clx-x710-64b-2t1c-base-pdr"
18904     layout: "plot-throughput"
18905
18906 - type: "plot"
18907   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
18908   algorithm: "plot_perf_box_name"
18909   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
18910   data: "plot-dpdk-throughput-latency-2n-clx"
18911   include:
18912     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18913     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18914   layout:
18915     title: "2n-clx-x710-64b-4t2c-base-pdr"
18916     layout: "plot-throughput"
18917
18918 ################################################################################
18919
18920 - type: "plot"
18921   title: "Latency by percentile: 2n-skx"
18922   algorithm: "plot_hdrh_lat_by_percentile"
18923   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
18924   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
18925   target-links: "../../_static/vpp"
18926   data: "plot-vpp-hdrh-lat-2n-skx"
18927   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18928   layout:
18929     layout: "plot-hdrh-latency-by-percentile"
18930
18931 - type: "plot"
18932   title: "Latency by percentile: 3n-skx"
18933   algorithm: "plot_hdrh_lat_by_percentile"
18934   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
18935   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
18936   target-links: "../../_static/vpp"
18937   data: "plot-vpp-hdrh-lat-3n-skx"
18938   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18939   layout:
18940     layout: "plot-hdrh-latency-by-percentile"
18941
18942 - type: "plot"
18943   title: "Latency by percentile: 2n-clx"
18944   algorithm: "plot_hdrh_lat_by_percentile"
18945   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
18946   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
18947   target-links: "../../_static/vpp"
18948   data: "plot-vpp-hdrh-lat-2n-clx"
18949   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18950   layout:
18951     layout: "plot-hdrh-latency-by-percentile"
18952
18953 - type: "plot"
18954   title: "Latency by percentile: 3n-hsw"
18955   algorithm: "plot_hdrh_lat_by_percentile"
18956   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
18957   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
18958   target-links: "../../_static/vpp"
18959   data: "plot-vpp-hdrh-lat-3n-hsw"
18960   filter: "'1T1C' and 'NIC_Intel-XL710'"
18961   layout:
18962     layout: "plot-hdrh-latency-by-percentile"
18963
18964 - type: "plot"
18965   title: "Latency by percentile: 3n-tsh"
18966   algorithm: "plot_hdrh_lat_by_percentile"
18967   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
18968   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
18969   target-links: "../../_static/vpp"
18970   data: "plot-vpp-hdrh-lat-3n-tsh"
18971   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18972   layout:
18973     layout: "plot-hdrh-latency-by-percentile"
18974
18975 - type: "plot"
18976   title: "Latency by percentile: DPDK 2n-skx"
18977   algorithm: "plot_hdrh_lat_by_percentile"
18978   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
18979   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
18980   target-links: "../../_static/dpdk"
18981   data: "plot-dpdk-hdrh-lat-2n-skx"
18982   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18983   layout:
18984     layout: "plot-hdrh-latency-by-percentile"
18985
18986 - type: "plot"
18987   title: "Latency by percentile: DPDK 3n-skx"
18988   algorithm: "plot_hdrh_lat_by_percentile"
18989   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
18990   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
18991   target-links: "../../_static/dpdk"
18992   data: "plot-dpdk-hdrh-lat-3n-skx"
18993   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18994   layout:
18995     layout: "plot-hdrh-latency-by-percentile"
18996
18997 - type: "plot"
18998   title: "Latency by percentile: DPDK 2n-clx"
18999   algorithm: "plot_hdrh_lat_by_percentile"
19000   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19001   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19002   target-links: "../../_static/dpdk"
19003   data: "plot-dpdk-hdrh-lat-2n-clx"
19004   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19005   layout:
19006     layout: "plot-hdrh-latency-by-percentile"
19007
19008 - type: "plot"
19009   title: "Latency by percentile: DPDK 3n-hsw"
19010   algorithm: "plot_hdrh_lat_by_percentile"
19011   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19012   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19013   target-links: "../../_static/dpdk"
19014   data: "plot-dpdk-hdrh-lat-3n-hsw"
19015   filter: "'1T1C' and 'NIC_Intel-XL710'"
19016   layout:
19017     layout: "plot-hdrh-latency-by-percentile"
19018
19019 - type: "plot"
19020   title: "Latency by percentile: DPDK 3n-tsh"
19021   algorithm: "plot_hdrh_lat_by_percentile"
19022   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19023   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19024   target-links: "../../_static/dpdk"
19025   data: "plot-dpdk-hdrh-lat-3n-tsh"
19026   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19027   layout:
19028     layout: "plot-hdrh-latency-by-percentile"