Report: Add NAT44
[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
256     plot-vpp-hdrh-lat-2n-skx:
257       csit-vpp-perf-report-iterative-2009-2n-skx:
258         - 35  # rls2009 NDRPDR iter env 5
259
260     plot-vpp-soak-2n-skx:
261       csit-vpp-perf-report-iterative-2009-2n-skx:
262         - 33  # rls2009 soak env 5
263         - 34  # rls2009 soak env 5
264
265     plot-vpp-nfv-2n-skx-ndrpdr:
266       # TODO: Add:
267       csit-vpp-perf-report-iterative-2009-2n-skx:
268         - 38  # rls2009 nf-density iter env 5
269         - 41  # rls2009 nf-density iter env 5
270         - 45  # rls2009 nf-density iter env 5
271         - 47  # rls2009 nf-density iter env 5
272
273     plot-vpp-nfv-2n-skx-mrr:
274       # TODO: Replace:
275       # csit-vpp-perf-report-iterative-2009-2n-skx:
276       csit-vpp-perf-report-iterative-2005-2n-skx:
277         - 115 # nf-density-sel env 4
278
279     plot-vpp-nfv-reconf-2n-skx:
280       # TODO: Add:
281       csit-vpp-perf-report-iterative-2009-2n-skx:
282         - 27  # rls2009 reconf env 5
283         - 28  # rls2009 reconf env 5
284         - 29  # rls2009 reconf env 5
285         - 30  # rls2009 reconf env 5
286         - 31  # rls2009 reconf env 5
287         - 32  # rls2009 reconf env 5
288
289     plot-dpdk-throughput-latency-2n-skx:
290       csit-dpdk-perf-report-iterative-2009-2n-skx:
291         - 4   # NDRPDR iter env5
292         - 5   # NDRPDR iter env5
293         - 6   # NDRPDR iter env5
294         - 7   # NDRPDR iter env5
295         - 8   # NDRPDR iter env5
296         - 9   # NDRPDR iter env5
297         - 10  # NDRPDR iter env5
298         - 11  # NDRPDR iter env5
299         - 12  # NDRPDR iter env5
300         - 13  # NDRPDR iter env5
301
302     plot-dpdk-hdrh-lat-2n-skx:
303       csit-dpdk-perf-report-iterative-2009-2n-skx:
304         - 4   # NDRPDR iter env5
305
306     # 2n-clx
307
308     plot-vpp-throughput-lat-tsa-2n-clx:
309       # TODO: Add:
310       csit-vpp-perf-report-iterative-2009-2n-clx:
311         - 36  # rls2009 NDRPDR iter env 5
312         - 38  # rls2009 NDRPDR iter env 5
313         - 41  # rls2009 NDRPDR iter env 5
314
315     plot-vpp-hdrh-lat-2n-clx:
316       csit-vpp-perf-report-iterative-2009-2n-clx:
317         - 36  # rls2009 NDRPDR iter env 5
318
319     plot-vpp-nfv-2n-clx-ndrpdr:
320       # TODO: Add:
321       csit-vpp-perf-report-iterative-2009-2n-clx:
322         - 37  # rls2009 nf-density iter env 5
323
324     plot-vpp-nfv-2n-clx-mrr:
325       # TODO: Replace:
326       # csit-vpp-perf-report-iterative-2009-2n-clx:
327       csit-vpp-perf-report-iterative-2005-2n-clx:
328         - 96  # MRR
329
330     plot-vpp-nfv-reconf-2n-clx:
331       # TODO: Add:
332       csit-vpp-perf-report-iterative-2009-2n-clx:
333         - 25  # rls2009 reconf env 5
334         - 27  # rls2009 reconf env 5
335         - 28  # rls2009 reconf env 5
336         - 29  # rls2009 reconf env 5
337         - 30  # rls2009 reconf env 5
338         - 30  # rls2009 reconf env 5
339         - 32  # rls2009 reconf env 5
340
341     plot-vpp-soak-2n-clx:
342       csit-vpp-perf-report-iterative-2009-2n-clx:
343         - 33  # rls2009 soak env 5
344         - 34  # rls2009 soak env 5
345
346     plot-dpdk-throughput-latency-2n-clx:
347       csit-dpdk-perf-report-iterative-2009-2n-clx:
348         - 4   # NDRPDR iter env5
349         - 5   # NDRPDR iter env5
350         - 6   # NDRPDR iter env5
351         - 7   # NDRPDR iter env5
352         - 8   # NDRPDR iter env5
353         - 9   # NDRPDR iter env5
354         - 10  # NDRPDR iter env5
355         - 11  # NDRPDR iter env5
356         - 12  # NDRPDR iter env5
357         - 13  # NDRPDR iter env5
358
359     plot-dpdk-hdrh-lat-2n-clx:
360       csit-dpdk-perf-report-iterative-2009-2n-clx:
361         - 4   # NDRPDR iter env5
362
363     # 3n-tsh
364
365     plot-vpp-throughput-lat-tsa-3n-tsh:
366       # TODO: Add:
367       csit-vpp-perf-report-iterative-2009-3n-tsh:
368         - 14  # rls2009 NDRPDR iter env 5
369
370     plot-vpp-hdrh-lat-3n-tsh:
371       csit-vpp-perf-report-iterative-2009-3n-tsh:
372         - 14  # rls2009 NDRPDR iter env 5
373
374     plot-dpdk-throughput-latency-3n-tsh:
375       # TODO: Add:
376       csit-dpdk-perf-report-iterative-2009-3n-tsh:
377         - 1   # NDRPDR iter env5
378         - 2   # NDRPDR iter env5
379         - 3   # NDRPDR iter env5
380         - 4   # NDRPDR iter env5
381         - 5   # NDRPDR iter env5
382         - 6   # NDRPDR iter env5
383         - 7   # NDRPDR iter env5
384         - 9   # NDRPDR iter env5
385         - 10  # NDRPDR iter env5
386
387     plot-dpdk-hdrh-lat-3n-tsh:
388       csit-dpdk-perf-report-iterative-2009-3n-tsh:
389         - 1   # NDRPDR iter env5
390
391     # 3n-dnv
392
393     plot-vpp-throughput-lat-tsa-3n-dnv:
394       # TODO: Replace:
395       # csit-vpp-perf-report-iterative-2009-3n-dnv:
396       csit-vpp-perf-report-iterative-2005-3n-dnv:
397         - 2   # NDRPDR sel
398         - 3   # NDRPDR sel
399         - 4   # NDRPDR sel
400         - 5   # NDRPDR sel
401         - 6   # NDRPDR sel
402         - 7   # NDRPDR sel
403         - 9   # NDRPDR sel
404         - 10  # NDRPDR sel
405         - 11  # NDRPDR sel
406         - 12  # NDRPDR sel
407
408     plot-dpdk-throughput-latency-3n-dnv:
409       # TODO: Replace:
410       # csit-dpdk-perf-report-iterative-2009-3n-dnv:
411       csit-dpdk-perf-report-iterative-2005-3n-dnv:
412         - 6   # NDRPDR sel
413         - 7   # NDRPDR sel
414         - 8   # NDRPDR sel
415         - 9   # NDRPDR sel
416         - 10  # NDRPDR sel
417         - 11  # NDRPDR sel
418         - 12  # NDRPDR sel
419         - 13  # NDRPDR sel
420         - 14  # NDRPDR sel
421         - 16  # NDRPDR sel
422
423     # 2n-dnv
424
425     plot-vpp-throughput-lat-tsa-2n-dnv:
426       # TODO: Replace:
427       # csit-vpp-perf-report-iterative-2009-2n-dnv:
428       csit-vpp-perf-report-iterative-2005-2n-dnv:
429         - 3   # NDRPDR sel
430         - 6   # NDRPDR sel
431         - 7   # NDRPDR sel
432         - 8   # NDRPDR sel
433         - 9   # NDRPDR sel
434         - 10  # NDRPDR sel
435         - 11  # NDRPDR sel
436         - 12  # NDRPDR sel
437         - 13  # NDRPDR sel
438         - 14  # NDRPDR sel
439
440     plot-dpdk-throughput-latency-2n-dnv:
441       # TODO: Replace:
442       # csit-dpdk-perf-report-iterative-2009-2n-dnv:
443       csit-dpdk-perf-report-iterative-2005-2n-dnv:
444         - 8   # NDRPDR sel
445         - 9   # NDRPDR sel
446         - 10  # NDRPDR sel
447         - 11  # NDRPDR sel
448         - 12  # NDRPDR sel
449         - 13  # NDRPDR sel
450         - 14  # NDRPDR sel
451         - 15  # NDRPDR sel
452         - 16  # NDRPDR sel
453         - 17  # NDRPDR sel
454
455     ###########################################################################
456     # Simple tables (only one data set):
457
458     # NIC Comparisons
459
460     vpp-nic-comparison-3n-skx:
461       # TODO: Add:
462       csit-vpp-perf-report-iterative-2009-3n-skx:
463         - 27  # rls2009 NDRPDR iter env 5
464         - 29  # rls2009 NDRPDR iter env 5
465
466     vpp-nic-comparison-2n-skx:
467       # TODO: Add:
468       csit-vpp-perf-report-iterative-2009-2n-skx:
469         - 35  # rls2009 NDRPDR iter env 5
470         - 36  # rls2009 NDRPDR iter env 5
471         - 37  # rls2009 NDRPDR iter env 5
472         - 39  # rls2009 NDRPDR iter env 5
473         - 40  # rls2009 NDRPDR iter env 5
474
475     vpp-nic-comparison-3n-skx-mrr:
476       csit-vpp-perf-report-iterative-2009-3n-skx:
477         - 24  # rls2009 MRR iter env 5
478
479     vpp-nic-comparison-2n-skx-mrr:
480       csit-vpp-perf-report-iterative-2009-2n-skx:
481         - 26  # rls2009 MRR iter env 5
482
483     # Results
484
485     vpp-perf-results-3n-hsw:
486       # TODO: Add:
487       csit-vpp-perf-report-coverage-2009-3n-hsw:
488         - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
489         - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
490         - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
491         - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
492         - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
493         - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
494         - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
495         - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
496         - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
497         - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
498         - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
499         - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
500         - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
501
502     vpp-perf-results-3n-skx:
503       # TODO: Replace:
504       csit-vpp-perf-report-coverage-2009-3n-skx:
505         - 1   # RC2 env5 3n-skx-ip4-00
506
507     vpp-perf-results-2n-skx:
508       # TODO: Replace:
509       csit-vpp-perf-report-coverage-2009-2n-skx:
510         - 7   # RC2 env5 2n-skx-ip4-00
511
512     vpp-perf-results-2n-clx:
513       # TODO: Replace:
514       csit-vpp-perf-report-coverage-2009-2n-clx:
515         - 1   # RC2 env5 2n-clx-ip4-00
516
517     vpp-perf-results-3n-tsh:
518       # TODO: Add:
519       csit-vpp-perf-report-coverage-2009-3n-tsh:
520         - 1   # 3n-tsh-ip4-00
521
522     vpp-perf-results-3n-dnv:
523       # TODO: Replace:
524       # csit-vpp-perf-report-coverage-2009-3n-dnv:
525       csit-vpp-perf-report-coverage-2005-3n-dnv:
526         - 1   # perf-full-3n-dnv-crypto_I
527         - 24  # perf-full-3n-dnv-crypto_II
528         - 5   # perf-full-3n-dnv-ip4_I
529         - 13  # perf-full-3n-dnv-ip4_II
530         - 17  # perf-full-3n-dnv-ip6_I
531         - 18  # perf-full-3n-dnv-ip6_II
532         - 21  # perf-full-3n-dnv-l2_I
533         - 22  # perf-full-3n-dnv-l2_II
534         - 23  # perf-full-3n-dnv-ip4-tunnels_I
535
536     vpp-perf-results-2n-dnv:
537       # TODO: Replace:
538       # csit-vpp-perf-report-coverage-2009-2n-dnv:
539       csit-vpp-perf-report-coverage-2005-2n-dnv:
540         - 1   # perf-full-2n-dnv-ip4_I
541         - 2   # perf-full-2n-dnv-ip4_II
542         - 3   # perf-full-2n-dnv-ip6_I
543         - 4   # perf-full-2n-dnv-ip6_II
544         - 5   # perf-full-2n-dnv-l2_I
545         - 6   # perf-full-2n-dnv-l2_II
546
547     vpp-mrr-results-3n-hsw:
548       csit-vpp-perf-report-iterative-2009-3n-hsw:
549         - 23  # rls2009 MRR iter env 5
550
551     vpp-mrr-results-3n-skx:
552       csit-vpp-perf-report-iterative-2009-3n-skx:
553         - 24  # rls2009 MRR iter env 5
554
555     vpp-mrr-results-2n-skx:
556       csit-vpp-perf-report-iterative-2009-2n-skx:
557         - 26  # rls2009 MRR iter env 5
558
559     vpp-mrr-results-2n-clx:
560       csit-vpp-perf-report-iterative-2009-2n-clx:
561         - 35  # rls2009 MRR iter env 5
562
563     vpp-mrr-results-3n-tsh:
564       # TODO: Replace:
565       # csit-vpp-perf-report-iterative-2009-3n-tsh:
566       csit-vpp-perf-report-iterative-2005-3n-tsh:
567         - 27  # MRR sel env 4
568
569     vpp-mrr-results-3n-dnv:
570       # TODO: Replace:
571       # csit-vpp-perf-report-iterative-2009-3n-dnv:
572       csit-vpp-perf-report-iterative-2005-3n-dnv:
573         - 8   # MRR
574
575     vpp-mrr-results-2n-dnv:
576       # TODO: Replace:
577       # csit-vpp-perf-report-iterative-2009-2n-dnv:
578       csit-vpp-perf-report-iterative-2005-2n-dnv:
579         - 15  # MRR sel
580
581     vpp-device-results-ubuntu:
582       # TODO: Replace:
583       csit-vpp-device-2009-ubuntu1804-1n-skx:
584         - 131 # rls2009 env 5
585
586     dpdk-perf-results-3n-hsw:
587       csit-dpdk-perf-report-iterative-2009-3n-hsw:
588         - 6   # NDRPDR iter env5
589
590     dpdk-perf-results-3n-skx:
591       csit-dpdk-perf-report-iterative-2009-3n-skx:
592         - 4   # NDRPDR sel env5
593
594     dpdk-perf-results-2n-skx:
595       csit-dpdk-perf-report-iterative-2009-2n-skx:
596         - 4   # NDRPDR iter env5
597
598     dpdk-perf-results-2n-clx:
599       csit-dpdk-perf-report-iterative-2009-2n-clx:
600         - 4   # NDRPDR iter env5
601
602     dpdk-perf-results-2n-dnv:
603       # TODO: Replace:
604       # csit-dpdk-perf-report-iterative-2009-2n-dnv:
605       csit-dpdk-perf-report-iterative-2005-2n-dnv:
606         - 8   # NDRPDR sel
607
608     dpdk-perf-results-3n-dnv:
609       # TODO: Replace:
610       # csit-dpdk-perf-report-iterative-2009-3n-dnv:
611       csit-dpdk-perf-report-iterative-2005-3n-dnv:
612         - 6   # NDRPDR sel
613
614     dpdk-perf-results-3n-tsh:
615       csit-dpdk-perf-report-iterative-2009-3n-tsh:
616         - 1   # NDRPDR iter env5
617
618 ###########################################################################
619     # Tables (more than one data set)
620
621     # Performance changes
622
623     vpp-performance-changes-3n-hsw-h1:
624       csit-vpp-perf-report-iterative-2005-3n-hsw:
625         - 31  # NDRPDR sel 2001.0-4
626         - 32  # NDRPDR sel 2001.0-4
627         - 33  # NDRPDR sel 2001.0-4
628         - 34  # NDRPDR sel 2001.0-4
629         - 35  # NDRPDR sel 2001.0-4
630         - 36  # NDRPDR sel 2001.0-4
631         - 38  # NDRPDR sel 2001.0-4
632     vpp-performance-changes-3n-hsw-ref-env4:
633       csit-vpp-perf-report-iterative-2005-3n-hsw:
634         - 20  # NDRPDR sel env 4
635         - 21  # NDRPDR sel env 4
636         - 22  # NDRPDR sel env 4
637         - 23  # NDRPDR sel env 4
638         - 24  # NDRPDR sel env 4
639         - 25  # NDRPDR sel env 4
640         - 26  # NDRPDR sel env 4
641         - 27  # NDRPDR sel env 4
642         - 28  # NDRPDR sel env 4
643         - 29  # NDRPDR sel env 4
644     vpp-performance-changes-3n-hsw-ref-env5:
645       csit-vpp-perf-report-iterative-2009-3n-hsw:
646         - 9   # rls2005 NDRPDR iter env 5
647         - 10  # rls2005 NDRPDR iter env 5
648         - 11  # rls2005 NDRPDR iter env 5
649         - 12  # rls2005 NDRPDR iter env 5
650         - 13  # rls2005 NDRPDR iter env 5
651         - 14  # rls2005 NDRPDR iter env 5
652         - 15  # rls2005 NDRPDR iter env 5
653         - 16  # rls2005 NDRPDR iter env 5
654         - 17  # rls2005 NDRPDR iter env 5
655         - 19  # rls2005 NDRPDR iter env 5
656     vpp-performance-changes-3n-hsw-cmp:
657       csit-vpp-perf-report-iterative-2009-3n-hsw:
658         - 21  # rls2009 NDRPDR iter env 5
659         - 22  # rls2009 NDRPDR iter env 5
660         - 24  # rls2009 NDRPDR iter env 5
661         - 25  # rls2009 NDRPDR iter env 5
662         - 26  # rls2009 NDRPDR iter env 5
663         - 27  # rls2009 NDRPDR iter env 5
664         - 28  # rls2009 NDRPDR iter env 5
665         - 29  # rls2009 NDRPDR iter env 5
666         - 30  # rls2009 NDRPDR iter env 5
667         - 31  # rls2009 NDRPDR iter env 5
668
669     vpp-performance-changes-3n-skx-h1:
670       csit-vpp-perf-report-iterative-2005-3n-skx:
671         - 50  # NDRPDR sel 2001.0-4
672         - 51  # NDRPDR sel 2001.0-4
673         - 52  # NDRPDR sel 2001.0-4
674         - 53  # NDRPDR sel 2001.0-4
675         - 54  # NDRPDR sel 2001.0-4
676     vpp-performance-changes-3n-skx-ref-env4:
677       csit-vpp-perf-report-iterative-2005-3n-skx:
678         - 42  # NDRPDR sel env 4
679         - 43  # NDRPDR sel env 4
680         - 44  # NDRPDR sel env 4
681         - 45  # NDRPDR sel env 4
682         - 47  # NDRPDR sel env 4
683         - 55  # NDRPDR sel env 4
684         - 56  # NDRPDR sel env 4
685         - 57  # NDRPDR sel env 4
686         - 61  # NDRPDR sel env 4
687         - 62  # NDRPDR sel env 4
688     vpp-performance-changes-3n-skx-ref-env5:
689       csit-vpp-perf-report-iterative-2009-3n-skx:
690         - 13  # rls2005 NDRPDR iter env 5
691         - 18  # rls2005 NDRPDR iter env 5
692         - 19  # rls2005 NDRPDR iter env 5
693     vpp-performance-changes-3n-skx-cmp:
694       # TODO: Add:
695       csit-vpp-perf-report-iterative-2009-3n-skx:
696         - 27  # rls2009 NDRPDR iter env 5
697         - 29  # rls2009 NDRPDR iter env 5
698
699     vpp-performance-changes-2n-skx-h1:
700       csit-vpp-perf-report-iterative-2005-2n-skx:
701         - 100 # NDRPDR sel 2001.0-4
702         - 101 # NDRPDR sel 2001.0-4
703         - 102 # NDRPDR sel 2001.0-4
704         - 103 # NDRPDR sel 2001.0-4
705         - 104 # NDRPDR sel 2001.0-4
706         - 105 # NDRPDR sel 2001.0-4
707     vpp-performance-changes-2n-skx-ref-env4:
708       csit-vpp-perf-report-iterative-2005-2n-skx:
709         - 88  # NDRPDR sel env 4
710         - 89  # NDRPDR sel env 4
711         - 90  # NDRPDR sel env 4
712         - 91  # NDRPDR sel env 4
713         - 92  # NDRPDR sel env 4
714         - 93  # NDRPDR sel env 4
715         - 94  # NDRPDR sel env 4
716         - 125 # NDRPDR sel env 4
717         - 126 # NDRPDR sel env 4
718         - 127 # NDRPDR sel env 4
719     vpp-performance-changes-2n-skx-ref-env5:
720       csit-vpp-perf-report-iterative-2009-2n-skx:
721         - 13  # rls2005 NDRPDR iter env 5
722         - 16  # rls2005 NDRPDR iter env 5
723         - 17  # rls2005 NDRPDR iter env 5
724         - 18  # rls2005 NDRPDR iter env 5
725         - 19  # rls2005 NDRPDR iter env 5
726         - 21  # rls2005 NDRPDR iter env 5
727         - 22  # rls2005 NDRPDR iter env 5
728         - 23  # rls2005 NDRPDR iter env 5
729         - 24  # rls2005 NDRPDR iter env 5
730         - 25  # rls2005 NDRPDR iter env 5
731     vpp-performance-changes-2n-skx-cmp:
732       # TODO: Add:
733       csit-vpp-perf-report-iterative-2009-2n-skx:
734         - 35  # rls2009 NDRPDR iter env 5
735         - 36  # rls2009 NDRPDR iter env 5
736         - 37  # rls2009 NDRPDR iter env 5
737         - 39  # rls2009 NDRPDR iter env 5
738         - 40  # rls2009 NDRPDR iter env 5
739
740     vpp-performance-changes-2n-clx-h1:
741       csit-vpp-perf-report-iterative-2005-2n-clx:
742         - 73  # NDRPDR sel 2001.0-4
743         - 74  # NDRPDR sel 2001.0-4
744         - 75  # NDRPDR sel 2001.0-4
745         - 76  # NDRPDR sel 2001.0-4
746         - 77  # NDRPDR sel 2001.0-4
747         - 78  # NDRPDR sel 2001.0-4
748         - 79  # NDRPDR sel 2001.0-4
749         - 80  # NDRPDR sel 2001.0-4
750     vpp-performance-changes-2n-clx-ref-env4:
751       csit-vpp-perf-report-iterative-2005-2n-clx:
752         - 62  # NDRPDR sel env 4
753         - 63  # NDRPDR sel env 4
754         - 64  # NDRPDR sel env 4
755         - 65  # NDRPDR sel env 4
756         - 66  # NDRPDR sel env 4
757         - 68  # NDRPDR sel env 4
758         - 69  # NDRPDR sel env 4
759         - 70  # NDRPDR sel env 4
760         - 103 # NDRPDR sel env 4
761         - 104 # NDRPDR sel env 4
762     vpp-performance-changes-2n-clx-ref-env5:
763       csit-vpp-perf-report-iterative-2009-2n-clx:
764         - 13  # rls2005 NDRPDR iter env 5
765         - 15  # rls2005 NDRPDR iter env 5
766         - 17  # rls2005 NDRPDR iter env 5
767         - 18  # rls2005 NDRPDR iter env 5
768         - 19  # rls2005 NDRPDR iter env 5
769         - 20  # rls2005 NDRPDR iter env 5
770         - 21  # rls2005 NDRPDR iter env 5
771         - 22  # rls2005 NDRPDR iter env 5
772         - 23  # rls2005 NDRPDR iter env 5
773         - 24  # rls2005 NDRPDR iter env 5
774     vpp-performance-changes-2n-clx-cmp:
775       # TODO: Add:
776       csit-vpp-perf-report-iterative-2009-2n-clx:
777         - 36  # rls2009 NDRPDR iter env 5
778         - 38  # rls2009 NDRPDR iter env 5
779         - 41  # rls2009 NDRPDR iter env 5
780
781     vpp-performance-changes-2n-dnv-h1:
782       csit-vpp-perf-verify-2001-2n-dnv:
783         - 4   # NDRPDR sel
784         - 5   # NDRPDR sel
785         - 6   # NDRPDR sel
786         - 7   # NDRPDR sel
787         - 8   # NDRPDR sel
788         - 9   # NDRPDR sel
789         - 10  # NDRPDR sel
790         - 11  # NDRPDR sel
791         - 13  # NDRPDR sel
792         - 16  # NDRPDR sel
793     vpp-performance-changes-2n-dnv-ref:
794       csit-vpp-perf-report-iterative-2005-2n-dnv:
795         - 3   # NDRPDR sel
796         - 6   # NDRPDR sel
797         - 7   # NDRPDR sel
798         - 8   # NDRPDR sel
799         - 9   # NDRPDR sel
800         - 10  # NDRPDR sel
801         - 11  # NDRPDR sel
802         - 12  # NDRPDR sel
803         - 13  # NDRPDR sel
804         - 14  # NDRPDR sel
805     vpp-performance-changes-2n-dnv-cmp:
806       # TODO: Replace:
807       # csit-vpp-perf-report-iterative-2009-2n-dnv:
808       csit-vpp-perf-report-iterative-2005-2n-dnv:
809         - 3   # NDRPDR sel
810         - 6   # NDRPDR sel
811         - 7   # NDRPDR sel
812         - 8   # NDRPDR sel
813         - 9   # NDRPDR sel
814         - 10  # NDRPDR sel
815         - 11  # NDRPDR sel
816         - 12  # NDRPDR sel
817         - 13  # NDRPDR sel
818         - 14  # NDRPDR sel
819
820     vpp-performance-changes-3n-dnv-h1:
821       csit-vpp-perf-verify-2001-3n-dnv:
822         - 5   # NDRPDR sel
823         - 6   # NDRPDR sel
824         - 7   # NDRPDR sel
825         - 8   # NDRPDR sel
826         - 9   # NDRPDR sel
827         - 10  # NDRPDR sel
828         - 12  # NDRPDR sel
829         - 16  # NDRPDR sel
830         - 17  # NDRPDR sel
831         - 18  # NDRPDR sel
832     vpp-performance-changes-3n-dnv-ref:
833       csit-vpp-perf-report-iterative-2005-3n-dnv:
834         - 2   # NDRPDR sel
835         - 3   # NDRPDR sel
836         - 4   # NDRPDR sel
837         - 5   # NDRPDR sel
838         - 6   # NDRPDR sel
839         - 7   # NDRPDR sel
840         - 9   # NDRPDR sel
841         - 10  # NDRPDR sel
842         - 11  # NDRPDR sel
843         - 12  # NDRPDR sel
844     vpp-performance-changes-3n-dnv-cmp:
845       # TODO: Replace:
846       # csit-vpp-perf-report-iterative-2009-3n-dnv:
847       csit-vpp-perf-report-iterative-2005-3n-dnv:
848         - 2   # NDRPDR sel
849         - 3   # NDRPDR sel
850         - 4   # NDRPDR sel
851         - 5   # NDRPDR sel
852         - 6   # NDRPDR sel
853         - 7   # NDRPDR sel
854         - 9   # NDRPDR sel
855         - 10  # NDRPDR sel
856         - 11  # NDRPDR sel
857         - 12  # NDRPDR sel
858
859     vpp-performance-changes-3n-tsh-h1:
860       csit-vpp-perf-report-iterative-2005-3n-tsh:
861         - 28  # NDRPDR sel 2001.0-4
862         - 29  # NDRPDR sel 2001.0-4
863         - 31  # NDRPDR sel 2001.0-4
864     vpp-performance-changes-3n-tsh-ref-env4:
865       csit-vpp-perf-report-iterative-2005-3n-tsh:
866         - 23  # NDRPDR sel env 4
867         - 25  # NDRPDR sel env 4
868         - 33  # NDRPDR sel env 4
869         - 34  # NDRPDR sel env 4
870         - 35  # NDRPDR sel env 4
871         - 36  # NDRPDR sel env 4
872         - 37  # NDRPDR sel env 4
873         - 38  # NDRPDR sel env 4
874         - 39  # NDRPDR sel env 4
875         - 40  # NDRPDR sel env 4
876     vpp-performance-changes-3n-tsh-ref-env5:
877       csit-vpp-perf-report-iterative-2009-3n-tsh:
878         - 8   # rls2005 NDRPDR iter env 5
879         - 11  # rls2005 NDRPDR iter env 5
880         - 12  # rls2005 NDRPDR iter env 5
881     vpp-performance-changes-3n-tsh-cmp:
882       # TODO: Add:
883       csit-vpp-perf-report-iterative-2009-3n-tsh:
884         - 14  # rls2009 NDRPDR iter env 5
885
886     vpp-soak-vs-ndr-2n-skx-ref:
887       # TODO: Add:
888       csit-vpp-perf-report-iterative-2009-2n-skx:
889         - 35  # rls2009 NDRPDR iter env 5
890         - 36  # rls2009 NDRPDR iter env 5
891         - 37  # rls2009 NDRPDR iter env 5
892         - 39  # rls2009 NDRPDR iter env 5
893         - 40  # rls2009 NDRPDR iter env 5
894     vpp-soak-vs-ndr-2n-skx-cmp:
895       csit-vpp-perf-report-iterative-2009-2n-skx:
896         - 33  # rls2009 soak env 5
897         - 34  # rls2009 soak env 5
898     vpp-soak-vs-ndr-2n-skx:
899       # TODO: Add:
900       csit-vpp-perf-report-iterative-2009-2n-skx:
901         - 35  # rls2009 NDRPDR iter env 5
902         - 36  # rls2009 NDRPDR iter env 5
903         - 37  # rls2009 NDRPDR iter env 5
904         - 39  # rls2009 NDRPDR iter env 5
905         - 40  # rls2009 NDRPDR iter env 5
906         - 33  # rls2009 soak env 5
907         - 34  # rls2009 soak env 5
908
909     vpp-soak-vs-ndr-2n-clx-ref:
910       # TODO: Add:
911       csit-vpp-perf-report-iterative-2009-2n-clx:
912         - 36  # rls2009 NDRPDR iter env 5
913         - 38  # rls2009 NDRPDR iter env 5
914         - 41  # rls2009 NDRPDR iter env 5
915     vpp-soak-vs-ndr-2n-clx-cmp:
916       csit-vpp-perf-report-iterative-2009-2n-clx:
917         - 33  # rls2009 soak env 5
918         - 34  # rls2009 soak env 5
919     vpp-soak-vs-ndr-2n-clx:
920       # TODO: Add:
921       csit-vpp-perf-report-iterative-2009-2n-clx:
922         - 36  # rls2009 NDRPDR iter env 5
923         - 38  # rls2009 NDRPDR iter env 5
924         - 41  # rls2009 NDRPDR iter env 5
925         - 33  # rls2009 soak env 5
926         - 34  # rls2009 soak env 5
927
928     vpp-performance-changes-3n-hsw-mrr-h1:
929       csit-vpp-perf-verify-2001-3n-hsw:
930         - 17  # MRR sel
931     vpp-performance-changes-3n-hsw-mrr-ref-env4:
932       csit-vpp-perf-report-iterative-2005-3n-hsw:
933         - 30  # MRR env 4
934     vpp-performance-changes-3n-hsw-mrr-ref-env5:
935       csit-vpp-perf-report-iterative-2009-3n-hsw:
936         - 18  # rls2005 MRR iter env 5
937     vpp-performance-changes-3n-hsw-mrr-cmp:
938       csit-vpp-perf-report-iterative-2009-3n-hsw:
939         - 23  # rls2009 MRR iter env 5
940
941     vpp-performance-changes-3n-skx-mrr-h1:
942       csit-vpp-perf-verify-2001-3n-skx:
943         - 50  # MRR sel
944         - 53  # MRR sel addition
945     vpp-performance-changes-3n-skx-mrr-ref-env4:
946       csit-vpp-perf-report-iterative-2005-3n-skx:
947         - 49  # MRR sel env 4
948     vpp-performance-changes-3n-skx-mrr-ref-env5:
949       csit-vpp-perf-report-iterative-2009-3n-skx:
950         - 17  # rls2005 MRR iter env 5
951     vpp-performance-changes-3n-skx-mrr-cmp:
952       csit-vpp-perf-report-iterative-2009-3n-skx:
953         - 24  # rls2009 MRR iter env 5
954
955     vpp-performance-changes-2n-skx-mrr-h1:
956       csit-vpp-perf-verify-2001-2n-skx:
957         - 101 # MRR sel
958         - 128 # MRR sel addition
959     vpp-performance-changes-2n-skx-mrr-ref-env4:
960       csit-vpp-perf-report-iterative-2005-2n-skx:
961         - 99  # MRR sel env 4
962     vpp-performance-changes-2n-skx-mrr-ref-env5:
963       csit-vpp-perf-report-iterative-2009-2n-skx:
964         - 20  # rls2005 MRR iter env 5
965     vpp-performance-changes-2n-skx-mrr-cmp:
966       csit-vpp-perf-report-iterative-2009-2n-skx:
967         - 26  # rls2009 MRR iter env 5
968
969     vpp-performance-changes-2n-clx-mrr-h1:
970       csit-vpp-perf-verify-2001-2n-clx:
971         - 39  # MRR
972     vpp-performance-changes-2n-clx-mrr-ref-env4:
973       csit-vpp-perf-report-iterative-2005-2n-clx:
974         - 72   # MRR sel env 4
975     vpp-performance-changes-2n-clx-mrr-ref-env5:
976       csit-vpp-perf-report-iterative-2009-2n-clx:
977         - 16  # rls2005 MRR iter env 5
978     vpp-performance-changes-2n-clx-mrr-cmp:
979       csit-vpp-perf-report-iterative-2009-2n-clx:
980         - 35  # rls2009 MRR iter env 5
981
982 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
983 #      csit-vpp-perf-verify-1908-2n-skx:
984 #        - 71  # NFV MRR
985 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
986 #      # csit-vpp-perf-verify-2001-2n-skx:
987 #      csit-vpp-perf-verify-1908-2n-skx:
988 #        - 71  # NFV MRR
989
990     vpp-performance-changes-2n-dnv-mrr-h1:
991       csit-vpp-perf-verify-2001-2n-dnv:
992         - 12  # MRR sel
993     vpp-performance-changes-2n-dnv-mrr-ref:
994       csit-vpp-perf-report-iterative-2005-2n-dnv:
995         - 15  # MRR sel
996     vpp-performance-changes-2n-dnv-mrr-cmp:
997       # TODO: Replace:
998       # csit-vpp-perf-report-iterative-2009-2n-dnv:
999       csit-vpp-perf-report-iterative-2005-2n-dnv:
1000         - 15  # MRR sel
1001
1002     vpp-performance-changes-3n-dnv-mrr-h1:
1003       csit-vpp-perf-verify-2001-3n-dnv:
1004         - 11  # MRR sel
1005     vpp-performance-changes-3n-dnv-mrr-ref:
1006       csit-vpp-perf-report-iterative-2005-3n-dnv:
1007         - 8   # MRR
1008     vpp-performance-changes-3n-dnv-mrr-cmp:
1009       # TODO: Replace:
1010       # csit-vpp-perf-report-iterative-2009-3n-dnv:
1011       csit-vpp-perf-report-iterative-2005-3n-dnv:
1012         - 8   # MRR
1013
1014     vpp-performance-changes-3n-tsh-mrr-h1:
1015       csit-vpp-perf-verify-2001-3n-tsh:
1016         - 9   # MRR sel
1017     vpp-performance-changes-3n-tsh-mrr-ref-env4:
1018       csit-vpp-perf-report-iterative-2005-3n-tsh:
1019         - 27  # MRR sel env 4
1020     vpp-performance-changes-3n-tsh-mrr-cmp:
1021       # TODO: Replace:
1022       # csit-vpp-perf-report-iterative-2009-3n-tsh:
1023       csit-vpp-perf-report-iterative-2005-3n-tsh:
1024         - 27  # MRR sel env 4
1025
1026     dpdk-performance-changes-3n-hsw-h1:
1027       csit-dpdk-perf-verify-2001-3n-hsw:
1028         - 4   # NDRPDR sel
1029         - 5   # NDRPDR sel
1030         - 6   # NDRPDR sel
1031         - 7   # NDRPDR sel
1032         - 8   # NDRPDR sel
1033         - 9   # NDRPDR sel
1034         - 10  # NDRPDR sel
1035         - 11  # NDRPDR sel
1036         - 12  # NDRPDR sel
1037         - 13  # NDRPDR sel
1038         - 15  # NDRPDR sel
1039         - 16  # NDRPDR sel
1040         - 17  # NDRPDR sel
1041         - 18  # NDRPDR sel
1042         - 19  # NDRPDR sel
1043         - 20  # NDRPDR sel
1044         - 21  # NDRPDR sel
1045         - 22  # NDRPDR sel
1046         - 23  # NDRPDR sel
1047         - 24  # NDRPDR sel
1048     dpdk-performance-changes-3n-hsw-ref:
1049       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1050         - 25  # NDRPDR iter
1051         - 26  # NDRPDR iter
1052         - 27  # NDRPDR iter
1053         - 28  # NDRPDR iter
1054         - 29  # NDRPDR iter
1055         - 30  # NDRPDR iter
1056         - 31  # NDRPDR iter
1057         - 32  # NDRPDR iter
1058         - 33  # NDRPDR iter
1059         - 34  # NDRPDR iter
1060     dpdk-performance-changes-3n-hsw-cmp:
1061       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1062         - 6   # NDRPDR iter env5
1063         - 7   # NDRPDR iter env5
1064         - 8   # NDRPDR iter env5
1065         - 9   # NDRPDR iter env5
1066         - 10  # NDRPDR iter env5
1067         - 11  # NDRPDR iter env5
1068         - 12  # NDRPDR iter env5
1069         - 13  # NDRPDR iter env5
1070         - 14  # NDRPDR iter env5
1071         - 15  # NDRPDR iter env5
1072
1073     dpdk-performance-changes-3n-skx-h1:
1074       csit-dpdk-perf-verify-2001-3n-skx:
1075         - 29  # NDRPDR sel xxv710
1076         - 33  # NDRPDR sel xxv710
1077         - 34  # NDRPDR sel xxv710
1078         - 35  # NDRPDR sel xxv710
1079         - 36  # NDRPDR sel xxv710
1080         - 37  # NDRPDR sel xxv710
1081         - 41  # NDRPDR sel xxv710
1082         - 42  # NDRPDR sel xxv710
1083         - 43  # NDRPDR sel xxv710
1084         - 45  # NDRPDR sel xxv710
1085         - 30  # NDRPDR sel x710
1086         - 31  # NDRPDR sel x710
1087         - 32  # NDRPDR sel x710
1088         - 38  # NDRPDR sel x710
1089         - 39  # NDRPDR sel x710
1090         - 40  # NDRPDR sel x710
1091         - 44  # NDRPDR sel x710
1092         - 46  # NDRPDR sel x710
1093         - 47  # NDRPDR sel x710
1094         - 48  # NDRPDR sel x710
1095     dpdk-performance-changes-3n-skx-ref:
1096       csit-dpdk-perf-report-iterative-2005-3n-skx:
1097         - 28  # NDRPDR iter
1098         - 29  # NDRPDR iter
1099         - 30  # NDRPDR iter
1100         - 31  # NDRPDR iter
1101         - 32  # NDRPDR iter
1102         - 33  # NDRPDR iter
1103         - 34  # NDRPDR iter
1104         - 35  # NDRPDR iter
1105         - 36  # NDRPDR iter
1106         - 37  # NDRPDR iter
1107     dpdk-performance-changes-3n-skx-cmp:
1108       csit-dpdk-perf-report-iterative-2009-3n-skx:
1109         - 4   # NDRPDR sel env5
1110         - 5   # NDRPDR sel env5
1111         - 6   # NDRPDR sel env5
1112         - 7   # NDRPDR sel env5
1113         - 8   # NDRPDR sel env5
1114         - 9   # NDRPDR sel env5
1115         - 14  # NDRPDR sel env5
1116         - 11  # NDRPDR sel env5
1117         - 12  # NDRPDR sel env5
1118         - 13  # NDRPDR sel env5
1119
1120     dpdk-performance-changes-2n-skx-h1:
1121       csit-dpdk-perf-verify-2001-2n-skx:
1122         - 35  # NDRPDR sel xxv710
1123         - 36  # NDRPDR sel xxv710
1124         - 37  # NDRPDR sel xxv710
1125         - 41  # NDRPDR sel xxv710
1126         - 42  # NDRPDR sel xxv710
1127         - 43  # NDRPDR sel xxv710
1128         - 46  # NDRPDR sel xxv710
1129         - 47  # NDRPDR sel xxv710
1130         - 52  # NDRPDR sel xxv710
1131         - 53  # NDRPDR sel xxv710
1132         - 38  # NDRPDR sel x710
1133         - 39  # NDRPDR sel x710
1134         - 40  # NDRPDR sel x710
1135         - 44  # NDRPDR sel x710
1136         - 45  # NDRPDR sel x710
1137         - 48  # NDRPDR sel x710
1138         - 49  # NDRPDR sel x710
1139         - 50  # NDRPDR sel x710
1140         - 51  # NDRPDR sel x710
1141         - 54  # NDRPDR sel x710
1142     dpdk-performance-changes-2n-skx-ref:
1143       csit-dpdk-perf-report-iterative-2005-2n-skx:
1144         - 20  # NDRPDR iter
1145         - 21  # NDRPDR iter
1146         - 22  # NDRPDR iter
1147         - 23  # NDRPDR iter
1148         - 24  # NDRPDR iter
1149         - 25  # NDRPDR iter
1150         - 26  # NDRPDR iter
1151         - 27  # NDRPDR iter
1152         - 28  # NDRPDR iter
1153         - 29  # NDRPDR iter
1154     dpdk-performance-changes-2n-skx-cmp:
1155       csit-dpdk-perf-report-iterative-2009-2n-skx:
1156         - 4   # NDRPDR iter env5
1157         - 5   # NDRPDR iter env5
1158         - 6   # NDRPDR iter env5
1159         - 7   # NDRPDR iter env5
1160         - 8   # NDRPDR iter env5
1161         - 9   # NDRPDR iter env5
1162         - 10  # NDRPDR iter env5
1163         - 11  # NDRPDR iter env5
1164         - 12  # NDRPDR iter env5
1165         - 13  # NDRPDR iter env5
1166
1167     dpdk-performance-changes-2n-clx-h1:
1168       csit-dpdk-perf-verify-2001-2n-clx:
1169         - 15  # NDRPDR sel
1170         - 16  # NDRPDR sel
1171         - 17  # NDRPDR sel
1172         - 18  # NDRPDR sel
1173         - 19  # NDRPDR sel
1174         - 20  # NDRPDR sel
1175         - 21  # NDRPDR sel
1176         - 22  # NDRPDR sel
1177         - 23  # NDRPDR sel
1178         - 24  # NDRPDR sel
1179         - 25  # NDRPDR sel
1180         - 26  # NDRPDR sel
1181         - 27  # NDRPDR sel
1182         - 28  # NDRPDR sel
1183         - 29  # NDRPDR sel
1184         - 30  # NDRPDR sel
1185         - 31  # NDRPDR sel
1186         - 32  # NDRPDR sel
1187         - 33  # NDRPDR sel
1188         - 34  # NDRPDR sel
1189     dpdk-performance-changes-2n-clx-ref:
1190       csit-dpdk-perf-report-iterative-2005-2n-clx:
1191         - 20  # NDRPDR iter
1192         - 21  # NDRPDR iter
1193         - 22  # NDRPDR iter
1194         - 23  # NDRPDR iter
1195         - 24  # NDRPDR iter
1196         - 25  # NDRPDR iter
1197         - 26  # NDRPDR iter
1198         - 27  # NDRPDR iter
1199         - 28  # NDRPDR iter
1200         - 29  # NDRPDR iter
1201     dpdk-performance-changes-2n-clx-cmp:
1202       csit-dpdk-perf-report-iterative-2009-2n-clx:
1203         - 4   # NDRPDR iter env5
1204         - 5   # NDRPDR iter env5
1205         - 6   # NDRPDR iter env5
1206         - 7   # NDRPDR iter env5
1207         - 8   # NDRPDR iter env5
1208         - 9   # NDRPDR iter env5
1209         - 10  # NDRPDR iter env5
1210         - 11  # NDRPDR iter env5
1211         - 12  # NDRPDR iter env5
1212         - 13  # NDRPDR iter env5
1213
1214     dpdk-performance-changes-2n-dnv-h1:
1215       csit-dpdk-perf-verify-2001-2n-dnv:
1216         - 9   # NDRPDR sel
1217         - 10  # NDRPDR sel
1218         - 11  # NDRPDR sel
1219         - 12  # NDRPDR sel
1220         - 13  # NDRPDR sel
1221         - 14  # NDRPDR sel
1222         - 15  # NDRPDR sel
1223         - 16  # NDRPDR sel
1224         - 17  # NDRPDR sel
1225         - 18  # NDRPDR sel
1226     dpdk-performance-changes-2n-dnv-ref:
1227       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1228         - 8   # NDRPDR sel
1229         - 9   # NDRPDR sel
1230         - 10  # NDRPDR sel
1231         - 11  # NDRPDR sel
1232         - 12  # NDRPDR sel
1233         - 13  # NDRPDR sel
1234         - 14  # NDRPDR sel
1235         - 15  # NDRPDR sel
1236         - 16  # NDRPDR sel
1237         - 17  # NDRPDR sel
1238     dpdk-performance-changes-2n-dnv-cmp:
1239       # TODO: Replace:
1240       # csit-dpdk-perf-report-iterative-2009-2n-dnv:
1241       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1242         - 8   # NDRPDR sel
1243         - 9   # NDRPDR sel
1244         - 10  # NDRPDR sel
1245         - 11  # NDRPDR sel
1246         - 12  # NDRPDR sel
1247         - 13  # NDRPDR sel
1248         - 14  # NDRPDR sel
1249         - 15  # NDRPDR sel
1250         - 16  # NDRPDR sel
1251         - 17  # NDRPDR sel
1252
1253     dpdk-performance-changes-3n-dnv-h1:
1254       csit-dpdk-perf-verify-2001-3n-dnv:
1255         - 12  # NDRPDR sel
1256         - 13  # NDRPDR sel
1257         - 14  # NDRPDR sel
1258         - 15  # NDRPDR sel
1259         - 16  # NDRPDR sel
1260         - 17  # NDRPDR sel
1261         - 18  # NDRPDR sel
1262         - 19  # NDRPDR sel
1263         - 20  # NDRPDR sel
1264         - 22  # NDRPDR sel
1265     dpdk-performance-changes-3n-dnv-ref:
1266       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1267         - 6   # NDRPDR sel
1268         - 7   # NDRPDR sel
1269         - 8   # NDRPDR sel
1270         - 9   # NDRPDR sel
1271         - 10  # NDRPDR sel
1272         - 11  # NDRPDR sel
1273         - 12  # NDRPDR sel
1274         - 13  # NDRPDR sel
1275         - 14  # NDRPDR sel
1276         - 16  # NDRPDR sel
1277     dpdk-performance-changes-3n-dnv-cmp:
1278       # TODO: Replace:
1279       # csit-dpdk-perf-report-iterative-2009-3n-dnv:
1280       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1281         - 6   # NDRPDR sel
1282         - 7   # NDRPDR sel
1283         - 8   # NDRPDR sel
1284         - 9   # NDRPDR sel
1285         - 10  # NDRPDR sel
1286         - 11  # NDRPDR sel
1287         - 12  # NDRPDR sel
1288         - 13  # NDRPDR sel
1289         - 14  # NDRPDR sel
1290         - 16  # NDRPDR sel
1291
1292     dpdk-performance-changes-3n-tsh-h1:
1293       csit-dpdk-perf-verify-2001-3n-tsh:
1294         - 3   # NDRPDR sel
1295         - 4   # NDRPDR sel
1296         - 5   # NDRPDR sel
1297         - 9   # NDRPDR sel
1298         - 10  # NDRPDR sel
1299         - 11  # NDRPDR sel
1300         - 12  # NDRPDR sel
1301         - 14  # NDRPDR sel
1302         - 15  # NDRPDR sel
1303         - 18  # NDRPDR sel
1304     dpdk-performance-changes-3n-tsh-ref:
1305       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1306         - 5   # NDRPDR sel
1307     dpdk-performance-changes-3n-tsh-cmp:
1308       # TODO: Add:
1309       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1310         - 1   # NDRPDR iter env5
1311         - 2   # NDRPDR iter env5
1312         - 3   # NDRPDR iter env5
1313         - 4   # NDRPDR iter env5
1314         - 5   # NDRPDR iter env5
1315         - 6   # NDRPDR iter env5
1316         - 7   # NDRPDR iter env5
1317         - 9   # NDRPDR iter env5
1318         - 10  # NDRPDR iter env5
1319
1320     # Compare testbeds
1321
1322     vpp-compare-testbeds-ref:
1323       csit-vpp-perf-report-iterative-2009-3n-hsw:
1324         - 21  # rls2009 NDRPDR iter env 5
1325         - 22  # rls2009 NDRPDR iter env 5
1326         - 24  # rls2009 NDRPDR iter env 5
1327         - 25  # rls2009 NDRPDR iter env 5
1328         - 26  # rls2009 NDRPDR iter env 5
1329         - 27  # rls2009 NDRPDR iter env 5
1330         - 28  # rls2009 NDRPDR iter env 5
1331         - 29  # rls2009 NDRPDR iter env 5
1332         - 30  # rls2009 NDRPDR iter env 5
1333         - 31  # rls2009 NDRPDR iter env 5
1334     vpp-compare-testbeds-cmp:
1335       # TODO: Add:
1336       csit-vpp-perf-report-iterative-2009-3n-skx:
1337         - 27  # rls2009 NDRPDR iter env 5
1338         - 29  # rls2009 NDRPDR iter env 5
1339
1340     vpp-compare-testbeds-skx-clx-ref:
1341       # TODO: Add:
1342       csit-vpp-perf-report-iterative-2009-2n-skx:
1343         - 35  # rls2009 NDRPDR iter env 5
1344         - 36  # rls2009 NDRPDR iter env 5
1345         - 37  # rls2009 NDRPDR iter env 5
1346         - 39  # rls2009 NDRPDR iter env 5
1347         - 40  # rls2009 NDRPDR iter env 5
1348     vpp-compare-testbeds-skx-clx-cmp:
1349       # TODO: Add:
1350       csit-vpp-perf-report-iterative-2009-2n-clx:
1351         - 36  # rls2009 NDRPDR iter env 5
1352         - 38  # rls2009 NDRPDR iter env 5
1353         - 41  # rls2009 NDRPDR iter env 5
1354
1355     vpp-compare-testbeds-hsw-clx-ref:
1356       csit-vpp-perf-report-iterative-2009-3n-hsw:
1357         - 21  # rls2009 NDRPDR iter env 5
1358         - 22  # rls2009 NDRPDR iter env 5
1359         - 24  # rls2009 NDRPDR iter env 5
1360         - 25  # rls2009 NDRPDR iter env 5
1361         - 26  # rls2009 NDRPDR iter env 5
1362         - 27  # rls2009 NDRPDR iter env 5
1363         - 28  # rls2009 NDRPDR iter env 5
1364         - 29  # rls2009 NDRPDR iter env 5
1365         - 30  # rls2009 NDRPDR iter env 5
1366         - 31  # rls2009 NDRPDR iter env 5
1367     vpp-compare-testbeds-hsw-clx-cmp:
1368       # TODO: Add:
1369       csit-vpp-perf-report-iterative-2009-2n-clx:
1370         - 36  # rls2009 NDRPDR iter env 5
1371         - 38  # rls2009 NDRPDR iter env 5
1372         - 41  # rls2009 NDRPDR iter env 5
1373
1374     vpp-compare-testbeds-mrr-ref:
1375       csit-vpp-perf-report-iterative-2009-3n-hsw:
1376         - 23  # rls2009 MRR iter env 5
1377     vpp-compare-testbeds-mrr-cmp:
1378       csit-vpp-perf-report-iterative-2009-3n-skx:
1379         - 24  # rls2009 MRR iter env 5
1380
1381     vpp-compare-testbeds-mrr-skx-clx-ref:
1382       csit-vpp-perf-report-iterative-2009-2n-skx:
1383         - 26  # rls2009 MRR iter env 5
1384     vpp-compare-testbeds-mrr-skx-clx-cmp:
1385       csit-vpp-perf-report-iterative-2009-2n-clx:
1386         - 35  # rls2009 MRR iter env 5
1387
1388     vpp-compare-testbeds-mrr-hsw-clx-ref:
1389       csit-vpp-perf-report-iterative-2009-3n-hsw:
1390         - 23  # rls2009 MRR iter env 5
1391     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1392       csit-vpp-perf-report-iterative-2009-2n-clx:
1393         - 35  # rls2009 MRR iter env 5
1394
1395     dpdk-compare-testbeds-ref:
1396       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1397         - 6   # NDRPDR iter env5
1398         - 7   # NDRPDR iter env5
1399         - 8   # NDRPDR iter env5
1400         - 9   # NDRPDR iter env5
1401         - 10  # NDRPDR iter env5
1402         - 11  # NDRPDR iter env5
1403         - 12  # NDRPDR iter env5
1404         - 13  # NDRPDR iter env5
1405         - 14  # NDRPDR iter env5
1406         - 15  # NDRPDR iter env5
1407     dpdk-compare-testbeds-cmp:
1408       csit-dpdk-perf-report-iterative-2009-3n-skx:
1409         - 4   # NDRPDR sel env5
1410         - 5   # NDRPDR sel env5
1411         - 6   # NDRPDR sel env5
1412         - 7   # NDRPDR sel env5
1413         - 8   # NDRPDR sel env5
1414         - 9   # NDRPDR sel env5
1415         - 14  # NDRPDR sel env5
1416         - 11  # NDRPDR sel env5
1417         - 12  # NDRPDR sel env5
1418         - 13  # NDRPDR sel env5
1419
1420     dpdk-compare-testbeds-skx-clx-ref:
1421       csit-dpdk-perf-report-iterative-2009-2n-skx:
1422         - 4   # NDRPDR iter env5
1423         - 5   # NDRPDR iter env5
1424         - 6   # NDRPDR iter env5
1425         - 7   # NDRPDR iter env5
1426         - 8   # NDRPDR iter env5
1427         - 9   # NDRPDR iter env5
1428         - 10  # NDRPDR iter env5
1429         - 11  # NDRPDR iter env5
1430         - 12  # NDRPDR iter env5
1431         - 13  # NDRPDR iter env5
1432     dpdk-compare-testbeds-skx-clx-cmp:
1433       csit-dpdk-perf-report-iterative-2009-2n-clx:
1434         - 4   # NDRPDR iter env5
1435         - 5   # NDRPDR iter env5
1436         - 6   # NDRPDR iter env5
1437         - 7   # NDRPDR iter env5
1438         - 8   # NDRPDR iter env5
1439         - 9   # NDRPDR iter env5
1440         - 10  # NDRPDR iter env5
1441         - 11  # NDRPDR iter env5
1442         - 12  # NDRPDR iter env5
1443         - 13  # NDRPDR iter env5
1444
1445     # Compare topologies
1446
1447     vpp-compare-topologies-ref:
1448       # TODO: Add:
1449       csit-vpp-perf-report-iterative-2009-3n-skx:
1450         - 27  # rls2009 NDRPDR iter env 5
1451         - 29  # rls2009 NDRPDR iter env 5
1452     vpp-compare-topologies-cmp:
1453       # TODO: Add:
1454       csit-vpp-perf-report-iterative-2009-2n-skx:
1455         - 35  # rls2009 NDRPDR iter env 5
1456         - 36  # rls2009 NDRPDR iter env 5
1457         - 37  # rls2009 NDRPDR iter env 5
1458         - 39  # rls2009 NDRPDR iter env 5
1459         - 40  # rls2009 NDRPDR iter env 5
1460
1461     vpp-compare-topologies-mrr-ref:
1462       csit-vpp-perf-report-iterative-2009-3n-skx:
1463         - 24  # rls2009 MRR iter env 5
1464     vpp-compare-topologies-mrr-cmp:
1465       csit-vpp-perf-report-iterative-2009-2n-skx:
1466         - 26  # rls2009 MRR iter env 5
1467
1468     dpdk-compare-topologies-ref:
1469       csit-dpdk-perf-report-iterative-2009-3n-skx:
1470         - 4   # NDRPDR sel env5
1471         - 5   # NDRPDR sel env5
1472         - 6   # NDRPDR sel env5
1473         - 7   # NDRPDR sel env5
1474         - 8   # NDRPDR sel env5
1475         - 9   # NDRPDR sel env5
1476         - 14  # NDRPDR sel env5
1477         - 11  # NDRPDR sel env5
1478         - 12  # NDRPDR sel env5
1479         - 13  # NDRPDR sel env5
1480     dpdk-compare-topologies-cmp:
1481       csit-dpdk-perf-report-iterative-2009-2n-skx:
1482         - 4   # NDRPDR iter env5
1483         - 5   # NDRPDR iter env5
1484         - 6   # NDRPDR iter env5
1485         - 7   # NDRPDR iter env5
1486         - 8   # NDRPDR iter env5
1487         - 9   # NDRPDR iter env5
1488         - 10  # NDRPDR iter env5
1489         - 11  # NDRPDR iter env5
1490         - 12  # NDRPDR iter env5
1491         - 13  # NDRPDR iter env5
1492
1493   plot-layouts:
1494
1495     plot-soak-throughput:
1496       titlefont:
1497         size: 18
1498       xaxis:
1499         title: "<b>Test Cases [Index]</b>"
1500         titlefont:
1501           size: 16
1502         autorange: True
1503         fixedrange: False
1504         gridcolor: "rgb(230, 230, 230)"
1505         linecolor: "rgb(220, 220, 220)"
1506         linewidth: 1
1507         showgrid: True
1508         showline: True
1509         showticklabels: True
1510         tickcolor: "rgb(220, 220, 220)"
1511         tickmode: "linear"
1512         tickfont:
1513           size: 16
1514         zeroline: False
1515       yaxis:
1516         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1517         titlefont:
1518           size: 16
1519         gridcolor: "rgb(230, 230, 230)"
1520         hoverformat: ".4r"
1521         tickformat: ".3r"
1522         linecolor: "rgb(220, 220, 220)"
1523         linewidth: 1
1524         showgrid: True
1525         showline: True
1526         showticklabels: True
1527         tickcolor: "rgb(220, 220, 220)"
1528         tickfont:
1529           size: 16
1530         zeroline: False
1531         range: [0,50]
1532       autosize: False
1533       margin:
1534         t: 50
1535         b: 0
1536         l: 80
1537         r: 20
1538       showlegend: True
1539       legend:
1540         orientation: "h"
1541         font:
1542           size: 16
1543       width: 700
1544       height: 900
1545       paper_bgcolor: "#fff"
1546       plot_bgcolor: "#fff"
1547       hoverlabel:
1548         namelength: -1
1549
1550     plot-service-density:
1551       titlefont:
1552         size: 18
1553       xaxis:
1554         side: "top"
1555         autorange: True
1556         fixedrange: False
1557         showgrid: False
1558         showline: False
1559         showticklabels: False
1560         ticks: ""
1561         ticklen: 0
1562         tickwidth: 0
1563         zeroline: False
1564       yaxis:
1565         autorange: "reversed"
1566         showgrid: False
1567         showline: False
1568         showticklabels: False
1569         ticks: ""
1570         ticklen: 0
1571         tickwidth: 0
1572         zeroline: False
1573       showlegend: False
1574       paper_bgcolor: "#fff"
1575       plot_bgcolor: "#fff"
1576       width: 700
1577       height: 700
1578       hoverlabel:
1579         namelength: -1
1580
1581     plot-hoststack:
1582       titlefont:
1583         size: 16
1584       xaxis:
1585         title: "<b>Test Cases [Index]</b>"
1586         titlefont:
1587           size: 14
1588         autorange: True
1589         fixedrange: False
1590         gridcolor: "rgb(230, 230, 230)"
1591         linecolor: "rgb(220, 220, 220)"
1592         linewidth: 1
1593         showgrid: True
1594         showline: True
1595         showticklabels: True
1596         tickcolor: "rgb(220, 220, 220)"
1597         tickmode: "linear"
1598         tickfont:
1599           size: 14
1600         zeroline: False
1601       yaxis:
1602         title: "<b>Bandwidth [Gbps]</b>"
1603         titlefont:
1604           size: 14
1605         gridcolor: "rgb(230, 230, 230)"
1606         hoverformat: ".4s"
1607         linecolor: "rgb(220, 220, 220)"
1608         linewidth: 1
1609         rangemode: "tozero"
1610         showgrid: True
1611         showline: True
1612         showticklabels: True
1613         tickcolor: "rgb(230, 230, 230)"
1614         tickformat: ".3s"
1615         tickfont:
1616           size: 14
1617         zeroline: False
1618       boxmode: "group"
1619       boxgroupgap: 0.5
1620       autosize: False
1621       margin:
1622         t: 50
1623         b: 20
1624         l: 80
1625         r: 20
1626       showlegend: True
1627       legend:
1628         orientation: "h"
1629         font:
1630           size: 14
1631       width: 700
1632       height: 800
1633       paper_bgcolor: "#fff"
1634       plot_bgcolor: "#fff"
1635       hoverlabel:
1636         namelength: -1
1637
1638     plot-throughput:
1639       titlefont:
1640         size: 18
1641       xaxis:
1642         title: "<b>Test Cases [Index]</b>"
1643         titlefont:
1644           size: 16
1645         autorange: True
1646         fixedrange: False
1647         gridcolor: "rgb(230, 230, 230)"
1648         linecolor: "rgb(220, 220, 220)"
1649         linewidth: 1
1650         showgrid: True
1651         showline: True
1652         showticklabels: True
1653         tickcolor: "rgb(220, 220, 220)"
1654         tickmode: "linear"
1655         tickfont:
1656           size: 16
1657         zeroline: False
1658       yaxis:
1659         title: "<b>Packet Throughput [Mpps]</b>"
1660         titlefont:
1661           size: 16
1662         gridcolor: "rgb(230, 230, 230)"
1663         hoverformat: ".4r"
1664         tickformat: ".3r"
1665         linecolor: "rgb(220, 220, 220)"
1666         linewidth: 1
1667         showgrid: True
1668         showline: True
1669         showticklabels: True
1670         tickcolor: "rgb(220, 220, 220)"
1671         tickfont:
1672           size: 16
1673         zeroline: False
1674         range: [0,50]
1675       autosize: False
1676       margin:
1677         t: 50
1678         b: 0
1679         l: 80
1680         r: 20
1681       showlegend: True
1682       legend:
1683         orientation: "h"
1684         font:
1685           size: 16
1686       width: 700
1687       height: 900
1688       paper_bgcolor: "#fff"
1689       plot_bgcolor: "#fff"
1690       hoverlabel:
1691         namelength: -1
1692
1693     plot-throughput-speedup-analysis:
1694       titlefont:
1695         size: 18
1696       xaxis:
1697         title: "<b>Number of Cores [Qty]</b>"
1698         titlefont:
1699           size: 16
1700         autorange: True
1701         fixedrange: False
1702         gridcolor: "rgb(230, 230, 230)"
1703         linecolor: "rgb(220, 220, 220)"
1704         linewidth: 1
1705         showgrid: True
1706         showline: True
1707         showticklabels: True
1708         tickcolor: "rgb(238, 238, 238)"
1709         tickmode: "linear"
1710         tickfont:
1711           size: 16
1712         zeroline: False
1713       yaxis:
1714         title: "<b>Packet Throughput [Mpps]</b>"
1715         titlefont:
1716           size: 16
1717         type: "linear"
1718         gridcolor: "rgb(230, 230, 230)"
1719         hoverformat: ".4s"
1720         linecolor: "rgb(220, 220, 220)"
1721         linewidth: 1
1722         showgrid: True
1723         showline: True
1724         showticklabels: True
1725         tickcolor: "rgb(220, 220, 220)"
1726         tickformat: ".4s"
1727         tickfont:
1728           size: 16
1729         zeroline: True
1730         rangemode: "tozero"
1731         range: [0,100]
1732       legend:
1733         orientation: "h"
1734         font:
1735           size: 16
1736         xanchor: "left"
1737         yanchor: "top"
1738         x: 0
1739         y: -0.2
1740         bgcolor: "rgba(255, 255, 255, 0)"
1741         bordercolor: "rgba(255, 255, 255, 0)"
1742         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1743       autosize: False
1744       margin:
1745           't': 50
1746           'b': 150
1747           'l': 85
1748           'r': 10
1749       showlegend: True
1750       width: 700
1751       height: 700
1752       paper_bgcolor: "#fff"
1753       plot_bgcolor: "#fff"
1754       hoverlabel:
1755         namelength: -1
1756       annotations: [
1757         {
1758           text: "_ _          __          ...",
1759           align: "left",
1760           showarrow: False,
1761           xref: "paper",
1762           yref: "paper",
1763           xanchor: "left",
1764           yanchor: "top",
1765           x: 0,
1766           y: -0.13,
1767           font: {
1768             family: "Consolas, Courier New",
1769             size: 15
1770           },
1771         },
1772         {
1773           text: "    Perfect     Measured     Limit",
1774           align: "left",
1775           showarrow: False,
1776           xref: "paper",
1777           yref: "paper",
1778           xanchor: "left",
1779           yanchor: "top",
1780           x: 0,
1781           y: -0.15,
1782           font: {
1783             family: "Consolas, Courier New",
1784             size: 15
1785           },
1786         },
1787       ]
1788
1789     plot-latency:
1790       titlefont:
1791         size: 18
1792       xaxis:
1793         title: "<b>Direction</b>"
1794         titlefont:
1795           size: 16
1796         autorange: True
1797         fixedrange: False
1798         gridcolor: "rgb(230, 230, 230)"
1799         linecolor: "rgb(220, 220, 220)"
1800         linewidth: 1
1801         showgrid: True
1802         showline: True
1803         showticklabels: False
1804         tickcolor: "rgb(220, 220, 220)"
1805         tickmode: "linear"
1806         tickfont:
1807           size: 16
1808         zeroline: False
1809       yaxis:
1810         title: "<b>Packet Latency [uSec]</b>"
1811         titlefont:
1812           size: 16
1813         type: "linear"
1814         gridcolor: "rgb(230, 230, 230)"
1815         hoverformat: ".4s"
1816         linecolor: "rgb(220, 220, 220)"
1817         linewidth: 1
1818         showgrid: True
1819         showline: True
1820         showticklabels: True
1821         tickcolor: "rgb(220, 220, 220)"
1822         tickformat: ".4s"
1823         tickfont:
1824           size: 16
1825         zeroline: True
1826         rangemode: "tozero"
1827       legend:
1828         orientation: "h"
1829         font:
1830           size: 16
1831         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1832       autosize: False
1833       margin:
1834           't': 50
1835           'b': 150
1836           'l': 80
1837           'r': 10
1838       showlegend: True
1839       width: 700
1840       height: 700
1841       paper_bgcolor: "#fff"
1842       plot_bgcolor: "#fff"
1843       hoverlabel:
1844         namelength: -1
1845
1846     plot-hdrh-latency:
1847       title:
1848         text: ""
1849         xanchor: "center"
1850         x: 0.5
1851         font:
1852           size: 16
1853       width: 700
1854       plot_bgcolor: "white"
1855       annotations:
1856         - font:
1857             size: 14
1858           showarrow: False
1859           text: "<b>Packet Latency [uSec]</b>"
1860           x: 1
1861           xanchor: "right"
1862           xref: "paper"
1863           y: -0.045
1864           yanchor: "top"
1865           yref: "paper"
1866         - font:
1867             size: 14
1868           showarrow: False
1869           text: "<b>Probability [%]</b>"
1870           textangle: 270
1871           x: -0.06
1872           xanchor: "center"
1873           xref: "paper"
1874           y: 0.5
1875           yanchor: "middle"
1876           yref: "paper"
1877         - font:
1878             size: 14
1879           showarrow: False
1880           text: "<b>Direction: E-W</b>"
1881           x: 0.24
1882           xanchor: "center"
1883           xref: "paper"
1884           y: 1.05
1885           yanchor: "bottom"
1886           yref: "paper"
1887         - font:
1888             size: 14
1889           showarrow: False
1890           text: "<b>Direction: W-E</b>"
1891           x: 0.74
1892           xanchor: "center"
1893           xref: "paper"
1894           y: 1.05
1895           yanchor: "bottom"
1896           yref: "paper"
1897
1898     plot-hdrh-latency-percentile:
1899       title:
1900         text: ""
1901         xanchor: "center"
1902         x: 0.5
1903         font:
1904           size: 18
1905       xaxis:
1906         type: "log"
1907         title: "<b>Percentile [%]</b>"
1908         titlefont:
1909           size: 16
1910         autorange: True
1911         fixedrange: False
1912         gridcolor: "rgb(230, 230, 230)"
1913         linecolor: "rgb(220, 220, 220)"
1914         linewidth: 1
1915         showgrid: True
1916         showline: True
1917         showticklabels: True
1918         tickcolor: "rgb(220, 220, 220)"
1919         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
1920         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
1921         tickfont:
1922           size: 16
1923       yaxis:
1924         title: "<b>Packet Latency [uSec]</b>"
1925         titlefont:
1926           size: 16
1927         gridcolor: "rgb(230, 230, 230)"
1928         linecolor: "rgb(220, 220, 220)"
1929         linewidth: 1
1930         showgrid: True
1931         showline: True
1932         showticklabels: True
1933         tickcolor: "rgb(220, 220, 220)"
1934         tickfont:
1935           size: 16
1936       autosize: False
1937       showlegend: True
1938       legend:
1939         traceorder: "normal"
1940         orientation: "h"
1941         font:
1942           size: 16
1943         xanchor: "left"
1944         yanchor: "top"
1945         x: 0
1946         y: -0.15
1947         bgcolor: "rgba(255, 255, 255, 0)"
1948         bordercolor: "rgba(255, 255, 255, 0)"
1949       width: 700
1950       height: 700
1951       paper_bgcolor: "white"
1952       plot_bgcolor: "white"
1953
1954     plot-hdrh-latency-by-percentile:
1955       title:
1956         text: "<b>Latency by Percentile Distribution</b>"
1957         xanchor: "center"
1958         x: 0.5
1959         font:
1960           size: 18
1961       showlegend: True
1962       legend:
1963         traceorder: "normal"
1964         orientation: "h"
1965         font:
1966           size: 16
1967         xanchor: "left"
1968         yanchor: "top"
1969         x: 0
1970         y: -0.2
1971         bgcolor: "rgba(255, 255, 255, 0)"
1972         bordercolor: "rgba(255, 255, 255, 0)"
1973       xaxis:
1974         type: "linear"
1975         title: "<b>Percentile [%]</b>"
1976         titlefont:
1977           size: 14
1978         autorange: False
1979         fixedrange: False
1980         range: [0, 100]
1981         gridcolor: "rgb(230, 230, 230)"
1982         linecolor: "rgb(220, 220, 220)"
1983         linewidth: 1
1984         showgrid: True
1985         showline: True
1986         showticklabels: True
1987         tickcolor: "rgb(220, 220, 220)"
1988         tickvals: [0, 25, 50, 75, 100]
1989         ticktext: [0, 25, 50, 75, 100]
1990         tickfont:
1991           size: 14
1992       yaxis:
1993         title: "<b>One-Way Latency per Direction [uSec]</b>"
1994         titlefont:
1995           size: 14
1996         gridcolor: "rgb(230, 230, 230)"
1997         linecolor: "rgb(220, 220, 220)"
1998         linewidth: 1
1999         showgrid: True
2000         showline: True
2001         showticklabels: True
2002         tickcolor: "rgb(220, 220, 220)"
2003         tickfont:
2004           size: 14
2005       width: 700
2006       height: 700
2007       paper_bgcolor: "white"
2008       plot_bgcolor: "white"
2009
2010 - type: "static"
2011   src-path: "{DIR[RST]}"
2012   dst-path: "{DIR[WORKING,SRC]}"
2013
2014 - type: "input"
2015   general:
2016     file-name: "output_info.xml.gz"
2017     file-format: ".gz"
2018     arch-file-format:
2019       - ".gz"
2020       - ".zip"
2021     download-path: "{job}/{build}/archives/{filename}"
2022     extract: "output.xml"
2023
2024     zip-file-name: "robot-plugin.zip"
2025     zip-file-format: ".zip"
2026     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2027     zip-extract: "robot-plugin/output.xml"
2028
2029   builds:
2030
2031     csit-vpp-perf-verify-2001-3n-hsw:
2032       - 17  # MRR sel
2033     csit-vpp-perf-report-iterative-2005-3n-hsw:
2034       - 20  # NDRPDR sel env 4
2035       - 21  # NDRPDR sel env 4
2036       - 22  # NDRPDR sel env 4
2037       - 23  # NDRPDR sel env 4
2038       - 24  # NDRPDR sel env 4
2039       - 25  # NDRPDR sel env 4
2040       - 26  # NDRPDR sel env 4
2041       - 27  # NDRPDR sel env 4
2042       - 28  # NDRPDR sel env 4
2043       - 29  # NDRPDR sel env 4
2044       - 13  # MRR
2045       - 30  # MRR env 4
2046       - 31  # NDRPDR sel 2001.0-4
2047       - 32  # NDRPDR sel 2001.0-4
2048       - 33  # NDRPDR sel 2001.0-4
2049       - 34  # NDRPDR sel 2001.0-4
2050       - 35  # NDRPDR sel 2001.0-4
2051       - 36  # NDRPDR sel 2001.0-4
2052       - 38  # NDRPDR sel 2001.0-4
2053     csit-vpp-perf-report-iterative-2009-3n-hsw:
2054       - 18  # rls2005 MRR iter env 5
2055       - 9   # rls2005 NDRPDR iter env 5
2056       - 10  # rls2005 NDRPDR iter env 5
2057       - 11  # rls2005 NDRPDR iter env 5
2058       - 12  # rls2005 NDRPDR iter env 5
2059       - 13  # rls2005 NDRPDR iter env 5
2060       - 14  # rls2005 NDRPDR iter env 5
2061       - 15  # rls2005 NDRPDR iter env 5
2062       - 16  # rls2005 NDRPDR iter env 5
2063       - 17  # rls2005 NDRPDR iter env 5
2064       - 19  # rls2005 NDRPDR iter env 5
2065       - 23  # rls2009 MRR iter env 5
2066       - 21  # rls2009 NDRPDR iter env 5
2067       - 22  # rls2009 NDRPDR iter env 5
2068       - 24  # rls2009 NDRPDR iter env 5
2069       - 25  # rls2009 NDRPDR iter env 5
2070       - 26  # rls2009 NDRPDR iter env 5
2071       - 27  # rls2009 NDRPDR iter env 5
2072       - 28  # rls2009 NDRPDR iter env 5
2073       - 29  # rls2009 NDRPDR iter env 5
2074       - 30  # rls2009 NDRPDR iter env 5
2075       - 31  # rls2009 NDRPDR iter env 5
2076       - 32  # rls2009 Hoststack iter env 5
2077       - 33  # rls2009 Hoststack iter env 5
2078       - 34  # rls2009 Hoststack iter env 5
2079       - 35  # rls2009 Hoststack iter env 5
2080       - 36  # rls2009 Hoststack iter env 5
2081       - 37  # rls2009 Hoststack iter env 5
2082       - 38  # rls2009 Hoststack iter env 5
2083       - 39  # rls2009 Hoststack iter env 5
2084       - 40  # rls2009 Hoststack iter env 5
2085       - 41  # rls2009 Hoststack iter env 5
2086     # TODO: Add:
2087     csit-vpp-perf-report-coverage-2009-3n-hsw:
2088       - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
2089       - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
2090       - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
2091       - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
2092       - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
2093       - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
2094       - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
2095       - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
2096       - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
2097       - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
2098       - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
2099       - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
2100       - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
2101
2102     csit-vpp-perf-verify-2001-3n-skx:
2103       - 50  # MRR sel
2104       - 53  # MRR sel addition
2105     csit-vpp-perf-report-iterative-2005-3n-skx:
2106       - 4   # NDRPDR sel
2107       - 5   # NDRPDR sel ??? all x710 failed
2108       - 33  # NDRPDR sel
2109       - 28  # NDRPDR sel
2110       - 34  # NDRPDR sel
2111       - 42  # NDRPDR sel env 4
2112       - 43  # NDRPDR sel env 4
2113       - 44  # NDRPDR sel env 4
2114       - 45  # NDRPDR sel env 4
2115       - 47  # NDRPDR sel env 4
2116       - 55  # NDRPDR sel env 4
2117       - 56  # NDRPDR sel env 4
2118       - 57  # NDRPDR sel env 4
2119       - 61  # NDRPDR sel env 4
2120       - 62  # NDRPDR sel env 4
2121       - 50  # NDRPDR sel 2001.0-4
2122       - 51  # NDRPDR sel 2001.0-4
2123       - 52  # NDRPDR sel 2001.0-4
2124       - 53  # NDRPDR sel 2001.0-4
2125       - 54  # NDRPDR sel 2001.0-4
2126       - 49  # MRR sel env 4
2127     # TODO: Add:
2128     csit-vpp-perf-report-iterative-2009-3n-skx:
2129       - 17  # rls2005 MRR iter env 5
2130       - 13  # rls2005 NDRPDR iter env 5
2131       - 18  # rls2005 NDRPDR iter env 5
2132       - 19  # rls2005 NDRPDR iter env 5
2133       - 24  # rls2009 MRR iter env 5
2134       - 27  # rls2009 NDRPDR iter env 5
2135       - 29  # rls2009 NDRPDR iter env 5
2136     # TODO: Add:
2137     csit-vpp-perf-report-coverage-2009-3n-skx:
2138       - 1   # RC2 env5 3n-skx-ip4-00
2139
2140     csit-vpp-perf-verify-2001-2n-skx:
2141       - 101  # MRR sel - old
2142       - 128  # MRR sel addition - old
2143     csit-vpp-perf-report-iterative-2005-2n-skx:
2144       - 88  # NDRPDR sel env 4
2145       - 89  # NDRPDR sel env 4
2146       - 90  # NDRPDR sel env 4
2147       - 91  # NDRPDR sel env 4
2148       - 92  # NDRPDR sel env 4
2149       - 93  # NDRPDR sel env 4
2150       - 94  # NDRPDR sel env 4
2151       - 125 # NDRPDR sel env 4
2152       - 126 # NDRPDR sel env 4
2153       - 127 # NDRPDR sel env 4
2154       - 100 # NDRPDR sel 2001.0-4
2155       - 101 # NDRPDR sel 2001.0-4
2156       - 102 # NDRPDR sel 2001.0-4
2157       - 103 # NDRPDR sel 2001.0-4
2158       - 104 # NDRPDR sel 2001.0-4
2159       - 105 # NDRPDR sel 2001.0-4
2160       - 99  # MRR sel env 4
2161       - 122 # Soak
2162       - 123 # Soak
2163       - 113 # nf-density-sel env 4
2164       - 114 # nf-density-sel env 4
2165       - 124 # nf-density-sel env 4
2166       - 128 # nf-density-sel env 4
2167       - 129 # nf-density-sel env 4
2168       - 131 # nf-density-sel env 4
2169       - 132 # nf-density-sel env 4
2170       - 135 # nf-density-sel env 4
2171       - 136 # nf-density-sel env 4
2172       - 139 # nf-density-sel env 4
2173       - 115 # MRR nf-density-sel env 4
2174     # TODO: Add:
2175     csit-vpp-perf-report-iterative-2009-2n-skx:
2176       - 20  # rls2005 MRR iter env 5
2177       - 13  # rls2005 NDRPDR iter env 5
2178       - 16  # rls2005 NDRPDR iter env 5
2179       - 17  # rls2005 NDRPDR iter env 5
2180       - 18  # rls2005 NDRPDR iter env 5
2181       - 19  # rls2005 NDRPDR iter env 5
2182       - 21  # rls2005 NDRPDR iter env 5
2183       - 22  # rls2005 NDRPDR iter env 5
2184       - 23  # rls2005 NDRPDR iter env 5
2185       - 24  # rls2005 NDRPDR iter env 5
2186       - 25  # rls2005 NDRPDR iter env 5
2187       - 26  # rls2009 MRR iter env 5
2188       - 35  # rls2009 NDRPDR iter env 5
2189       - 36  # rls2009 NDRPDR iter env 5
2190       - 37  # rls2009 NDRPDR iter env 5
2191       - 39  # rls2009 NDRPDR iter env 5
2192       - 40  # rls2009 NDRPDR iter env 5
2193       - 38  # rls2009 nf-density iter env 5
2194       - 41  # rls2009 nf-density iter env 5
2195       - 45  # rls2009 nf-density iter env 5
2196       - 47  # rls2009 nf-density iter env 5
2197       - 27  # rls2009 reconf env 5
2198       - 28  # rls2009 reconf env 5
2199       - 29  # rls2009 reconf env 5
2200       - 30  # rls2009 reconf env 5
2201       - 31  # rls2009 reconf env 5
2202       - 32  # rls2009 reconf env 5
2203       - 33  # rls2009 soak env 5
2204       - 34  # rls2009 soak env 5
2205     # TODO: Add:
2206     csit-vpp-perf-report-coverage-2009-2n-skx:
2207       - 7   # RC2 env5 2n-skx-ip4-00
2208
2209     csit-vpp-perf-verify-2001-2n-clx:
2210       - 39  # MRR
2211     csit-vpp-perf-report-iterative-2005-2n-clx:
2212       - 62  # NDRPDR sel env 4
2213       - 63  # NDRPDR sel env 4
2214       - 64  # NDRPDR sel env 4
2215       - 65  # NDRPDR sel env 4
2216       - 66  # NDRPDR sel env 4
2217       - 68  # NDRPDR sel env 4
2218       - 69  # NDRPDR sel env 4
2219       - 70  # NDRPDR sel env 4
2220       - 103 # NDRPDR sel env 4
2221       - 104 # NDRPDR sel env 4
2222       - 73  # NDRPDR sel 2001.0-4
2223       - 74  # NDRPDR sel 2001.0-4
2224       - 75  # NDRPDR sel 2001.0-4
2225       - 76  # NDRPDR sel 2001.0-4
2226       - 77  # NDRPDR sel 2001.0-4
2227       - 78  # NDRPDR sel 2001.0-4
2228       - 79  # NDRPDR sel 2001.0-4
2229       - 80  # NDRPDR sel 2001.0-4
2230       - 72  # MRR env 4
2231       - 91  # nfv-density-00 env 4
2232       - 92  # nfv-density-00 env 4
2233       - 93  # nfv-density-00 env 4
2234       - 97  # nfv-density-00 env 4
2235       - 98  # nfv-density-00 env 4
2236       - 99  # nfv-density-00 env 4
2237       - 100 # nfv-density-00 env 4
2238       - 105 # nfv-density-00 env 4
2239       - 106 # nfv-density-00 env 4
2240       - 108 # nfv-density-00 env 4
2241       - 96  # MRR nfv-density-00 env 4
2242     # TODO: Add:
2243     csit-vpp-perf-report-iterative-2009-2n-clx:
2244       - 16  # rls2005 MRR iter env 5
2245       - 13  # rls2005 NDRPDR iter env 5
2246       - 15  # rls2005 NDRPDR iter env 5
2247       - 17  # rls2005 NDRPDR iter env 5
2248       - 18  # rls2005 NDRPDR iter env 5
2249       - 19  # rls2005 NDRPDR iter env 5
2250       - 20  # rls2005 NDRPDR iter env 5
2251       - 21  # rls2005 NDRPDR iter env 5
2252       - 22  # rls2005 NDRPDR iter env 5
2253       - 23  # rls2005 NDRPDR iter env 5
2254       - 24  # rls2005 NDRPDR iter env 5
2255       - 35  # rls2009 MRR iter env 5
2256       - 36  # rls2009 NDRPDR iter env 5
2257       - 38  # rls2009 NDRPDR iter env 5
2258       - 41  # rls2009 NDRPDR iter env 5
2259       - 37  # rls2009 nf-density iter env 5
2260       - 25  # rls2009 reconf env 5
2261       - 27  # rls2009 reconf env 5
2262       - 28  # rls2009 reconf env 5
2263       - 29  # rls2009 reconf env 5
2264       - 30  # rls2009 reconf env 5
2265       - 30  # rls2009 reconf env 5
2266       - 32  # rls2009 reconf env 5
2267       - 33  # rls2009 soak env 5
2268       - 34  # rls2009 soak env 5
2269     # TODO: Add:
2270     csit-vpp-perf-report-coverage-2009-2n-clx:
2271       - 1   # RC2 env5 2n-clx-ip4-00
2272
2273     csit-vpp-perf-verify-2001-3n-tsh:
2274       - 9   # MRR sel
2275     csit-vpp-perf-report-iterative-2005-3n-tsh:
2276       - 9   # NDRPDR sel
2277       - 11  # NDRPDR sel
2278       - 12  # NDRPDR sel
2279       - 20  # NDRPDR sel
2280       - 14  # NDRPDR sel
2281       - 21  # NDRPDR sel
2282       - 23  # NDRPDR sel env 4
2283       - 25  # NDRPDR sel env 4
2284       - 33  # NDRPDR sel env 4
2285       - 34  # NDRPDR sel env 4
2286       - 35  # NDRPDR sel env 4
2287       - 36  # NDRPDR sel env 4
2288       - 37  # NDRPDR sel env 4
2289       - 38  # NDRPDR sel env 4
2290       - 39  # NDRPDR sel env 4
2291       - 40  # NDRPDR sel env 4
2292       - 28  # NDRPDR sel 2001.0-4
2293       - 29  # NDRPDR sel 2001.0-4
2294       - 31  # NDRPDR sel 2001.0-4
2295       - 27  # MRR sel env 4
2296     # TODO: Add:
2297     csit-vpp-perf-report-iterative-2009-3n-tsh:
2298       - 8   # rls2005 NDRPDR iter env 5
2299       - 11  # rls2005 NDRPDR iter env 5
2300       - 12  # rls2005 NDRPDR iter env 5
2301       - 14  # rls2009 NDRPDR iter env 5
2302     csit-vpp-perf-report-coverage-2009-3n-tsh:
2303       - 1   # RC2 3n-tsh-ip4-00
2304
2305 #    csit-vpp-perf-verify-2001-3n-dnv:
2306 #      - 5   # NDRPDR sel
2307 #      - 6   # NDRPDR sel
2308 #      - 7   # NDRPDR sel
2309 #      - 8   # NDRPDR sel
2310 #      - 9   # NDRPDR sel
2311 #      - 10  # NDRPDR sel
2312 #      - 12  # NDRPDR sel
2313 #      - 16  # NDRPDR sel
2314 #      - 17  # NDRPDR sel
2315 #      - 18  # NDRPDR sel
2316 #      - 11  # MRR sel
2317 #    csit-vpp-perf-report-iterative-2005-3n-dnv:
2318 #      - 2   # NDRPDR sel
2319 #      - 3   # NDRPDR sel
2320 #      - 4   # NDRPDR sel
2321 #      - 5   # NDRPDR sel
2322 #      - 6   # NDRPDR sel
2323 #      - 7   # NDRPDR sel
2324 #      - 9   # NDRPDR sel
2325 #      - 10  # NDRPDR sel
2326 #      - 11  # NDRPDR sel
2327 #      - 12  # NDRPDR sel
2328 #      - 8   # MRR
2329 #    csit-vpp-perf-report-coverage-2005-3n-dnv:
2330 #      - 1   # perf-full-3n-dnv-crypto_I
2331 #      - 24  # perf-full-3n-dnv-crypto_II
2332 #      - 5   # perf-full-3n-dnv-ip4_I
2333 #      - 13  # perf-full-3n-dnv-ip4_II
2334 #      - 17  # perf-full-3n-dnv-ip6_I
2335 #      - 18  # perf-full-3n-dnv-ip6_II
2336 #      - 21  # perf-full-3n-dnv-l2_I
2337 #      - 22  # perf-full-3n-dnv-l2_II
2338 #      - 23  # perf-full-3n-dnv-ip4-tunnels_I
2339 #    # TODO: Add:
2340 #    # csit-vpp-perf-report-iterative-2009-3n-dnv:
2341 #    # TODO: Add:
2342 #    # csit-vpp-perf-report-coverage-2009-3n-dnv:
2343
2344 #    csit-vpp-perf-verify-2001-2n-dnv:
2345 #      - 4   # NDRPDR sel
2346 #      - 5   # NDRPDR sel
2347 #      - 6   # NDRPDR sel
2348 #      - 7   # NDRPDR sel
2349 #      - 8   # NDRPDR sel
2350 #      - 9   # NDRPDR sel
2351 #      - 10  # NDRPDR sel
2352 #      - 11  # NDRPDR sel
2353 #      - 13  # NDRPDR sel
2354 #      - 16  # NDRPDR sel
2355 #      - 12  # MRR sel
2356 #    csit-vpp-perf-report-iterative-2005-2n-dnv:
2357 #      - 3   # NDRPDR sel
2358 #      - 6   # NDRPDR sel
2359 #      - 7   # NDRPDR sel
2360 #      - 8   # NDRPDR sel
2361 #      - 9   # NDRPDR sel
2362 #      - 10  # NDRPDR sel
2363 #      - 11  # NDRPDR sel
2364 #      - 12  # NDRPDR sel
2365 #      - 13  # NDRPDR sel
2366 #      - 14  # NDRPDR sel
2367 #      - 15  # MRR sel
2368 #    csit-vpp-perf-report-coverage-2005-2n-dnv:
2369 #      - 1   # perf-full-2n-dnv-ip4_I
2370 #      - 2   # perf-full-2n-dnv-ip4_II
2371 #      - 3   # perf-full-2n-dnv-ip6_I
2372 #      - 4   # perf-full-2n-dnv-ip6_II
2373 #      - 5   # perf-full-2n-dnv-l2_I
2374 #      - 6   # perf-full-2n-dnv-l2_II
2375 #    # TODO: Add:
2376 #    # csit-vpp-perf-report-iterative-2009-2n-dnv:
2377 #    # TODO: Add:
2378 #    # csit-vpp-perf-report-coverage-2009-2n-dnv:
2379
2380     csit-dpdk-perf-verify-2001-3n-hsw:
2381       - 4   # NDRPDR sel
2382       - 5   # NDRPDR sel
2383       - 6   # NDRPDR sel
2384       - 7   # NDRPDR sel
2385       - 8   # NDRPDR sel
2386       - 9   # NDRPDR sel
2387       - 10  # NDRPDR sel
2388       - 11  # NDRPDR sel
2389       - 12  # NDRPDR sel
2390       - 13  # NDRPDR sel
2391       - 15  # NDRPDR sel
2392       - 16  # NDRPDR sel
2393       - 17  # NDRPDR sel
2394       - 18  # NDRPDR sel
2395       - 19  # NDRPDR sel
2396       - 20  # NDRPDR sel
2397       - 21  # NDRPDR sel
2398       - 22  # NDRPDR sel
2399       - 23  # NDRPDR sel
2400       - 24  # NDRPDR sel
2401     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2402       - 25  # NDRPDR iter
2403       - 26  # NDRPDR iter
2404       - 27  # NDRPDR iter
2405       - 28  # NDRPDR iter
2406       - 29  # NDRPDR iter
2407       - 30  # NDRPDR iter
2408       - 31  # NDRPDR iter
2409       - 32  # NDRPDR iter
2410       - 33  # NDRPDR iter
2411       - 34  # NDRPDR iter
2412     csit-dpdk-perf-report-iterative-2009-3n-hsw:
2413       - 6   # NDRPDR iter env5
2414       - 7   # NDRPDR iter env5
2415       - 8   # NDRPDR iter env5
2416       - 9   # NDRPDR iter env5
2417       - 10  # NDRPDR iter env5
2418       - 11  # NDRPDR iter env5
2419       - 12  # NDRPDR iter env5
2420       - 13  # NDRPDR iter env5
2421       - 14  # NDRPDR iter env5
2422       - 15  # NDRPDR iter env5
2423
2424     csit-dpdk-perf-verify-2001-3n-skx:
2425       - 29  # NDRPDR sel xxv710
2426       - 33  # NDRPDR sel xxv710
2427       - 34  # NDRPDR sel xxv710
2428       - 35  # NDRPDR sel xxv710
2429       - 36  # NDRPDR sel xxv710
2430       - 37  # NDRPDR sel xxv710
2431       - 41  # NDRPDR sel xxv710
2432       - 42  # NDRPDR sel xxv710
2433       - 43  # NDRPDR sel xxv710
2434       - 45  # NDRPDR sel xxv710
2435       - 30  # NDRPDR sel x710
2436       - 31  # NDRPDR sel x710
2437       - 32  # NDRPDR sel x710
2438       - 38  # NDRPDR sel x710
2439       - 39  # NDRPDR sel x710
2440       - 40  # NDRPDR sel x710
2441       - 44  # NDRPDR sel x710
2442       - 46  # NDRPDR sel x710
2443       - 47  # NDRPDR sel x710
2444       - 48  # NDRPDR sel x710
2445     csit-dpdk-perf-report-iterative-2005-3n-skx:
2446       - 28  # NDRPDR iter
2447       - 29  # NDRPDR iter
2448       - 30  # NDRPDR iter
2449       - 31  # NDRPDR iter
2450       - 32  # NDRPDR iter
2451       - 33  # NDRPDR iter
2452       - 34  # NDRPDR iter
2453       - 35  # NDRPDR iter
2454       - 36  # NDRPDR iter
2455       - 37  # NDRPDR iter
2456     csit-dpdk-perf-report-iterative-2009-3n-skx:
2457       - 4   # NDRPDR sel env5
2458       - 5   # NDRPDR sel env5
2459       - 6   # NDRPDR sel env5
2460       - 7   # NDRPDR sel env5
2461       - 8   # NDRPDR sel env5
2462       - 9   # NDRPDR sel env5
2463       - 14  # NDRPDR sel env5
2464       - 11  # NDRPDR sel env5
2465       - 12  # NDRPDR sel env5
2466       - 13  # NDRPDR sel env5
2467
2468     csit-dpdk-perf-verify-2001-2n-skx:
2469       - 35  # NDRPDR sel xxv710
2470       - 36  # NDRPDR sel xxv710
2471       - 37  # NDRPDR sel xxv710
2472       - 41  # NDRPDR sel xxv710
2473       - 42  # NDRPDR sel xxv710
2474       - 43  # NDRPDR sel xxv710
2475       - 46  # NDRPDR sel xxv710
2476       - 47  # NDRPDR sel xxv710
2477       - 52  # NDRPDR sel xxv710
2478       - 53  # NDRPDR sel xxv710
2479       - 38  # NDRPDR sel x710
2480       - 39  # NDRPDR sel x710
2481       - 40  # NDRPDR sel x710
2482       - 44  # NDRPDR sel x710
2483       - 45  # NDRPDR sel x710
2484       - 48  # NDRPDR sel x710
2485       - 49  # NDRPDR sel x710
2486       - 50  # NDRPDR sel x710
2487       - 51  # NDRPDR sel x710
2488       - 54  # NDRPDR sel x710
2489     csit-dpdk-perf-report-iterative-2005-2n-skx:
2490       - 20  # NDRPDR iter
2491       - 21  # NDRPDR iter
2492       - 22  # NDRPDR iter
2493       - 23  # NDRPDR iter
2494       - 24  # NDRPDR iter
2495       - 25  # NDRPDR iter
2496       - 26  # NDRPDR iter
2497       - 27  # NDRPDR iter
2498       - 28  # NDRPDR iter
2499       - 29  # NDRPDR iter
2500     csit-dpdk-perf-report-iterative-2009-2n-skx:
2501       - 4   # NDRPDR iter env5
2502       - 5   # NDRPDR iter env5
2503       - 6   # NDRPDR iter env5
2504       - 7   # NDRPDR iter env5
2505       - 8   # NDRPDR iter env5
2506       - 9   # NDRPDR iter env5
2507       - 10  # NDRPDR iter env5
2508       - 11  # NDRPDR iter env5
2509       - 12  # NDRPDR iter env5
2510       - 13  # NDRPDR iter env5
2511
2512     csit-dpdk-perf-verify-2001-2n-clx:
2513       - 15  # NDRPDR sel
2514       - 16  # NDRPDR sel
2515       - 17  # NDRPDR sel
2516       - 18  # NDRPDR sel
2517       - 19  # NDRPDR sel
2518       - 20  # NDRPDR sel
2519       - 21  # NDRPDR sel
2520       - 22  # NDRPDR sel
2521       - 23  # NDRPDR sel
2522       - 24  # NDRPDR sel
2523       - 25  # NDRPDR sel
2524       - 26  # NDRPDR sel
2525       - 27  # NDRPDR sel
2526       - 28  # NDRPDR sel
2527       - 29  # NDRPDR sel
2528       - 30  # NDRPDR sel
2529       - 31  # NDRPDR sel
2530       - 32  # NDRPDR sel
2531       - 33  # NDRPDR sel
2532       - 34  # NDRPDR sel
2533     csit-dpdk-perf-report-iterative-2005-2n-clx:
2534       - 20  # NDRPDR iter
2535       - 21  # NDRPDR iter
2536       - 22  # NDRPDR iter
2537       - 23  # NDRPDR iter
2538       - 24  # NDRPDR iter
2539       - 25  # NDRPDR iter
2540       - 26  # NDRPDR iter
2541       - 27  # NDRPDR iter
2542       - 28  # NDRPDR iter
2543       - 29  # NDRPDR iter
2544     csit-dpdk-perf-report-iterative-2009-2n-clx:
2545       - 4   # NDRPDR iter env5
2546       - 5   # NDRPDR iter env5
2547       - 6   # NDRPDR iter env5
2548       - 7   # NDRPDR iter env5
2549       - 8   # NDRPDR iter env5
2550       - 9   # NDRPDR iter env5
2551       - 10  # NDRPDR iter env5
2552       - 11  # NDRPDR iter env5
2553       - 12  # NDRPDR iter env5
2554       - 13  # NDRPDR iter env5
2555
2556 #    csit-dpdk-perf-verify-2001-2n-dnv:
2557 #      - 9   # NDRPDR sel
2558 #      - 10  # NDRPDR sel
2559 #      - 11  # NDRPDR sel
2560 #      - 12  # NDRPDR sel
2561 #      - 13  # NDRPDR sel
2562 #      - 14  # NDRPDR sel
2563 #      - 15  # NDRPDR sel
2564 #      - 16  # NDRPDR sel
2565 #      - 17  # NDRPDR sel
2566 #      - 18  # NDRPDR sel
2567 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
2568 #      - 8   # NDRPDR sel
2569 #      - 9   # NDRPDR sel
2570 #      - 10  # NDRPDR sel
2571 #      - 11  # NDRPDR sel
2572 #      - 12  # NDRPDR sel
2573 #      - 13  # NDRPDR sel
2574 #      - 14  # NDRPDR sel
2575 #      - 15  # NDRPDR sel
2576 #      - 16  # NDRPDR sel
2577 #      - 17  # NDRPDR sel
2578 #    # TODO: Add:
2579 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
2580
2581 #    csit-dpdk-perf-verify-2001-3n-dnv:
2582 #      - 12  # NDRPDR sel
2583 #      - 13  # NDRPDR sel
2584 #      - 14  # NDRPDR sel
2585 #      - 15  # NDRPDR sel
2586 #      - 16  # NDRPDR sel
2587 #      - 17  # NDRPDR sel
2588 #      - 18  # NDRPDR sel
2589 #      - 19  # NDRPDR sel
2590 #      - 20  # NDRPDR sel
2591 #      - 22  # NDRPDR sel
2592 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
2593 #      - 6   # NDRPDR sel
2594 #      - 7   # NDRPDR sel
2595 #      - 8   # NDRPDR sel
2596 #      - 9   # NDRPDR sel
2597 #      - 10  # NDRPDR sel
2598 #      - 11  # NDRPDR sel
2599 #      - 12  # NDRPDR sel
2600 #      - 13  # NDRPDR sel
2601 #      - 14  # NDRPDR sel
2602 #      - 16  # NDRPDR sel
2603 #    # TODO: Add:
2604 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
2605
2606     csit-dpdk-perf-verify-2001-3n-tsh:
2607       - 3   # NDRPDR sel
2608       - 4   # NDRPDR sel
2609       - 5   # NDRPDR sel
2610       - 9   # NDRPDR sel
2611       - 10  # NDRPDR sel
2612       - 11  # NDRPDR sel
2613       - 12  # NDRPDR sel
2614       - 14  # NDRPDR sel
2615       - 15  # NDRPDR sel
2616       - 18  # NDRPDR sel
2617     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2618       - 5   # NDRPDR sel
2619     # TODO: Add:
2620     csit-dpdk-perf-report-iterative-2009-3n-tsh:
2621       - 1   # NDRPDR iter env5
2622       - 2   # NDRPDR iter env5
2623       - 3   # NDRPDR iter env5
2624       - 4   # NDRPDR iter env5
2625       - 5   # NDRPDR iter env5
2626       - 6   # NDRPDR iter env5
2627       - 7   # NDRPDR iter env5
2628       - 9   # NDRPDR iter env5
2629       - 10  # NDRPDR iter env5
2630
2631     # TODO: Add:
2632     csit-vpp-device-2009-ubuntu1804-1n-skx:
2633       - 131 # rls2009 env 5
2634
2635 - type: "output"
2636   output: "report"
2637   format:
2638     html:
2639     - full
2640 #    pdf:
2641 #    - minimal
2642
2643 ################################################################################
2644 ###                               T A B L E S                                ###
2645 ################################################################################
2646
2647 # VPP Soak vs NDR - 2n-skx
2648 - type: "table"
2649   title: "VPP Soak vs NDR 2n-skx"
2650   algorithm: "table_soak_vs_ndr"
2651   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2652   reference:
2653     title: "NDR"
2654     data: "vpp-soak-vs-ndr-2n-skx-ref"
2655   compare:
2656     title: "Soak"
2657     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2658   data: "vpp-soak-vs-ndr-2n-skx"
2659   include-tests: "NDR"
2660   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2661   parameters:
2662     - "throughput"
2663     - "name"
2664     - "parent"
2665
2666 # VPP Soak vs NDR - 2n-clx
2667 - type: "table"
2668   title: "VPP Soak vs NDR 2n-clx"
2669   algorithm: "table_soak_vs_ndr"
2670   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2671   reference:
2672     title: "NDR"
2673     data: "vpp-soak-vs-ndr-2n-clx-ref"
2674   compare:
2675     title: "Soak"
2676     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2677   data: "vpp-soak-vs-ndr-2n-clx"
2678   include-tests: "NDR"
2679   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2680   parameters:
2681     - "throughput"
2682     - "name"
2683     - "parent"
2684
2685 ################################################################################
2686
2687 ## VPP Compare NICs 3n-skx 2t1c ndr
2688 #- type: "table"
2689 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2690 #  algorithm: "table_comparison"
2691 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2692 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2693 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2694 #  columns:
2695 #    - title: "x710"
2696 #      data-set: "vpp-nic-comparison-3n-skx"
2697 #      tag: "NIC_Intel-X710"
2698 #    - title: "xxv710"
2699 #      data-set: "vpp-nic-comparison-3n-skx"
2700 #      tag: "NIC_Intel-XXV710"
2701 #  comparisons:
2702 #    - title: "Diff"
2703 #      reference: 1
2704 #      compare: 2
2705 #  legend:
2706 #    - ""
2707 #    - "x710, xxv710 - NICs tested."
2708 #    - "Diff - difference between x710 and xxv710 NIC."
2709 #
2710 ## VPP Compare NICs 3n-skx 4t2c ndr
2711 #- type: "table"
2712 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2713 #  algorithm: "table_comparison"
2714 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2715 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2716 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2717 #  columns:
2718 #    - title: "x710"
2719 #      data-set: "vpp-nic-comparison-3n-skx"
2720 #      tag: "NIC_Intel-X710"
2721 #    - title: "xxv710"
2722 #      data-set: "vpp-nic-comparison-3n-skx"
2723 #      tag: "NIC_Intel-XXV710"
2724 #  comparisons:
2725 #    - title: "Diff"
2726 #      reference: 1
2727 #      compare: 2
2728 #  legend:
2729 #    - ""
2730 #    - "x710, xxv710 - NICs tested."
2731 #    - "Diff - difference between x710 and xxv710 NIC."
2732 #
2733 ## VPP Compare NICs 3n-skx 2t1c pdr
2734 #- type: "table"
2735 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2736 #  algorithm: "table_comparison"
2737 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2738 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2739 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2740 #  columns:
2741 #    - title: "x710"
2742 #      data-set: "vpp-nic-comparison-3n-skx"
2743 #      tag: "NIC_Intel-X710"
2744 #    - title: "xxv710"
2745 #      data-set: "vpp-nic-comparison-3n-skx"
2746 #      tag: "NIC_Intel-XXV710"
2747 #  comparisons:
2748 #    - title: "Diff"
2749 #      reference: 1
2750 #      compare: 2
2751 #  legend:
2752 #    - ""
2753 #    - "x710, xxv710 - NICs tested."
2754 #    - "Diff - difference between x710 and xxv710 NIC."
2755 #
2756 ## VPP Compare NICs 3n-skx 4t2c pdr
2757 #- type: "table"
2758 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2759 #  algorithm: "table_comparison"
2760 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2761 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2762 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2763 #  columns:
2764 #    - title: "x710"
2765 #      data-set: "vpp-nic-comparison-3n-skx"
2766 #      tag: "NIC_Intel-X710"
2767 #    - title: "xxv710"
2768 #      data-set: "vpp-nic-comparison-3n-skx"
2769 #      tag: "NIC_Intel-XXV710"
2770 #  comparisons:
2771 #    - title: "Diff"
2772 #      reference: 1
2773 #      compare: 2
2774 #  legend:
2775 #    - ""
2776 #    - "x710, xxv710 - NICs tested."
2777 #    - "Diff - difference between x710 and xxv710 NIC."
2778
2779 ## VPP Compare NICs 3n-skx 2t1c mrr
2780 #- type: "table"
2781 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2782 #  algorithm: "table_comparison"
2783 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2784 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2785 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2786 #  columns:
2787 #    - title: "x710"
2788 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2789 #      tag: "NIC_Intel-X710"
2790 #    - title: "xxv710"
2791 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2792 #      tag: "NIC_Intel-XXV710"
2793 #  comparisons:
2794 #    - title: "Diff"
2795 #      reference: 1
2796 #      compare: 2
2797 #  legend:
2798 #    - ""
2799 #    - "x710, xxv710 - NICs tested."
2800 #    - "Diff - difference between x710 and xxv710 NIC."
2801 #
2802 ## VPP Compare NICs 3n-skx 4t2c mrr
2803 #- type: "table"
2804 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2805 #  algorithm: "table_comparison"
2806 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2807 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2808 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2809 #  columns:
2810 #    - title: "x710"
2811 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2812 #      tag: "NIC_Intel-X710"
2813 #    - title: "xxv710"
2814 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2815 #      tag: "NIC_Intel-XXV710"
2816 #  comparisons:
2817 #    - title: "Diff"
2818 #      reference: 1
2819 #      compare: 2
2820 #  legend:
2821 #    - ""
2822 #    - "x710, xxv710 - NICs tested."
2823 #    - "Diff - difference between x710 and xxv710 NIC."
2824 #
2825 ## VPP Compare NICs 3n-skx 8t4c mrr
2826 #- type: "table"
2827 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2828 #  algorithm: "table_comparison"
2829 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2830 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2831 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2832 #  columns:
2833 #    - title: "x710"
2834 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2835 #      tag: "NIC_Intel-X710"
2836 #    - title: "xxv710"
2837 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2838 #      tag: "NIC_Intel-XXV710"
2839 #  comparisons:
2840 #    - title: "Diff"
2841 #      reference: 1
2842 #      compare: 2
2843 #  legend:
2844 #    - ""
2845 #    - "x710, xxv710 - NICs tested."
2846 #    - "Diff - difference between x710 and xxv710 NIC."
2847
2848 # VPP Compare NICs 2n-skx 2t1c ndr
2849 - type: "table"
2850   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2851   algorithm: "table_comparison"
2852   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2853   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2854   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2855   columns:
2856     - title: "x710"
2857       data-set: "vpp-nic-comparison-2n-skx"
2858       tag: "NIC_Intel-X710"
2859     - title: "xxv710"
2860       data-set: "vpp-nic-comparison-2n-skx"
2861       tag: "NIC_Intel-XXV710"
2862   comparisons:
2863     - title: "Diff"
2864       reference: 1
2865       compare: 2
2866   legend:
2867     - ""
2868     - "x710, xxv710 - NICs tested."
2869     - "Diff - difference between x710 and xxv710 NIC."
2870
2871 # VPP Compare NICs 2n-skx 4t2c ndr
2872 - type: "table"
2873   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2874   algorithm: "table_comparison"
2875   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2876   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2877   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2878   columns:
2879     - title: "x710"
2880       data-set: "vpp-nic-comparison-2n-skx"
2881       tag: "NIC_Intel-X710"
2882     - title: "xxv710"
2883       data-set: "vpp-nic-comparison-2n-skx"
2884       tag: "NIC_Intel-XXV710"
2885   comparisons:
2886     - title: "Diff"
2887       reference: 1
2888       compare: 2
2889   legend:
2890     - ""
2891     - "x710, xxv710 - NICs tested."
2892     - "Diff - difference between x710 and xxv710 NIC."
2893
2894 # VPP Compare NICs 2n-skx 2t1c pdr
2895 - type: "table"
2896   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2897   algorithm: "table_comparison"
2898   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2899   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2900   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2901   columns:
2902     - title: "x710"
2903       data-set: "vpp-nic-comparison-2n-skx"
2904       tag: "NIC_Intel-X710"
2905     - title: "xxv710"
2906       data-set: "vpp-nic-comparison-2n-skx"
2907       tag: "NIC_Intel-XXV710"
2908   comparisons:
2909     - title: "Diff"
2910       reference: 1
2911       compare: 2
2912   legend:
2913     - ""
2914     - "x710, xxv710 - NICs tested."
2915     - "Diff - difference between x710 and xxv710 NIC."
2916
2917 # VPP Compare NICs 2n-skx 4t2c pdr
2918 - type: "table"
2919   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2920   algorithm: "table_comparison"
2921   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2922   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2923   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2924   columns:
2925     - title: "x710"
2926       data-set: "vpp-nic-comparison-2n-skx"
2927       tag: "NIC_Intel-X710"
2928     - title: "xxv710"
2929       data-set: "vpp-nic-comparison-2n-skx"
2930       tag: "NIC_Intel-XXV710"
2931   comparisons:
2932     - title: "Diff"
2933       reference: 1
2934       compare: 2
2935   legend:
2936     - ""
2937     - "x710, xxv710 - NICs tested."
2938     - "Diff - difference between x710 and xxv710 NIC."
2939
2940 # VPP Compare NICs 2n-skx 2t1c mrr
2941 - type: "table"
2942   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2943   algorithm: "table_comparison"
2944   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2945   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2946   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2947   columns:
2948     - title: "x710"
2949       data-set: "vpp-nic-comparison-2n-skx-mrr"
2950       tag: "NIC_Intel-X710"
2951     - title: "xxv710"
2952       data-set: "vpp-nic-comparison-2n-skx-mrr"
2953       tag: "NIC_Intel-XXV710"
2954   comparisons:
2955     - title: "Diff"
2956       reference: 1
2957       compare: 2
2958   legend:
2959     - ""
2960     - "x710, xxv710 - NICs tested."
2961     - "Diff - difference between x710 and xxv710 NIC."
2962
2963 # VPP Compare NICs 2n-skx 4t2c mrr
2964 - type: "table"
2965   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2966   algorithm: "table_comparison"
2967   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2968   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2969   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2970   columns:
2971     - title: "x710"
2972       data-set: "vpp-nic-comparison-2n-skx-mrr"
2973       tag: "NIC_Intel-X710"
2974     - title: "xxv710"
2975       data-set: "vpp-nic-comparison-2n-skx-mrr"
2976       tag: "NIC_Intel-XXV710"
2977   comparisons:
2978     - title: "Diff"
2979       reference: 1
2980       compare: 2
2981   legend:
2982     - ""
2983     - "x710, xxv710 - NICs tested."
2984     - "Diff - difference between x710 and xxv710 NIC."
2985
2986 # VPP Compare NICs 2n-skx 8t4c mrr
2987 - type: "table"
2988   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2989   algorithm: "table_comparison"
2990   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2991   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2992   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2993   columns:
2994     - title: "x710"
2995       data-set: "vpp-nic-comparison-2n-skx-mrr"
2996       tag: "NIC_Intel-X710"
2997     - title: "xxv710"
2998       data-set: "vpp-nic-comparison-2n-skx-mrr"
2999       tag: "NIC_Intel-XXV710"
3000   comparisons:
3001     - title: "Diff"
3002       reference: 1
3003       compare: 2
3004   legend:
3005     - ""
3006     - "x710, xxv710 - NICs tested."
3007     - "Diff - difference between x710 and xxv710 NIC."
3008
3009 ################################################################################
3010 # VPP
3011
3012 # VPP Performance Changes 3n-hsw 1t1c pdr
3013 - type: "table"
3014   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3015   algorithm: "table_comparison"
3016   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3017   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3018   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3019   columns:
3020     - title: "2001.0-4"
3021       data-set: "vpp-performance-changes-3n-hsw-h1"
3022     - title: "2005.0-4"
3023       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3024     - title: "2005.0-5"
3025       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3026     - title: "2009.0-5"
3027       data-set: "vpp-performance-changes-3n-hsw-cmp"
3028   comparisons:
3029     - title: "2005.0-5 vs 2005.0-4"
3030       reference: 2
3031       compare: 3
3032 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3033     - title: "2009.0-5 vs 2005.0-5"
3034       reference: 3
3035       compare: 4
3036 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3037   legend:
3038     - ''
3039     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3040     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3041     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3042     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3043     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3044
3045 # VPP Performance Changes 3n-hsw 2t2c pdr
3046 - type: "table"
3047   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3048   algorithm: "table_comparison"
3049   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3050   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3051   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3052   columns:
3053     - title: "2001.0-4"
3054       data-set: "vpp-performance-changes-3n-hsw-h1"
3055     - title: "2005.0-4"
3056       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3057     - title: "2005.0-5"
3058       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3059     - title: "2009.0-5"
3060       data-set: "vpp-performance-changes-3n-hsw-cmp"
3061   comparisons:
3062     - title: "2005.0-5 vs 2005.0-4"
3063       reference: 2
3064       compare: 3
3065 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3066     - title: "2009.0-5 vs 2005.0-5"
3067       reference: 3
3068       compare: 4
3069 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3070   legend:
3071     - ''
3072     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3073     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3074     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3075     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3076     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3077
3078 # VPP Performance Changes 3n-hsw 1t1c ndr
3079 - type: "table"
3080   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3081   algorithm: "table_comparison"
3082   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3083   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3084   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3085   columns:
3086     - title: "2001.0-4"
3087       data-set: "vpp-performance-changes-3n-hsw-h1"
3088     - title: "2005.0-4"
3089       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3090     - title: "2005.0-5"
3091       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3092     - title: "2009.0-5"
3093       data-set: "vpp-performance-changes-3n-hsw-cmp"
3094   comparisons:
3095     - title: "2005.0-5 vs 2005.0-4"
3096       reference: 2
3097       compare: 3
3098 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3099     - title: "2009.0-5 vs 2005.0-5"
3100       reference: 3
3101       compare: 4
3102 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3103   legend:
3104     - ''
3105     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3106     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3107     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3108     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3109     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3110
3111 # VPP Performance Changes 3n-hsw 2t2c ndr
3112 - type: "table"
3113   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3114   algorithm: "table_comparison"
3115   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3116   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3117   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3118   columns:
3119     - title: "2001.0-4"
3120       data-set: "vpp-performance-changes-3n-hsw-h1"
3121     - title: "2005.0-4"
3122       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3123     - title: "2005.0-5"
3124       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3125     - title: "2009.0-5"
3126       data-set: "vpp-performance-changes-3n-hsw-cmp"
3127   comparisons:
3128     - title: "2005.0-5 vs 2005.0-4"
3129       reference: 2
3130       compare: 3
3131 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3132     - title: "2009.0-5 vs 2005.0-5"
3133       reference: 3
3134       compare: 4
3135 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3136   legend:
3137     - ''
3138     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3139     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3140     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3141     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3142     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3143
3144 # VPP Performance Changes 3n-skx 2t1c pdr
3145 - type: "table"
3146   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3147   algorithm: "table_comparison"
3148   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3149   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3150   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3151   columns:
3152     - title: "2001.0-4"
3153       data-set: "vpp-performance-changes-3n-skx-h1"
3154     - title: "2005.0-4"
3155       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3156     - title: "2005.0-5"
3157       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3158     - title: "2009.0-5"
3159       data-set: "vpp-performance-changes-3n-skx-cmp"
3160   comparisons:
3161     - title: "2005.0-5 vs 2005.0-4"
3162       reference: 2
3163       compare: 3
3164 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3165     - title: "2009.0-5 vs 2005.0-5"
3166       reference: 3
3167       compare: 4
3168 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3169   legend:
3170     - ''
3171     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3172     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3173     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3174     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3175     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3176
3177 # VPP Performance Changes 3n-skx 4t2c pdr
3178 - type: "table"
3179   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3180   algorithm: "table_comparison"
3181   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3182   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3183   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3184   columns:
3185     - title: "2001.0-4"
3186       data-set: "vpp-performance-changes-3n-skx-h1"
3187     - title: "2005.0-4"
3188       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3189     - title: "2005.0-5"
3190       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3191     - title: "2009.0-5"
3192       data-set: "vpp-performance-changes-3n-skx-cmp"
3193   comparisons:
3194     - title: "2005.0-5 vs 2005.0-4"
3195       reference: 2
3196       compare: 3
3197 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3198     - title: "2009.0-5 vs 2005.0-5"
3199       reference: 3
3200       compare: 4
3201 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3202   legend:
3203     - ''
3204     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3205     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3206     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3207     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3208     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3209
3210 # VPP Performance Changes 3n-skx 2t1c ndr
3211 - type: "table"
3212   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3213   algorithm: "table_comparison"
3214   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3215   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3216   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3217   columns:
3218     - title: "2001.0-4"
3219       data-set: "vpp-performance-changes-3n-skx-h1"
3220     - title: "2005.0-4"
3221       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3222     - title: "2005.0-5"
3223       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3224     - title: "2009.0-5"
3225       data-set: "vpp-performance-changes-3n-skx-cmp"
3226   comparisons:
3227     - title: "2005.0-5 vs 2005.0-4"
3228       reference: 2
3229       compare: 3
3230 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3231     - title: "2009.0-5 vs 2005.0-5"
3232       reference: 3
3233       compare: 4
3234 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3235   legend:
3236     - ''
3237     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3238     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3239     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3240     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3241     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3242
3243 # VPP Performance Changes 3n-skx 4t2c ndr
3244 - type: "table"
3245   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3246   algorithm: "table_comparison"
3247   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3248   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3249   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3250   columns:
3251     - title: "2001.0-4"
3252       data-set: "vpp-performance-changes-3n-skx-h1"
3253     - title: "2005.0-4"
3254       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3255     - title: "2005.0-5"
3256       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3257     - title: "2009.0-5"
3258       data-set: "vpp-performance-changes-3n-skx-cmp"
3259   comparisons:
3260     - title: "2005.0-5 vs 2005.0-4"
3261       reference: 2
3262       compare: 3
3263 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3264     - title: "2009.0-5 vs 2005.0-5"
3265       reference: 3
3266       compare: 4
3267 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3268   legend:
3269     - ''
3270     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3271     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3272     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3273     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3274     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3275
3276 # VPP Performance Changes 2n-skx 2t1c pdr
3277 - type: "table"
3278   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3279   algorithm: "table_comparison"
3280   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3281   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3282   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3283   columns:
3284     - title: "2001.0-4"
3285       data-set: "vpp-performance-changes-2n-skx-h1"
3286     - title: "2005.0-4"
3287       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3288     - title: "2005.0-5"
3289       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3290     - title: "2009.0-5"
3291       data-set: "vpp-performance-changes-2n-skx-cmp"
3292   comparisons:
3293     - title: "2005.0-5 vs 2005.0-4"
3294       reference: 2
3295       compare: 3
3296 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3297     - title: "2009.0-5 vs 2005.0-5"
3298       reference: 3
3299       compare: 4
3300 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3301   legend:
3302     - ''
3303     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3304     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3305     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3306     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3307     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3308
3309 # VPP Performance Changes 2n-skx 4t2c pdr
3310 - type: "table"
3311   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3312   algorithm: "table_comparison"
3313   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3314   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3315   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3316   columns:
3317     - title: "2001.0-4"
3318       data-set: "vpp-performance-changes-2n-skx-h1"
3319     - title: "2005.0-4"
3320       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3321     - title: "2005.0-5"
3322       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3323     - title: "2009.0-5"
3324       data-set: "vpp-performance-changes-2n-skx-cmp"
3325   comparisons:
3326     - title: "2005.0-5 vs 2005.0-4"
3327       reference: 2
3328       compare: 3
3329 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3330     - title: "2009.0-5 vs 2005.0-5"
3331       reference: 3
3332       compare: 4
3333 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3334   legend:
3335     - ''
3336     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3337     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3338     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3339     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3340     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3341
3342 # VPP Performance Changes 2n-skx 2t1c ndr
3343 - type: "table"
3344   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3345   algorithm: "table_comparison"
3346   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3347   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3348   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3349   columns:
3350     - title: "2001.0-4"
3351       data-set: "vpp-performance-changes-2n-skx-h1"
3352     - title: "2005.0-4"
3353       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3354     - title: "2005.0-5"
3355       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3356     - title: "2009.0-5"
3357       data-set: "vpp-performance-changes-2n-skx-cmp"
3358   comparisons:
3359     - title: "2005.0-5 vs 2005.0-4"
3360       reference: 2
3361       compare: 3
3362 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3363     - title: "2009.0-5 vs 2005.0-5"
3364       reference: 3
3365       compare: 4
3366 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3367   legend:
3368     - ''
3369     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3370     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3371     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3372     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3373     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3374
3375 # VPP Performance Changes 2n-skx 4t2c ndr
3376 - type: "table"
3377   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3378   algorithm: "table_comparison"
3379   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3380   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3381   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3382   columns:
3383     - title: "2001.0-4"
3384       data-set: "vpp-performance-changes-2n-skx-h1"
3385     - title: "2005.0-4"
3386       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3387     - title: "2005.0-5"
3388       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3389     - title: "2009.0-5"
3390       data-set: "vpp-performance-changes-2n-skx-cmp"
3391   comparisons:
3392     - title: "2005.0-5 vs 2005.0-4"
3393       reference: 2
3394       compare: 3
3395 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
3396     - title: "2009.0-5 vs 2005.0-5"
3397       reference: 3
3398       compare: 4
3399 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
3400   legend:
3401     - ''
3402     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3403     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3404     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3405     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3406     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3407
3408 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3409 - type: "table"
3410   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3411   algorithm: "table_comparison"
3412   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3413   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3414   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3415   columns:
3416     - title: "2001.0-4"
3417       data-set: "vpp-performance-changes-2n-clx-h1"
3418     - title: "2005.0-4"
3419       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3420     - title: "2005.0-5"
3421       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3422     - title: "2009.0-5"
3423       data-set: "vpp-performance-changes-2n-clx-cmp"
3424   comparisons:
3425     - title: "2005.0-5 vs 2005.0-4"
3426       reference: 2
3427       compare: 3
3428 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3429     - title: "2009.0-5 vs 2005.0-5"
3430       reference: 3
3431       compare: 4
3432 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3433   legend:
3434     - ''
3435     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3436     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3437     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3438     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3439     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3440
3441 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3442 - type: "table"
3443   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3444   algorithm: "table_comparison"
3445   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3446   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3447   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3448   columns:
3449     - title: "2001.0-4"
3450       data-set: "vpp-performance-changes-2n-clx-h1"
3451     - title: "2005.0-4"
3452       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3453     - title: "2005.0-5"
3454       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3455     - title: "2009.0-5"
3456       data-set: "vpp-performance-changes-2n-clx-cmp"
3457   comparisons:
3458     - title: "2005.0-5 vs 2005.0-4"
3459       reference: 2
3460       compare: 3
3461 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3462     - title: "2009.0-5 vs 2005.0-5"
3463       reference: 3
3464       compare: 4
3465 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3466   legend:
3467     - ''
3468     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3469     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3470     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3471     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3472     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3473
3474 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3475 - type: "table"
3476   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3477   algorithm: "table_comparison"
3478   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3479   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3480   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3481   columns:
3482     - title: "2001.0-4"
3483       data-set: "vpp-performance-changes-2n-clx-h1"
3484     - title: "2005.0-4"
3485       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3486     - title: "2005.0-5"
3487       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3488     - title: "2009.0-5"
3489       data-set: "vpp-performance-changes-2n-clx-cmp"
3490   comparisons:
3491     - title: "2005.0-5 vs 2005.0-4"
3492       reference: 2
3493       compare: 3
3494 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3495     - title: "2009.0-5 vs 2005.0-5"
3496       reference: 3
3497       compare: 4
3498 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3499   legend:
3500     - ''
3501     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3502     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3503     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3504     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3505     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3506
3507 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3508 - type: "table"
3509   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3510   algorithm: "table_comparison"
3511   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3512   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3513   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3514   columns:
3515     - title: "2001.0-4"
3516       data-set: "vpp-performance-changes-2n-clx-h1"
3517     - title: "2005.0-4"
3518       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3519     - title: "2005.0-5"
3520       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3521     - title: "2009.0-5"
3522       data-set: "vpp-performance-changes-2n-clx-cmp"
3523   comparisons:
3524     - title: "2005.0-5 vs 2005.0-4"
3525       reference: 2
3526       compare: 3
3527 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3528     - title: "2009.0-5 vs 2005.0-5"
3529       reference: 3
3530       compare: 4
3531 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3532   legend:
3533     - ''
3534     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3535     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3536     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3537     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3538     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3539
3540 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
3541 #- type: "table"
3542 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3543 #  algorithm: "table_comparison"
3544 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3545 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3546 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3547 #  columns:
3548 #    - title: "2001.0-2"
3549 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3550 #    - title: "2005.0-3"
3551 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3552 #  comparisons:
3553 #    - title: "Diff"
3554 #      reference: 1
3555 #      compare: 2
3556 #  legend:
3557 #    - ''
3558 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3559 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3560 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3561 #    - '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.'
3562 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3563 #
3564 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
3565 #- type: "table"
3566 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3567 #  algorithm: "table_comparison"
3568 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3569 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3570 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3571 #  columns:
3572 #    - title: "2001.0-2"
3573 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3574 #    - title: "2005.0-3"
3575 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3576 #  comparisons:
3577 #    - title: "Diff"
3578 #      reference: 1
3579 #      compare: 2
3580 #  legend:
3581 #    - ''
3582 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3583 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3584 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3585 #    - '2005.0-3 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3586 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3587 #
3588 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
3589 #- type: "table"
3590 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3591 #  algorithm: "table_comparison"
3592 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3593 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3594 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3595 #  columns:
3596 #    - title: "2001.0-2"
3597 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3598 #    - title: "2005.0-3"
3599 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3600 #  comparisons:
3601 #    - title: "Diff"
3602 #      reference: 1
3603 #      compare: 2
3604 #  legend:
3605 #    - ''
3606 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3607 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3608 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3609 #    - '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.'
3610 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3611 #
3612 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
3613 #- type: "table"
3614 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
3615 #  algorithm: "table_comparison"
3616 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3617 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3618 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3619 #  columns:
3620 #    - title: "2001.0-2"
3621 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3622 #    - title: "2005.0-3"
3623 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3624 #  comparisons:
3625 #    - title: "Diff"
3626 #      reference: 1
3627 #      compare: 2
3628 #  legend:
3629 #    - ''
3630 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3631 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3632 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3633 #    - '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.'
3634 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3635
3636 ## VPP Performance Changes 2n-dnv 1t1c pdr
3637 #- type: "table"
3638 #  title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3639 #  algorithm: "table_comparison"
3640 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3641 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3642 #  filter: "'1T1C'"
3643 #  columns:
3644 #    - title: "2001.0-2"
3645 #      data-set: "vpp-performance-changes-2n-dnv-h1"
3646 #    - title: "2005.0-3"
3647 #      data-set: "vpp-performance-changes-2n-dnv-ref"
3648 #    - title: "2009.0-5"
3649 #      data-set: "vpp-performance-changes-2n-dnv-cmp"
3650 #  comparisons:
3651 #    - title: "2009.0-5 vs 2005.0-3"
3652 #      reference: 2
3653 #      compare: 3
3654 #  legend:
3655 #    - ''
3656 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3657 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3658 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3659 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3660 #
3661 ## VPP Performance Changes 2n-dnv 2t2c pdr
3662 #- type: "table"
3663 #  title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3664 #  algorithm: "table_comparison"
3665 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3666 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3667 #  filter: "'2T2C'"
3668 #  columns:
3669 #    - title: "2001.0-2"
3670 #      data-set: "vpp-performance-changes-2n-dnv-h1"
3671 #    - title: "2005.0-3"
3672 #      data-set: "vpp-performance-changes-2n-dnv-ref"
3673 #    - title: "2009.0-5"
3674 #      data-set: "vpp-performance-changes-2n-dnv-cmp"
3675 #  comparisons:
3676 #    - title: "2009.0-5 vs 2005.0-3"
3677 #      reference: 2
3678 #      compare: 3
3679 #  legend:
3680 #    - ''
3681 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3682 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3683 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3684 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3685 #
3686 ## VPP Performance Changes 2n-dnv 1t1c ndr
3687 #- type: "table"
3688 #  title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3689 #  algorithm: "table_comparison"
3690 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3691 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3692 #  filter: "'1T1C'"
3693 #  columns:
3694 #    - title: "2001.0-2"
3695 #      data-set: "vpp-performance-changes-2n-dnv-h1"
3696 #    - title: "2005.0-3"
3697 #      data-set: "vpp-performance-changes-2n-dnv-ref"
3698 #    - title: "2009.0-5"
3699 #      data-set: "vpp-performance-changes-2n-dnv-cmp"
3700 #  comparisons:
3701 #    - title: "2009.0-5 vs 2005.0-3"
3702 #      reference: 2
3703 #      compare: 3
3704 #  legend:
3705 #    - ''
3706 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3707 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3708 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3709 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3710 #
3711 ## VPP Performance Changes 2n-dnv 2t2c ndr
3712 #- type: "table"
3713 #  title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3714 #  algorithm: "table_comparison"
3715 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3716 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3717 #  filter: "'2T2C'"
3718 #  columns:
3719 #    - title: "2001.0-2"
3720 #      data-set: "vpp-performance-changes-2n-dnv-h1"
3721 #    - title: "2005.0-3"
3722 #      data-set: "vpp-performance-changes-2n-dnv-ref"
3723 #    - title: "2009.0-5"
3724 #      data-set: "vpp-performance-changes-2n-dnv-cmp"
3725 #  comparisons:
3726 #    - title: "2009.0-5 vs 2005.0-3"
3727 #      reference: 2
3728 #      compare: 3
3729 #  legend:
3730 #    - ''
3731 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3732 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3733 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3734 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3735 #
3736 ## VPP Performance Changes 3n-dnv 1t1c pdr
3737 #- type: "table"
3738 #  title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3739 #  algorithm: "table_comparison"
3740 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3741 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3742 #  filter: "'1T1C'"
3743 #  columns:
3744 #    - title: "2001.0-2"
3745 #      data-set: "vpp-performance-changes-3n-dnv-h1"
3746 #    - title: "2005.0-3"
3747 #      data-set: "vpp-performance-changes-3n-dnv-ref"
3748 #    - title: "2009.0-5"
3749 #      data-set: "vpp-performance-changes-3n-dnv-cmp"
3750 #  comparisons:
3751 #    - title: "2009.0-5 vs 2005.0-3"
3752 #      reference: 2
3753 #      compare: 3
3754 #  legend:
3755 #    - ''
3756 #    - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3757 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3758 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3759 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3760 #
3761 ## VPP Performance Changes 3n-dnv 2t2c pdr
3762 #- type: "table"
3763 #  title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3764 #  algorithm: "table_comparison"
3765 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3766 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3767 #  filter: "'2T2C'"
3768 #  columns:
3769 #    - title: "2001.0-2"
3770 #      data-set: "vpp-performance-changes-3n-dnv-h1"
3771 #    - title: "2005.0-3"
3772 #      data-set: "vpp-performance-changes-3n-dnv-ref"
3773 #    - title: "2009.0-5"
3774 #      data-set: "vpp-performance-changes-3n-dnv-cmp"
3775 #  comparisons:
3776 #    - title: "2009.0-5 vs 2005.0-3"
3777 #      reference: 2
3778 #      compare: 3
3779 #  legend:
3780 #    - ''
3781 #    - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3782 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3783 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3784 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3785 #
3786 ## VPP Performance Changes 3n-dnv 1t1c ndr
3787 #- type: "table"
3788 #  title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3789 #  algorithm: "table_comparison"
3790 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3791 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3792 #  filter: "'1T1C'"
3793 #  columns:
3794 #    - title: "2001.0-2"
3795 #      data-set: "vpp-performance-changes-3n-dnv-h1"
3796 #    - title: "2005.0-3"
3797 #      data-set: "vpp-performance-changes-3n-dnv-ref"
3798 #    - title: "2009.0-5"
3799 #      data-set: "vpp-performance-changes-3n-dnv-cmp"
3800 #  comparisons:
3801 #    - title: "2009.0-5 vs 2005.0-3"
3802 #      reference: 2
3803 #      compare: 3
3804 #  legend:
3805 #    - ''
3806 #    - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
3807 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3808 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3809 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3810 #
3811 ## VPP Performance Changes 3n-dnv 2t2c ndr
3812 #- type: "table"
3813 #  title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3814 #  algorithm: "table_comparison"
3815 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3816 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3817 #  filter: "'2T2C'"
3818 #  columns:
3819 #    - title: "2001.0-2"
3820 #      data-set: "vpp-performance-changes-3n-dnv-h1"
3821 #    - title: "2005.0-3"
3822 #      data-set: "vpp-performance-changes-3n-dnv-ref"
3823 #    - title: "2009.0-5"
3824 #      data-set: "vpp-performance-changes-3n-dnv-cmp"
3825 #  comparisons:
3826 #    - title: "2009.0-5 vs 2005.0-3"
3827 #      reference: 2
3828 #      compare: 3
3829 #  legend:
3830 #    - ''
3831 #    - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
3832 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3833 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3834 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3835
3836 # VPP Performance Changes 3n-tsh 1t1c pdr
3837 - type: "table"
3838   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3839   algorithm: "table_comparison"
3840   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3841   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3842   filter: "'1T1C'"
3843   columns:
3844     - title: "2001.0-4"
3845       data-set: "vpp-performance-changes-3n-tsh-h1"
3846     - title: "2005.0-4"
3847       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
3848     - title: "2005.0-5"
3849       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
3850     - title: "2009.0-5"
3851       data-set: "vpp-performance-changes-3n-tsh-cmp"
3852   comparisons:
3853     - title: "2005.0-5 vs 2005.0-4"
3854       reference: 2
3855       compare: 3
3856 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
3857     - title: "2009.0-5 vs 2005.0-5"
3858       reference: 3
3859       compare: 4
3860 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
3861   legend:
3862     - ''
3863     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
3864     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3865     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3866     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3867     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3868
3869 # VPP Performance Changes 3n-tsh 2t2c pdr
3870 - type: "table"
3871   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3872   algorithm: "table_comparison"
3873   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3874   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3875   filter: "'2T2C'"
3876   columns:
3877     - title: "2001.0-4"
3878       data-set: "vpp-performance-changes-3n-tsh-h1"
3879     - title: "2005.0-4"
3880       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
3881     - title: "2005.0-5"
3882       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
3883     - title: "2009.0-5"
3884       data-set: "vpp-performance-changes-3n-tsh-cmp"
3885   comparisons:
3886     - title: "2005.0-5 vs 2005.0-4"
3887       reference: 2
3888       compare: 3
3889 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
3890     - title: "2009.0-5 vs 2005.0-5"
3891       reference: 3
3892       compare: 4
3893 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
3894   legend:
3895     - ''
3896     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
3897     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3898     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3899     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3900     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3901
3902 # VPP Performance Changes 3n-tsh 1t1c ndr
3903 - type: "table"
3904   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3905   algorithm: "table_comparison"
3906   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3907   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3908   filter: "'1T1C'"
3909   columns:
3910     - title: "2001.0-4"
3911       data-set: "vpp-performance-changes-3n-tsh-h1"
3912     - title: "2005.0-4"
3913       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
3914     - title: "2005.0-5"
3915       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
3916     - title: "2009.0-5"
3917       data-set: "vpp-performance-changes-3n-tsh-cmp"
3918   comparisons:
3919     - title: "2005.0-5 vs 2005.0-4"
3920       reference: 2
3921       compare: 3
3922 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
3923     - title: "2009.0-5 vs 2005.0-5"
3924       reference: 3
3925       compare: 4
3926 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
3927   legend:
3928     - ''
3929     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
3930     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3931     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3932     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3933     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3934
3935 # VPP Performance Changes 3n-tsh 2t2c ndr
3936 - type: "table"
3937   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3938   algorithm: "table_comparison"
3939   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3940   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3941   filter: "'2T2C'"
3942   columns:
3943     - title: "2001.0-4"
3944       data-set: "vpp-performance-changes-3n-tsh-h1"
3945     - title: "2005.0-4"
3946       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
3947     - title: "2005.0-5"
3948       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
3949     - title: "2009.0-5"
3950       data-set: "vpp-performance-changes-3n-tsh-cmp"
3951   comparisons:
3952     - title: "2005.0-5 vs 2005.0-4"
3953       reference: 2
3954       compare: 3
3955 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
3956     - title: "2009.0-5 vs 2005.0-5"
3957       reference: 3
3958       compare: 4
3959 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
3960   legend:
3961     - ''
3962     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
3963     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3964     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3965     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3966     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3967
3968 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3969 - type: "table"
3970   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3971   algorithm: "table_comparison"
3972   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3973   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3974   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3975   columns:
3976     - title: "3n-hsw xl710"
3977       data-set: "vpp-compare-testbeds-ref"
3978       tag: "NIC_Intel-XL710"
3979     - title: "3n-skx xxv710"
3980       data-set: "vpp-compare-testbeds-cmp"
3981       tag: "NIC_Intel-XXV710"
3982   comparisons:
3983     - title: "Diff"
3984       reference: 1
3985       compare: 2
3986   legend:
3987     - ""
3988     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3989     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3990
3991 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3992 - type: "table"
3993   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3994   algorithm: "table_comparison"
3995   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3996   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3997   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3998   columns:
3999     - title: "3n-hsw xl710"
4000       data-set: "vpp-compare-testbeds-ref"
4001       tag: "NIC_Intel-XL710"
4002     - title: "3n-skx xxv710"
4003       data-set: "vpp-compare-testbeds-cmp"
4004       tag: "NIC_Intel-XXV710"
4005   comparisons:
4006     - title: "Diff"
4007       reference: 1
4008       compare: 2
4009   legend:
4010     - ""
4011     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4012     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4013
4014 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4015 - type: "table"
4016   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4017   algorithm: "table_comparison"
4018   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4019   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4020   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4021   columns:
4022     - title: "3n-hsw xl710"
4023       data-set: "vpp-compare-testbeds-ref"
4024       tag: "NIC_Intel-XL710"
4025     - title: "3n-skx xxv710"
4026       data-set: "vpp-compare-testbeds-cmp"
4027       tag: "NIC_Intel-XXV710"
4028   comparisons:
4029     - title: "Diff"
4030       reference: 1
4031       compare: 2
4032   legend:
4033     - ""
4034     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4035     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4036
4037 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4038 - type: "table"
4039   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4040   algorithm: "table_comparison"
4041   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4042   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4043   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4044   columns:
4045     - title: "3n-hsw xl710"
4046       data-set: "vpp-compare-testbeds-ref"
4047       tag: "NIC_Intel-XL710"
4048     - title: "3n-skx xxv710"
4049       data-set: "vpp-compare-testbeds-cmp"
4050       tag: "NIC_Intel-XXV710"
4051   comparisons:
4052     - title: "Diff"
4053       reference: 1
4054       compare: 2
4055   legend:
4056     - ""
4057     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4058     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4059
4060 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4061 - type: "table"
4062   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4063   algorithm: "table_comparison"
4064   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4065   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4066   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4067   columns:
4068     - title: "2n-skx"
4069       data-set: "vpp-compare-testbeds-skx-clx-ref"
4070     - title: "2n-clx"
4071       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4072   comparisons:
4073     - title: "Diff"
4074       reference: 1
4075       compare: 2
4076   legend:
4077     - ""
4078     - "2n-skx, 2n-clx - testbeds and NICs tested."
4079     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4080
4081 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4082 - type: "table"
4083   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4084   algorithm: "table_comparison"
4085   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4086   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4087   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4088   columns:
4089     - title: "2n-skx"
4090       data-set: "vpp-compare-testbeds-skx-clx-ref"
4091     - title: "2n-clx"
4092       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4093   comparisons:
4094     - title: "Diff"
4095       reference: 1
4096       compare: 2
4097   legend:
4098     - ""
4099     - "2n-skx, 2n-clx - testbeds and NICs tested."
4100     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4101
4102 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4103 - type: "table"
4104   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4105   algorithm: "table_comparison"
4106   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4107   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4108   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4109   columns:
4110     - title: "2n-skx"
4111       data-set: "vpp-compare-testbeds-skx-clx-ref"
4112     - title: "2n-clx"
4113       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4114   comparisons:
4115     - title: "Diff"
4116       reference: 1
4117       compare: 2
4118   legend:
4119     - ""
4120     - "2n-skx, 2n-clx - testbeds and NICs tested."
4121     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4122
4123 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4124 - type: "table"
4125   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4126   algorithm: "table_comparison"
4127   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4128   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4129   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4130   columns:
4131     - title: "2n-skx"
4132       data-set: "vpp-compare-testbeds-skx-clx-ref"
4133     - title: "2n-clx"
4134       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4135   comparisons:
4136     - title: "Diff"
4137       reference: 1
4138       compare: 2
4139   legend:
4140     - ""
4141     - "2n-skx, 2n-clx - testbeds and NICs tested."
4142     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4143
4144 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4145 - type: "table"
4146   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4147   algorithm: "table_comparison"
4148   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4149   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4150   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4151   columns:
4152     - title: "3n-hsw xl710"
4153       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4154       tag: "NIC_Intel-XL710"
4155     - title: "2n-clx xxv710"
4156       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4157       tag: "NIC_Intel-XXV710"
4158   comparisons:
4159     - title: "Diff"
4160       reference: 1
4161       compare: 2
4162   legend:
4163     - ""
4164     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4165     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4166
4167 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4168 - type: "table"
4169   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4170   algorithm: "table_comparison"
4171   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4172   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4173   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4174   columns:
4175     - title: "3n-hsw xl710"
4176       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4177       tag: "NIC_Intel-XL710"
4178     - title: "2n-clx xxv710"
4179       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4180       tag: "NIC_Intel-XXV710"
4181   comparisons:
4182     - title: "Diff"
4183       reference: 1
4184       compare: 2
4185   legend:
4186     - ""
4187     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4188     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4189
4190 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4191 - type: "table"
4192   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4193   algorithm: "table_comparison"
4194   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4195   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4196   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4197   columns:
4198     - title: "3n-hsw xl710"
4199       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4200       tag: "NIC_Intel-XL710"
4201     - title: "2n-clx xxv710"
4202       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4203       tag: "NIC_Intel-XXV710"
4204   comparisons:
4205     - title: "Diff"
4206       reference: 1
4207       compare: 2
4208   legend:
4209     - ""
4210     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4211     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4212
4213 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4214 - type: "table"
4215   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4216   algorithm: "table_comparison"
4217   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4218   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4219   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4220   columns:
4221     - title: "3n-hsw xl710"
4222       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4223       tag: "NIC_Intel-XL710"
4224     - title: "2n-clx xxv710"
4225       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4226       tag: "NIC_Intel-XXV710"
4227   comparisons:
4228     - title: "Diff"
4229       reference: 1
4230       compare: 2
4231   legend:
4232     - ""
4233     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4234     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4235
4236 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4237 - type: "table"
4238   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4239   algorithm: "table_comparison"
4240   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4241   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4242   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4243   columns:
4244     - title: "3n-skx"
4245       data-set: "vpp-compare-topologies-ref"
4246     - title: "2n-skx"
4247       data-set: "vpp-compare-topologies-cmp"
4248   comparisons:
4249     - title: "Diff"
4250       reference: 1
4251       compare: 2
4252   legend:
4253     - ""
4254     - "3n-skx, 2n-skx - topologies tested."
4255     - "Diff - difference between 3n-skx and 2n-skx topologies."
4256
4257 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4258 - type: "table"
4259   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4260   algorithm: "table_comparison"
4261   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4262   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4263   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4264   columns:
4265     - title: "3n-skx"
4266       data-set: "vpp-compare-topologies-ref"
4267     - title: "2n-skx"
4268       data-set: "vpp-compare-topologies-cmp"
4269   comparisons:
4270     - title: "Diff"
4271       reference: 1
4272       compare: 2
4273   legend:
4274     - ""
4275     - "3n-skx, 2n-skx - topologies tested."
4276     - "Diff - difference between 3n-skx and 2n-skx topologies."
4277
4278 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4279 - type: "table"
4280   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4281   algorithm: "table_comparison"
4282   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4283   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4284   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4285   columns:
4286     - title: "3n-skx"
4287       data-set: "vpp-compare-topologies-ref"
4288     - title: "2n-skx"
4289       data-set: "vpp-compare-topologies-cmp"
4290   comparisons:
4291     - title: "Diff"
4292       reference: 1
4293       compare: 2
4294   legend:
4295     - ""
4296     - "3n-skx, 2n-skx - topologies tested."
4297     - "Diff - difference between 3n-skx and 2n-skx topologies."
4298
4299 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4300 - type: "table"
4301   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4302   algorithm: "table_comparison"
4303   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4304   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4305   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4306   columns:
4307     - title: "3n-skx"
4308       data-set: "vpp-compare-topologies-ref"
4309     - title: "2n-skx"
4310       data-set: "vpp-compare-topologies-cmp"
4311   comparisons:
4312     - title: "Diff"
4313       reference: 1
4314       compare: 2
4315   legend:
4316     - ""
4317     - "3n-skx, 2n-skx - topologies tested."
4318     - "Diff - difference between 3n-skx and 2n-skx topologies."
4319
4320 # VPP Performance Changes 3n-hsw 1t1c mrr
4321 - type: "table"
4322   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4323   algorithm: "table_comparison"
4324   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4325   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4326   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4327   columns:
4328     - title: "2001.0-2"
4329       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4330     - title: "2005.0-4"
4331       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4332     - title: "2005.0-5"
4333       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4334     - title: "2009.0-5"
4335       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4336   comparisons:
4337     - title: "2005.0-5 vs 2005.0-4"
4338       reference: 2
4339       compare: 3
4340 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4341     - title: "2009.0-5 vs 2005.0-5"
4342       reference: 3
4343       compare: 4
4344 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
4345   legend:
4346     - ''
4347     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4348     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4349     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4350     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4351     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4352
4353 # VPP Performance Changes 3n-hsw 2t2c mrr
4354 - type: "table"
4355   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4356   algorithm: "table_comparison"
4357   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4358   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4359   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4360   columns:
4361     - title: "2001.0-2"
4362       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4363     - title: "2005.0-4"
4364       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4365     - title: "2005.0-5"
4366       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4367     - title: "2009.0-5"
4368       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4369   comparisons:
4370     - title: "2005.0-5 vs 2005.0-4"
4371       reference: 2
4372       compare: 3
4373 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
4374     - title: "2009.0-5 vs 2005.0-5"
4375       reference: 3
4376       compare: 4
4377 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
4378   legend:
4379     - ''
4380     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4381     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4382     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4383     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4384     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4385
4386 # VPP Performance Changes 3n-hsw 4t4c mrr
4387 - type: "table"
4388   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4389   algorithm: "table_comparison"
4390   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4391   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4392   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4393   columns:
4394     - title: "2001.0-2"
4395       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4396     - title: "2005.0-4"
4397       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4398     - title: "2005.0-5"
4399       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4400     - title: "2009.0-5"
4401       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4402   comparisons:
4403     - title: "2005.0-5 vs 2005.0-4"
4404       reference: 2
4405       compare: 3
4406 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
4407     - title: "2009.0-5 vs 2005.0-5"
4408       reference: 3
4409       compare: 4
4410 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
4411   legend:
4412     - ''
4413     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4414     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4415     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4416     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4417     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4418
4419 # VPP Performance Changes 3n-skx 2t1c mrr
4420 - type: "table"
4421   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4422   algorithm: "table_comparison"
4423   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4424   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4425   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4426   columns:
4427     - title: "2001.0-2"
4428       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4429     - title: "2005.0-4"
4430       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4431     - title: "2005.0-5"
4432       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4433     - title: "2009.0-5"
4434       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4435   comparisons:
4436     - title: "2005.0-5 vs 2005.0-4"
4437       reference: 2
4438       compare: 3
4439 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
4440     - title: "2009.0-5 vs 2005.0-5"
4441       reference: 2
4442       compare: 3
4443 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca2.yaml"
4444   legend:
4445     - ''
4446     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4447     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4448     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4449     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4450     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4451
4452 # VPP Performance Changes 3n-skx 4t2c mrr
4453 - type: "table"
4454   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4455   algorithm: "table_comparison"
4456   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4457   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4458   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4459   columns:
4460     - title: "2001.0-2"
4461       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4462     - title: "2005.0-4"
4463       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4464     - title: "2005.0-5"
4465       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4466     - title: "2009.0-5"
4467       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4468   comparisons:
4469     - title: "2005.0-5 vs 2005.0-4"
4470       reference: 2
4471       compare: 3
4472 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca1.yaml"
4473     - title: "2009.0-5 vs 2005.0-5"
4474       reference: 2
4475       compare: 3
4476 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca2.yaml"
4477   legend:
4478     - ''
4479     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4480     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4481     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4482     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4483     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4484
4485 # VPP Performance Changes 3n-skx 8t4c mrr
4486 - type: "table"
4487   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4488   algorithm: "table_comparison"
4489   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4490   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4491   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4492   columns:
4493     - title: "2001.0-2"
4494       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4495     - title: "2005.0-4"
4496       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4497     - title: "2005.0-5"
4498       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4499     - title: "2009.0-5"
4500       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4501   comparisons:
4502     - title: "2005.0-5 vs 2005.0-4"
4503       reference: 2
4504       compare: 3
4505 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca1.yaml"
4506     - title: "2009.0-5 vs 2005.0-5"
4507       reference: 2
4508       compare: 3
4509 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca2.yaml"
4510   legend:
4511     - ''
4512     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4513     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4514     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4515     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4516     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4517
4518 # VPP Performance Changes 2n-skx 2t1c mrr
4519 - type: "table"
4520   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4521   algorithm: "table_comparison"
4522   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4523   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4524   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4525   columns:
4526     - title: "2001.0-2"
4527       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4528     - title: "2005.0-4"
4529       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4530     - title: "2005.0-5"
4531       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4532     - title: "2009.0-5"
4533       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4534   comparisons:
4535     - title: "2005.0-5 vs 2005.0-4"
4536       reference: 2
4537       compare: 3
4538 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
4539     - title: "2009.0-5 vs 2005.0-4"
4540       reference: 3
4541       compare: 4
4542 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
4543   legend:
4544     - ''
4545     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4546     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4547     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4548     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4549     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4550
4551 # VPP Performance Changes 2n-skx 4t2c mrr
4552 - type: "table"
4553   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4554   algorithm: "table_comparison"
4555   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4556   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4557   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4558   columns:
4559     - title: "2001.0-2"
4560       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4561     - title: "2005.0-4"
4562       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4563     - title: "2005.0-5"
4564       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4565     - title: "2009.0-5"
4566       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4567   comparisons:
4568     - title: "2005.0-5 vs 2005.0-4"
4569       reference: 2
4570       compare: 3
4571 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
4572     - title: "2009.0-5 vs 2005.0-4"
4573       reference: 3
4574       compare: 4
4575 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
4576   legend:
4577     - ''
4578     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4579     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4580     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4581     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4582     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4583
4584 # VPP Performance Changes 2n-skx 8t4c mrr
4585 - type: "table"
4586   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4587   algorithm: "table_comparison"
4588   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4589   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4590   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4591   columns:
4592     - title: "2001.0-2"
4593       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4594     - title: "2005.0-4"
4595       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4596     - title: "2005.0-5"
4597       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4598     - title: "2009.0-5"
4599       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4600   comparisons:
4601     - title: "2005.0-5 vs 2005.0-4"
4602       reference: 2
4603       compare: 3
4604 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
4605     - title: "2009.0-5 vs 2005.0-4"
4606       reference: 3
4607       compare: 4
4608 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
4609   legend:
4610     - ''
4611     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4612     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4613     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4614     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4615     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4616
4617 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4618 - type: "table"
4619   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4620   algorithm: "table_comparison"
4621   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4622   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4623   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4624   columns:
4625     - title: "2001.0-2"
4626       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4627     - title: "2005.0-4"
4628       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4629     - title: "2005.0-5"
4630       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4631     - title: "2009.0-5"
4632       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4633   comparisons:
4634     - title: "2005.0-5 vs 2005.0-4"
4635       reference: 2
4636       compare: 3
4637 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
4638     - title: "2009.0-5 vs 2005.0-5"
4639       reference: 3
4640       compare: 4
4641 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
4642   legend:
4643     - ''
4644     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4645     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4646     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4647     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4648     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4649
4650 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4651 - type: "table"
4652   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4653   algorithm: "table_comparison"
4654   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4655   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4656   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4657   columns:
4658     - title: "2001.0-2"
4659       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4660     - title: "2005.0-4"
4661       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4662     - title: "2005.0-5"
4663       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4664     - title: "2009.0-5"
4665       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4666   comparisons:
4667     - title: "2005.0-5 vs 2005.0-4"
4668       reference: 2
4669       compare: 3
4670 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
4671     - title: "2009.0-5 vs 2005.0-5"
4672       reference: 3
4673       compare: 4
4674 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
4675   legend:
4676     - ''
4677     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4678     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4679     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4680     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4681     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4682
4683 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4684 - type: "table"
4685   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4686   algorithm: "table_comparison"
4687   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4688   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4689   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4690   columns:
4691     - title: "2001.0-2"
4692       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4693     - title: "2005.0-4"
4694       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4695     - title: "2005.0-5"
4696       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4697     - title: "2009.0-5"
4698       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4699   comparisons:
4700     - title: "2005.0-5 vs 2005.0-4"
4701       reference: 2
4702       compare: 3
4703 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
4704     - title: "2009.0-5 vs 2005.0-5"
4705       reference: 3
4706       compare: 4
4707 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
4708   legend:
4709     - ''
4710     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4711     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4712     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4713     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4714     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4715
4716 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
4717 #- type: "table"
4718 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
4719 #  algorithm: "table_comparison"
4720 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
4721 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4722 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4723 #  columns:
4724 #    - title: "2001"
4725 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4726 #    - title: "2005"
4727 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4728 #  comparisons:
4729 #    - title: "Diff"
4730 #      reference: 1
4731 #      compare: 2
4732 #  legend:
4733 #    - ""
4734 #    - "2001, 2005 - VPP versions tested."
4735 #    - "Diff - difference between 2001 and 2005 VPP version."
4736 #
4737 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
4738 #- type: "table"
4739 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
4740 #  algorithm: "table_comparison"
4741 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
4742 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4743 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4744 #  columns:
4745 #    - title: "2001"
4746 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4747 #    - title: "2005"
4748 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4749 #  comparisons:
4750 #    - title: "Diff"
4751 #      reference: 1
4752 #      compare: 2
4753 #  legend:
4754 #    - ""
4755 #    - "2001, 2005 - VPP versions tested."
4756 #    - "Diff - difference between 2001 and 2005 VPP version."
4757 #
4758 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
4759 #- type: "table"
4760 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
4761 #  algorithm: "table_comparison"
4762 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
4763 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4764 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4765 #  columns:
4766 #    - title: "2001"
4767 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4768 #    - title: "2005"
4769 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4770 #  comparisons:
4771 #    - title: "Diff"
4772 #      reference: 1
4773 #      compare: 2
4774 #  legend:
4775 #    - ""
4776 #    - "2001, 2005 - VPP versions tested."
4777 #    - "Diff - difference between 2001 and 2005 VPP version."
4778
4779 ## VPP Performance Changes 2n-dnv 1t1c mrr
4780 #- type: "table"
4781 #  title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4782 #  algorithm: "table_comparison"
4783 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4784 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4785 #  filter: "'1T1C'"
4786 #  columns:
4787 #    - title: "2001.0-2"
4788 #      data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4789 #    - title: "2005.0-3"
4790 #      data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4791 #    - title: "2009.0-5"
4792 #      data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4793 #  comparisons:
4794 #    - title: "2009.0-5 vs 2005.0-3"
4795 #      reference: 2
4796 #      compare: 3
4797 #  legend:
4798 #    - ''
4799 #    - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4800 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4801 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4802 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4803 #
4804 ## VPP Performance Changes 2n-dnv 2t2c mrr
4805 #- type: "table"
4806 #  title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4807 #  algorithm: "table_comparison"
4808 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4809 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4810 #  filter: "'2T2C'"
4811 #  columns:
4812 #    - title: "2001.0-2"
4813 #      data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4814 #    - title: "2005.0-3"
4815 #      data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4816 #    - title: "2009.0-5"
4817 #      data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4818 #  comparisons:
4819 #    - title: "2009.0-5 vs 2005.0-3"
4820 #      reference: 2
4821 #      compare: 3
4822 #  legend:
4823 #    - ''
4824 #    - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4825 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4826 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4827 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4828 #
4829 ## VPP Performance Changes 2n-dnv 4t4c mrr
4830 #- type: "table"
4831 #  title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4832 #  algorithm: "table_comparison"
4833 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4834 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4835 #  filter: "'4T4C'"
4836 #  columns:
4837 #    - title: "2001.0-2"
4838 #      data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4839 #    - title: "2005.0-3"
4840 #      data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4841 #    - title: "2009.0-5"
4842 #      data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4843 #  comparisons:
4844 #    - title: "2009.0-5 vs 2005.0-3"
4845 #      reference: 2
4846 #      compare: 3
4847 #  legend:
4848 #    - ''
4849 #    - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4850 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4851 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4852 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4853 #
4854 ## VPP Performance Changes 3n-dnv 1t1c mrr
4855 #- type: "table"
4856 #  title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4857 #  algorithm: "table_comparison"
4858 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4859 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4860 #  filter: "'1T1C'"
4861 #  columns:
4862 #    - title: "2001.0-2"
4863 #      data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4864 #    - title: "2005.0-3"
4865 #      data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4866 #    - title: "2009.0-5"
4867 #      data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4868 #  comparisons:
4869 #    - title: "2009.0-5 vs 2005.0-3"
4870 #      reference: 2
4871 #      compare: 3
4872 #  legend:
4873 #    - ''
4874 #    - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
4875 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4876 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4877 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4878 #
4879 ## VPP Performance Changes 3n-dnv 2t2c mrr
4880 #- type: "table"
4881 #  title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4882 #  algorithm: "table_comparison"
4883 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4884 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4885 #  filter: "'2T2C'"
4886 #  columns:
4887 #    - title: "2001.0-2"
4888 #      data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4889 #    - title: "2005.0-3"
4890 #      data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4891 #    - title: "2009.0-5"
4892 #      data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4893 #  comparisons:
4894 #    - title: "2009.0-5 vs 2005.0-3"
4895 #      reference: 2
4896 #      compare: 3
4897 #  legend:
4898 #    - ''
4899 #    - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
4900 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4901 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4902 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4903 #
4904 ## VPP Performance Changes 3n-dnv 4t4c mrr
4905 #- type: "table"
4906 #  title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4907 #  algorithm: "table_comparison"
4908 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4909 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4910 #  filter: "'4T4C'"
4911 #  columns:
4912 #    - title: "2001.0-2"
4913 #      data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4914 #    - title: "2005.0-3"
4915 #      data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4916 #    - title: "2009.0-5"
4917 #      data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4918 #  comparisons:
4919 #    - title: "2009.0-5 vs 2005.0-3"
4920 #      reference: 2
4921 #      compare: 3
4922 #  legend:
4923 #    - ''
4924 #    - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
4925 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4926 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4927 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4928
4929 # VPP Performance Changes 3n-tsh 1t1c mrr
4930 - type: "table"
4931   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
4932   algorithm: "table_comparison"
4933   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4934   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4935   filter: "'1T1C'"
4936   columns:
4937     - title: "2001.0-2"
4938       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4939     - title: "2005.0-4"
4940       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
4941     - title: "2009.0-5"
4942       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4943   comparisons:
4944     - title: "2009.0-5 vs 2005.0-4"
4945       reference: 2
4946       compare: 3
4947 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
4948   legend:
4949     - ''
4950     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
4951     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4952     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4953     - '2009.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4954
4955 # VPP Performance Changes 3n-tsh 2t2c mrr
4956 - type: "table"
4957   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
4958   algorithm: "table_comparison"
4959   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4960   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4961   filter: "'2T2C'"
4962   columns:
4963     - title: "2001.0-2"
4964       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4965     - title: "2005.0-4"
4966       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
4967     - title: "2009.0-5"
4968       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4969   comparisons:
4970     - title: "2009.0-5 vs 2005.0-4"
4971       reference: 2
4972       compare: 3
4973 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
4974   legend:
4975     - ''
4976     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
4977     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4978     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4979     - '2009.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4980
4981 # VPP Performance Changes 3n-tsh 4t4c mrr
4982 - type: "table"
4983   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
4984   algorithm: "table_comparison"
4985   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4986   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4987   filter: "'4T4C'"
4988   columns:
4989     - title: "2001.0-2"
4990       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4991     - title: "2005.0-4"
4992       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
4993     - title: "2009.0-5"
4994       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4995   comparisons:
4996     - title: "2009.0-5 vs 2005.0-4"
4997       reference: 2
4998       compare: 3
4999 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5000   legend:
5001     - ''
5002     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5003     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5004     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5005     - '2009.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5006
5007 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5008 - type: "table"
5009   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5010   algorithm: "table_comparison"
5011   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5012   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5013   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5014   columns:
5015     - title: "3n-hsw xl710"
5016       data-set: "vpp-compare-testbeds-mrr-ref"
5017       tag: "NIC_Intel-XL710"
5018     - title: "3n-skx xxv710"
5019       data-set: "vpp-compare-testbeds-mrr-cmp"
5020       tag: "NIC_Intel-XXV710"
5021   comparisons:
5022     - title: "Diff"
5023       reference: 1
5024       compare: 2
5025   legend:
5026     - ""
5027     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5028     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5029
5030 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5031 - type: "table"
5032   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5033   algorithm: "table_comparison"
5034   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5035   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5036   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5037   columns:
5038     - title: "3n-hsw xl710"
5039       data-set: "vpp-compare-testbeds-mrr-ref"
5040       tag: "NIC_Intel-XL710"
5041     - title: "3n-skx xxv710"
5042       data-set: "vpp-compare-testbeds-mrr-cmp"
5043       tag: "NIC_Intel-XXV710"
5044   comparisons:
5045     - title: "Diff"
5046       reference: 1
5047       compare: 2
5048   legend:
5049     - ""
5050     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5051     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5052
5053 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5054 - type: "table"
5055   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5056   algorithm: "table_comparison"
5057   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5058   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5059   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5060   columns:
5061     - title: "3n-hsw xl710"
5062       data-set: "vpp-compare-testbeds-mrr-ref"
5063       tag: "NIC_Intel-XL710"
5064     - title: "3n-skx xxv710"
5065       data-set: "vpp-compare-testbeds-mrr-cmp"
5066       tag: "NIC_Intel-XXV710"
5067   comparisons:
5068     - title: "Diff"
5069       reference: 1
5070       compare: 2
5071   legend:
5072     - ""
5073     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5074     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5075
5076 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5077 - type: "table"
5078   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5079   algorithm: "table_comparison"
5080   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5081   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5082   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5083   columns:
5084     - title: "2n-skx"
5085       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5086     - title: "2n-clx"
5087       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5088   comparisons:
5089     - title: "Diff"
5090       reference: 1
5091       compare: 2
5092   legend:
5093     - ""
5094     - "2n-skx, 2n-clx - testbeds and NICs tested."
5095     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5096
5097 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5098 - type: "table"
5099   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5100   algorithm: "table_comparison"
5101   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5102   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5103   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5104   columns:
5105     - title: "2n-skx"
5106       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5107     - title: "2n-clx"
5108       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5109   comparisons:
5110     - title: "Diff"
5111       reference: 1
5112       compare: 2
5113   legend:
5114     - ""
5115     - "2n-skx, 2n-clx - testbeds and NICs tested."
5116     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5117
5118 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5119 - type: "table"
5120   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5121   algorithm: "table_comparison"
5122   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5123   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5124   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5125   columns:
5126     - title: "2n-skx"
5127       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5128     - title: "2n-clx"
5129       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5130   comparisons:
5131     - title: "Diff"
5132       reference: 1
5133       compare: 2
5134   legend:
5135     - ""
5136     - "2n-skx, 2n-clx - testbeds and NICs tested."
5137     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5138
5139 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5140 - type: "table"
5141   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5142   algorithm: "table_comparison"
5143   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5144   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5145   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5146   columns:
5147     - title: "3n-skx"
5148       data-set: "vpp-compare-topologies-mrr-ref"
5149     - title: "2n-skx"
5150       data-set: "vpp-compare-topologies-mrr-cmp"
5151   comparisons:
5152     - title: "Diff"
5153       reference: 1
5154       compare: 2
5155   legend:
5156     - ""
5157     - "3n-skx, 2n-skx - topologies tested."
5158     - "Diff - difference between 3n-skx and 2n-skx topologies."
5159
5160 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5161 - type: "table"
5162   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5163   algorithm: "table_comparison"
5164   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5165   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5166   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5167   columns:
5168     - title: "3n-skx"
5169       data-set: "vpp-compare-topologies-mrr-ref"
5170     - title: "2n-skx"
5171       data-set: "vpp-compare-topologies-mrr-cmp"
5172   comparisons:
5173     - title: "Diff"
5174       reference: 1
5175       compare: 2
5176   legend:
5177     - ""
5178     - "3n-skx, 2n-skx - topologies tested."
5179     - "Diff - difference between 3n-skx and 2n-skx topologies."
5180
5181 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5182 - type: "table"
5183   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5184   algorithm: "table_comparison"
5185   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5186   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5187   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5188   columns:
5189     - title: "3n-skx"
5190       data-set: "vpp-compare-topologies-mrr-ref"
5191     - title: "2n-skx"
5192       data-set: "vpp-compare-topologies-mrr-cmp"
5193   comparisons:
5194     - title: "Diff"
5195       reference: 1
5196       compare: 2
5197   legend:
5198     - ""
5199     - "3n-skx, 2n-skx - topologies tested."
5200     - "Diff - difference between 3n-skx and 2n-skx topologies."
5201
5202 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5203 - type: "table"
5204   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5205   algorithm: "table_comparison"
5206   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5207   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5208   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5209   columns:
5210     - title: "3n-hsw xl710"
5211       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5212       tag: "NIC_Intel-XL710"
5213     - title: "2n-clx xxv710"
5214       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5215       tag: "NIC_Intel-XXV710"
5216   comparisons:
5217     - title: "Diff"
5218       reference: 1
5219       compare: 2
5220   legend:
5221     - ""
5222     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5223     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5224
5225 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5226 - type: "table"
5227   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5228   algorithm: "table_comparison"
5229   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5230   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5231   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5232   columns:
5233     - title: "3n-hsw xl710"
5234       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5235       tag: "NIC_Intel-XL710"
5236     - title: "2n-clx xxv710"
5237       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5238       tag: "NIC_Intel-XXV710"
5239   comparisons:
5240     - title: "Diff"
5241       reference: 1
5242       compare: 2
5243   legend:
5244     - ""
5245     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5246     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5247
5248 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5249 - type: "table"
5250   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5251   algorithm: "table_comparison"
5252   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5253   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5254   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5255   columns:
5256     - title: "3n-hsw xl710"
5257       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5258       tag: "NIC_Intel-XL710"
5259     - title: "2n-clx xxv710"
5260       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5261       tag: "NIC_Intel-XXV710"
5262   comparisons:
5263     - title: "Diff"
5264       reference: 1
5265       compare: 2
5266   legend:
5267     - ""
5268     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5269     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5270
5271 # Detailed Test Results - VPP Performance Results 3n-hsw
5272 - type: "table"
5273   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5274   algorithm: "table_merged_details"
5275   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5276   columns:
5277     - title: " |prein| Test Name |preout| "
5278       data: "data name"
5279     - 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| "
5280       data: "data msg"
5281   data: "vpp-perf-results-3n-hsw"
5282   filter: "all"
5283   parameters:
5284   - "name"
5285   - "parent"
5286   - "msg"
5287
5288 # Detailed Test Results - VPP Performance Results 3n-skx
5289 - type: "table"
5290   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5291   algorithm: "table_merged_details"
5292   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5293   columns:
5294     - title: " |prein| Test Name |preout| "
5295       data: "data name"
5296     - 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| "
5297       data: "data msg"
5298   data: "vpp-perf-results-3n-skx"
5299   filter: "all"
5300   remove-ndr: False
5301   parameters:
5302   - "name"
5303   - "parent"
5304   - "msg"
5305
5306 # Detailed Test Results - VPP Performance Results 2n-skx
5307 - type: "table"
5308   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5309   algorithm: "table_merged_details"
5310   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5311   columns:
5312     - title: " |prein| Test Name |preout| "
5313       data: "data name"
5314     - 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| "
5315       data: "data msg"
5316   data: "vpp-perf-results-2n-skx"
5317   filter: "all"
5318   remove-ndr: False
5319   parameters:
5320   - "name"
5321   - "parent"
5322   - "msg"
5323
5324 # Detailed Test Results - VPP Performance Results 2n-clx
5325 - type: "table"
5326   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5327   algorithm: "table_merged_details"
5328   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5329   columns:
5330     - title: " |prein| Test Name |preout| "
5331       data: "data name"
5332     - 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| "
5333       data: "data msg"
5334   data: "vpp-perf-results-2n-clx"
5335   filter: "all"
5336   parameters:
5337   - "name"
5338   - "parent"
5339   - "msg"
5340
5341 # Detailed Test Results - VPP Performance Results 3n-tsh
5342 - type: "table"
5343   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5344   algorithm: "table_merged_details"
5345   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5346   columns:
5347     - title: " |prein| Test Name |preout| "
5348       data: "data name"
5349     - 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| "
5350       data: "data msg"
5351   data: "vpp-perf-results-3n-tsh"
5352   filter: "all"
5353   parameters:
5354   - "name"
5355   - "parent"
5356   - "msg"
5357
5358 ## Detailed Test Results - VPP Performance Results 3n-dnv
5359 #- type: "table"
5360 #  title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5361 #  algorithm: "table_merged_details"
5362 #  output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5363 #  columns:
5364 #    - title: " |prein| Test Name |preout| "
5365 #      data: "data name"
5366 #    - 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| "
5367 #      data: "data msg"
5368 #  data: "vpp-perf-results-3n-dnv"
5369 #  filter: "all"
5370 #  parameters:
5371 #  - "name"
5372 #  - "parent"
5373 #  - "msg"
5374 #
5375 ## Detailed Test Results - VPP Performance Results 2n-dnv
5376 #- type: "table"
5377 #  title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5378 #  algorithm: "table_merged_details"
5379 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5380 #  columns:
5381 #    - title: " |prein| Test Name |preout| "
5382 #      data: "data name"
5383 #    - 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| "
5384 #      data: "data msg"
5385 #  data: "vpp-perf-results-2n-dnv"
5386 #  filter: "all"
5387 #  parameters:
5388 #  - "name"
5389 #  - "parent"
5390 #  - "msg"
5391
5392 # Test configuration - VPP Performance Test Configs 3n-hsw
5393 - type: "table"
5394   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5395   algorithm: "table_merged_details"
5396   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5397   columns:
5398     - title: " |prein| Test Name |preout| "
5399       data: "data name"
5400     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5401       data: "data conf-history"
5402   data: "vpp-perf-results-3n-hsw"
5403   filter: "all"
5404   parameters:
5405   - "parent"
5406   - "name"
5407   - "conf-history"
5408
5409 # Test configuration - VPP Performance Test Configs 3n-skx
5410 - type: "table"
5411   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5412   algorithm: "table_merged_details"
5413   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5414   columns:
5415     - title: " |prein| Test Name |preout| "
5416       data: "data name"
5417     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5418       data: "data conf-history"
5419   data: "vpp-perf-results-3n-skx"
5420   filter: "all"
5421   parameters:
5422   - "parent"
5423   - "name"
5424   - "conf-history"
5425
5426 # Test configuration - VPP Performance Test Configs 2n-skx
5427 - type: "table"
5428   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5429   algorithm: "table_merged_details"
5430   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5431   columns:
5432     - title: " |prein| Test Name |preout| "
5433       data: "data name"
5434     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5435       data: "data conf-history"
5436   data: "vpp-perf-results-2n-skx"
5437   filter: "all"
5438   parameters:
5439   - "parent"
5440   - "name"
5441   - "conf-history"
5442
5443 # Test configuration - VPP Performance Test Configs 2n-clx
5444 - type: "table"
5445   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5446   algorithm: "table_merged_details"
5447   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5448   columns:
5449     - title: " |prein| Test Name |preout| "
5450       data: "data name"
5451     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5452       data: "data conf-history"
5453   data: "vpp-perf-results-2n-clx"
5454   filter: "all"
5455   parameters:
5456   - "parent"
5457   - "name"
5458   - "conf-history"
5459
5460 # Test configuration - VPP Performance Test Configs 3n-tsh
5461 - type: "table"
5462   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5463   algorithm: "table_merged_details"
5464   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5465   columns:
5466     - title: " |prein| Test Name |preout| "
5467       data: "data name"
5468     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5469       data: "data conf-history"
5470   data: "vpp-perf-results-3n-tsh"
5471   filter: "all"
5472   parameters:
5473   - "parent"
5474   - "name"
5475   - "conf-history"
5476
5477 ## Test configuration - VPP Performance Test Configs 3n-dnv
5478 #- type: "table"
5479 #  title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5480 #  algorithm: "table_merged_details"
5481 #  output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5482 #  columns:
5483 #    - title: " |prein| Test Name |preout| "
5484 #      data: "data name"
5485 #    - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5486 #      data: "data conf-history"
5487 #  data: "vpp-perf-results-3n-dnv"
5488 #  filter: "all"
5489 #  parameters:
5490 #  - "parent"
5491 #  - "name"
5492 #  - "conf-history"
5493 #
5494 ## Test configuration - VPP Performance Test Configs 2n-dnv
5495 #- type: "table"
5496 #  title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5497 #  algorithm: "table_merged_details"
5498 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5499 #  columns:
5500 #    - title: " |prein| Test Name |preout| "
5501 #      data: "data name"
5502 #    - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5503 #      data: "data conf-history"
5504 #  data: "vpp-perf-results-2n-dnv"
5505 #  filter: "all"
5506 #  parameters:
5507 #  - "parent"
5508 #  - "name"
5509 #  - "conf-history"
5510
5511 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5512 - type: "table"
5513   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5514   algorithm: "table_oper_data_html"
5515   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5516   data: "vpp-perf-results-3n-hsw"
5517   filter: "all"
5518
5519 # Test Operational Data - VPP Performance Operational Data 3n-skx
5520 - type: "table"
5521   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5522   algorithm: "table_oper_data_html"
5523   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5524   data: "vpp-perf-results-3n-skx"
5525   filter: "all"
5526
5527 # Test Operational Data - VPP Performance Operational Data 2n-skx
5528 - type: "table"
5529   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5530   algorithm: "table_oper_data_html"
5531   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5532   data: "vpp-perf-results-2n-skx"
5533   filter: "all"
5534
5535 # Test Operational Data - VPP Performance Operational Data 2n-clx
5536 - type: "table"
5537   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5538   algorithm: "table_oper_data_html"
5539   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5540   data: "vpp-perf-results-2n-clx"
5541   filter: "all"
5542
5543 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5544 - type: "table"
5545   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5546   algorithm: "table_oper_data_html"
5547   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5548   data: "vpp-perf-results-3n-tsh"
5549   filter: "all"
5550
5551 ## Test Operational Data - VPP Performance Operational Data 3n-dnv
5552 #- type: "table"
5553 #  title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5554 #  algorithm: "table_oper_data_html"
5555 #  output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5556 #  data: "vpp-perf-results-3n-dnv"
5557 #  filter: "all"
5558 #
5559 ## Test Operational Data - VPP Performance Operational Data 2n-dnv
5560 #- type: "table"
5561 #  title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5562 #  algorithm: "table_oper_data_html"
5563 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5564 #  data: "vpp-perf-results-2n-dnv"
5565 #  filter: "all"
5566
5567 # Detailed Test Results - VPP MRR Results 3n-hsw
5568 - type: "table"
5569   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5570   algorithm: "table_merged_details"
5571   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5572   columns:
5573     - title: " |prein| Test Name |preout| "
5574       data: "data name"
5575     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5576       data: "data msg"
5577   data: "vpp-mrr-results-3n-hsw"
5578   filter: "all"
5579   parameters:
5580   - "name"
5581   - "parent"
5582   - "msg"
5583
5584 # Detailed Test Results - VPP MRR Results 3n-skx
5585 - type: "table"
5586   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5587   algorithm: "table_merged_details"
5588   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5589   columns:
5590     - title: " |prein| Test Name |preout| "
5591       data: "data name"
5592     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5593       data: "data msg"
5594   data: "vpp-mrr-results-3n-skx"
5595   filter: "all"
5596   parameters:
5597   - "name"
5598   - "parent"
5599   - "msg"
5600
5601 # Detailed Test Results - VPP MRR Results 2n-skx
5602 - type: "table"
5603   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5604   algorithm: "table_merged_details"
5605   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5606   columns:
5607     - title: " |prein| Test Name |preout| "
5608       data: "data name"
5609     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5610       data: "data msg"
5611   data: "vpp-mrr-results-2n-skx"
5612   filter: "all"
5613   parameters:
5614   - "name"
5615   - "parent"
5616   - "msg"
5617
5618 # Detailed Test Results - VPP MRR Results 2n-clx
5619 - type: "table"
5620   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5621   algorithm: "table_merged_details"
5622   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5623   columns:
5624     - title: " |prein| Test Name |preout| "
5625       data: "data name"
5626     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5627       data: "data msg"
5628   data: "vpp-mrr-results-2n-clx"
5629   filter: "all"
5630   parameters:
5631   - "name"
5632   - "parent"
5633   - "msg"
5634
5635 # Detailed Test Results - VPP MRR Results 3n-tsh
5636 - type: "table"
5637   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5638   algorithm: "table_merged_details"
5639   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5640   columns:
5641     - title: " |prein| Test Name |preout| "
5642       data: "data name"
5643     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5644       data: "data msg"
5645   data: "vpp-mrr-results-3n-tsh"
5646   filter: "all"
5647   parameters:
5648   - "name"
5649   - "parent"
5650   - "msg"
5651
5652 ## Detailed Test Results - VPP MRR Results 3n-dnv
5653 #- type: "table"
5654 #  title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5655 #  algorithm: "table_merged_details"
5656 #  output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5657 #  columns:
5658 #    - title: " |prein| Test Name |preout| "
5659 #      data: "data name"
5660 #    - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5661 #      data: "data msg"
5662 #  data: "vpp-mrr-results-3n-dnv"
5663 #  filter: "all"
5664 #  parameters:
5665 #  - "name"
5666 #  - "parent"
5667 #  - "msg"
5668 #
5669 ## Detailed Test Results - VPP MRR Results 2n-dnv
5670 #- type: "table"
5671 #  title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5672 #  algorithm: "table_merged_details"
5673 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5674 #  columns:
5675 #    - title: " |prein| Test Name |preout| "
5676 #      data: "data name"
5677 #    - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5678 #      data: "data msg"
5679 #  data: "vpp-mrr-results-2n-dnv"
5680 #  filter: "all"
5681 #  parameters:
5682 #  - "name"
5683 #  - "parent"
5684 #  - "msg"
5685
5686 # Test configuration - VPP MRR Test Configs 3n-hsw
5687 - type: "table"
5688   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5689   algorithm: "table_merged_details"
5690   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5691   columns:
5692     - title: " |prein| Test Name |preout| "
5693       data: "data name"
5694     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5695       data: "data conf-history"
5696   data: "vpp-mrr-results-3n-hsw"
5697   filter: "all"
5698   parameters:
5699   - "parent"
5700   - "name"
5701   - "conf-history"
5702
5703 # Test configuration - VPP MRR Test Configs 3n-skx
5704 - type: "table"
5705   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5706   algorithm: "table_merged_details"
5707   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5708   columns:
5709     - title: " |prein| Test Name |preout| "
5710       data: "data name"
5711     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5712       data: "data conf-history"
5713   data: "vpp-mrr-results-3n-skx"
5714   filter: "all"
5715   parameters:
5716   - "parent"
5717   - "name"
5718   - "conf-history"
5719
5720 # Test configuration - VPP MRR Test Configs 2n-skx
5721 - type: "table"
5722   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5723   algorithm: "table_merged_details"
5724   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5725   columns:
5726     - title: " |prein| Test Name |preout| "
5727       data: "data name"
5728     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5729       data: "data conf-history"
5730   data: "vpp-mrr-results-2n-skx"
5731   filter: "all"
5732   parameters:
5733   - "parent"
5734   - "name"
5735   - "conf-history"
5736
5737 # Test configuration - VPP MRR Test Configs 2n-clx
5738 - type: "table"
5739   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5740   algorithm: "table_merged_details"
5741   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5742   columns:
5743     - title: " |prein| Test Name |preout| "
5744       data: "data name"
5745     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5746       data: "data conf-history"
5747   data: "vpp-mrr-results-2n-clx"
5748   filter: "all"
5749   parameters:
5750   - "parent"
5751   - "name"
5752   - "conf-history"
5753
5754 # Test configuration - VPP MRR Test Configs 3n-tsh
5755 - type: "table"
5756   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5757   algorithm: "table_merged_details"
5758   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5759   columns:
5760     - title: " |prein| Test Name |preout| "
5761       data: "data name"
5762     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5763       data: "data conf-history"
5764   data: "vpp-mrr-results-3n-tsh"
5765   filter: "all"
5766   parameters:
5767   - "parent"
5768   - "name"
5769   - "conf-history"
5770
5771 ## Test configuration - VPP MRR Test Configs 3n-dnv
5772 #- type: "table"
5773 #  title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5774 #  algorithm: "table_merged_details"
5775 #  output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5776 #  columns:
5777 #    - title: " |prein| Test Name |preout| "
5778 #      data: "data name"
5779 #    - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5780 #      data: "data conf-history"
5781 #  data: "vpp-mrr-results-3n-dnv"
5782 #  filter: "all"
5783 #  parameters:
5784 #  - "parent"
5785 #  - "name"
5786 #  - "conf-history"
5787 #
5788 ## Test configuration - VPP MRR Test Configs 2n-dnv
5789 #- type: "table"
5790 #  title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5791 #  algorithm: "table_merged_details"
5792 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5793 #  columns:
5794 #    - title: " |prein| Test Name |preout| "
5795 #      data: "data name"
5796 #    - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5797 #      data: "data conf-history"
5798 #  data: "vpp-mrr-results-2n-dnv"
5799 #  filter: "all"
5800 #  parameters:
5801 #  - "parent"
5802 #  - "name"
5803 #  - "conf-history"
5804
5805 # Detailed Test Results - VPP Device Results - Ubuntu
5806 - type: "table"
5807   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5808   algorithm: "table_merged_details"
5809   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5810   columns:
5811     - title: " |prein| Test Name |preout| "
5812       data: "data name"
5813     - title: " |prein| Status |preout| "
5814       data: "data status"
5815   data: "vpp-device-results-ubuntu"
5816   filter: "all"
5817   parameters:
5818   - "name"
5819   - "parent"
5820   - "doc"
5821   - "status"
5822
5823 # Test configuration - VPP Device Test Configs - Ubuntu
5824 - type: "table"
5825   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5826   algorithm: "table_merged_details"
5827   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5828   columns:
5829     - title: " |prein| Test Name |preout| "
5830       data: "data name"
5831     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5832       data: "data conf-history"
5833   data: "vpp-device-results-ubuntu"
5834   filter: "all"
5835   parameters:
5836   - "parent"
5837   - "name"
5838   - "conf-history"
5839
5840 ################################################################################
5841
5842 # DPDK Performance Changes 3n-hsw 1t1c pdr
5843 - type: "table"
5844   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5845   algorithm: "table_comparison"
5846   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5847   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5848   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5849   columns:
5850     - title: "2001"
5851       data-set: "dpdk-performance-changes-3n-hsw-h1"
5852     - title: "2005"
5853       data-set: "dpdk-performance-changes-3n-hsw-ref"
5854     - title: "2009"
5855       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5856   comparisons:
5857     - title: "Diff"
5858       reference: 2
5859       compare: 3
5860   legend:
5861     - ""
5862     - "2001, 2005, 2009 - DPDK versions tested."
5863     - "Diff - difference between 2005 and 2009 DPDK version."
5864
5865 # DPDK Performance Changes 3n-hsw 2t2c pdr
5866 - type: "table"
5867   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5868   algorithm: "table_comparison"
5869   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5870   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5871   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5872   columns:
5873     - title: "2001"
5874       data-set: "dpdk-performance-changes-3n-hsw-h1"
5875     - title: "2005"
5876       data-set: "dpdk-performance-changes-3n-hsw-ref"
5877     - title: "2009"
5878       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5879   comparisons:
5880     - title: "Diff"
5881       reference: 2
5882       compare: 3
5883   legend:
5884     - ""
5885     - "2001, 2005, 2009 - DPDK versions tested."
5886     - "Diff - difference between 2005 and 2009 DPDK version."
5887
5888 # DPDK Performance Changes 3n-hsw 1t1c pdr
5889 - type: "table"
5890   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5891   algorithm: "table_comparison"
5892   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5893   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5894   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5895   columns:
5896     - title: "2001"
5897       data-set: "dpdk-performance-changes-3n-hsw-h1"
5898     - title: "2005"
5899       data-set: "dpdk-performance-changes-3n-hsw-ref"
5900     - title: "2009"
5901       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5902   comparisons:
5903     - title: "Diff"
5904       reference: 2
5905       compare: 3
5906   legend:
5907     - ""
5908     - "2001, 2005, 2009 - DPDK versions tested."
5909     - "Diff - difference between 2005 and 2009 DPDK version."
5910
5911 # DPDK Performance Changes 3n-hsw 2t2c ndr
5912 - type: "table"
5913   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5914   algorithm: "table_comparison"
5915   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5916   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5917   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5918   columns:
5919     - title: "2001"
5920       data-set: "dpdk-performance-changes-3n-hsw-h1"
5921     - title: "2005"
5922       data-set: "dpdk-performance-changes-3n-hsw-ref"
5923     - title: "2009"
5924       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5925   comparisons:
5926     - title: "Diff"
5927       reference: 2
5928       compare: 3
5929   legend:
5930     - ""
5931     - "2001, 2005, 2009 - DPDK versions tested."
5932     - "Diff - difference between 2005 and 2009 DPDK version."
5933
5934 # DPDK Performance Changes 3n-skx 2t1c pdr
5935 - type: "table"
5936   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5937   algorithm: "table_comparison"
5938   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5939   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5940   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5941   columns:
5942     - title: "2001"
5943       data-set: "dpdk-performance-changes-3n-skx-h1"
5944     - title: "2005"
5945       data-set: "dpdk-performance-changes-3n-skx-ref"
5946     - title: "2009"
5947       data-set: "dpdk-performance-changes-3n-skx-cmp"
5948   comparisons:
5949     - title: "Diff"
5950       reference: 2
5951       compare: 3
5952   legend:
5953     - ""
5954     - "2001, 2005, 2009 - DPDK versions tested."
5955     - "Diff - difference between 2005 and 2009 DPDK version."
5956
5957 # DPDK Performance Changes 3n-skx 4t2c pdr
5958 - type: "table"
5959   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5960   algorithm: "table_comparison"
5961   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5962   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5963   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5964   columns:
5965     - title: "2001"
5966       data-set: "dpdk-performance-changes-3n-skx-h1"
5967     - title: "2005"
5968       data-set: "dpdk-performance-changes-3n-skx-ref"
5969     - title: "2009"
5970       data-set: "dpdk-performance-changes-3n-skx-cmp"
5971   comparisons:
5972     - title: "Diff"
5973       reference: 2
5974       compare: 3
5975   legend:
5976     - ""
5977     - "2001, 2005, 2009 - DPDK versions tested."
5978     - "Diff - difference between 2005 and 2009 DPDK version."
5979
5980 # DPDK Performance Changes 3n-skx 2t1c ndr
5981 - type: "table"
5982   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5983   algorithm: "table_comparison"
5984   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5985   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5986   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5987   columns:
5988     - title: "2001"
5989       data-set: "dpdk-performance-changes-3n-skx-h1"
5990     - title: "2005"
5991       data-set: "dpdk-performance-changes-3n-skx-ref"
5992     - title: "2009"
5993       data-set: "dpdk-performance-changes-3n-skx-cmp"
5994   comparisons:
5995     - title: "Diff"
5996       reference: 2
5997       compare: 3
5998   legend:
5999     - ""
6000     - "2001, 2005, 2009 - DPDK versions tested."
6001     - "Diff - difference between 2005 and 2009 DPDK version."
6002
6003 # DPDK Performance Changes 3n-skx 4t2c ndr
6004 - type: "table"
6005   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6006   algorithm: "table_comparison"
6007   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6008   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6009   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6010   columns:
6011     - title: "2001"
6012       data-set: "dpdk-performance-changes-3n-skx-h1"
6013     - title: "2005"
6014       data-set: "dpdk-performance-changes-3n-skx-ref"
6015     - title: "2009"
6016       data-set: "dpdk-performance-changes-3n-skx-cmp"
6017   comparisons:
6018     - title: "Diff"
6019       reference: 2
6020       compare: 3
6021   legend:
6022     - ""
6023     - "2001, 2005, 2009 - DPDK versions tested."
6024     - "Diff - difference between 2005 and 2009 DPDK version."
6025
6026 # DPDK Performance Changes 2n-skx 2t1c pdr
6027 - type: "table"
6028   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6029   algorithm: "table_comparison"
6030   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6031   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6032   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6033   columns:
6034     - title: "2001"
6035       data-set: "dpdk-performance-changes-2n-skx-h1"
6036     - title: "2005"
6037       data-set: "dpdk-performance-changes-2n-skx-ref"
6038     - title: "2009"
6039       data-set: "dpdk-performance-changes-2n-skx-cmp"
6040   comparisons:
6041     - title: "Diff"
6042       reference: 2
6043       compare: 3
6044   legend:
6045     - ""
6046     - "2001, 2005, 2009 - DPDK versions tested."
6047     - "Diff - difference between 2005 and 2009 DPDK version."
6048
6049 # DPDK Performance Changes 2n-skx 4t2c pdr
6050 - type: "table"
6051   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6052   algorithm: "table_comparison"
6053   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6054   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6055   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6056   columns:
6057     - title: "2001"
6058       data-set: "dpdk-performance-changes-2n-skx-h1"
6059     - title: "2005"
6060       data-set: "dpdk-performance-changes-2n-skx-ref"
6061     - title: "2009"
6062       data-set: "dpdk-performance-changes-2n-skx-cmp"
6063   comparisons:
6064     - title: "Diff"
6065       reference: 2
6066       compare: 3
6067   legend:
6068     - ""
6069     - "2001, 2005, 2009 - DPDK versions tested."
6070     - "Diff - difference between 2005 and 2009 DPDK version."
6071
6072 # DPDK Performance Changes 2n-skx 2t1c ndr
6073 - type: "table"
6074   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6075   algorithm: "table_comparison"
6076   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6077   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6078   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6079   columns:
6080     - title: "2001"
6081       data-set: "dpdk-performance-changes-2n-skx-h1"
6082     - title: "2005"
6083       data-set: "dpdk-performance-changes-2n-skx-ref"
6084     - title: "2009"
6085       data-set: "dpdk-performance-changes-2n-skx-cmp"
6086   comparisons:
6087     - title: "Diff"
6088       reference: 2
6089       compare: 3
6090   legend:
6091     - ""
6092     - "2001, 2005, 2009 - DPDK versions tested."
6093     - "Diff - difference between 2005 and 2009 DPDK version."
6094
6095 # DPDK Performance Changes 2n-skx 4t2c ndr
6096 - type: "table"
6097   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6098   algorithm: "table_comparison"
6099   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6100   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6101   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6102   columns:
6103     - title: "2001"
6104       data-set: "dpdk-performance-changes-2n-skx-h1"
6105     - title: "2005"
6106       data-set: "dpdk-performance-changes-2n-skx-ref"
6107     - title: "2009"
6108       data-set: "dpdk-performance-changes-2n-skx-cmp"
6109   comparisons:
6110     - title: "Diff"
6111       reference: 2
6112       compare: 3
6113   legend:
6114     - ""
6115     - "2001, 2005, 2009 - DPDK versions tested."
6116     - "Diff - difference between 2005 and 2009 DPDK version."
6117
6118 # DPDK Performance Changes 2n-clx 2t1c pdr
6119 - type: "table"
6120   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6121   algorithm: "table_comparison"
6122   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6123   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6124   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6125   columns:
6126     - title: "2001"
6127       data-set: "dpdk-performance-changes-2n-clx-h1"
6128     - title: "2005"
6129       data-set: "dpdk-performance-changes-2n-clx-ref"
6130     - title: "2009"
6131       data-set: "dpdk-performance-changes-2n-clx-cmp"
6132   comparisons:
6133     - title: "Diff"
6134       reference: 2
6135       compare: 3
6136   legend:
6137     - ""
6138     - "2001, 2005, 2009 - DPDK versions tested."
6139     - "Diff - difference between 2005 and 2009 DPDK version."
6140
6141 # DPDK Performance Changes 2n-clx 4t2c pdr
6142 - type: "table"
6143   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6144   algorithm: "table_comparison"
6145   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6146   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6147   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6148   columns:
6149     - title: "2001"
6150       data-set: "dpdk-performance-changes-2n-clx-h1"
6151     - title: "2005"
6152       data-set: "dpdk-performance-changes-2n-clx-ref"
6153     - title: "2009"
6154       data-set: "dpdk-performance-changes-2n-clx-cmp"
6155   comparisons:
6156     - title: "Diff"
6157       reference: 2
6158       compare: 3
6159   legend:
6160     - ""
6161     - "2001, 2005, 2009 - DPDK versions tested."
6162     - "Diff - difference between 2005 and 2009 DPDK version."
6163
6164 # DPDK Performance Changes 2n-clx 2t1c ndr
6165 - type: "table"
6166   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6167   algorithm: "table_comparison"
6168   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6169   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6170   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6171   columns:
6172     - title: "2001"
6173       data-set: "dpdk-performance-changes-2n-clx-h1"
6174     - title: "2005"
6175       data-set: "dpdk-performance-changes-2n-clx-ref"
6176     - title: "2009"
6177       data-set: "dpdk-performance-changes-2n-clx-cmp"
6178   comparisons:
6179     - title: "Diff"
6180       reference: 2
6181       compare: 3
6182   legend:
6183     - ""
6184     - "2001, 2005, 2009 - DPDK versions tested."
6185     - "Diff - difference between 2005 and 2009 DPDK version."
6186
6187 # DPDK Performance Changes 2n-clx 4t2c ndr
6188 - type: "table"
6189   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6190   algorithm: "table_comparison"
6191   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6192   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6193   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6194   columns:
6195     - title: "2001"
6196       data-set: "dpdk-performance-changes-2n-clx-h1"
6197     - title: "2005"
6198       data-set: "dpdk-performance-changes-2n-clx-ref"
6199     - title: "2009"
6200       data-set: "dpdk-performance-changes-2n-clx-cmp"
6201   comparisons:
6202     - title: "Diff"
6203       reference: 2
6204       compare: 3
6205   legend:
6206     - ""
6207     - "2001, 2005, 2009 - DPDK versions tested."
6208     - "Diff - difference between 2005 and 2009 DPDK version."
6209
6210 ## DPDK Performance Changes 2n-dnv 1t1c pdr
6211 #- type: "table"
6212 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6213 #  algorithm: "table_comparison"
6214 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6215 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6216 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6217 #  columns:
6218 #    - title: "2001"
6219 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6220 #    - title: "2005"
6221 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6222 #    - title: "2009"
6223 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6224 #  comparisons:
6225 #    - title: "Diff"
6226 #      reference: 2
6227 #      compare: 3
6228 #  legend:
6229 #    - ""
6230 #    - "2001, 2005, 2009 - DPDK versions tested."
6231 #    - "Diff - difference between 2005 and 2009 DPDK version."
6232 #
6233 ## DPDK Performance Changes 2n-dnv 2t2c pdr
6234 #- type: "table"
6235 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6236 #  algorithm: "table_comparison"
6237 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6238 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6239 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6240 #  columns:
6241 #    - title: "2001"
6242 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6243 #    - title: "2005"
6244 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6245 #    - title: "2009"
6246 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6247 #  comparisons:
6248 #    - title: "Diff"
6249 #      reference: 2
6250 #      compare: 3
6251 #  legend:
6252 #    - ""
6253 #    - "2001, 2005, 2009 - DPDK versions tested."
6254 #    - "Diff - difference between 2005 and 2009 DPDK version."
6255 #
6256 ## DPDK Performance Changes 2n-dnv 1t1c ndr
6257 #- type: "table"
6258 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6259 #  algorithm: "table_comparison"
6260 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6261 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6262 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6263 #  columns:
6264 #    - title: "2001"
6265 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6266 #    - title: "2005"
6267 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6268 #    - title: "2009"
6269 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6270 #  comparisons:
6271 #    - title: "Diff"
6272 #      reference: 2
6273 #      compare: 3
6274 #  legend:
6275 #    - ""
6276 #    - "2001, 2005, 2009 - DPDK versions tested."
6277 #    - "Diff - difference between 2005 and 2009 DPDK version."
6278 #
6279 ## DPDK Performance Changes 2n-dnv 2t2c ndr
6280 #- type: "table"
6281 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6282 #  algorithm: "table_comparison"
6283 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6284 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6285 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6286 #  columns:
6287 #    - title: "2001"
6288 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6289 #    - title: "2005"
6290 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6291 #    - title: "2009"
6292 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6293 #  comparisons:
6294 #    - title: "Diff"
6295 #      reference: 2
6296 #      compare: 3
6297 #  legend:
6298 #    - ""
6299 #    - "2001, 2005, 2009 - DPDK versions tested."
6300 #    - "Diff - difference between 2005 and 2009 DPDK version."
6301 #
6302 ## DPDK Performance Changes 3n-dnv 1t1c pdr
6303 #- type: "table"
6304 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6305 #  algorithm: "table_comparison"
6306 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6307 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6308 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6309 #  columns:
6310 #    - title: "2001"
6311 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6312 #    - title: "2005"
6313 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6314 #    - title: "2009"
6315 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6316 #  comparisons:
6317 #    - title: "Diff"
6318 #      reference: 2
6319 #      compare: 3
6320 #  legend:
6321 #    - ""
6322 #    - "2001, 2005, 2009 - DPDK versions tested."
6323 #    - "Diff - difference between 2005 and 2009 DPDK version."
6324 #
6325 ## DPDK Performance Changes 3n-dnv 2t2c pdr
6326 #- type: "table"
6327 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6328 #  algorithm: "table_comparison"
6329 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6330 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6331 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6332 #  columns:
6333 #    - title: "2001"
6334 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6335 #    - title: "2005"
6336 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6337 #    - title: "2009"
6338 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6339 #  comparisons:
6340 #    - title: "Diff"
6341 #      reference: 2
6342 #      compare: 3
6343 #  legend:
6344 #    - ""
6345 #    - "2001, 2005, 2009 - DPDK versions tested."
6346 #    - "Diff - difference between 2005 and 2009 DPDK version."
6347 #
6348 ## DPDK Performance Changes 3n-dnv 1t1c ndr
6349 #- type: "table"
6350 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6351 #  algorithm: "table_comparison"
6352 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6353 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6354 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6355 #  columns:
6356 #    - title: "2001"
6357 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6358 #    - title: "2005"
6359 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6360 #    - title: "2009"
6361 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6362 #  comparisons:
6363 #    - title: "Diff"
6364 #      reference: 2
6365 #      compare: 3
6366 #  legend:
6367 #    - ""
6368 #    - "2001, 2005, 2009 - DPDK versions tested."
6369 #    - "Diff - difference between 2005 and 2009 DPDK version."
6370 #
6371 ## DPDK Performance Changes 3n-dnv 2t2c ndr
6372 #- type: "table"
6373 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6374 #  algorithm: "table_comparison"
6375 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6376 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6377 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6378 #  columns:
6379 #    - title: "2001"
6380 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6381 #    - title: "2005"
6382 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6383 #    - title: "2009"
6384 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6385 #  comparisons:
6386 #    - title: "Diff"
6387 #      reference: 2
6388 #      compare: 3
6389 #  legend:
6390 #    - ""
6391 #    - "2001, 2005, 2009 - DPDK versions tested."
6392 #    - "Diff - difference between 2005 and 2009 DPDK version."
6393
6394 # DPDK Performance Changes 3n-tsh 1t1c pdr
6395 - type: "table"
6396   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6397   algorithm: "table_comparison"
6398   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6399   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6400   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6401   columns:
6402     - title: "2001"
6403       data-set: "dpdk-performance-changes-3n-tsh-h1"
6404     - title: "2005"
6405       data-set: "dpdk-performance-changes-3n-tsh-ref"
6406     - title: "2009"
6407       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6408   comparisons:
6409     - title: "Diff"
6410       reference: 2
6411       compare: 3
6412   legend:
6413     - ""
6414     - "2001, 2005, 2009 - DPDK versions tested."
6415     - "Diff - difference between 2005 and 2009 DPDK version."
6416
6417 # DPDK Performance Changes 3n-tsh 2t2c pdr
6418 - type: "table"
6419   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6420   algorithm: "table_comparison"
6421   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6422   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6423   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6424   columns:
6425     - title: "2001"
6426       data-set: "dpdk-performance-changes-3n-tsh-h1"
6427     - title: "2005"
6428       data-set: "dpdk-performance-changes-3n-tsh-ref"
6429     - title: "2009"
6430       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6431   comparisons:
6432     - title: "Diff"
6433       reference: 2
6434       compare: 3
6435   legend:
6436     - ""
6437     - "2001, 2005, 2009 - DPDK versions tested."
6438     - "Diff - difference between 2005 and 2009 DPDK version."
6439
6440 # DPDK Performance Changes 3n-tsh 1t1c ndr
6441 - type: "table"
6442   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6443   algorithm: "table_comparison"
6444   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6445   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6446   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6447   columns:
6448     - title: "2001"
6449       data-set: "dpdk-performance-changes-3n-tsh-h1"
6450     - title: "2005"
6451       data-set: "dpdk-performance-changes-3n-tsh-ref"
6452     - title: "2009"
6453       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6454   comparisons:
6455     - title: "Diff"
6456       reference: 2
6457       compare: 3
6458   legend:
6459     - ""
6460     - "2001, 2005, 2009 - DPDK versions tested."
6461     - "Diff - difference between 2005 and 2009 DPDK version."
6462
6463 # DPDK Performance Changes 3n-tsh 2t2c ndr
6464 - type: "table"
6465   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6466   algorithm: "table_comparison"
6467   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6468   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6469   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6470   columns:
6471     - title: "2001"
6472       data-set: "dpdk-performance-changes-3n-tsh-h1"
6473     - title: "2005"
6474       data-set: "dpdk-performance-changes-3n-tsh-ref"
6475     - title: "2009"
6476       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6477   comparisons:
6478     - title: "Diff"
6479       reference: 2
6480       compare: 3
6481   legend:
6482     - ""
6483     - "2001, 2005, 2009 - DPDK versions tested."
6484     - "Diff - difference between 2005 and 2009 DPDK version."
6485
6486 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6487 - type: "table"
6488   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6489   algorithm: "table_comparison"
6490   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6491   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6492   filter: "'NIC_Intel-X710'"
6493   columns:
6494     - title: "3n-hsw x710"
6495       data-set: "dpdk-compare-testbeds-ref"
6496     - title: "3n-skx x710"
6497       data-set: "dpdk-compare-testbeds-cmp"
6498   comparisons:
6499     - title: "Diff"
6500       reference: 1
6501       compare: 2
6502   legend:
6503     - ""
6504     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6505     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6506
6507 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6508 - type: "table"
6509   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6510   algorithm: "table_comparison"
6511   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6512   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6513   filter: "'NIC_Intel-X710'"
6514   columns:
6515     - title: "3n-hsw x710"
6516       data-set: "dpdk-compare-testbeds-ref"
6517     - title: "3n-skx x710"
6518       data-set: "dpdk-compare-testbeds-cmp"
6519   comparisons:
6520     - title: "Diff"
6521       reference: 1
6522       compare: 2
6523   legend:
6524     - ""
6525     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6526     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6527
6528 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6529 - type: "table"
6530   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6531   algorithm: "table_comparison"
6532   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6533   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6534   filter: "'NIC_Intel-XXV710'"
6535   columns:
6536     - title: "2n-skx"
6537       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6538     - title: "2n-clx"
6539       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6540   comparisons:
6541     - title: "Diff"
6542       reference: 1
6543       compare: 2
6544   legend:
6545     - ""
6546     - "2n-skx, 2n-clx - testbeds and NICs tested."
6547     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6548
6549 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6550 - type: "table"
6551   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6552   algorithm: "table_comparison"
6553   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6554   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6555   filter: "'NIC_Intel-XXV710'"
6556   columns:
6557     - title: "2n-skx"
6558       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6559     - title: "2n-clx"
6560       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6561   comparisons:
6562     - title: "Diff"
6563       reference: 1
6564       compare: 2
6565   legend:
6566     - ""
6567     - "2n-skx, 2n-clx - testbeds and NICs tested."
6568     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6569
6570 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6571 - type: "table"
6572   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6573   algorithm: "table_comparison"
6574   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6575   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6576   filter: "'NIC_Intel-XXV710'"
6577   columns:
6578     - title: "3n-skx"
6579       data-set: "dpdk-compare-topologies-ref"
6580     - title: "2n-skx"
6581       data-set: "dpdk-compare-topologies-cmp"
6582   comparisons:
6583     - title: "Diff"
6584       reference: 1
6585       compare: 2
6586   legend:
6587     - ""
6588     - "3n-skx, 2n-skx - topologies tested."
6589     - "Diff - difference between 3n-skx and 2n-skx topologies."
6590
6591 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6592 - type: "table"
6593   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6594   algorithm: "table_comparison"
6595   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6596   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6597   filter: "'NIC_Intel-XXV710'"
6598   columns:
6599     - title: "3n-skx"
6600       data-set: "dpdk-compare-topologies-ref"
6601     - title: "2n-skx"
6602       data-set: "dpdk-compare-topologies-cmp"
6603   comparisons:
6604     - title: "Diff"
6605       reference: 1
6606       compare: 2
6607   legend:
6608     - ""
6609     - "3n-skx, 2n-skx - topologies tested."
6610     - "Diff - difference between 3n-skx and 2n-skx topologies."
6611
6612 # Detailed Test Results - DPDK Performance Results 3n-hsw
6613 - type: "table"
6614   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6615   algorithm: "table_merged_details"
6616   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6617   columns:
6618     - title: " |prein| Test Name |preout| "
6619       data: "data name"
6620     - 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| "
6621       data: "data msg"
6622   data: "dpdk-perf-results-3n-hsw"
6623   filter: "all"
6624   parameters:
6625   - "name"
6626   - "parent"
6627   - "msg"
6628
6629 # Detailed Test Results - DPDK Performance Results 3n-skx
6630 - type: "table"
6631   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6632   algorithm: "table_merged_details"
6633   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6634   columns:
6635     - title: " |prein| Test Name |preout| "
6636       data: "data name"
6637     - 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| "
6638       data: "data msg"
6639   data: "dpdk-perf-results-3n-skx"
6640   filter: "all"
6641   remove-ndr: False
6642   parameters:
6643   - "name"
6644   - "parent"
6645   - "msg"
6646
6647 # Detailed Test Results - DPDK Performance Results 2n-skx
6648 - type: "table"
6649   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6650   algorithm: "table_merged_details"
6651   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6652   columns:
6653     - title: " |prein| Test Name |preout| "
6654       data: "data name"
6655     - 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| "
6656       data: "data msg"
6657   data: "dpdk-perf-results-2n-skx"
6658   filter: "all"
6659   remove-ndr: False
6660   parameters:
6661   - "name"
6662   - "parent"
6663   - "msg"
6664
6665 # Detailed Test Results - DPDK Performance Results 2n-clx
6666 - type: "table"
6667   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6668   algorithm: "table_merged_details"
6669   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6670   columns:
6671     - title: " |prein| Test Name |preout| "
6672       data: "data name"
6673     - 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| "
6674       data: "data msg"
6675   data: "dpdk-perf-results-2n-clx"
6676   filter: "all"
6677   parameters:
6678   - "name"
6679   - "parent"
6680   - "msg"
6681
6682 ## Detailed Test Results - DPDK Performance Results 2n-dnv
6683 #- type: "table"
6684 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6685 #  algorithm: "table_merged_details"
6686 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6687 #  columns:
6688 #    - title: " |prein| Test Name |preout| "
6689 #      data: "data name"
6690 #    - 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| "
6691 #      data: "data msg"
6692 #  data: "dpdk-perf-results-2n-dnv"
6693 #  filter: "all"
6694 #  parameters:
6695 #  - "name"
6696 #  - "parent"
6697 #  - "msg"
6698 #
6699 ## Detailed Test Results - DPDK Performance Results 3n-dnv
6700 #- type: "table"
6701 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6702 #  algorithm: "table_merged_details"
6703 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6704 #  columns:
6705 #    - title: " |prein| Test Name |preout| "
6706 #      data: "data name"
6707 #    - 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| "
6708 #      data: "data msg"
6709 #  data: "dpdk-perf-results-3n-dnv"
6710 #  filter: "all"
6711 #  parameters:
6712 #  - "name"
6713 #  - "parent"
6714 #  - "msg"
6715
6716 # Detailed Test Results - DPDK Performance Results 3n-tsh
6717 - type: "table"
6718   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6719   algorithm: "table_merged_details"
6720   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6721   columns:
6722     - title: " |prein| Test Name |preout| "
6723       data: "data name"
6724     - 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| "
6725       data: "data msg"
6726   data: "dpdk-perf-results-3n-tsh"
6727   filter: "all"
6728   parameters:
6729   - "name"
6730   - "parent"
6731   - "msg"
6732
6733 ################################################################################
6734 ###                                F I L E S                                 ###
6735 ################################################################################
6736
6737 # VPP Performance Results
6738 - type: "file"
6739   title: "VPP Performance Results"
6740   algorithm: "file_details_split"
6741   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6742   dir-tables:
6743     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6744     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6745     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6746     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6747     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6748 #    - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6749 #    - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6750   data:
6751     - "vpp-perf-results-2n-skx"
6752     - "vpp-perf-results-3n-skx"
6753     - "vpp-perf-results-2n-clx"
6754     - "vpp-perf-results-3n-hsw"
6755     - "vpp-perf-results-3n-tsh"
6756 #    - "vpp-perf-results-2n-dnv"
6757 #    - "vpp-perf-results-3n-dnv"
6758   filter: "all"
6759   data-start-level: 4
6760   order-chapters:
6761     level-1:
6762       - "l2"
6763       - "ip4"
6764       - "ip6"
6765       - "srv6"
6766       - "ip4_tunnels"
6767       - "ip6_tunnels"
6768       - "vm_vhost"
6769       - "container_memif"
6770       - "crypto"
6771       - "vts"
6772       - "lb"
6773       - "nfv_density"
6774       - "hoststack"
6775     level-2:
6776       - "2n-skx"
6777       - "3n-skx"
6778       - "2n-clx"
6779       - "3n-hsw"
6780       - "3n-tsh"
6781       - "2n-dnv"
6782       - "3n-dnv"
6783     level-3:
6784       - "xl710"
6785       - "x520"
6786       - "xxv710"
6787       - "x710"
6788       - "x553"
6789       - "cx556a"
6790       - "vic1227"
6791       - "vic1385"
6792
6793 # VPP Performance Configuration
6794 - type: "file"
6795   title: "VPP Performance Configuration"
6796   algorithm: "file_details_split"
6797   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6798   dir-tables:
6799     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6800     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6801     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6802     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6803     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6804 #    - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6805 #    - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6806   data:
6807     - "vpp-perf-results-2n-skx"
6808     - "vpp-perf-results-3n-skx"
6809     - "vpp-perf-results-2n-clx"
6810     - "vpp-perf-results-3n-hsw"
6811     - "vpp-perf-results-3n-tsh"
6812 #    - "vpp-perf-results-2n-dnv"
6813 #    - "vpp-perf-results-3n-dnv"
6814   filter: "all"
6815   data-start-level: 4
6816   order-chapters:
6817     level-1:
6818       - "l2"
6819       - "ip4"
6820       - "ip6"
6821       - "srv6"
6822       - "ip4_tunnels"
6823       - "ip6_tunnels"
6824       - "vm_vhost"
6825       - "container_memif"
6826       - "crypto"
6827       - "vts"
6828       - "lb"
6829       - "nfv_density"
6830       - "hoststack"
6831     level-2:
6832       - "2n-skx"
6833       - "3n-skx"
6834       - "2n-clx"
6835       - "3n-hsw"
6836       - "3n-tsh"
6837       - "2n-dnv"
6838       - "3n-dnv"
6839     level-3:
6840       - "xl710"
6841       - "x520"
6842       - "xxv710"
6843       - "x710"
6844       - "x553"
6845       - "cx556a"
6846       - "vic1227"
6847       - "vic1385"
6848
6849 # VPP Performance Operational
6850 - type: "file"
6851   title: "VPP Performance Operational"
6852   algorithm: "file_details_split_html"
6853   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6854   dir-tables:
6855     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6856     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6857     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6858     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6859     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6860 #    - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6861 #    - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6862   data:
6863     - "vpp-perf-results-2n-skx"
6864     - "vpp-perf-results-3n-skx"
6865     - "vpp-perf-results-2n-clx"
6866     - "vpp-perf-results-3n-hsw"
6867     - "vpp-perf-results-3n-tsh"
6868 #    - "vpp-perf-results-2n-dnv"
6869 #    - "vpp-perf-results-3n-dnv"
6870   filter: "all"
6871   data-start-level: 4
6872   order-chapters:
6873     level-1:
6874       - "l2"
6875       - "ip4"
6876       - "ip6"
6877       - "srv6"
6878       - "ip4_tunnels"
6879       - "ip6_tunnels"
6880       - "vm_vhost"
6881       - "container_memif"
6882       - "crypto"
6883       - "vts"
6884       - "lb"
6885       - "nfv_density"
6886       - "hoststack"
6887     level-2:
6888       - "2n-skx"
6889       - "3n-skx"
6890       - "2n-clx"
6891       - "3n-hsw"
6892       - "3n-tsh"
6893       - "2n-dnv"
6894       - "3n-dnv"
6895     level-3:
6896       - "xl710"
6897       - "x520"
6898       - "xxv710"
6899       - "x710"
6900       - "x553"
6901       - "cx556a"
6902       - "vic1227"
6903       - "vic1385"
6904
6905 # VPP MRR Results
6906 - type: "file"
6907   title: "VPP MRR Results"
6908   algorithm: "file_details_split"
6909   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6910   dir-tables:
6911     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6912     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6913     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6914     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6915     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6916 #    - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6917 #    - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6918   data:
6919     - "vpp-mrr-results-2n-skx"
6920     - "vpp-mrr-results-3n-skx"
6921     - "vpp-mrr-results-2n-clx"
6922     - "vpp-mrr-results-3n-hsw"
6923     - "vpp-mrr-results-3n-tsh"
6924 #    - "vpp-mrr-results-2n-dnv"
6925 #    - "vpp-mrr-results-3n-dnv"
6926   filter: "all"
6927   data-start-level: 4
6928   order-chapters:
6929     level-1:
6930       - "l2"
6931       - "ip4"
6932       - "ip6"
6933       - "srv6"
6934       - "ip4_tunnels"
6935       - "ip6_tunnels"
6936       - "vm_vhost"
6937       - "container_memif"
6938       - "crypto"
6939       - "vts"
6940       - "lb"
6941       - "nfv_density"
6942       - "hoststack"
6943     level-2:
6944       - "2n-skx"
6945       - "3n-skx"
6946       - "2n-clx"
6947       - "3n-hsw"
6948       - "3n-tsh"
6949       - "2n-dnv"
6950       - "3n-dnv"
6951     level-3:
6952       - "xl710"
6953       - "x520"
6954       - "xxv710"
6955       - "x710"
6956       - "x553"
6957       - "cx556a"
6958       - "vic1227"
6959       - "vic1385"
6960
6961 # VPP MRR Configuration
6962 - type: "file"
6963   title: "VPP MRR Configuration"
6964   algorithm: "file_details_split"
6965   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6966   dir-tables:
6967     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6968     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6969     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6970     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6971     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6972     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6973     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6974   data:
6975     - "vpp-mrr-results-2n-skx"
6976     - "vpp-mrr-results-3n-skx"
6977     - "vpp-mrr-results-2n-clx"
6978     - "vpp-mrr-results-3n-hsw"
6979     - "vpp-mrr-results-3n-tsh"
6980 #    - "vpp-mrr-results-2n-dnv"
6981 #    - "vpp-mrr-results-3n-dnv"
6982   filter: "all"
6983   data-start-level: 4
6984   order-chapters:
6985     level-1:
6986       - "l2"
6987       - "ip4"
6988       - "ip6"
6989       - "srv6"
6990       - "ip4_tunnels"
6991       - "ip6_tunnels"
6992       - "vm_vhost"
6993       - "container_memif"
6994       - "crypto"
6995       - "vts"
6996       - "lb"
6997       - "nfv_density"
6998       - "hoststack"
6999     level-2:
7000       - "2n-skx"
7001       - "3n-skx"
7002       - "2n-clx"
7003       - "3n-hsw"
7004       - "3n-tsh"
7005       - "2n-dnv"
7006       - "3n-dnv"
7007     level-3:
7008       - "xl710"
7009       - "x520"
7010       - "xxv710"
7011       - "x710"
7012       - "x553"
7013       - "cx556a"
7014       - "vic1227"
7015       - "vic1385"
7016
7017 # VPP Device Results - Ubuntu
7018 - type: "file"
7019   title: "VPP Device Results - Ubuntu"
7020   algorithm: "file_test_results"
7021   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7022   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7023   data: "vpp-device-results-ubuntu"
7024   filter: "all"
7025   data-start-level: 4
7026
7027 # VPP Device Configuration - Ubuntu
7028 - type: "file"
7029   title: "VPP Device Configuration - Ubuntu"
7030   algorithm: "file_test_results"
7031   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7032   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7033   data: "vpp-device-results-ubuntu"
7034   filter: "all"
7035   data-start-level: 4
7036
7037 # DPDK Performance Results 3n-hsw
7038 - type: "file"
7039   title: "DPDK Performance Results 3n-hsw"
7040   algorithm: "file_test_results"
7041   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7042   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7043   data: "dpdk-perf-results-3n-hsw"
7044   filter: "all"
7045   data-start-level: 4
7046
7047 # DPDK Performance Results 3n-skx
7048 - type: "file"
7049   title: "DPDK Performance Results 3n-skx"
7050   algorithm: "file_test_results"
7051   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7052   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7053   data: "dpdk-perf-results-3n-skx"
7054   filter: "all"
7055   data-start-level: 4
7056
7057 # DPDK Performance Results 2n-skx
7058 - type: "file"
7059   title: "DPDK Performance Results 2n-skx"
7060   algorithm: "file_test_results"
7061   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7062   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7063   data: "dpdk-perf-results-2n-skx"
7064   filter: "all"
7065   data-start-level: 4
7066
7067 # DPDK Performance Results 2n-clx
7068 - type: "file"
7069   title: "DPDK Performance Results 2n-clx"
7070   algorithm: "file_test_results"
7071   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7072   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7073   data: "dpdk-perf-results-2n-clx"
7074   filter: "all"
7075   data-start-level: 4
7076
7077 ## DPDK Performance Results 2n-dnv
7078 #- type: "file"
7079 #  title: "DPDK Performance Results 2n-dnv"
7080 #  algorithm: "file_test_results"
7081 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7082 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7083 #  data: "dpdk-perf-results-2n-dnv"
7084 #  filter: "all"
7085 #  data-start-level: 4
7086 #
7087 ## DPDK Performance Results 3n-dnv
7088 #- type: "file"
7089 #  title: "DPDK Performance Results 3n-dnv"
7090 #  algorithm: "file_test_results"
7091 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7092 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7093 #  data: "dpdk-perf-results-3n-dnv"
7094 #  filter: "all"
7095 #  data-start-level: 4
7096
7097 # DPDK Performance Results 3n-tsh
7098 - type: "file"
7099   title: "DPDK Performance Results 3n-tsh"
7100   algorithm: "file_test_results"
7101   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7102   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7103   data: "dpdk-perf-results-3n-tsh"
7104   filter: "all"
7105   data-start-level: 4
7106
7107 ################################################################################
7108 ###                                P L O T S                                 ###
7109 ################################################################################
7110
7111 # Hoststack tests 3n-hsw
7112
7113 - type: "plot"
7114   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7115   algorithm: "plot_perf_box_name"
7116   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7117   data: "plot-vpp-hoststack-3n-hsw"
7118   include:
7119     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7120     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7121   layout:
7122     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7123     layout: "plot-hoststack"
7124
7125 - type: "plot"
7126   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7127   algorithm: "plot_perf_box_name"
7128   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7129   data: "plot-vpp-hoststack-3n-hsw"
7130   include:
7131     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7132     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7133   layout:
7134     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7135     layout: "plot-hoststack"
7136
7137 - type: "plot"
7138   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7139   algorithm: "plot_perf_box_name"
7140   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7141   data: "plot-vpp-hoststack-3n-hsw"
7142   include:
7143     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7144     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7145     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7146     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7147   layout:
7148     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7149     layout: "plot-hoststack"
7150
7151 ################################################################################
7152
7153 # Soak Test (PLRsearch), boxes - 2n-clx
7154 - type: "plot"
7155   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7156   algorithm: "plot_perf_box_name"
7157   output-file-type: ".html"
7158   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7159   data: "plot-vpp-soak-2n-clx"
7160   include:
7161     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7162     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7163     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7164     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7165     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7166     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7167   layout:
7168     title: "30 Minutes Soak Test (PLRsearch)"
7169     layout: "plot-soak-throughput"
7170
7171 # Soak Test (PLRsearch), boxes - 2n-clx
7172 - type: "plot"
7173   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7174   algorithm: "plot_perf_box_name"
7175   output-file-type: ".html"
7176   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7177   data: "plot-vpp-soak-2n-clx"
7178   include:
7179     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7180     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7181     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7182     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7183     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7184     - "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"
7185   layout:
7186     title: "30 Minutes Soak Test (PLRsearch)"
7187     layout: "plot-soak-throughput"
7188
7189 # Soak Test (PLRsearch), boxes - 2n-skx
7190 - type: "plot"
7191   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7192   algorithm: "plot_perf_box_name"
7193   output-file-type: ".html"
7194   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7195   data: "plot-vpp-soak-2n-skx"
7196   include:
7197     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7198     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7199     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7200     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7202     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7203   layout:
7204     title: "30 Minutes Soak Test (PLRsearch)"
7205     layout: "plot-soak-throughput"
7206
7207 # Soak Test (PLRsearch), boxes - 2n-skx
7208 - type: "plot"
7209   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7210   algorithm: "plot_perf_box_name"
7211   output-file-type: ".html"
7212   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7213   data: "plot-vpp-soak-2n-skx"
7214   include:
7215     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7216     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7217     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7218     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7219     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7220     - "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"
7221   layout:
7222     title: "30 Minutes Soak Test (PLRsearch)"
7223     layout: "plot-soak-throughput"
7224
7225 ###############################################################################
7226
7227 # Reconf tests 2n-skx
7228
7229 - type: "plot"
7230   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7231   algorithm: "plot_nf_reconf_box_name"
7232   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7233   data: "plot-vpp-nfv-reconf-2n-skx"
7234   include:
7235     - "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"
7236     - "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"
7237     - "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"
7238     - "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"
7239     - "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"
7240     - "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"
7241   layout:
7242     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7243     layout: "plot-throughput"
7244
7245 - type: "plot"
7246   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7247   algorithm: "plot_nf_reconf_box_name"
7248   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7249   data: "plot-vpp-nfv-reconf-2n-skx"
7250   include:
7251     - "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"
7252     - "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"
7253     - "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"
7254     - "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"
7255     - "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"
7256     - "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"
7257   layout:
7258     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7259     layout: "plot-throughput"
7260
7261 - type: "plot"
7262   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7263   algorithm: "plot_nf_reconf_box_name"
7264   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7265   data: "plot-vpp-nfv-reconf-2n-skx"
7266   include:
7267     - "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"
7268     - "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"
7269     - "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"
7270     - "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"
7271     - "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"
7272     - "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"
7273   layout:
7274     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7275     layout: "plot-throughput"
7276
7277 ###############################################################################
7278
7279 # Reconf tests 2n-clx
7280
7281 - type: "plot"
7282   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7283   algorithm: "plot_nf_reconf_box_name"
7284   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7285   data: "plot-vpp-nfv-reconf-2n-clx"
7286   include:
7287     - "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"
7288     - "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"
7289     - "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"
7290     - "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"
7291   layout:
7292     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7293     layout: "plot-throughput"
7294
7295 - type: "plot"
7296   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-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-4t2c-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-4t2c-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-4t2c-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-4t2c-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-4t2c-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-8t4c-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-8t4c-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-8t4c-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-8t4c-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-8t4c-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-8t4c-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 ###############################################################################
7324
7325 # Plots - NF Density - VSC - MRR IMIX
7326 - type: "plot"
7327   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7328   algorithm: "plot_nf_heatmap"
7329   output-file-type: ".html"
7330   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7331   data: "plot-vpp-nfv-2n-skx-mrr"
7332   filter: "'NIC_Intel-XXV710' and
7333            'NF_DENSITY' and
7334            'VHOST' and
7335            not 'VXLAN' and
7336            'CHAIN' and
7337            'NF_VPPIP4' and
7338            'IMIX' and
7339            '2T1C' and
7340            'MRR'"
7341   parameters:
7342   - "result"
7343   - "name"
7344   - "tags"
7345   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7346   x-axis: "X = VNFs per Service Chain"
7347   y-axis: "Y = Number of Service Chains"
7348   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7349   layout:
7350     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7351     layout: "plot-service-density"
7352
7353 - type: "plot"
7354   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7355   algorithm: "plot_nf_heatmap"
7356   output-file-type: ".html"
7357   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7358   data: "plot-vpp-nfv-2n-skx-mrr"
7359   filter: "'NIC_Intel-XXV710' and
7360            'NF_DENSITY' and
7361            'VHOST' and
7362            not 'VXLAN' and
7363            'CHAIN' and
7364            'NF_VPPIP4' and
7365            'IMIX' and
7366            '4T2C' and
7367            'MRR'"
7368   parameters:
7369   - "result"
7370   - "name"
7371   - "tags"
7372   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7373   x-axis: "X = VNFs per Service Chain"
7374   y-axis: "Y = Number of Service Chains"
7375   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7376   layout:
7377     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7378     layout: "plot-service-density"
7379
7380 - type: "plot"
7381   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7382   algorithm: "plot_nf_heatmap"
7383   output-file-type: ".html"
7384   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7385   data: "plot-vpp-nfv-2n-skx-mrr"
7386   filter: "'NIC_Intel-XXV710' and
7387            'NF_DENSITY' and
7388            'VHOST' and
7389            not 'VXLAN' and
7390            'CHAIN' and
7391            'NF_VPPIP4' and
7392            'IMIX' and
7393            '8T4C' and
7394            'MRR'"
7395   parameters:
7396   - "result"
7397   - "name"
7398   - "tags"
7399   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7400   x-axis: "X = VNFs per Service Chain"
7401   y-axis: "Y = Number of Service Chains"
7402   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7403   layout:
7404     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7405     layout: "plot-service-density"
7406
7407 # Plots - NF Density - VSC - NDR IMIX
7408 - type: "plot"
7409   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7410   algorithm: "plot_nf_heatmap"
7411   output-file-type: ".html"
7412   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7413   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7414   filter: "'NIC_Intel-XXV710' and
7415            'NF_DENSITY' and
7416            'VHOST' and
7417            not 'VXLAN' and
7418            'CHAIN' and
7419            'NF_VPPIP4' and
7420            'IMIX' and
7421            '2T1C' and
7422            'NDRPDR'"
7423   parameters:
7424   - "throughput"
7425   - "name"
7426   - "tags"
7427   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7428   x-axis: "X = VNFs per Service Chain"
7429   y-axis: "Y = Number of Service Chains"
7430   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7431   layout:
7432     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7433     layout: "plot-service-density"
7434
7435 - type: "plot"
7436   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7437   algorithm: "plot_nf_heatmap"
7438   output-file-type: ".html"
7439   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7440   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7441   filter: "'NIC_Intel-XXV710' and
7442            'NF_DENSITY' and
7443            'VHOST' and
7444            not 'VXLAN' and
7445            'CHAIN' and
7446            'NF_VPPIP4' and
7447            'IMIX' and
7448            '4T2C' and
7449            'NDRPDR'"
7450   parameters:
7451   - "throughput"
7452   - "name"
7453   - "tags"
7454   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7455   x-axis: "X = VNFs per Service Chain"
7456   y-axis: "Y = Number of Service Chains"
7457   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7458   layout:
7459     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7460     layout: "plot-service-density"
7461
7462 - type: "plot"
7463   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7464   algorithm: "plot_nf_heatmap"
7465   output-file-type: ".html"
7466   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7467   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7468   filter: "'NIC_Intel-XXV710' and
7469            'NF_DENSITY' and
7470            'VHOST' and
7471            not 'VXLAN' and
7472            'CHAIN' and
7473            'NF_VPPIP4' and
7474            'IMIX' and
7475            '8T4C' and
7476            'NDRPDR'"
7477   parameters:
7478   - "throughput"
7479   - "name"
7480   - "tags"
7481   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7482   x-axis: "X = VNFs per Service Chain"
7483   y-axis: "Y = Number of Service Chains"
7484   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7485   layout:
7486     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7487     layout: "plot-service-density"
7488
7489 # Plots - NF Density - VSC - PDR IMIX
7490 - type: "plot"
7491   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7492   algorithm: "plot_nf_heatmap"
7493   output-file-type: ".html"
7494   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7495   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7496   filter: "'NIC_Intel-XXV710' and
7497            'NF_DENSITY' and
7498            'VHOST' and
7499            not 'VXLAN' and
7500            'CHAIN' and
7501            'NF_VPPIP4' and
7502            'IMIX' and
7503            '2T1C' and
7504            'NDRPDR'"
7505   parameters:
7506   - "throughput"
7507   - "name"
7508   - "tags"
7509   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7510   x-axis: "X = VNFs per Service Chain"
7511   y-axis: "Y = Number of Service Chains"
7512   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7513   layout:
7514     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7515     layout: "plot-service-density"
7516
7517 - type: "plot"
7518   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7519   algorithm: "plot_nf_heatmap"
7520   output-file-type: ".html"
7521   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7522   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7523   filter: "'NIC_Intel-XXV710' and
7524            'NF_DENSITY' and
7525            'VHOST' and
7526            not 'VXLAN' and
7527            'CHAIN' and
7528            'NF_VPPIP4' and
7529            'IMIX' and
7530            '4T2C' and
7531            'NDRPDR'"
7532   parameters:
7533   - "throughput"
7534   - "name"
7535   - "tags"
7536   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7537   x-axis: "X = VNFs per Service Chain"
7538   y-axis: "Y = Number of Service Chains"
7539   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7540   layout:
7541     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7542     layout: "plot-service-density"
7543
7544 - type: "plot"
7545   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7546   algorithm: "plot_nf_heatmap"
7547   output-file-type: ".html"
7548   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7549   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7550   filter: "'NIC_Intel-XXV710' and
7551            'NF_DENSITY' and
7552            'VHOST' and
7553            not 'VXLAN' and
7554            'CHAIN' and
7555            'NF_VPPIP4' and
7556            'IMIX' and
7557            '8T4C' and
7558            'NDRPDR'"
7559   parameters:
7560   - "throughput"
7561   - "name"
7562   - "tags"
7563   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7564   x-axis: "X = VNFs per Service Chain"
7565   y-axis: "Y = Number of Service Chains"
7566   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7567   layout:
7568     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7569     layout: "plot-service-density"
7570
7571 ###############################################################################
7572
7573 # Plots - NF Density - VSC - MRR IMIX
7574 - type: "plot"
7575   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7576   algorithm: "plot_nf_heatmap"
7577   output-file-type: ".html"
7578   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7579   data: "plot-vpp-nfv-2n-skx-mrr"
7580   filter: "'NIC_Intel-XXV710' and
7581            'NF_DENSITY' and
7582            'VHOST' and
7583            'VXLAN' and
7584            'CHAIN' and
7585            'IMIX' and
7586            '2T1C' and
7587            'MRR'"
7588   parameters:
7589   - "result"
7590   - "name"
7591   - "tags"
7592   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7593   x-axis: "X = VNFs per Service Chain"
7594   y-axis: "Y = Number of Service Chains"
7595   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7596   layout:
7597     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7598     layout: "plot-service-density"
7599
7600 - type: "plot"
7601   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7602   algorithm: "plot_nf_heatmap"
7603   output-file-type: ".html"
7604   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7605   data: "plot-vpp-nfv-2n-skx-mrr"
7606   filter: "'NIC_Intel-XXV710' and
7607            'NF_DENSITY' and
7608            'VHOST' and
7609            'VXLAN' and
7610            'CHAIN' and
7611            'IMIX' and
7612            '4T2C' and
7613            'MRR'"
7614   parameters:
7615   - "result"
7616   - "name"
7617   - "tags"
7618   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7619   x-axis: "X = VNFs per Service Chain"
7620   y-axis: "Y = Number of Service Chains"
7621   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7622   layout:
7623     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7624     layout: "plot-service-density"
7625
7626 - type: "plot"
7627   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7628   algorithm: "plot_nf_heatmap"
7629   output-file-type: ".html"
7630   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7631   data: "plot-vpp-nfv-2n-skx-mrr"
7632   filter: "'NIC_Intel-XXV710' and
7633            'NF_DENSITY' and
7634            'VHOST' and
7635            'VXLAN' and
7636            'CHAIN' and
7637            'IMIX' and
7638            '8T4C' and
7639            'MRR'"
7640   parameters:
7641   - "result"
7642   - "name"
7643   - "tags"
7644   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7645   x-axis: "X = VNFs per Service Chain"
7646   y-axis: "Y = Number of Service Chains"
7647   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7648   layout:
7649     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7650     layout: "plot-service-density"
7651
7652 # Plots - NF Density - VSC - NDR IMIX
7653 - type: "plot"
7654   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7655   algorithm: "plot_nf_heatmap"
7656   output-file-type: ".html"
7657   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7658   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7659   filter: "'NIC_Intel-XXV710' and
7660            'NF_DENSITY' and
7661            'VHOST' and
7662            'VXLAN' and
7663            'CHAIN' and
7664            'IMIX' and
7665            '2T1C' and
7666            'NDRPDR'"
7667   parameters:
7668   - "throughput"
7669   - "name"
7670   - "tags"
7671   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7672   x-axis: "X = VNFs per Service Chain"
7673   y-axis: "Y = Number of Service Chains"
7674   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7675   layout:
7676     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7677     layout: "plot-service-density"
7678
7679 - type: "plot"
7680   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7681   algorithm: "plot_nf_heatmap"
7682   output-file-type: ".html"
7683   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7684   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7685   filter: "'NIC_Intel-XXV710' and
7686            'NF_DENSITY' and
7687            'VHOST' and
7688            'VXLAN' and
7689            'CHAIN' and
7690            'IMIX' and
7691            '4T2C' and
7692            'NDRPDR'"
7693   parameters:
7694   - "throughput"
7695   - "name"
7696   - "tags"
7697   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7698   x-axis: "X = VNFs per Service Chain"
7699   y-axis: "Y = Number of Service Chains"
7700   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7701   layout:
7702     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7703     layout: "plot-service-density"
7704
7705 - type: "plot"
7706   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7707   algorithm: "plot_nf_heatmap"
7708   output-file-type: ".html"
7709   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7710   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7711   filter: "'NIC_Intel-XXV710' and
7712            'NF_DENSITY' and
7713            'VHOST' and
7714            'VXLAN' and
7715            'CHAIN' and
7716            'IMIX' and
7717            '8T4C' and
7718            'NDRPDR'"
7719   parameters:
7720   - "throughput"
7721   - "name"
7722   - "tags"
7723   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7724   x-axis: "X = VNFs per Service Chain"
7725   y-axis: "Y = Number of Service Chains"
7726   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7727   layout:
7728     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7729     layout: "plot-service-density"
7730
7731 # Plots - NF Density - VSC - PDR IMIX
7732 - type: "plot"
7733   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7734   algorithm: "plot_nf_heatmap"
7735   output-file-type: ".html"
7736   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7737   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7738   filter: "'NIC_Intel-XXV710' and
7739            'NF_DENSITY' and
7740            'VHOST' and
7741            'VXLAN' and
7742            'CHAIN' and
7743            'IMIX' and
7744            '2T1C' and
7745            'NDRPDR'"
7746   parameters:
7747   - "throughput"
7748   - "name"
7749   - "tags"
7750   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7751   x-axis: "X = VNFs per Service Chain"
7752   y-axis: "Y = Number of Service Chains"
7753   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7754   layout:
7755     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7756     layout: "plot-service-density"
7757
7758 - type: "plot"
7759   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7760   algorithm: "plot_nf_heatmap"
7761   output-file-type: ".html"
7762   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7763   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7764   filter: "'NIC_Intel-XXV710' and
7765            'NF_DENSITY' and
7766            'VHOST' and
7767            'VXLAN' and
7768            'CHAIN' and
7769            'IMIX' and
7770            '4T2C' and
7771            'NDRPDR'"
7772   parameters:
7773   - "throughput"
7774   - "name"
7775   - "tags"
7776   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7777   x-axis: "X = VNFs per Service Chain"
7778   y-axis: "Y = Number of Service Chains"
7779   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7780   layout:
7781     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7782     layout: "plot-service-density"
7783
7784 - type: "plot"
7785   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7786   algorithm: "plot_nf_heatmap"
7787   output-file-type: ".html"
7788   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7789   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7790   filter: "'NIC_Intel-XXV710' and
7791            'NF_DENSITY' and
7792            'VHOST' and
7793            'VXLAN' and
7794            'CHAIN' and
7795            'IMIX' and
7796            '8T4C' and
7797            'NDRPDR'"
7798   parameters:
7799   - "throughput"
7800   - "name"
7801   - "tags"
7802   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7803   x-axis: "X = VNFs per Service Chain"
7804   y-axis: "Y = Number of Service Chains"
7805   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7806   layout:
7807     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7808     layout: "plot-service-density"
7809
7810 ###############################################################################
7811
7812 # Plots - NF Density - CSC - MRR IMIX
7813 - type: "plot"
7814   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7815   algorithm: "plot_nf_heatmap"
7816   output-file-type: ".html"
7817   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7818   data: "plot-vpp-nfv-2n-skx-mrr"
7819   filter: "'NIC_Intel-XXV710' and
7820            'NF_DENSITY' and
7821            'DOCKER' and
7822            'CHAIN' and
7823            'NF_VPPIP4' and
7824            'IMIX' and
7825            '2T1C' and
7826            'MRR'"
7827   parameters:
7828   - "result"
7829   - "name"
7830   - "tags"
7831   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7832   x-axis: "X = CNFs per Service Chain"
7833   y-axis: "Y = Number of Service Chains"
7834   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7835   layout:
7836     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7837     layout: "plot-service-density"
7838
7839 - type: "plot"
7840   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7841   algorithm: "plot_nf_heatmap"
7842   output-file-type: ".html"
7843   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7844   data: "plot-vpp-nfv-2n-skx-mrr"
7845   filter: "'NIC_Intel-XXV710' and
7846            'NF_DENSITY' and
7847            'DOCKER' and
7848            'CHAIN' and
7849            'NF_VPPIP4' and
7850            'IMIX' and
7851            '4T2C' and
7852            'MRR'"
7853   parameters:
7854   - "result"
7855   - "name"
7856   - "tags"
7857   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7858   x-axis: "X = CNFs per Service Chain"
7859   y-axis: "Y = Number of Service Chains"
7860   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7861   layout:
7862     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7863     layout: "plot-service-density"
7864
7865 - type: "plot"
7866   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7867   algorithm: "plot_nf_heatmap"
7868   output-file-type: ".html"
7869   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7870   data: "plot-vpp-nfv-2n-skx-mrr"
7871   filter: "'NIC_Intel-XXV710' and
7872            'NF_DENSITY' and
7873            'DOCKER' and
7874            'CHAIN' and
7875            'NF_VPPIP4' and
7876            'IMIX' and
7877            '8T4C' and
7878            'MRR'"
7879   parameters:
7880   - "result"
7881   - "name"
7882   - "tags"
7883   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7884   x-axis: "X = CNFs per Service Chain"
7885   y-axis: "Y = Number of Service Chains"
7886   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7887   layout:
7888     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7889     layout: "plot-service-density"
7890
7891 # Plots - NF Density - CSC - NDR IMIX
7892 - type: "plot"
7893   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7894   algorithm: "plot_nf_heatmap"
7895   output-file-type: ".html"
7896   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7897   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7898   filter: "'NIC_Intel-XXV710' and
7899            'NF_DENSITY' and
7900            'DOCKER' and
7901            'CHAIN' and
7902            'NF_VPPIP4' and
7903            'IMIX' and
7904            '2T1C' and
7905            'NDRPDR'"
7906   parameters:
7907   - "throughput"
7908   - "name"
7909   - "tags"
7910   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7911   x-axis: "X = CNFs per Service Chain"
7912   y-axis: "Y = Number of Service Chains"
7913   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7914   layout:
7915     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7916     layout: "plot-service-density"
7917
7918 - type: "plot"
7919   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7920   algorithm: "plot_nf_heatmap"
7921   output-file-type: ".html"
7922   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7923   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7924   filter: "'NIC_Intel-XXV710' and
7925            'NF_DENSITY' and
7926            'DOCKER' and
7927            'CHAIN' and
7928            'NF_VPPIP4' and
7929            'IMIX' and
7930            '4T2C' and
7931            'NDRPDR'"
7932   parameters:
7933   - "throughput"
7934   - "name"
7935   - "tags"
7936   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7937   x-axis: "X = CNFs per Service Chain"
7938   y-axis: "Y = Number of Service Chains"
7939   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7940   layout:
7941     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7942     layout: "plot-service-density"
7943
7944 - type: "plot"
7945   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7946   algorithm: "plot_nf_heatmap"
7947   output-file-type: ".html"
7948   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7949   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7950   filter: "'NIC_Intel-XXV710' and
7951            'NF_DENSITY' and
7952            'DOCKER' and
7953            'CHAIN' and
7954            'NF_VPPIP4' and
7955            'IMIX' and
7956            '8T4C' and
7957            'NDRPDR'"
7958   parameters:
7959   - "throughput"
7960   - "name"
7961   - "tags"
7962   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7963   x-axis: "X = CNFs per Service Chain"
7964   y-axis: "Y = Number of Service Chains"
7965   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7966   layout:
7967     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7968     layout: "plot-service-density"
7969
7970 # Plots - NF Density - CSC - PDR IMIX
7971 - type: "plot"
7972   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7973   algorithm: "plot_nf_heatmap"
7974   output-file-type: ".html"
7975   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7976   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7977   filter: "'NIC_Intel-XXV710' and
7978            'NF_DENSITY' and
7979            'DOCKER' and
7980            'CHAIN' and
7981            'NF_VPPIP4' and
7982            'IMIX' and
7983            '2T1C' and
7984            'NDRPDR'"
7985   parameters:
7986   - "throughput"
7987   - "name"
7988   - "tags"
7989   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7990   x-axis: "X = CNFs per Service Chain"
7991   y-axis: "Y = Number of Service Chains"
7992   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7993   layout:
7994     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7995     layout: "plot-service-density"
7996
7997 - type: "plot"
7998   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7999   algorithm: "plot_nf_heatmap"
8000   output-file-type: ".html"
8001   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8002   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8003   filter: "'NIC_Intel-XXV710' and
8004            'NF_DENSITY' and
8005            'DOCKER' and
8006            'CHAIN' and
8007            'NF_VPPIP4' and
8008            'IMIX' and
8009            '4T2C' and
8010            'NDRPDR'"
8011   parameters:
8012   - "throughput"
8013   - "name"
8014   - "tags"
8015   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8016   x-axis: "X = CNFs per Service Chain"
8017   y-axis: "Y = Number of Service Chains"
8018   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8019   layout:
8020     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8021     layout: "plot-service-density"
8022
8023 - type: "plot"
8024   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8025   algorithm: "plot_nf_heatmap"
8026   output-file-type: ".html"
8027   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8028   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8029   filter: "'NIC_Intel-XXV710' and
8030            'NF_DENSITY' and
8031            'DOCKER' and
8032            'CHAIN' and
8033            'NF_VPPIP4' and
8034            'IMIX' and
8035            '8T4C' and
8036            'NDRPDR'"
8037   parameters:
8038   - "throughput"
8039   - "name"
8040   - "tags"
8041   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8042   x-axis: "X = CNFs per Service Chain"
8043   y-axis: "Y = Number of Service Chains"
8044   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8045   layout:
8046     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8047     layout: "plot-service-density"
8048
8049 ################################################################################
8050 #
8051 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8052 #- type: "plot"
8053 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8054 #  algorithm: "plot_nf_heatmap"
8055 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8056 #  data: "plot-vpp-nfv-3n-skx-mrr"
8057 #  filter: "'NIC_Intel-XXV710' and
8058 #           'NF_DENSITY' and
8059 #           'DOCKER' and
8060 #           'CHAIN' and
8061 #           'NF_VPPIP4' and
8062 #           'IPSEC' and
8063 #           'TNL_4' and
8064 #           'IMIX' and
8065 #           '2T1C' and
8066 #           'MRR'"
8067 #  parameters:
8068 #  - "result"
8069 #  - "name"
8070 #  - "tags"
8071 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8072 #  x-axis: "X = CNFs per Service Chain"
8073 #  y-axis: "Y = Number of Service Chains"
8074 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8075 #  layout:
8076 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8077 #    layout: "plot-service-density"
8078 #
8079 #- type: "plot"
8080 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8081 #  algorithm: "plot_nf_heatmap"
8082 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8083 #  data: "plot-vpp-nfv-3n-skx-mrr"
8084 #  filter: "'NIC_Intel-XXV710' and
8085 #           'NF_DENSITY' and
8086 #           'DOCKER' and
8087 #           'CHAIN' and
8088 #           'NF_VPPIP4' and
8089 #           'IPSEC' and
8090 #           'TNL_4' and
8091 #           'IMIX' and
8092 #           '4T2C' and
8093 #           'MRR'"
8094 #  parameters:
8095 #  - "result"
8096 #  - "name"
8097 #  - "tags"
8098 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8099 #  x-axis: "X = CNFs per Service Chain"
8100 #  y-axis: "Y = Number of Service Chains"
8101 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8102 #  layout:
8103 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8104 #    layout: "plot-service-density"
8105 #
8106 #- type: "plot"
8107 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8108 #  algorithm: "plot_nf_heatmap"
8109 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8110 #  data: "plot-vpp-nfv-3n-skx-mrr"
8111 #  filter: "'NIC_Intel-XXV710' and
8112 #           'NF_DENSITY' and
8113 #           'DOCKER' and
8114 #           'CHAIN' and
8115 #           'NF_VPPIP4' and
8116 #           'IPSEC' and
8117 #           'TNL_4' and
8118 #           'IMIX' and
8119 #           '8T4C' and
8120 #           'MRR'"
8121 #  parameters:
8122 #  - "result"
8123 #  - "name"
8124 #  - "tags"
8125 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8126 #  x-axis: "X = CNFs per Service Chain"
8127 #  y-axis: "Y = Number of Service Chains"
8128 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8129 #  layout:
8130 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8131 #    layout: "plot-service-density"
8132
8133 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8134 #- type: "plot"
8135 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8136 #  algorithm: "plot_nf_heatmap"
8137 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8138 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8139 #  filter: "'NIC_Intel-XXV710' and
8140 #           'NF_DENSITY' and
8141 #           'DOCKER' and
8142 #           'CHAIN' and
8143 #           'NF_VPPIP4' and
8144 #           'IPSEC' and
8145 #           'TNL_4' and
8146 #           'IMIX' and
8147 #           '2T1C' and
8148 #           'NDRPDR'"
8149 #  parameters:
8150 #  - "throughput"
8151 #  - "name"
8152 #  - "tags"
8153 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8154 #  x-axis: "X = CNFs per Service Chain"
8155 #  y-axis: "Y = Number of Service Chains"
8156 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8157 #  layout:
8158 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8159 #    layout: "plot-service-density"
8160 #
8161 #- type: "plot"
8162 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8163 #  algorithm: "plot_nf_heatmap"
8164 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8165 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8166 #  filter: "'NIC_Intel-XXV710' and
8167 #           'NF_DENSITY' and
8168 #           'DOCKER' and
8169 #           'CHAIN' and
8170 #           'NF_VPPIP4' and
8171 #           'IPSEC' and
8172 #           'TNL_4' and
8173 #           'IMIX' and
8174 #           '4T2C' and
8175 #           'NDRPDR'"
8176 #  parameters:
8177 #  - "throughput"
8178 #  - "name"
8179 #  - "tags"
8180 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8181 #  x-axis: "X = CNFs per Service Chain"
8182 #  y-axis: "Y = Number of Service Chains"
8183 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8184 #  layout:
8185 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8186 #    layout: "plot-service-density"
8187 #
8188 #- type: "plot"
8189 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8190 #  algorithm: "plot_nf_heatmap"
8191 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8192 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8193 #  filter: "'NIC_Intel-XXV710' and
8194 #           'NF_DENSITY' and
8195 #           'DOCKER' and
8196 #           'CHAIN' and
8197 #           'NF_VPPIP4' and
8198 #           'IPSEC' and
8199 #           'TNL_4' and
8200 #           'IMIX' and
8201 #           '8T4C' and
8202 #           'NDRPDR'"
8203 #  parameters:
8204 #  - "throughput"
8205 #  - "name"
8206 #  - "tags"
8207 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8208 #  x-axis: "X = CNFs per Service Chain"
8209 #  y-axis: "Y = Number of Service Chains"
8210 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8211 #  layout:
8212 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8213 #    layout: "plot-service-density"
8214 #
8215 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8216 #- type: "plot"
8217 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8218 #  algorithm: "plot_nf_heatmap"
8219 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8220 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8221 #  filter: "'NIC_Intel-XXV710' and
8222 #           'NF_DENSITY' and
8223 #           'DOCKER' and
8224 #           'CHAIN' and
8225 #           'NF_VPPIP4' and
8226 #           'IPSEC' and
8227 #           'TNL_4' and
8228 #           'IMIX' and
8229 #           '2T1C' and
8230 #           'NDRPDR'"
8231 #  parameters:
8232 #  - "throughput"
8233 #  - "name"
8234 #  - "tags"
8235 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8236 #  x-axis: "X = CNFs per Service Chain"
8237 #  y-axis: "Y = Number of Service Chains"
8238 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8239 #  layout:
8240 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8241 #    layout: "plot-service-density"
8242 #
8243 #- type: "plot"
8244 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8245 #  algorithm: "plot_nf_heatmap"
8246 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8247 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8248 #  filter: "'NIC_Intel-XXV710' and
8249 #           'NF_DENSITY' and
8250 #           'DOCKER' and
8251 #           'CHAIN' and
8252 #           'NF_VPPIP4' and
8253 #           'IPSEC' and
8254 #           'TNL_4' and
8255 #           'IMIX' and
8256 #           '4T2C' and
8257 #           'NDRPDR'"
8258 #  parameters:
8259 #  - "throughput"
8260 #  - "name"
8261 #  - "tags"
8262 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8263 #  x-axis: "X = CNFs per Service Chain"
8264 #  y-axis: "Y = Number of Service Chains"
8265 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8266 #  layout:
8267 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8268 #    layout: "plot-service-density"
8269 #
8270 #- type: "plot"
8271 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8272 #  algorithm: "plot_nf_heatmap"
8273 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8274 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8275 #  filter: "'NIC_Intel-XXV710' and
8276 #           'NF_DENSITY' and
8277 #           'DOCKER' and
8278 #           'CHAIN' and
8279 #           'NF_VPPIP4' and
8280 #           'IPSEC' and
8281 #           'TNL_4' and
8282 #           'IMIX' and
8283 #           '8T4C' and
8284 #           'NDRPDR'"
8285 #  parameters:
8286 #  - "throughput"
8287 #  - "name"
8288 #  - "tags"
8289 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8290 #  x-axis: "X = CNFs per Service Chain"
8291 #  y-axis: "Y = Number of Service Chains"
8292 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8293 #  layout:
8294 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8295 #    layout: "plot-service-density"
8296
8297 ###############################################################################
8298
8299 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8300 #- type: "plot"
8301 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8302 #  algorithm: "plot_nf_heatmap"
8303 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8304 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8305 #  filter: "'NIC_Intel-XL710' and
8306 #           'NF_DENSITY' and
8307 #           'DOCKER' and
8308 #           'CHAIN' and
8309 #           'NF_VPPIP4' and
8310 #           'IMIX' and
8311 #           'TNL_4' and
8312 #           '1T1C' and
8313 #           'MRR'"
8314 #  parameters:
8315 #  - "result"
8316 #  - "name"
8317 #  - "tags"
8318 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8319 #  x-axis: "X = CNFs per Service Chain"
8320 #  y-axis: "Y = Number of Service Chains"
8321 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8322 #  layout:
8323 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8324 #    layout: "plot-service-density"
8325 #
8326 #- type: "plot"
8327 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8328 #  algorithm: "plot_nf_heatmap"
8329 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8330 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8331 #  filter: "'NIC_Intel-XL710' and
8332 #           'NF_DENSITY' and
8333 #           'DOCKER' and
8334 #           'CHAIN' and
8335 #           'NF_VPPIP4' and
8336 #           'IPSEC' and
8337 #           'TNL_4' and
8338 #           'IMIX' and
8339 #           '2T2C' and
8340 #           'MRR'"
8341 #  parameters:
8342 #  - "result"
8343 #  - "name"
8344 #  - "tags"
8345 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8346 #  x-axis: "X = CNFs per Service Chain"
8347 #  y-axis: "Y = Number of Service Chains"
8348 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8349 #  layout:
8350 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8351 #    layout: "plot-service-density"
8352 #
8353 #- type: "plot"
8354 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8355 #  algorithm: "plot_nf_heatmap"
8356 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8357 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8358 #  filter: "'NIC_Intel-XL710' and
8359 #           'NF_DENSITY' and
8360 #           'DOCKER' and
8361 #           'CHAIN' and
8362 #           'NF_VPPIP4' and
8363 #           'IPSEC' and
8364 #           'TNL_4' and
8365 #           'IMIX' and
8366 #           '4T4C' and
8367 #           'MRR'"
8368 #  parameters:
8369 #  - "result"
8370 #  - "name"
8371 #  - "tags"
8372 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8373 #  x-axis: "X = CNFs per Service Chain"
8374 #  y-axis: "Y = Number of Service Chains"
8375 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8376 #  layout:
8377 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8378 #    layout: "plot-service-density"
8379
8380 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8381 #- type: "plot"
8382 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8383 #  algorithm: "plot_nf_heatmap"
8384 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8385 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8386 #  filter: "'NIC_Intel-XL710' and
8387 #           'NF_DENSITY' and
8388 #           'DOCKER' and
8389 #           'CHAIN' and
8390 #           'NF_VPPIP4' and
8391 #           'IPSEC' and
8392 #           'TNL_4' and
8393 #           'IMIX' and
8394 #           '1T1C' and
8395 #           'NDRPDR'"
8396 #  parameters:
8397 #  - "throughput"
8398 #  - "name"
8399 #  - "tags"
8400 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8401 #  x-axis: "X = CNFs per Service Chain"
8402 #  y-axis: "Y = Number of Service Chains"
8403 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8404 #  layout:
8405 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8406 #    layout: "plot-service-density"
8407 #
8408 #- type: "plot"
8409 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8410 #  algorithm: "plot_nf_heatmap"
8411 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8412 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8413 #  filter: "'NIC_Intel-XL710' and
8414 #           'NF_DENSITY' and
8415 #           'DOCKER' and
8416 #           'CHAIN' and
8417 #           'NF_VPPIP4' and
8418 #           'IPSEC' and
8419 #           'TNL_4' and
8420 #           'IMIX' and
8421 #           '2T2C' and
8422 #           'NDRPDR'"
8423 #  parameters:
8424 #  - "throughput"
8425 #  - "name"
8426 #  - "tags"
8427 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8428 #  x-axis: "X = CNFs per Service Chain"
8429 #  y-axis: "Y = Number of Service Chains"
8430 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8431 #  layout:
8432 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8433 #    layout: "plot-service-density"
8434 #
8435 #- type: "plot"
8436 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8437 #  algorithm: "plot_nf_heatmap"
8438 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8439 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8440 #  filter: "'NIC_Intel-XL710' and
8441 #           'NF_DENSITY' and
8442 #           'DOCKER' and
8443 #           'CHAIN' and
8444 #           'NF_VPPIP4' and
8445 #           'IPSEC' and
8446 #           'TNL_4' and
8447 #           'IMIX' and
8448 #           '4T4C' and
8449 #           'NDRPDR'"
8450 #  parameters:
8451 #  - "throughput"
8452 #  - "name"
8453 #  - "tags"
8454 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8455 #  x-axis: "X = CNFs per Service Chain"
8456 #  y-axis: "Y = Number of Service Chains"
8457 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8458 #  layout:
8459 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8460 #    layout: "plot-service-density"
8461 #
8462 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8463 #- type: "plot"
8464 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8465 #  algorithm: "plot_nf_heatmap"
8466 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8467 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8468 #  filter: "'NIC_Intel-XL710' and
8469 #           'NF_DENSITY' and
8470 #           'DOCKER' and
8471 #           'CHAIN' and
8472 #           'NF_VPPIP4' and
8473 #           'IPSEC' and
8474 #           'TNL_4' and
8475 #           'IMIX' and
8476 #           '1T1C' and
8477 #           'NDRPDR'"
8478 #  parameters:
8479 #  - "throughput"
8480 #  - "name"
8481 #  - "tags"
8482 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8483 #  x-axis: "X = CNFs per Service Chain"
8484 #  y-axis: "Y = Number of Service Chains"
8485 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8486 #  layout:
8487 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8488 #    layout: "plot-service-density"
8489 #
8490 #- type: "plot"
8491 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8492 #  algorithm: "plot_nf_heatmap"
8493 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8494 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8495 #  filter: "'NIC_Intel-XL710' and
8496 #           'NF_DENSITY' and
8497 #           'DOCKER' and
8498 #           'CHAIN' and
8499 #           'NF_VPPIP4' and
8500 #           'IPSEC' and
8501 #           'TNL_4' and
8502 #           'IMIX' and
8503 #           '2T2C' and
8504 #           'NDRPDR'"
8505 #  parameters:
8506 #  - "throughput"
8507 #  - "name"
8508 #  - "tags"
8509 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8510 #  x-axis: "X = CNFs per Service Chain"
8511 #  y-axis: "Y = Number of Service Chains"
8512 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8513 #  layout:
8514 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8515 #    layout: "plot-service-density"
8516 #
8517 #- type: "plot"
8518 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8519 #  algorithm: "plot_nf_heatmap"
8520 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8521 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8522 #  filter: "'NIC_Intel-XL710' and
8523 #           'NF_DENSITY' and
8524 #           'DOCKER' and
8525 #           'CHAIN' and
8526 #           'NF_VPPIP4' and
8527 #           'IPSEC' and
8528 #           'TNL_4' and
8529 #           'IMIX' and
8530 #           '4T4C' and
8531 #           'NDRPDR'"
8532 #  parameters:
8533 #  - "throughput"
8534 #  - "name"
8535 #  - "tags"
8536 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8537 #  x-axis: "X = CNFs per Service Chain"
8538 #  y-axis: "Y = Number of Service Chains"
8539 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8540 #  layout:
8541 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8542 #    layout: "plot-service-density"
8543
8544 ###############################################################################
8545
8546 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8547 #- type: "plot"
8548 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8549 #  algorithm: "plot_nf_heatmap"
8550 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8551 #  data: "plot-vpp-nfv-3n-skx-mrr"
8552 #  filter: "'NIC_Intel-XXV710' and
8553 #           'NF_DENSITY' and
8554 #           'DOCKER' and
8555 #           'CHAIN' and
8556 #           'NF_VPPIP4' and
8557 #           'IPSEC' and
8558 #           'TNL_1000' and
8559 #           'IMIX' and
8560 #           '2T1C' and
8561 #           'MRR'"
8562 #  parameters:
8563 #  - "result"
8564 #  - "name"
8565 #  - "tags"
8566 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8567 #  x-axis: "X = CNFs per Service Chain"
8568 #  y-axis: "Y = Number of Service Chains"
8569 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8570 #  layout:
8571 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8572 #    layout: "plot-service-density"
8573 #
8574 #- type: "plot"
8575 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8576 #  algorithm: "plot_nf_heatmap"
8577 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8578 #  data: "plot-vpp-nfv-3n-skx-mrr"
8579 #  filter: "'NIC_Intel-XXV710' and
8580 #           'NF_DENSITY' and
8581 #           'DOCKER' and
8582 #           'CHAIN' and
8583 #           'NF_VPPIP4' and
8584 #           'IPSEC' and
8585 #           'TNL_1000' and
8586 #           'IMIX' and
8587 #           '4T2C' and
8588 #           'MRR'"
8589 #  parameters:
8590 #  - "result"
8591 #  - "name"
8592 #  - "tags"
8593 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8594 #  x-axis: "X = CNFs per Service Chain"
8595 #  y-axis: "Y = Number of Service Chains"
8596 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8597 #  layout:
8598 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8599 #    layout: "plot-service-density"
8600 #
8601 #- type: "plot"
8602 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8603 #  algorithm: "plot_nf_heatmap"
8604 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8605 #  data: "plot-vpp-nfv-3n-skx-mrr"
8606 #  filter: "'NIC_Intel-XXV710' and
8607 #           'NF_DENSITY' and
8608 #           'DOCKER' and
8609 #           'CHAIN' and
8610 #           'NF_VPPIP4' and
8611 #           'IPSEC' and
8612 #           'TNL_1000' and
8613 #           'IMIX' and
8614 #           '8T4C' and
8615 #           'MRR'"
8616 #  parameters:
8617 #  - "result"
8618 #  - "name"
8619 #  - "tags"
8620 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8621 #  x-axis: "X = CNFs per Service Chain"
8622 #  y-axis: "Y = Number of Service Chains"
8623 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8624 #  layout:
8625 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8626 #    layout: "plot-service-density"
8627
8628 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8629 #- type: "plot"
8630 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8631 #  algorithm: "plot_nf_heatmap"
8632 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8633 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8634 #  filter: "'NIC_Intel-XXV710' and
8635 #           'NF_DENSITY' and
8636 #           'DOCKER' and
8637 #           'CHAIN' and
8638 #           'NF_VPPIP4' and
8639 #           'IPSEC' and
8640 #           'TNL_1000' and
8641 #           'IMIX' and
8642 #           '2T1C' and
8643 #           'NDRPDR'"
8644 #  parameters:
8645 #  - "throughput"
8646 #  - "name"
8647 #  - "tags"
8648 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8649 #  x-axis: "X = CNFs per Service Chain"
8650 #  y-axis: "Y = Number of Service Chains"
8651 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8652 #  layout:
8653 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8654 #    layout: "plot-service-density"
8655 #
8656 #- type: "plot"
8657 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8658 #  algorithm: "plot_nf_heatmap"
8659 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8660 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8661 #  filter: "'NIC_Intel-XXV710' and
8662 #           'NF_DENSITY' and
8663 #           'DOCKER' and
8664 #           'CHAIN' and
8665 #           'NF_VPPIP4' and
8666 #           'IPSEC' and
8667 #           'TNL_1000' and
8668 #           'IMIX' and
8669 #           '4T2C' and
8670 #           'NDRPDR'"
8671 #  parameters:
8672 #  - "throughput"
8673 #  - "name"
8674 #  - "tags"
8675 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8676 #  x-axis: "X = CNFs per Service Chain"
8677 #  y-axis: "Y = Number of Service Chains"
8678 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8679 #  layout:
8680 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8681 #    layout: "plot-service-density"
8682 #
8683 #- type: "plot"
8684 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8685 #  algorithm: "plot_nf_heatmap"
8686 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8687 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8688 #  filter: "'NIC_Intel-XXV710' and
8689 #           'NF_DENSITY' and
8690 #           'DOCKER' and
8691 #           'CHAIN' and
8692 #           'NF_VPPIP4' and
8693 #           'IPSEC' and
8694 #           'TNL_1000' and
8695 #           'IMIX' and
8696 #           '8T4C' and
8697 #           'NDRPDR'"
8698 #  parameters:
8699 #  - "throughput"
8700 #  - "name"
8701 #  - "tags"
8702 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8703 #  x-axis: "X = CNFs per Service Chain"
8704 #  y-axis: "Y = Number of Service Chains"
8705 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8706 #  layout:
8707 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8708 #    layout: "plot-service-density"
8709 #
8710 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8711 #- type: "plot"
8712 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8713 #  algorithm: "plot_nf_heatmap"
8714 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8715 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8716 #  filter: "'NIC_Intel-XXV710' and
8717 #           'NF_DENSITY' and
8718 #           'DOCKER' and
8719 #           'CHAIN' and
8720 #           'NF_VPPIP4' and
8721 #           'IPSEC' and
8722 #           'TNL_1000' and
8723 #           'IMIX' and
8724 #           '2T1C' and
8725 #           'NDRPDR'"
8726 #  parameters:
8727 #  - "throughput"
8728 #  - "name"
8729 #  - "tags"
8730 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8731 #  x-axis: "X = CNFs per Service Chain"
8732 #  y-axis: "Y = Number of Service Chains"
8733 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8734 #  layout:
8735 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8736 #    layout: "plot-service-density"
8737 #
8738 #- type: "plot"
8739 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8740 #  algorithm: "plot_nf_heatmap"
8741 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8742 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8743 #  filter: "'NIC_Intel-XXV710' and
8744 #           'NF_DENSITY' and
8745 #           'DOCKER' and
8746 #           'CHAIN' and
8747 #           'NF_VPPIP4' and
8748 #           'IPSEC' and
8749 #           'TNL_1000' and
8750 #           'IMIX' and
8751 #           '4T2C' and
8752 #           'NDRPDR'"
8753 #  parameters:
8754 #  - "throughput"
8755 #  - "name"
8756 #  - "tags"
8757 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8758 #  x-axis: "X = CNFs per Service Chain"
8759 #  y-axis: "Y = Number of Service Chains"
8760 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8761 #  layout:
8762 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8763 #    layout: "plot-service-density"
8764 #
8765 #- type: "plot"
8766 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8767 #  algorithm: "plot_nf_heatmap"
8768 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8769 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8770 #  filter: "'NIC_Intel-XXV710' and
8771 #           'NF_DENSITY' and
8772 #           'DOCKER' and
8773 #           'CHAIN' and
8774 #           'NF_VPPIP4' and
8775 #           'IPSEC' and
8776 #           'TNL_1000' and
8777 #           'IMIX' and
8778 #           '8T4C' and
8779 #           'NDRPDR'"
8780 #  parameters:
8781 #  - "throughput"
8782 #  - "name"
8783 #  - "tags"
8784 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8785 #  x-axis: "X = CNFs per Service Chain"
8786 #  y-axis: "Y = Number of Service Chains"
8787 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8788 #  layout:
8789 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8790 #    layout: "plot-service-density"
8791
8792 ###############################################################################
8793
8794 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8795 #- type: "plot"
8796 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8797 #  algorithm: "plot_nf_heatmap"
8798 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8799 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8800 #  filter: "'NIC_Intel-XL710' and
8801 #           'NF_DENSITY' and
8802 #           'DOCKER' and
8803 #           'CHAIN' and
8804 #           'NF_VPPIP4' and
8805 #           'IMIX' and
8806 #           'TNL_1000' and
8807 #           '1T1C' and
8808 #           'MRR'"
8809 #  parameters:
8810 #  - "result"
8811 #  - "name"
8812 #  - "tags"
8813 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8814 #  x-axis: "X = CNFs per Service Chain"
8815 #  y-axis: "Y = Number of Service Chains"
8816 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8817 #  layout:
8818 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8819 #    layout: "plot-service-density"
8820 #
8821 #- type: "plot"
8822 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8823 #  algorithm: "plot_nf_heatmap"
8824 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8825 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8826 #  filter: "'NIC_Intel-XL710' and
8827 #           'NF_DENSITY' and
8828 #           'DOCKER' and
8829 #           'CHAIN' and
8830 #           'NF_VPPIP4' and
8831 #           'IPSEC' and
8832 #           'TNL_1000' and
8833 #           'IMIX' and
8834 #           '2T2C' and
8835 #           'MRR'"
8836 #  parameters:
8837 #  - "result"
8838 #  - "name"
8839 #  - "tags"
8840 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8841 #  x-axis: "X = CNFs per Service Chain"
8842 #  y-axis: "Y = Number of Service Chains"
8843 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8844 #  layout:
8845 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8846 #    layout: "plot-service-density"
8847 #
8848 #- type: "plot"
8849 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8850 #  algorithm: "plot_nf_heatmap"
8851 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8852 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8853 #  filter: "'NIC_Intel-XL710' and
8854 #           'NF_DENSITY' and
8855 #           'DOCKER' and
8856 #           'CHAIN' and
8857 #           'NF_VPPIP4' and
8858 #           'IPSEC' and
8859 #           'TNL_1000' and
8860 #           'IMIX' and
8861 #           '4T4C' and
8862 #           'MRR'"
8863 #  parameters:
8864 #  - "result"
8865 #  - "name"
8866 #  - "tags"
8867 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8868 #  x-axis: "X = CNFs per Service Chain"
8869 #  y-axis: "Y = Number of Service Chains"
8870 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8871 #  layout:
8872 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8873 #    layout: "plot-service-density"
8874
8875 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8876 #- type: "plot"
8877 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8878 #  algorithm: "plot_nf_heatmap"
8879 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8880 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8881 #  filter: "'NIC_Intel-XL710' and
8882 #           'NF_DENSITY' and
8883 #           'DOCKER' and
8884 #           'CHAIN' and
8885 #           'NF_VPPIP4' and
8886 #           'IPSEC' and
8887 #           'TNL_1000' and
8888 #           'IMIX' and
8889 #           '1T1C' and
8890 #           'NDRPDR'"
8891 #  parameters:
8892 #  - "throughput"
8893 #  - "name"
8894 #  - "tags"
8895 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8896 #  x-axis: "X = CNFs per Service Chain"
8897 #  y-axis: "Y = Number of Service Chains"
8898 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8899 #  layout:
8900 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8901 #    layout: "plot-service-density"
8902 #
8903 #- type: "plot"
8904 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8905 #  algorithm: "plot_nf_heatmap"
8906 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8907 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8908 #  filter: "'NIC_Intel-XL710' and
8909 #           'NF_DENSITY' and
8910 #           'DOCKER' and
8911 #           'CHAIN' and
8912 #           'NF_VPPIP4' and
8913 #           'IPSEC' and
8914 #           'TNL_1000' and
8915 #           'IMIX' and
8916 #           '2T2C' and
8917 #           'NDRPDR'"
8918 #  parameters:
8919 #  - "throughput"
8920 #  - "name"
8921 #  - "tags"
8922 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8923 #  x-axis: "X = CNFs per Service Chain"
8924 #  y-axis: "Y = Number of Service Chains"
8925 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8926 #  layout:
8927 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8928 #    layout: "plot-service-density"
8929 #
8930 #- type: "plot"
8931 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8932 #  algorithm: "plot_nf_heatmap"
8933 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8934 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8935 #  filter: "'NIC_Intel-XL710' and
8936 #           'NF_DENSITY' and
8937 #           'DOCKER' and
8938 #           'CHAIN' and
8939 #           'NF_VPPIP4' and
8940 #           'IPSEC' and
8941 #           'TNL_1000' and
8942 #           'IMIX' and
8943 #           '4T4C' and
8944 #           'NDRPDR'"
8945 #  parameters:
8946 #  - "throughput"
8947 #  - "name"
8948 #  - "tags"
8949 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8950 #  x-axis: "X = CNFs per Service Chain"
8951 #  y-axis: "Y = Number of Service Chains"
8952 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8953 #  layout:
8954 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8955 #    layout: "plot-service-density"
8956 #
8957 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8958 #- type: "plot"
8959 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8960 #  algorithm: "plot_nf_heatmap"
8961 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8962 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8963 #  filter: "'NIC_Intel-XL710' and
8964 #           'NF_DENSITY' and
8965 #           'DOCKER' and
8966 #           'CHAIN' and
8967 #           'NF_VPPIP4' and
8968 #           'IPSEC' and
8969 #           'TNL_1000' and
8970 #           'IMIX' and
8971 #           '1T1C' and
8972 #           'NDRPDR'"
8973 #  parameters:
8974 #  - "throughput"
8975 #  - "name"
8976 #  - "tags"
8977 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8978 #  x-axis: "X = CNFs per Service Chain"
8979 #  y-axis: "Y = Number of Service Chains"
8980 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8981 #  layout:
8982 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8983 #    layout: "plot-service-density"
8984 #
8985 #- type: "plot"
8986 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8987 #  algorithm: "plot_nf_heatmap"
8988 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8989 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8990 #  filter: "'NIC_Intel-XL710' and
8991 #           'NF_DENSITY' and
8992 #           'DOCKER' and
8993 #           'CHAIN' and
8994 #           'NF_VPPIP4' and
8995 #           'IPSEC' and
8996 #           'TNL_1000' and
8997 #           'IMIX' and
8998 #           '2T2C' and
8999 #           'NDRPDR'"
9000 #  parameters:
9001 #  - "throughput"
9002 #  - "name"
9003 #  - "tags"
9004 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9005 #  x-axis: "X = CNFs per Service Chain"
9006 #  y-axis: "Y = Number of Service Chains"
9007 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9008 #  layout:
9009 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9010 #    layout: "plot-service-density"
9011 #
9012 #- type: "plot"
9013 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9014 #  algorithm: "plot_nf_heatmap"
9015 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9016 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9017 #  filter: "'NIC_Intel-XL710' and
9018 #           'NF_DENSITY' and
9019 #           'DOCKER' and
9020 #           'CHAIN' and
9021 #           'NF_VPPIP4' and
9022 #           'IPSEC' and
9023 #           'TNL_1000' and
9024 #           'IMIX' and
9025 #           '4T4C' and
9026 #           'NDRPDR'"
9027 #  parameters:
9028 #  - "throughput"
9029 #  - "name"
9030 #  - "tags"
9031 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9032 #  x-axis: "X = CNFs per Service Chain"
9033 #  y-axis: "Y = Number of Service Chains"
9034 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9035 #  layout:
9036 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9037 #    layout: "plot-service-density"
9038
9039 ###############################################################################
9040
9041 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9042 #- type: "plot"
9043 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9044 #  algorithm: "plot_nf_heatmap"
9045 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9046 #  data: "plot-vpp-nfv-3n-skx-mrr"
9047 #  filter: "'NIC_Intel-XXV710' and
9048 #           'NF_DENSITY' and
9049 #           'DOCKER' and
9050 #           'CHAIN' and
9051 #           'NF_VPPIP4' and
9052 #           'IPSEC' and
9053 #           'TNL_10000' and
9054 #           'IMIX' and
9055 #           '2T1C' and
9056 #           'MRR'"
9057 #  parameters:
9058 #  - "result"
9059 #  - "name"
9060 #  - "tags"
9061 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9062 #  x-axis: "X = CNFs per Service Chain"
9063 #  y-axis: "Y = Number of Service Chains"
9064 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9065 #  layout:
9066 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9067 #    layout: "plot-service-density"
9068 #
9069 #- type: "plot"
9070 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9071 #  algorithm: "plot_nf_heatmap"
9072 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9073 #  data: "plot-vpp-nfv-3n-skx-mrr"
9074 #  filter: "'NIC_Intel-XXV710' and
9075 #           'NF_DENSITY' and
9076 #           'DOCKER' and
9077 #           'CHAIN' and
9078 #           'NF_VPPIP4' and
9079 #           'IPSEC' and
9080 #           'TNL_10000' and
9081 #           'IMIX' and
9082 #           '4T2C' and
9083 #           'MRR'"
9084 #  parameters:
9085 #  - "result"
9086 #  - "name"
9087 #  - "tags"
9088 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9089 #  x-axis: "X = CNFs per Service Chain"
9090 #  y-axis: "Y = Number of Service Chains"
9091 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9092 #  layout:
9093 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9094 #    layout: "plot-service-density"
9095 #
9096 #- type: "plot"
9097 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9098 #  algorithm: "plot_nf_heatmap"
9099 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9100 #  data: "plot-vpp-nfv-3n-skx-mrr"
9101 #  filter: "'NIC_Intel-XXV710' and
9102 #           'NF_DENSITY' and
9103 #           'DOCKER' and
9104 #           'CHAIN' and
9105 #           'NF_VPPIP4' and
9106 #           'IPSEC' and
9107 #           'TNL_10000' and
9108 #           'IMIX' and
9109 #           '8T4C' and
9110 #           'MRR'"
9111 #  parameters:
9112 #  - "result"
9113 #  - "name"
9114 #  - "tags"
9115 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9116 #  x-axis: "X = CNFs per Service Chain"
9117 #  y-axis: "Y = Number of Service Chains"
9118 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9119 #  layout:
9120 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9121 #    layout: "plot-service-density"
9122
9123 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9124 #- type: "plot"
9125 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9126 #  algorithm: "plot_nf_heatmap"
9127 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9128 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9129 #  filter: "'NIC_Intel-XXV710' and
9130 #           'NF_DENSITY' and
9131 #           'DOCKER' and
9132 #           'CHAIN' and
9133 #           'NF_VPPIP4' and
9134 #           'IPSEC' and
9135 #           'TNL_10000' and
9136 #           'IMIX' and
9137 #           '2T1C' and
9138 #           'NDRPDR'"
9139 #  parameters:
9140 #  - "throughput"
9141 #  - "name"
9142 #  - "tags"
9143 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9144 #  x-axis: "X = CNFs per Service Chain"
9145 #  y-axis: "Y = Number of Service Chains"
9146 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9147 #  layout:
9148 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9149 #    layout: "plot-service-density"
9150 #
9151 #- type: "plot"
9152 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9153 #  algorithm: "plot_nf_heatmap"
9154 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9155 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9156 #  filter: "'NIC_Intel-XXV710' and
9157 #           'NF_DENSITY' and
9158 #           'DOCKER' and
9159 #           'CHAIN' and
9160 #           'NF_VPPIP4' and
9161 #           'IPSEC' and
9162 #           'TNL_10000' and
9163 #           'IMIX' and
9164 #           '4T2C' and
9165 #           'NDRPDR'"
9166 #  parameters:
9167 #  - "throughput"
9168 #  - "name"
9169 #  - "tags"
9170 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9171 #  x-axis: "X = CNFs per Service Chain"
9172 #  y-axis: "Y = Number of Service Chains"
9173 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9174 #  layout:
9175 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9176 #    layout: "plot-service-density"
9177 #
9178 #- type: "plot"
9179 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9180 #  algorithm: "plot_nf_heatmap"
9181 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9182 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9183 #  filter: "'NIC_Intel-XXV710' and
9184 #           'NF_DENSITY' and
9185 #           'DOCKER' and
9186 #           'CHAIN' and
9187 #           'NF_VPPIP4' and
9188 #           'IPSEC' and
9189 #           'TNL_10000' and
9190 #           'IMIX' and
9191 #           '8T4C' and
9192 #           'NDRPDR'"
9193 #  parameters:
9194 #  - "throughput"
9195 #  - "name"
9196 #  - "tags"
9197 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9198 #  x-axis: "X = CNFs per Service Chain"
9199 #  y-axis: "Y = Number of Service Chains"
9200 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9201 #  layout:
9202 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9203 #    layout: "plot-service-density"
9204 #
9205 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9206 #- type: "plot"
9207 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9208 #  algorithm: "plot_nf_heatmap"
9209 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9210 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9211 #  filter: "'NIC_Intel-XXV710' and
9212 #           'NF_DENSITY' and
9213 #           'DOCKER' and
9214 #           'CHAIN' and
9215 #           'NF_VPPIP4' and
9216 #           'IPSEC' and
9217 #           'TNL_10000' and
9218 #           'IMIX' and
9219 #           '2T1C' and
9220 #           'NDRPDR'"
9221 #  parameters:
9222 #  - "throughput"
9223 #  - "name"
9224 #  - "tags"
9225 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9226 #  x-axis: "X = CNFs per Service Chain"
9227 #  y-axis: "Y = Number of Service Chains"
9228 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9229 #  layout:
9230 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9231 #    layout: "plot-service-density"
9232 #
9233 #- type: "plot"
9234 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9235 #  algorithm: "plot_nf_heatmap"
9236 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9237 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9238 #  filter: "'NIC_Intel-XXV710' and
9239 #           'NF_DENSITY' and
9240 #           'DOCKER' and
9241 #           'CHAIN' and
9242 #           'NF_VPPIP4' and
9243 #           'IPSEC' and
9244 #           'TNL_10000' and
9245 #           'IMIX' and
9246 #           '4T2C' and
9247 #           'NDRPDR'"
9248 #  parameters:
9249 #  - "throughput"
9250 #  - "name"
9251 #  - "tags"
9252 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9253 #  x-axis: "X = CNFs per Service Chain"
9254 #  y-axis: "Y = Number of Service Chains"
9255 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9256 #  layout:
9257 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9258 #    layout: "plot-service-density"
9259 #
9260 #- type: "plot"
9261 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9262 #  algorithm: "plot_nf_heatmap"
9263 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9264 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9265 #  filter: "'NIC_Intel-XXV710' and
9266 #           'NF_DENSITY' and
9267 #           'DOCKER' and
9268 #           'CHAIN' and
9269 #           'NF_VPPIP4' and
9270 #           'IPSEC' and
9271 #           'TNL_10000' and
9272 #           'IMIX' and
9273 #           '8T4C' and
9274 #           'NDRPDR'"
9275 #  parameters:
9276 #  - "throughput"
9277 #  - "name"
9278 #  - "tags"
9279 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9280 #  x-axis: "X = CNFs per Service Chain"
9281 #  y-axis: "Y = Number of Service Chains"
9282 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9283 #  layout:
9284 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9285 #    layout: "plot-service-density"
9286
9287 ###############################################################################
9288
9289 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9290 #- type: "plot"
9291 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9292 #  algorithm: "plot_nf_heatmap"
9293 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9294 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9295 #  filter: "'NIC_Intel-XL710' and
9296 #           'NF_DENSITY' and
9297 #           'DOCKER' and
9298 #           'CHAIN' and
9299 #           'NF_VPPIP4' and
9300 #           'IMIX' and
9301 #           'TNL_10000' and
9302 #           '1T1C' and
9303 #           'MRR'"
9304 #  parameters:
9305 #  - "result"
9306 #  - "name"
9307 #  - "tags"
9308 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9309 #  x-axis: "X = CNFs per Service Chain"
9310 #  y-axis: "Y = Number of Service Chains"
9311 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9312 #  layout:
9313 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9314 #    layout: "plot-service-density"
9315 #
9316 #- type: "plot"
9317 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9318 #  algorithm: "plot_nf_heatmap"
9319 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9320 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9321 #  filter: "'NIC_Intel-XL710' and
9322 #           'NF_DENSITY' and
9323 #           'DOCKER' and
9324 #           'CHAIN' and
9325 #           'NF_VPPIP4' and
9326 #           'IPSEC' and
9327 #           'TNL_10000' and
9328 #           'IMIX' and
9329 #           '2T2C' and
9330 #           'MRR'"
9331 #  parameters:
9332 #  - "result"
9333 #  - "name"
9334 #  - "tags"
9335 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9336 #  x-axis: "X = CNFs per Service Chain"
9337 #  y-axis: "Y = Number of Service Chains"
9338 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9339 #  layout:
9340 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9341 #    layout: "plot-service-density"
9342 #
9343 #- type: "plot"
9344 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9345 #  algorithm: "plot_nf_heatmap"
9346 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9347 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9348 #  filter: "'NIC_Intel-XL710' and
9349 #           'NF_DENSITY' and
9350 #           'DOCKER' and
9351 #           'CHAIN' and
9352 #           'NF_VPPIP4' and
9353 #           'IPSEC' and
9354 #           'TNL_10000' and
9355 #           'IMIX' and
9356 #           '4T4C' and
9357 #           'MRR'"
9358 #  parameters:
9359 #  - "result"
9360 #  - "name"
9361 #  - "tags"
9362 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9363 #  x-axis: "X = CNFs per Service Chain"
9364 #  y-axis: "Y = Number of Service Chains"
9365 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9366 #  layout:
9367 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9368 #    layout: "plot-service-density"
9369
9370 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9371 #- type: "plot"
9372 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9373 #  algorithm: "plot_nf_heatmap"
9374 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9375 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9376 #  filter: "'NIC_Intel-XL710' and
9377 #           'NF_DENSITY' and
9378 #           'DOCKER' and
9379 #           'CHAIN' and
9380 #           'NF_VPPIP4' and
9381 #           'IPSEC' and
9382 #           'TNL_10000' and
9383 #           'IMIX' and
9384 #           '1T1C' and
9385 #           'NDRPDR'"
9386 #  parameters:
9387 #  - "throughput"
9388 #  - "name"
9389 #  - "tags"
9390 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9391 #  x-axis: "X = CNFs per Service Chain"
9392 #  y-axis: "Y = Number of Service Chains"
9393 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9394 #  layout:
9395 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9396 #    layout: "plot-service-density"
9397 #
9398 #- type: "plot"
9399 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9400 #  algorithm: "plot_nf_heatmap"
9401 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9402 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9403 #  filter: "'NIC_Intel-XL710' and
9404 #           'NF_DENSITY' and
9405 #           'DOCKER' and
9406 #           'CHAIN' and
9407 #           'NF_VPPIP4' and
9408 #           'IPSEC' and
9409 #           'TNL_10000' and
9410 #           'IMIX' and
9411 #           '2T2C' and
9412 #           'NDRPDR'"
9413 #  parameters:
9414 #  - "throughput"
9415 #  - "name"
9416 #  - "tags"
9417 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9418 #  x-axis: "X = CNFs per Service Chain"
9419 #  y-axis: "Y = Number of Service Chains"
9420 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9421 #  layout:
9422 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9423 #    layout: "plot-service-density"
9424 #
9425 #- type: "plot"
9426 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9427 #  algorithm: "plot_nf_heatmap"
9428 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9429 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9430 #  filter: "'NIC_Intel-XL710' and
9431 #           'NF_DENSITY' and
9432 #           'DOCKER' and
9433 #           'CHAIN' and
9434 #           'NF_VPPIP4' and
9435 #           'IPSEC' and
9436 #           'TNL_10000' and
9437 #           'IMIX' and
9438 #           '4T4C' and
9439 #           'NDRPDR'"
9440 #  parameters:
9441 #  - "throughput"
9442 #  - "name"
9443 #  - "tags"
9444 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9445 #  x-axis: "X = CNFs per Service Chain"
9446 #  y-axis: "Y = Number of Service Chains"
9447 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9448 #  layout:
9449 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9450 #    layout: "plot-service-density"
9451 #
9452 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9453 #- type: "plot"
9454 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9455 #  algorithm: "plot_nf_heatmap"
9456 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9457 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9458 #  filter: "'NIC_Intel-XL710' and
9459 #           'NF_DENSITY' and
9460 #           'DOCKER' and
9461 #           'CHAIN' and
9462 #           'NF_VPPIP4' and
9463 #           'IPSEC' and
9464 #           'TNL_10000' and
9465 #           'IMIX' and
9466 #           '1T1C' and
9467 #           'NDRPDR'"
9468 #  parameters:
9469 #  - "throughput"
9470 #  - "name"
9471 #  - "tags"
9472 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9473 #  x-axis: "X = CNFs per Service Chain"
9474 #  y-axis: "Y = Number of Service Chains"
9475 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9476 #  layout:
9477 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9478 #    layout: "plot-service-density"
9479 #
9480 #- type: "plot"
9481 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9482 #  algorithm: "plot_nf_heatmap"
9483 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9484 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9485 #  filter: "'NIC_Intel-XL710' and
9486 #           'NF_DENSITY' and
9487 #           'DOCKER' and
9488 #           'CHAIN' and
9489 #           'NF_VPPIP4' and
9490 #           'IPSEC' and
9491 #           'TNL_10000' and
9492 #           'IMIX' and
9493 #           '2T2C' and
9494 #           'NDRPDR'"
9495 #  parameters:
9496 #  - "throughput"
9497 #  - "name"
9498 #  - "tags"
9499 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9500 #  x-axis: "X = CNFs per Service Chain"
9501 #  y-axis: "Y = Number of Service Chains"
9502 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9503 #  layout:
9504 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9505 #    layout: "plot-service-density"
9506 #
9507 #- type: "plot"
9508 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9509 #  algorithm: "plot_nf_heatmap"
9510 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9511 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9512 #  filter: "'NIC_Intel-XL710' and
9513 #           'NF_DENSITY' and
9514 #           'DOCKER' and
9515 #           'CHAIN' and
9516 #           'NF_VPPIP4' and
9517 #           'IPSEC' and
9518 #           'TNL_10000' and
9519 #           'IMIX' and
9520 #           '4T4C' and
9521 #           'NDRPDR'"
9522 #  parameters:
9523 #  - "throughput"
9524 #  - "name"
9525 #  - "tags"
9526 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9527 #  x-axis: "X = CNFs per Service Chain"
9528 #  y-axis: "Y = Number of Service Chains"
9529 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9530 #  layout:
9531 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9532 #    layout: "plot-service-density"
9533
9534 ###############################################################################
9535
9536 # Plots - NF Density - CSP - MRR IMIX
9537 - type: "plot"
9538   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9539   algorithm: "plot_nf_heatmap"
9540   output-file-type: ".html"
9541   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9542   data: "plot-vpp-nfv-2n-skx-mrr"
9543   filter: "'NIC_Intel-XXV710' and
9544            'NF_DENSITY' and
9545            'DOCKER' and
9546            'PIPELINE' and
9547            'NF_VPPIP4' and
9548            'IMIX' and
9549            '2T1C' and
9550            'MRR'"
9551   parameters:
9552   - "result"
9553   - "name"
9554   - "tags"
9555   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9556   x-axis: "X = CNFs per Service Pipeline"
9557   y-axis: "Y = Number of Service Pipelines"
9558   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9559   layout:
9560     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9561     layout: "plot-service-density"
9562
9563 - type: "plot"
9564   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9565   algorithm: "plot_nf_heatmap"
9566   output-file-type: ".html"
9567   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9568   data: "plot-vpp-nfv-2n-skx-mrr"
9569   filter: "'NIC_Intel-XXV710' and
9570            'NF_DENSITY' and
9571            'DOCKER' and
9572            'PIPELINE' and
9573            'NF_VPPIP4' and
9574            'IMIX' and
9575            '4T2C' and
9576            'MRR'"
9577   parameters:
9578   - "result"
9579   - "name"
9580   - "tags"
9581   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9582   x-axis: "X = CNFs per Service Pipeline"
9583   y-axis: "Y = Number of Service Pipelines"
9584   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9585   layout:
9586     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9587     layout: "plot-service-density"
9588
9589 - type: "plot"
9590   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9591   algorithm: "plot_nf_heatmap"
9592   output-file-type: ".html"
9593   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9594   data: "plot-vpp-nfv-2n-skx-mrr"
9595   filter: "'NIC_Intel-XXV710' and
9596            'NF_DENSITY' and
9597            'DOCKER' and
9598            'PIPELINE' and
9599            'NF_VPPIP4' and
9600            'IMIX' and
9601            '8T4C' and
9602            'MRR'"
9603   parameters:
9604   - "result"
9605   - "name"
9606   - "tags"
9607   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9608   x-axis: "X = CNFs per Service Pipeline"
9609   y-axis: "Y = Number of Service Pipelines"
9610   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9611   layout:
9612     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9613     layout: "plot-service-density"
9614
9615 # Plots - NF Density - CSP - NDR IMIX
9616 - type: "plot"
9617   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9618   algorithm: "plot_nf_heatmap"
9619   output-file-type: ".html"
9620   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9621   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9622   filter: "'NIC_Intel-XXV710' and
9623            'NF_DENSITY' and
9624            'DOCKER' and
9625            'PIPELINE' and
9626            'NF_VPPIP4' and
9627            'IMIX' and
9628            '2T1C' and
9629            'NDRPDR'"
9630   parameters:
9631   - "throughput"
9632   - "name"
9633   - "tags"
9634   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9635   x-axis: "X = CNFs per Service Pipeline"
9636   y-axis: "Y = Number of Service Pipelines"
9637   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9638   layout:
9639     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9640     layout: "plot-service-density"
9641
9642 - type: "plot"
9643   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9644   algorithm: "plot_nf_heatmap"
9645   output-file-type: ".html"
9646   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9647   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9648   filter: "'NIC_Intel-XXV710' and
9649            'NF_DENSITY' and
9650            'DOCKER' and
9651            'PIPELINE' and
9652            'NF_VPPIP4' and
9653            'IMIX' and
9654            '4T2C' and
9655            'NDRPDR'"
9656   parameters:
9657   - "throughput"
9658   - "name"
9659   - "tags"
9660   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9661   x-axis: "X = CNFs per Service Pipeline"
9662   y-axis: "Y = Number of Service Pipelines"
9663   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9664   layout:
9665     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9666     layout: "plot-service-density"
9667
9668 - type: "plot"
9669   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9670   algorithm: "plot_nf_heatmap"
9671   output-file-type: ".html"
9672   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9673   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9674   filter: "'NIC_Intel-XXV710' and
9675            'NF_DENSITY' and
9676            'DOCKER' and
9677            'PIPELINE' and
9678            'NF_VPPIP4' and
9679            'IMIX' and
9680            '8T4C' and
9681            'NDRPDR'"
9682   parameters:
9683   - "throughput"
9684   - "name"
9685   - "tags"
9686   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9687   x-axis: "X = CNFs per Service Pipeline"
9688   y-axis: "Y = Number of Service Pipelines"
9689   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9690   layout:
9691     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9692     layout: "plot-service-density"
9693
9694 # Plots - NF Density - CSP - PDR IMIX
9695 - type: "plot"
9696   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9697   algorithm: "plot_nf_heatmap"
9698   output-file-type: ".html"
9699   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9700   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9701   filter: "'NIC_Intel-XXV710' and
9702            'NF_DENSITY' and
9703            'DOCKER' and
9704            'PIPELINE' and
9705            'NF_VPPIP4' and
9706            'IMIX' and
9707            '2T1C' and
9708            'NDRPDR'"
9709   parameters:
9710   - "throughput"
9711   - "name"
9712   - "tags"
9713   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9714   x-axis: "X = CNFs per Service Pipeline"
9715   y-axis: "Y = Number of Service Pipelines"
9716   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9717   layout:
9718     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9719     layout: "plot-service-density"
9720
9721 - type: "plot"
9722   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9723   algorithm: "plot_nf_heatmap"
9724   output-file-type: ".html"
9725   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9726   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9727   filter: "'NIC_Intel-XXV710' and
9728            'NF_DENSITY' and
9729            'DOCKER' and
9730            'PIPELINE' and
9731            'NF_VPPIP4' and
9732            'IMIX' and
9733            '4T2C' and
9734            'NDRPDR'"
9735   parameters:
9736   - "throughput"
9737   - "name"
9738   - "tags"
9739   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9740   x-axis: "X = CNFs per Service Pipeline"
9741   y-axis: "Y = Number of Service Pipelines"
9742   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9743   layout:
9744     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9745     layout: "plot-service-density"
9746
9747 - type: "plot"
9748   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9749   algorithm: "plot_nf_heatmap"
9750   output-file-type: ".html"
9751   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9752   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9753   filter: "'NIC_Intel-XXV710' and
9754            'NF_DENSITY' and
9755            'DOCKER' and
9756            'PIPELINE' and
9757            'NF_VPPIP4' and
9758            'IMIX' and
9759            '8T4C' and
9760            'NDRPDR'"
9761   parameters:
9762   - "throughput"
9763   - "name"
9764   - "tags"
9765   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9766   x-axis: "X = CNFs per Service Pipeline"
9767   y-axis: "Y = Number of Service Pipelines"
9768   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9769   layout:
9770     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9771     layout: "plot-service-density"
9772
9773 ###############################################################################
9774 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9775
9776 - type: "plot"
9777   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9778   algorithm: "plot_nf_heatmap"
9779   output-file-type: ".html"
9780   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9781   data: "plot-vpp-nfv-2n-clx-mrr"
9782   filter: "'NIC_Intel-XXV710' and
9783            'NF_DENSITY' and
9784            'VHOST' and
9785            not 'VXLAN' and
9786            'CHAIN' and
9787            'NF_VPPIP4' and
9788            'IMIX' and
9789            '2T1C' and
9790            'MRR'"
9791   parameters:
9792   - "result"
9793   - "name"
9794   - "tags"
9795   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9796   x-axis: "X = VNFs per Service Chain"
9797   y-axis: "Y = Number of Service Chains"
9798   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9799   layout:
9800     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9801     layout: "plot-service-density"
9802
9803 - type: "plot"
9804   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9805   algorithm: "plot_nf_heatmap"
9806   output-file-type: ".html"
9807   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9808   data: "plot-vpp-nfv-2n-clx-mrr"
9809   filter: "'NIC_Intel-XXV710' and
9810            'NF_DENSITY' and
9811            'VHOST' and
9812            not 'VXLAN' and
9813            'CHAIN' and
9814            'NF_VPPIP4' and
9815            'IMIX' and
9816            '4T2C' and
9817            'MRR'"
9818   parameters:
9819   - "result"
9820   - "name"
9821   - "tags"
9822   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9823   x-axis: "X = VNFs per Service Chain"
9824   y-axis: "Y = Number of Service Chains"
9825   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9826   layout:
9827     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9828     layout: "plot-service-density"
9829
9830 - type: "plot"
9831   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9832   algorithm: "plot_nf_heatmap"
9833   output-file-type: ".html"
9834   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9835   data: "plot-vpp-nfv-2n-clx-mrr"
9836   filter: "'NIC_Intel-XXV710' and
9837            'NF_DENSITY' and
9838            'VHOST' and
9839            not 'VXLAN' and
9840            'CHAIN' and
9841            'NF_VPPIP4' and
9842            'IMIX' and
9843            '8T4C' and
9844            'MRR'"
9845   parameters:
9846   - "result"
9847   - "name"
9848   - "tags"
9849   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9850   x-axis: "X = VNFs per Service Chain"
9851   y-axis: "Y = Number of Service Chains"
9852   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9853   layout:
9854     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9855     layout: "plot-service-density"
9856
9857 # Plots - NF Density - VSC - NDR IMIX
9858 - type: "plot"
9859   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9860   algorithm: "plot_nf_heatmap"
9861   output-file-type: ".html"
9862   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9863   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9864   filter: "'NIC_Intel-XXV710' and
9865            'NF_DENSITY' and
9866            'VHOST' and
9867            not 'VXLAN' and
9868            'CHAIN' and
9869            'NF_VPPIP4' and
9870            'IMIX' and
9871            '2T1C' and
9872            'NDRPDR'"
9873   parameters:
9874   - "throughput"
9875   - "name"
9876   - "tags"
9877   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9878   x-axis: "X = VNFs per Service Chain"
9879   y-axis: "Y = Number of Service Chains"
9880   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9881   layout:
9882     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9883     layout: "plot-service-density"
9884
9885 - type: "plot"
9886   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9887   algorithm: "plot_nf_heatmap"
9888   output-file-type: ".html"
9889   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9890   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9891   filter: "'NIC_Intel-XXV710' and
9892            'NF_DENSITY' and
9893            'VHOST' and
9894            not 'VXLAN' and
9895            'CHAIN' and
9896            'NF_VPPIP4' and
9897            'IMIX' and
9898            '4T2C' and
9899            'NDRPDR'"
9900   parameters:
9901   - "throughput"
9902   - "name"
9903   - "tags"
9904   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9905   x-axis: "X = VNFs per Service Chain"
9906   y-axis: "Y = Number of Service Chains"
9907   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9908   layout:
9909     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9910     layout: "plot-service-density"
9911
9912 - type: "plot"
9913   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9914   algorithm: "plot_nf_heatmap"
9915   output-file-type: ".html"
9916   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9917   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9918   filter: "'NIC_Intel-XXV710' and
9919            'NF_DENSITY' and
9920            'VHOST' and
9921            not 'VXLAN' and
9922            'CHAIN' and
9923            'NF_VPPIP4' and
9924            'IMIX' and
9925            '8T4C' and
9926            'NDRPDR'"
9927   parameters:
9928   - "throughput"
9929   - "name"
9930   - "tags"
9931   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9932   x-axis: "X = VNFs per Service Chain"
9933   y-axis: "Y = Number of Service Chains"
9934   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9935   layout:
9936     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9937     layout: "plot-service-density"
9938
9939 # Plots - NF Density - VSC - PDR IMIX
9940 - type: "plot"
9941   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9942   algorithm: "plot_nf_heatmap"
9943   output-file-type: ".html"
9944   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9945   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9946   filter: "'NIC_Intel-XXV710' and
9947            'NF_DENSITY' and
9948            'VHOST' and
9949            not 'VXLAN' and
9950            'CHAIN' and
9951            'NF_VPPIP4' and
9952            'IMIX' and
9953            '2T1C' and
9954            'NDRPDR'"
9955   parameters:
9956   - "throughput"
9957   - "name"
9958   - "tags"
9959   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9960   x-axis: "X = VNFs per Service Chain"
9961   y-axis: "Y = Number of Service Chains"
9962   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9963   layout:
9964     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9965     layout: "plot-service-density"
9966
9967 - type: "plot"
9968   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9969   algorithm: "plot_nf_heatmap"
9970   output-file-type: ".html"
9971   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9972   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9973   filter: "'NIC_Intel-XXV710' and
9974            'NF_DENSITY' and
9975            'VHOST' and
9976            not 'VXLAN' and
9977            'CHAIN' and
9978            'NF_VPPIP4' and
9979            'IMIX' and
9980            '4T2C' and
9981            'NDRPDR'"
9982   parameters:
9983   - "throughput"
9984   - "name"
9985   - "tags"
9986   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9987   x-axis: "X = VNFs per Service Chain"
9988   y-axis: "Y = Number of Service Chains"
9989   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9990   layout:
9991     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9992     layout: "plot-service-density"
9993
9994 - type: "plot"
9995   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9996   algorithm: "plot_nf_heatmap"
9997   output-file-type: ".html"
9998   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
9999   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10000   filter: "'NIC_Intel-XXV710' and
10001            'NF_DENSITY' and
10002            'VHOST' and
10003            not 'VXLAN' and
10004            'CHAIN' and
10005            'NF_VPPIP4' and
10006            'IMIX' and
10007            '8T4C' and
10008            'NDRPDR'"
10009   parameters:
10010   - "throughput"
10011   - "name"
10012   - "tags"
10013   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10014   x-axis: "X = VNFs per Service Chain"
10015   y-axis: "Y = Number of Service Chains"
10016   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10017   layout:
10018     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10019     layout: "plot-service-density"
10020
10021 # Plots - NF Density - VSC - MRR IMIX
10022 - type: "plot"
10023   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10024   algorithm: "plot_nf_heatmap"
10025   output-file-type: ".html"
10026   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10027   data: "plot-vpp-nfv-2n-clx-mrr"
10028   filter: "'NIC_Intel-XXV710' and
10029            'NF_DENSITY' and
10030            'VHOST' and
10031            'VXLAN' and
10032            'CHAIN' and
10033            'IMIX' and
10034            '2T1C' and
10035            'MRR'"
10036   parameters:
10037   - "result"
10038   - "name"
10039   - "tags"
10040   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10041   x-axis: "X = VNFs per Service Chain"
10042   y-axis: "Y = Number of Service Chains"
10043   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10044   layout:
10045     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10046     layout: "plot-service-density"
10047
10048 - type: "plot"
10049   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10050   algorithm: "plot_nf_heatmap"
10051   output-file-type: ".html"
10052   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10053   data: "plot-vpp-nfv-2n-clx-mrr"
10054   filter: "'NIC_Intel-XXV710' and
10055            'NF_DENSITY' and
10056            'VHOST' and
10057            'VXLAN' and
10058            'CHAIN' and
10059            'IMIX' and
10060            '4T2C' and
10061            'MRR'"
10062   parameters:
10063   - "result"
10064   - "name"
10065   - "tags"
10066   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10067   x-axis: "X = VNFs per Service Chain"
10068   y-axis: "Y = Number of Service Chains"
10069   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10070   layout:
10071     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10072     layout: "plot-service-density"
10073
10074 - type: "plot"
10075   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10076   algorithm: "plot_nf_heatmap"
10077   output-file-type: ".html"
10078   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10079   data: "plot-vpp-nfv-2n-clx-mrr"
10080   filter: "'NIC_Intel-XXV710' and
10081            'NF_DENSITY' and
10082            'VHOST' and
10083            'VXLAN' and
10084            'CHAIN' and
10085            'IMIX' and
10086            '8T4C' and
10087            'MRR'"
10088   parameters:
10089   - "result"
10090   - "name"
10091   - "tags"
10092   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10093   x-axis: "X = VNFs per Service Chain"
10094   y-axis: "Y = Number of Service Chains"
10095   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10096   layout:
10097     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10098     layout: "plot-service-density"
10099
10100 # Plots - NF Density - VSC - NDR IMIX
10101 - type: "plot"
10102   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10103   algorithm: "plot_nf_heatmap"
10104   output-file-type: ".html"
10105   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10106   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10107   filter: "'NIC_Intel-XXV710' and
10108            'NF_DENSITY' and
10109            'VHOST' and
10110            'VXLAN' and
10111            'CHAIN' and
10112            'IMIX' and
10113            '2T1C' and
10114            'NDRPDR'"
10115   parameters:
10116   - "throughput"
10117   - "name"
10118   - "tags"
10119   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10120   x-axis: "X = VNFs per Service Chain"
10121   y-axis: "Y = Number of Service Chains"
10122   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10123   layout:
10124     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10125     layout: "plot-service-density"
10126
10127 - type: "plot"
10128   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10129   algorithm: "plot_nf_heatmap"
10130   output-file-type: ".html"
10131   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10132   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10133   filter: "'NIC_Intel-XXV710' and
10134            'NF_DENSITY' and
10135            'VHOST' and
10136            'VXLAN' and
10137            'CHAIN' and
10138            'IMIX' and
10139            '4T2C' and
10140            'NDRPDR'"
10141   parameters:
10142   - "throughput"
10143   - "name"
10144   - "tags"
10145   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10146   x-axis: "X = VNFs per Service Chain"
10147   y-axis: "Y = Number of Service Chains"
10148   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10149   layout:
10150     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10151     layout: "plot-service-density"
10152
10153 - type: "plot"
10154   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10155   algorithm: "plot_nf_heatmap"
10156   output-file-type: ".html"
10157   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10158   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10159   filter: "'NIC_Intel-XXV710' and
10160            'NF_DENSITY' and
10161            'VHOST' and
10162            'VXLAN' and
10163            'CHAIN' and
10164            'IMIX' and
10165            '8T4C' and
10166            'NDRPDR'"
10167   parameters:
10168   - "throughput"
10169   - "name"
10170   - "tags"
10171   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10172   x-axis: "X = VNFs per Service Chain"
10173   y-axis: "Y = Number of Service Chains"
10174   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10175   layout:
10176     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10177     layout: "plot-service-density"
10178
10179 # Plots - NF Density - VSC - PDR IMIX
10180 - type: "plot"
10181   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10182   algorithm: "plot_nf_heatmap"
10183   output-file-type: ".html"
10184   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10185   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10186   filter: "'NIC_Intel-XXV710' and
10187            'NF_DENSITY' and
10188            'VHOST' and
10189            'VXLAN' and
10190            'CHAIN' and
10191            'IMIX' and
10192            '2T1C' and
10193            'NDRPDR'"
10194   parameters:
10195   - "throughput"
10196   - "name"
10197   - "tags"
10198   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10199   x-axis: "X = VNFs per Service Chain"
10200   y-axis: "Y = Number of Service Chains"
10201   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10202   layout:
10203     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10204     layout: "plot-service-density"
10205
10206 - type: "plot"
10207   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10208   algorithm: "plot_nf_heatmap"
10209   output-file-type: ".html"
10210   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10211   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10212   filter: "'NIC_Intel-XXV710' and
10213            'NF_DENSITY' and
10214            'VHOST' and
10215            'VXLAN' and
10216            'CHAIN' and
10217            'IMIX' and
10218            '4T2C' and
10219            'NDRPDR'"
10220   parameters:
10221   - "throughput"
10222   - "name"
10223   - "tags"
10224   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10225   x-axis: "X = VNFs per Service Chain"
10226   y-axis: "Y = Number of Service Chains"
10227   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10228   layout:
10229     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10230     layout: "plot-service-density"
10231
10232 - type: "plot"
10233   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10234   algorithm: "plot_nf_heatmap"
10235   output-file-type: ".html"
10236   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10237   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10238   filter: "'NIC_Intel-XXV710' and
10239            'NF_DENSITY' and
10240            'VHOST' and
10241            'VXLAN' and
10242            'CHAIN' and
10243            'IMIX' and
10244            '8T4C' and
10245            'NDRPDR'"
10246   parameters:
10247   - "throughput"
10248   - "name"
10249   - "tags"
10250   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10251   x-axis: "X = VNFs per Service Chain"
10252   y-axis: "Y = Number of Service Chains"
10253   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10254   layout:
10255     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10256     layout: "plot-service-density"
10257
10258 # Plots - NF Density - CSC - MRR IMIX
10259 - type: "plot"
10260   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10261   algorithm: "plot_nf_heatmap"
10262   output-file-type: ".html"
10263   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10264   data: "plot-vpp-nfv-2n-clx-mrr"
10265   filter: "'NIC_Intel-XXV710' and
10266            'NF_DENSITY' and
10267            'DOCKER' and
10268            'CHAIN' and
10269            'NF_VPPIP4' and
10270            'IMIX' and
10271            '2T1C' and
10272            'MRR'"
10273   parameters:
10274   - "result"
10275   - "name"
10276   - "tags"
10277   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10278   x-axis: "X = CNFs per Service Chain"
10279   y-axis: "Y = Number of Service Chains"
10280   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10281   layout:
10282     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10283     layout: "plot-service-density"
10284
10285 - type: "plot"
10286   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10287   algorithm: "plot_nf_heatmap"
10288   output-file-type: ".html"
10289   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10290   data: "plot-vpp-nfv-2n-clx-mrr"
10291   filter: "'NIC_Intel-XXV710' and
10292            'NF_DENSITY' and
10293            'DOCKER' and
10294            'CHAIN' and
10295            'NF_VPPIP4' and
10296            'IMIX' and
10297            '4T2C' and
10298            'MRR'"
10299   parameters:
10300   - "result"
10301   - "name"
10302   - "tags"
10303   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10304   x-axis: "X = CNFs per Service Chain"
10305   y-axis: "Y = Number of Service Chains"
10306   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10307   layout:
10308     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10309     layout: "plot-service-density"
10310
10311 - type: "plot"
10312   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10313   algorithm: "plot_nf_heatmap"
10314   output-file-type: ".html"
10315   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10316   data: "plot-vpp-nfv-2n-clx-mrr"
10317   filter: "'NIC_Intel-XXV710' and
10318            'NF_DENSITY' and
10319            'DOCKER' and
10320            'CHAIN' and
10321            'NF_VPPIP4' and
10322            'IMIX' and
10323            '8T4C' and
10324            'MRR'"
10325   parameters:
10326   - "result"
10327   - "name"
10328   - "tags"
10329   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10330   x-axis: "X = CNFs per Service Chain"
10331   y-axis: "Y = Number of Service Chains"
10332   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10333   layout:
10334     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10335     layout: "plot-service-density"
10336
10337 # Plots - NF Density - CSC - NDR IMIX
10338 - type: "plot"
10339   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10340   algorithm: "plot_nf_heatmap"
10341   output-file-type: ".html"
10342   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10343   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10344   filter: "'NIC_Intel-XXV710' and
10345            'NF_DENSITY' and
10346            'DOCKER' and
10347            'CHAIN' and
10348            'NF_VPPIP4' and
10349            'IMIX' and
10350            '2T1C' and
10351            'NDRPDR'"
10352   parameters:
10353   - "throughput"
10354   - "name"
10355   - "tags"
10356   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10357   x-axis: "X = CNFs per Service Chain"
10358   y-axis: "Y = Number of Service Chains"
10359   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10360   layout:
10361     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10362     layout: "plot-service-density"
10363
10364 - type: "plot"
10365   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10366   algorithm: "plot_nf_heatmap"
10367   output-file-type: ".html"
10368   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10369   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10370   filter: "'NIC_Intel-XXV710' and
10371            'NF_DENSITY' and
10372            'DOCKER' and
10373            'CHAIN' and
10374            'NF_VPPIP4' and
10375            'IMIX' and
10376            '4T2C' and
10377            'NDRPDR'"
10378   parameters:
10379   - "throughput"
10380   - "name"
10381   - "tags"
10382   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10383   x-axis: "X = CNFs per Service Chain"
10384   y-axis: "Y = Number of Service Chains"
10385   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10386   layout:
10387     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10388     layout: "plot-service-density"
10389
10390 - type: "plot"
10391   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10392   algorithm: "plot_nf_heatmap"
10393   output-file-type: ".html"
10394   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10395   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10396   filter: "'NIC_Intel-XXV710' and
10397            'NF_DENSITY' and
10398            'DOCKER' and
10399            'CHAIN' and
10400            'NF_VPPIP4' and
10401            'IMIX' and
10402            '8T4C' and
10403            'NDRPDR'"
10404   parameters:
10405   - "throughput"
10406   - "name"
10407   - "tags"
10408   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10409   x-axis: "X = CNFs per Service Chain"
10410   y-axis: "Y = Number of Service Chains"
10411   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10412   layout:
10413     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10414     layout: "plot-service-density"
10415
10416 # Plots - NF Density - CSC - PDR IMIX
10417 - type: "plot"
10418   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10419   algorithm: "plot_nf_heatmap"
10420   output-file-type: ".html"
10421   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10422   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10423   filter: "'NIC_Intel-XXV710' and
10424            'NF_DENSITY' and
10425            'DOCKER' and
10426            'CHAIN' and
10427            'NF_VPPIP4' and
10428            'IMIX' and
10429            '2T1C' and
10430            'NDRPDR'"
10431   parameters:
10432   - "throughput"
10433   - "name"
10434   - "tags"
10435   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10436   x-axis: "X = CNFs per Service Chain"
10437   y-axis: "Y = Number of Service Chains"
10438   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10439   layout:
10440     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10441     layout: "plot-service-density"
10442
10443 - type: "plot"
10444   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10445   algorithm: "plot_nf_heatmap"
10446   output-file-type: ".html"
10447   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10448   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10449   filter: "'NIC_Intel-XXV710' and
10450            'NF_DENSITY' and
10451            'DOCKER' and
10452            'CHAIN' and
10453            'NF_VPPIP4' and
10454            'IMIX' and
10455            '4T2C' and
10456            'NDRPDR'"
10457   parameters:
10458   - "throughput"
10459   - "name"
10460   - "tags"
10461   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10462   x-axis: "X = CNFs per Service Chain"
10463   y-axis: "Y = Number of Service Chains"
10464   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10465   layout:
10466     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10467     layout: "plot-service-density"
10468
10469 - type: "plot"
10470   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10471   algorithm: "plot_nf_heatmap"
10472   output-file-type: ".html"
10473   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10474   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10475   filter: "'NIC_Intel-XXV710' and
10476            'NF_DENSITY' and
10477            'DOCKER' and
10478            'CHAIN' and
10479            'NF_VPPIP4' and
10480            'IMIX' and
10481            '8T4C' and
10482            'NDRPDR'"
10483   parameters:
10484   - "throughput"
10485   - "name"
10486   - "tags"
10487   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10488   x-axis: "X = CNFs per Service Chain"
10489   y-axis: "Y = Number of Service Chains"
10490   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10491   layout:
10492     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10493     layout: "plot-service-density"
10494
10495 # Plots - NF Density - CSP - MRR IMIX
10496 - type: "plot"
10497   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10498   algorithm: "plot_nf_heatmap"
10499   output-file-type: ".html"
10500   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10501   data: "plot-vpp-nfv-2n-clx-mrr"
10502   filter: "'NIC_Intel-XXV710' and
10503            'NF_DENSITY' and
10504            'DOCKER' and
10505            'PIPELINE' and
10506            'NF_VPPIP4' and
10507            'IMIX' and
10508            '2T1C' and
10509            'MRR'"
10510   parameters:
10511   - "result"
10512   - "name"
10513   - "tags"
10514   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10515   x-axis: "X = CNFs per Service Pipeline"
10516   y-axis: "Y = Number of Service Pipelines"
10517   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10518   layout:
10519     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10520     layout: "plot-service-density"
10521
10522 - type: "plot"
10523   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10524   algorithm: "plot_nf_heatmap"
10525   output-file-type: ".html"
10526   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10527   data: "plot-vpp-nfv-2n-clx-mrr"
10528   filter: "'NIC_Intel-XXV710' and
10529            'NF_DENSITY' and
10530            'DOCKER' and
10531            'PIPELINE' and
10532            'NF_VPPIP4' and
10533            'IMIX' and
10534            '4T2C' and
10535            'MRR'"
10536   parameters:
10537   - "result"
10538   - "name"
10539   - "tags"
10540   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10541   x-axis: "X = CNFs per Service Pipeline"
10542   y-axis: "Y = Number of Service Pipelines"
10543   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10544   layout:
10545     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10546     layout: "plot-service-density"
10547
10548 - type: "plot"
10549   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10550   algorithm: "plot_nf_heatmap"
10551   output-file-type: ".html"
10552   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10553   data: "plot-vpp-nfv-2n-clx-mrr"
10554   filter: "'NIC_Intel-XXV710' and
10555            'NF_DENSITY' and
10556            'DOCKER' and
10557            'PIPELINE' and
10558            'NF_VPPIP4' and
10559            'IMIX' and
10560            '8T4C' and
10561            'MRR'"
10562   parameters:
10563   - "result"
10564   - "name"
10565   - "tags"
10566   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10567   x-axis: "X = CNFs per Service Pipeline"
10568   y-axis: "Y = Number of Service Pipelines"
10569   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10570   layout:
10571     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10572     layout: "plot-service-density"
10573
10574 # Plots - NF Density - CSP - NDR IMIX
10575 - type: "plot"
10576   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10577   algorithm: "plot_nf_heatmap"
10578   output-file-type: ".html"
10579   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10580   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10581   filter: "'NIC_Intel-XXV710' and
10582            'NF_DENSITY' and
10583            'DOCKER' and
10584            'PIPELINE' and
10585            'NF_VPPIP4' and
10586            'IMIX' and
10587            '2T1C' and
10588            'NDRPDR'"
10589   parameters:
10590   - "throughput"
10591   - "name"
10592   - "tags"
10593   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10594   x-axis: "X = CNFs per Service Pipeline"
10595   y-axis: "Y = Number of Service Pipelines"
10596   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10597   layout:
10598     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10599     layout: "plot-service-density"
10600
10601 - type: "plot"
10602   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10603   algorithm: "plot_nf_heatmap"
10604   output-file-type: ".html"
10605   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10606   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10607   filter: "'NIC_Intel-XXV710' and
10608            'NF_DENSITY' and
10609            'DOCKER' and
10610            'PIPELINE' and
10611            'NF_VPPIP4' and
10612            'IMIX' and
10613            '4T2C' and
10614            'NDRPDR'"
10615   parameters:
10616   - "throughput"
10617   - "name"
10618   - "tags"
10619   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10620   x-axis: "X = CNFs per Service Pipeline"
10621   y-axis: "Y = Number of Service Pipelines"
10622   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10623   layout:
10624     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10625     layout: "plot-service-density"
10626
10627 - type: "plot"
10628   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10629   algorithm: "plot_nf_heatmap"
10630   output-file-type: ".html"
10631   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10632   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10633   filter: "'NIC_Intel-XXV710' and
10634            'NF_DENSITY' and
10635            'DOCKER' and
10636            'PIPELINE' and
10637            'NF_VPPIP4' and
10638            'IMIX' and
10639            '8T4C' and
10640            'NDRPDR'"
10641   parameters:
10642   - "throughput"
10643   - "name"
10644   - "tags"
10645   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10646   x-axis: "X = CNFs per Service Pipeline"
10647   y-axis: "Y = Number of Service Pipelines"
10648   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10649   layout:
10650     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10651     layout: "plot-service-density"
10652
10653 # Plots - NF Density - CSP - PDR IMIX
10654 - type: "plot"
10655   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10656   algorithm: "plot_nf_heatmap"
10657   output-file-type: ".html"
10658   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10659   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10660   filter: "'NIC_Intel-XXV710' and
10661            'NF_DENSITY' and
10662            'DOCKER' and
10663            'PIPELINE' and
10664            'NF_VPPIP4' and
10665            'IMIX' and
10666            '2T1C' and
10667            'NDRPDR'"
10668   parameters:
10669   - "throughput"
10670   - "name"
10671   - "tags"
10672   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10673   x-axis: "X = CNFs per Service Pipeline"
10674   y-axis: "Y = Number of Service Pipelines"
10675   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10676   layout:
10677     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10678     layout: "plot-service-density"
10679
10680 - type: "plot"
10681   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10682   algorithm: "plot_nf_heatmap"
10683   output-file-type: ".html"
10684   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10685   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10686   filter: "'NIC_Intel-XXV710' and
10687            'NF_DENSITY' and
10688            'DOCKER' and
10689            'PIPELINE' and
10690            'NF_VPPIP4' and
10691            'IMIX' and
10692            '4T2C' and
10693            'NDRPDR'"
10694   parameters:
10695   - "throughput"
10696   - "name"
10697   - "tags"
10698   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10699   x-axis: "X = CNFs per Service Pipeline"
10700   y-axis: "Y = Number of Service Pipelines"
10701   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10702   layout:
10703     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10704     layout: "plot-service-density"
10705
10706 - type: "plot"
10707   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10708   algorithm: "plot_nf_heatmap"
10709   output-file-type: ".html"
10710   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10711   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10712   filter: "'NIC_Intel-XXV710' and
10713            'NF_DENSITY' and
10714            'DOCKER' and
10715            'PIPELINE' and
10716            'NF_VPPIP4' and
10717            'IMIX' and
10718            '8T4C' and
10719            'NDRPDR'"
10720   parameters:
10721   - "throughput"
10722   - "name"
10723   - "tags"
10724   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10725   x-axis: "X = CNFs per Service Pipeline"
10726   y-axis: "Y = Number of Service Pipelines"
10727   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10728   layout:
10729     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10730     layout: "plot-service-density"
10731
10732 ################################################################################
10733
10734 # Packet Throughput
10735
10736 - type: "plot"
10737   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10738   algorithm: "plot_perf_box_name"
10739   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10740   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10741   include:
10742     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10743     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10744     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10745     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10746   layout:
10747     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10748     layout: "plot-throughput"
10749
10750 - type: "plot"
10751   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10752   algorithm: "plot_perf_box_name"
10753   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
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-pdr"
10762     layout: "plot-throughput"
10763
10764 - type: "plot"
10765   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10766   algorithm: "plot_perf_box_name"
10767   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10768   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10769   include:
10770     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10771     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10772     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10773     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10774   layout:
10775     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10776     layout: "plot-throughput"
10777
10778 - type: "plot"
10779   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10780   algorithm: "plot_perf_box_name"
10781   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
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-pdr"
10790     layout: "plot-throughput"
10791
10792 - type: "plot"
10793   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10794   algorithm: "plot_perf_box_name"
10795   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10796   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10797   include:
10798     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10799     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10800     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10801     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10802     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10803   layout:
10804     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10805     layout: "plot-throughput"
10806
10807 - type: "plot"
10808   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10809   algorithm: "plot_perf_box_name"
10810   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10811   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10812   include:
10813     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10814     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10815     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10816     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10817     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10818   layout:
10819     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10820     layout: "plot-throughput"
10821
10822 - type: "plot"
10823   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10824   algorithm: "plot_perf_box_name"
10825   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10826   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10827   include:
10828     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10829     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10830     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10831     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10832     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10833   layout:
10834     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10835     layout: "plot-throughput"
10836
10837 - type: "plot"
10838   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10839   algorithm: "plot_perf_box_name"
10840   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10841   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10842   include:
10843     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10844     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10845     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10846     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10847     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10848   layout:
10849     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10850     layout: "plot-throughput"
10851
10852 - type: "plot"
10853   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10854   algorithm: "plot_perf_box_name"
10855   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10856   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10857   include:
10858     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10859     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10860     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10861     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10862     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10863   layout:
10864     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10865     layout: "plot-throughput"
10866
10867 - type: "plot"
10868   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10869   algorithm: "plot_perf_box_name"
10870   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10871   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10872   include:
10873     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10874     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10875     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10876     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10877     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10878   layout:
10879     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10880     layout: "plot-throughput"
10881
10882 - type: "plot"
10883   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10884   algorithm: "plot_perf_box_name"
10885   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10886   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10887   include:
10888     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10889     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10890     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10891     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10892     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10893     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10894   layout:
10895     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10896     layout: "plot-throughput"
10897
10898 - type: "plot"
10899   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10900   algorithm: "plot_perf_box_name"
10901   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10902   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10903   include:
10904     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10905     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10906     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10907     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10908     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10909     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10910   layout:
10911     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10912     layout: "plot-throughput"
10913
10914 - type: "plot"
10915   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10916   algorithm: "plot_perf_box_name"
10917   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10918   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10919   include:
10920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10921     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10922     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10923     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10924     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10925   layout:
10926     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10927     layout: "plot-throughput"
10928
10929 - type: "plot"
10930   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10931   algorithm: "plot_perf_box_name"
10932   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10933   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10934   include:
10935     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10936     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10937     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10938     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10939     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10940   layout:
10941     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10942     layout: "plot-throughput"
10943
10944 - type: "plot"
10945   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10946   algorithm: "plot_perf_box_name"
10947   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10948   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10949   include:
10950     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
10951     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
10952     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10953   layout:
10954     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10955     layout: "plot-throughput"
10956
10957 - type: "plot"
10958   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
10959   algorithm: "plot_perf_box_name"
10960   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
10961   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10962   include:
10963     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
10964     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
10965     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10966   layout:
10967     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
10968     layout: "plot-throughput"
10969
10970 - type: "plot"
10971   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10972   algorithm: "plot_perf_box_name"
10973   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10974   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10975   include:
10976     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10977     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10978     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10979     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10980     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10981   layout:
10982     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10983     layout: "plot-throughput"
10984
10985 - type: "plot"
10986   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10987   algorithm: "plot_perf_box_name"
10988   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10989   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10990   include:
10991     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10992     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10993     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10994     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10995     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10996   layout:
10997     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10998     layout: "plot-throughput"
10999
11000 - type: "plot"
11001   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11002   algorithm: "plot_perf_box_name"
11003   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11004   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11005   include:
11006     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11007     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11008     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11009   layout:
11010     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11011     layout: "plot-throughput"
11012
11013 - type: "plot"
11014   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11015   algorithm: "plot_perf_box_name"
11016   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11017   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11018   include:
11019     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11020     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11021     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11022   layout:
11023     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11024     layout: "plot-throughput"
11025
11026 - type: "plot"
11027   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11028   algorithm: "plot_perf_box_name"
11029   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11030   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11031   include:
11032     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11033     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11034     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11035     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11036     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11037     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11038   layout:
11039     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11040     layout: "plot-throughput"
11041
11042 - type: "plot"
11043   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11044   algorithm: "plot_perf_box_name"
11045   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11046   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11047   include:
11048     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11049     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11050     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11051     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11052     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11053     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11054   layout:
11055     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11056     layout: "plot-throughput"
11057
11058 - type: "plot"
11059   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11060   algorithm: "plot_perf_box_name"
11061   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11062   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11063   include:
11064     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11065     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11066     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11067     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11068     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11069     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11070   layout:
11071     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11072     layout: "plot-throughput"
11073
11074 - type: "plot"
11075   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11076   algorithm: "plot_perf_box_name"
11077   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11078   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11079   include:
11080     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11081     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11082     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11083     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11084     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11085     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11086   layout:
11087     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11088     layout: "plot-throughput"
11089
11090 - type: "plot"
11091   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11092   algorithm: "plot_perf_box_name"
11093   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11094   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11095   include:
11096     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11097     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11098     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11099   layout:
11100     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11101     layout: "plot-throughput"
11102
11103 - type: "plot"
11104   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11105   algorithm: "plot_perf_box_name"
11106   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11107   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11108   include:
11109     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11110     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11111     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11112   layout:
11113     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11114     layout: "plot-throughput"
11115
11116 - type: "plot"
11117   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11118   algorithm: "plot_perf_box_name"
11119   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11120   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11121   include:
11122     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11123     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11124 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11125 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11126 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11127   layout:
11128     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11129     layout: "plot-throughput"
11130
11131 - type: "plot"
11132   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11133   algorithm: "plot_perf_box_name"
11134   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11135   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11136   include:
11137     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11138     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11139 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11140 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11141 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11142   layout:
11143     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11144     layout: "plot-throughput"
11145
11146 - type: "plot"
11147   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11148   algorithm: "plot_perf_box_name"
11149   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11150   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11151   include:
11152     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11153     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11154     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11155     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11156     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11157   layout:
11158     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11159     layout: "plot-throughput"
11160
11161 - type: "plot"
11162   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11163   algorithm: "plot_perf_box_name"
11164   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11165   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11166   include:
11167     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11168     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11169     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11170     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11171     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11172   layout:
11173     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11174     layout: "plot-throughput"
11175
11176 - type: "plot"
11177   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11178   algorithm: "plot_perf_box_name"
11179   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11180   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11181   include:
11182     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11183     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11184     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11185     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11186     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11187   layout:
11188     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11189     layout: "plot-throughput"
11190
11191 - type: "plot"
11192   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11193   algorithm: "plot_perf_box_name"
11194   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11195   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11196   include:
11197     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11198     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11199     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11200     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11201     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11202   layout:
11203     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11204     layout: "plot-throughput"
11205
11206 - type: "plot"
11207   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11208   algorithm: "plot_perf_box_name"
11209   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11210   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11211   include:
11212     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11213     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11214     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11215     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11216   layout:
11217     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11218     layout: "plot-throughput"
11219
11220 - type: "plot"
11221   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11222   algorithm: "plot_perf_box_name"
11223   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
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-pdr"
11232     layout: "plot-throughput"
11233
11234 - type: "plot"
11235   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11236   algorithm: "plot_perf_box_name"
11237   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11238   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11239   include:
11240     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11241     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11242     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11243     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11244     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11245   layout:
11246     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11247     layout: "plot-throughput"
11248
11249 - type: "plot"
11250   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11251   algorithm: "plot_perf_box_name"
11252   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11253   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11254   include:
11255     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11256     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11257     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11258     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11259     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11260   layout:
11261     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11262     layout: "plot-throughput"
11263
11264 - type: "plot"
11265   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11266   algorithm: "plot_perf_box_name"
11267   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11268   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11269   include:
11270     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11271     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11272     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11273     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11274     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11275   layout:
11276     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11277     layout: "plot-throughput"
11278
11279 - type: "plot"
11280   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11281   algorithm: "plot_perf_box_name"
11282   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11283   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11284   include:
11285     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11286     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11287     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11288     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11289     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11290   layout:
11291     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11292     layout: "plot-throughput"
11293
11294 - type: "plot"
11295   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11296   algorithm: "plot_perf_box_name"
11297   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11298   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11299   include:
11300     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11301     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11302     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11303     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11304   layout:
11305     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11306     layout: "plot-throughput"
11307
11308 - type: "plot"
11309   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11310   algorithm: "plot_perf_box_name"
11311   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
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-pdr"
11320     layout: "plot-throughput"
11321
11322 #- type: "plot"
11323 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11324 #  algorithm: "plot_perf_box_name"
11325 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11326 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11327 #  include:
11328 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11329 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11330 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11331 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11332 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11333 #  layout:
11334 #    title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11335 #    layout: "plot-throughput"
11336 #
11337 #- type: "plot"
11338 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11339 #  algorithm: "plot_perf_box_name"
11340 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11341 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11342 #  include:
11343 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11344 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11345 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11346 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11347 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11348 #  layout:
11349 #    title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11350 #    layout: "plot-throughput"
11351 #
11352 #- type: "plot"
11353 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11354 #  algorithm: "plot_perf_box_name"
11355 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11356 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11357 #  include:
11358 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11359 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11360 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11361 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11362 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11363 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11364 #  layout:
11365 #    title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11366 #    layout: "plot-throughput"
11367 #
11368 #- type: "plot"
11369 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11370 #  algorithm: "plot_perf_box_name"
11371 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11372 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11373 #  include:
11374 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11375 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11376 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11377 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11378 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11379 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11380 #  layout:
11381 #    title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11382 #    layout: "plot-throughput"
11383 #
11384 #- type: "plot"
11385 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11386 #  algorithm: "plot_perf_box_name"
11387 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11388 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11389 #  include:
11390 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11391 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11392 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11393 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11394 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11395 #  layout:
11396 #    title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11397 #    layout: "plot-throughput"
11398 #
11399 #- type: "plot"
11400 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11401 #  algorithm: "plot_perf_box_name"
11402 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11403 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11404 #  include:
11405 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11406 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11407 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11408 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11409 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11410 #  layout:
11411 #    title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11412 #    layout: "plot-throughput"
11413 #
11414 #- type: "plot"
11415 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11416 #  algorithm: "plot_perf_box_name"
11417 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11418 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11419 #  include:
11420 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11421 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11422 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11423 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11424 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11425 #  layout:
11426 #    title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11427 #    layout: "plot-throughput"
11428 #
11429 #- type: "plot"
11430 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11431 #  algorithm: "plot_perf_box_name"
11432 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11433 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11434 #  include:
11435 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11436 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11437 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11438 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11439 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11440 #  layout:
11441 #    title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11442 #    layout: "plot-throughput"
11443
11444 - type: "plot"
11445   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11446   algorithm: "plot_perf_box_name"
11447   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11448   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11449   include:
11450     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11451     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11452   layout:
11453     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11454     layout: "plot-throughput"
11455
11456 - type: "plot"
11457   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11458   algorithm: "plot_perf_box_name"
11459   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11460   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11461   include:
11462     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11463     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11464   layout:
11465     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11466     layout: "plot-throughput"
11467
11468 - type: "plot"
11469   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11470   algorithm: "plot_perf_box_name"
11471   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11472   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11473   include:
11474     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11475     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11476     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11477     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11478   layout:
11479     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11480     layout: "plot-throughput"
11481
11482 - type: "plot"
11483   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11484   algorithm: "plot_perf_box_name"
11485   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
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-pdr"
11494     layout: "plot-throughput"
11495
11496 - type: "plot"
11497   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11498   algorithm: "plot_perf_box_name"
11499   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11500   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11501   include:
11502     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11503     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11504     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11505     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11506   layout:
11507     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11508     layout: "plot-throughput"
11509
11510 - type: "plot"
11511   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11512   algorithm: "plot_perf_box_name"
11513   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
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-pdr"
11522     layout: "plot-throughput"
11523
11524 - type: "plot"
11525   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11526   algorithm: "plot_perf_box_name"
11527   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11528   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11529   include:
11530     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11531     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11532     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11533     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11534   layout:
11535     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11536     layout: "plot-throughput"
11537
11538 - type: "plot"
11539   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11540   algorithm: "plot_perf_box_name"
11541   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
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-pdr"
11550     layout: "plot-throughput"
11551
11552 #- type: "plot"
11553 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11554 #  algorithm: "plot_perf_box_name"
11555 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11556 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11557 #  include:
11558 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11559 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11560 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11561 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11562 #  layout:
11563 #    title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11564 #    layout: "plot-throughput"
11565 #
11566 #- type: "plot"
11567 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11568 #  algorithm: "plot_perf_box_name"
11569 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
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-pdr"
11578 #    layout: "plot-throughput"
11579
11580 - type: "plot"
11581   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11582   algorithm: "plot_perf_box_name"
11583   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11584   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11585   include:
11586     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11587     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11588     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11589     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11590     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11591     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11592   layout:
11593     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11594     layout: "plot-throughput"
11595
11596 - type: "plot"
11597   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11598   algorithm: "plot_perf_box_name"
11599   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11600   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11601   include:
11602     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11603     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11604     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11605     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11606     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11607     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11608   layout:
11609     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11610     layout: "plot-throughput"
11611
11612 - type: "plot"
11613   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11614   algorithm: "plot_perf_box_name"
11615   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11616   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11617   include:
11618     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11619     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11620     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11621     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11622     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11623   layout:
11624     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11625     layout: "plot-throughput"
11626
11627 - type: "plot"
11628   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11629   algorithm: "plot_perf_box_name"
11630   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11631   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11632   include:
11633     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11634     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11635     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11636     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11637     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11638   layout:
11639     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11640     layout: "plot-throughput"
11641
11642 - type: "plot"
11643   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11644   algorithm: "plot_perf_box_name"
11645   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11646   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11647   include:
11648     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11649     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11650     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11651     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11652     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11653   layout:
11654     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11655     layout: "plot-throughput"
11656
11657 - type: "plot"
11658   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11659   algorithm: "plot_perf_box_name"
11660   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11661   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11662   include:
11663     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11664     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11665     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11666     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11667     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11668   layout:
11669     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11670     layout: "plot-throughput"
11671
11672 - type: "plot"
11673   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11674   algorithm: "plot_perf_box_name"
11675   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11676   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11677   include:
11678     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11679     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11680     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11681   layout:
11682     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11683     layout: "plot-throughput"
11684
11685 - type: "plot"
11686   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11687   algorithm: "plot_perf_box_name"
11688   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11689   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11690   include:
11691     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11692     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11693     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11694   layout:
11695     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11696     layout: "plot-throughput"
11697
11698 - type: "plot"
11699   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11700   algorithm: "plot_perf_box_name"
11701   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11702   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11703   include:
11704     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11705     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11706     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11707   layout:
11708     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11709     layout: "plot-throughput"
11710
11711 - type: "plot"
11712   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11713   algorithm: "plot_perf_box_name"
11714   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11715   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11716   include:
11717     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11718     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11719     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11720   layout:
11721     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11722     layout: "plot-throughput"
11723
11724 - type: "plot"
11725   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11726   algorithm: "plot_perf_box_name"
11727   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11728   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11729   include:
11730     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11731     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11732     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11733     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11734     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11735   layout:
11736     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11737     layout: "plot-throughput"
11738
11739 - type: "plot"
11740   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11741   algorithm: "plot_perf_box_name"
11742   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11743   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11744   include:
11745     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11746     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11747     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11748     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11749     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11750   layout:
11751     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11752     layout: "plot-throughput"
11753
11754 - type: "plot"
11755   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11756   algorithm: "plot_perf_box_name"
11757   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11758   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11759   include:
11760     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11761     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11762     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11763     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11764     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11765   layout:
11766     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11767     layout: "plot-throughput"
11768
11769 - type: "plot"
11770   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11771   algorithm: "plot_perf_box_name"
11772   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11773   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11774   include:
11775     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11776     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11777     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11778     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11779     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11780   layout:
11781     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11782     layout: "plot-throughput"
11783
11784 - type: "plot"
11785   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11786   algorithm: "plot_perf_box_name"
11787   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11788   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11789   include:
11790     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11791     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11792     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11793     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11794     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11795   layout:
11796     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11797     layout: "plot-throughput"
11798
11799 - type: "plot"
11800   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11801   algorithm: "plot_perf_box_name"
11802   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11803   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11804   include:
11805     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11806     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11807     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11808     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11809     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11810   layout:
11811     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11812     layout: "plot-throughput"
11813
11814 #- type: "plot"
11815 #  title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11816 #  algorithm: "plot_perf_box_name"
11817 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11818 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11819 #  include:
11820 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11821 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11822 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11823 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11824 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11825 #  layout:
11826 #    title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11827 #    layout: "plot-throughput"
11828 #
11829 #- type: "plot"
11830 #  title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11831 #  algorithm: "plot_perf_box_name"
11832 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11833 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11834 #  include:
11835 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11836 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11837 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11838 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11839 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11840 #  layout:
11841 #    title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11842 #    layout: "plot-throughput"
11843 #
11844 #- type: "plot"
11845 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11846 #  algorithm: "plot_perf_box_name"
11847 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11848 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11849 #  include:
11850 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11851 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11852 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11853 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11854 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11855 #  layout:
11856 #    title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11857 #    layout: "plot-throughput"
11858 #
11859 #- type: "plot"
11860 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11861 #  algorithm: "plot_perf_box_name"
11862 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11863 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11864 #  include:
11865 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11866 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11867 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11868 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11869 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11870 #  layout:
11871 #    title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11872 #    layout: "plot-throughput"
11873
11874 - type: "plot"
11875   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11876   algorithm: "plot_perf_box_name"
11877   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11878   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11879   include:
11880     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11881     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11882     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11883     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11884     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11885     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11886   layout:
11887     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11888     layout: "plot-throughput"
11889
11890 - type: "plot"
11891   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11892   algorithm: "plot_perf_box_name"
11893   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11894   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11895   include:
11896     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11897     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11898     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11899     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11900     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11901     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11902   layout:
11903     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11904     layout: "plot-throughput"
11905
11906 - type: "plot"
11907   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11908   algorithm: "plot_perf_box_name"
11909   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11910   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11911   include:
11912     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11913     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11914     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11915     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11916   layout:
11917     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11918     layout: "plot-throughput"
11919
11920 - type: "plot"
11921   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11922   algorithm: "plot_perf_box_name"
11923   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
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-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11929     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11930   layout:
11931     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11932     layout: "plot-throughput"
11933
11934 - type: "plot"
11935   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11936   algorithm: "plot_perf_box_name"
11937   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11938   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11939   include:
11940     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11941     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11942     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11943     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11944     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11945     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11946   layout:
11947     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11948     layout: "plot-throughput"
11949
11950 - type: "plot"
11951   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
11952   algorithm: "plot_perf_box_name"
11953   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
11954   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11955   include:
11956     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11957     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11958     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11959     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11960     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11961     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11962   layout:
11963     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
11964     layout: "plot-throughput"
11965
11966 - type: "plot"
11967   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11968   algorithm: "plot_perf_box_name"
11969   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11970   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11971   include:
11972     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11973     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11974     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11975     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11976     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11977     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11978   layout:
11979     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11980     layout: "plot-throughput"
11981
11982 - type: "plot"
11983   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11984   algorithm: "plot_perf_box_name"
11985   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11986   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11987   include:
11988     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11989     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11990     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11991     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11992     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11993     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11994   layout:
11995     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11996     layout: "plot-throughput"
11997
11998 - type: "plot"
11999   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12000   algorithm: "plot_perf_box_name"
12001   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12002   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12003   include:
12004     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12005     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12006     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12007     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12008     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12009     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12010   layout:
12011     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12012     layout: "plot-throughput"
12013
12014 - type: "plot"
12015   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12016   algorithm: "plot_perf_box_name"
12017   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12018   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12019   include:
12020     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12021     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12022     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12023     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12024     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12025     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12026   layout:
12027     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12028     layout: "plot-throughput"
12029
12030 - type: "plot"
12031   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12032   algorithm: "plot_perf_box_name"
12033   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12034   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12035   include:
12036     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12037     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12038     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12039     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12040     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12041     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12042   layout:
12043     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12044     layout: "plot-throughput"
12045
12046 - type: "plot"
12047   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12048   algorithm: "plot_perf_box_name"
12049   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12050   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12051   include:
12052     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12053     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12054     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12055     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12056     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12057     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12058   layout:
12059     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12060     layout: "plot-throughput"
12061
12062 #- type: "plot"
12063 #  title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12064 #  algorithm: "plot_perf_box_name"
12065 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12066 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12067 #  include:
12068 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12069 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12070 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12071 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12072 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12073 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12074 #  layout:
12075 #    title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12076 #    layout: "plot-throughput"
12077 #
12078 #- type: "plot"
12079 #  title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12080 #  algorithm: "plot_perf_box_name"
12081 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12082 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12083 #  include:
12084 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12085 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12086 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12087 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12088 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12089 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12090 #  layout:
12091 #    title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12092 #    layout: "plot-throughput"
12093
12094 - type: "plot"
12095   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12096   algorithm: "plot_perf_box_name"
12097   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12098   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12099   include:
12100     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12101     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12102     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12103     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12104     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12105     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12106   layout:
12107     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12108     layout: "plot-throughput"
12109
12110 - type: "plot"
12111   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12112   algorithm: "plot_perf_box_name"
12113   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12114   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12115   include:
12116     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12117     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12118     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12119     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12120     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12121     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12122   layout:
12123     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12124     layout: "plot-throughput"
12125
12126 - type: "plot"
12127   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12128   algorithm: "plot_perf_box_name"
12129   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12130   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12131   include:
12132     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12134     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12135     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12136     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12137     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12138   layout:
12139     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12140     layout: "plot-throughput"
12141
12142 - type: "plot"
12143   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12144   algorithm: "plot_perf_box_name"
12145   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12146   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12147   include:
12148     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12149     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12150     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12151     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12152     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12153     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12154   layout:
12155     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12156     layout: "plot-throughput"
12157
12158 - type: "plot"
12159   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12160   algorithm: "plot_perf_box_name"
12161   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12162   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12163   include:
12164     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12165     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12166     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12167     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12168     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12169     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12170   layout:
12171     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12172     layout: "plot-throughput"
12173
12174 - type: "plot"
12175   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12176   algorithm: "plot_perf_box_name"
12177   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12178   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12179   include:
12180     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12181     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12182     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12183     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12184     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12185     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12186   layout:
12187     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12188     layout: "plot-throughput"
12189
12190 - type: "plot"
12191   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12192   algorithm: "plot_perf_box_name"
12193   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12194   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12195   include:
12196     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12197     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12198     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12199     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12200   layout:
12201     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12202     layout: "plot-throughput"
12203
12204 - type: "plot"
12205   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12206   algorithm: "plot_perf_box_name"
12207   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
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-pdr"
12216     layout: "plot-throughput"
12217
12218 - type: "plot"
12219   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12220   algorithm: "plot_perf_box_name"
12221   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12222   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12223   include:
12224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12225     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12226     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12227     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12228   layout:
12229     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12230     layout: "plot-throughput"
12231
12232 - type: "plot"
12233   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12234   algorithm: "plot_perf_box_name"
12235   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
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-pdr"
12244     layout: "plot-throughput"
12245
12246 - type: "plot"
12247   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12248   algorithm: "plot_perf_box_name"
12249   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12250   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12251   include:
12252     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12253     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12254     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12255     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12256     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12257     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12258   layout:
12259     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12260     layout: "plot-throughput"
12261
12262 - type: "plot"
12263   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12264   algorithm: "plot_perf_box_name"
12265   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12266   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12267   include:
12268     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12269     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12270     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12271     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12272     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12273     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12274   layout:
12275     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12276     layout: "plot-throughput"
12277
12278 - type: "plot"
12279   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12280   algorithm: "plot_perf_box_name"
12281   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12282   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12283   include:
12284     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12285     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12286     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12287     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12288     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12289   layout:
12290     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12291     layout: "plot-throughput"
12292
12293 - type: "plot"
12294   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12295   algorithm: "plot_perf_box_name"
12296   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12297   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12298   include:
12299     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12300     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12301     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12302     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12303     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12304   layout:
12305     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12306     layout: "plot-throughput"
12307
12308 - type: "plot"
12309   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12310   algorithm: "plot_perf_box_name"
12311   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12312   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12313   include:
12314     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12315     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12316     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12317     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12318     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12319   layout:
12320     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12321     layout: "plot-throughput"
12322
12323 - type: "plot"
12324   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12325   algorithm: "plot_perf_box_name"
12326   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12327   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12328   include:
12329     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12330     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12331     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12332     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12333     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12334   layout:
12335     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12336     layout: "plot-throughput"
12337
12338 - type: "plot"
12339   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12340   algorithm: "plot_perf_box_name"
12341   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12342   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12343   include:
12344     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12345     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12346     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12347     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12348   layout:
12349     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12350     layout: "plot-throughput"
12351
12352 - type: "plot"
12353   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12354   algorithm: "plot_perf_box_name"
12355   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
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-pdr"
12364     layout: "plot-throughput"
12365
12366 - type: "plot"
12367   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12368   algorithm: "plot_perf_box_name"
12369   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12370   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12371   include:
12372     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12373     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12374     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12375     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12376     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12377     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12378   layout:
12379     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12380     layout: "plot-throughput"
12381
12382 - type: "plot"
12383   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12384   algorithm: "plot_perf_box_name"
12385   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12386   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12387   include:
12388     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12389     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12390     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12391     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12392     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12393     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12394   layout:
12395     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12396     layout: "plot-throughput"
12397
12398 - type: "plot"
12399   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12400   algorithm: "plot_perf_box_name"
12401   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12402   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12403   include:
12404     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12405     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12406     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12407     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12408     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12409     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12410   layout:
12411     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12412     layout: "plot-throughput"
12413
12414 - type: "plot"
12415   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12416   algorithm: "plot_perf_box_name"
12417   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12418   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12419   include:
12420     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12421     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12422     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12423     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12424     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12425     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12426   layout:
12427     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12428     layout: "plot-throughput"
12429
12430 - type: "plot"
12431   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12432   algorithm: "plot_perf_box_name"
12433   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12434   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12435   include:
12436     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12437     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12438     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12439     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12440     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12441     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12442   layout:
12443     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12444     layout: "plot-throughput"
12445
12446 - type: "plot"
12447   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12448   algorithm: "plot_perf_box_name"
12449   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12450   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12451   include:
12452     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12453     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12454     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12455     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12456     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12457     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12458   layout:
12459     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12460     layout: "plot-throughput"
12461
12462 - type: "plot"
12463   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12464   algorithm: "plot_perf_box_name"
12465   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12466   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12467   include:
12468     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12469     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12470     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12471     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12472     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12473     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12474   layout:
12475     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12476     layout: "plot-throughput"
12477
12478 - type: "plot"
12479   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12480   algorithm: "plot_perf_box_name"
12481   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12482   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12483   include:
12484     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12485     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12486     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12487     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12488     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12489     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12490   layout:
12491     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12492     layout: "plot-throughput"
12493
12494 - type: "plot"
12495   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12496   algorithm: "plot_perf_box_name"
12497   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12498   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12499   include:
12500     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12501     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12502     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12503     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12504   layout:
12505     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12506     layout: "plot-throughput"
12507
12508 - type: "plot"
12509   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12510   algorithm: "plot_perf_box_name"
12511   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
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-pdr"
12520     layout: "plot-throughput"
12521
12522 - type: "plot"
12523   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12524   algorithm: "plot_perf_box_name"
12525   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12526   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12527   include:
12528     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12529     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12530     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12531     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12532     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12533     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12534   layout:
12535     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12536     layout: "plot-throughput"
12537
12538 - type: "plot"
12539   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12540   algorithm: "plot_perf_box_name"
12541   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12542   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12543   include:
12544     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12545     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12546     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12547     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12548     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12549     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12550   layout:
12551     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12552     layout: "plot-throughput"
12553
12554 - type: "plot"
12555   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12556   algorithm: "plot_perf_box_name"
12557   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12558   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12559   include:
12560     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12561     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12562     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12563     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12564     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12565     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12566   layout:
12567     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12568     layout: "plot-throughput"
12569
12570 - type: "plot"
12571   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12572   algorithm: "plot_perf_box_name"
12573   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12574   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12575   include:
12576     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12577     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12578     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12579     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12580     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12581     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12582   layout:
12583     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12584     layout: "plot-throughput"
12585
12586 #- type: "plot"
12587 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12588 #  algorithm: "plot_perf_box_name"
12589 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12590 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12591 #  include:
12592 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12593 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12594 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12595 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12596 #  layout:
12597 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12598 #    layout: "plot-throughput"
12599 #
12600 #- type: "plot"
12601 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12602 #  algorithm: "plot_perf_box_name"
12603 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
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-pdr"
12612 #    layout: "plot-throughput"
12613 #
12614 #- type: "plot"
12615 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12616 #  algorithm: "plot_perf_box_name"
12617 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12618 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12619 #  include:
12620 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12621 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12622 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12623 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12624 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12625 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12626 #  layout:
12627 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12628 #    layout: "plot-throughput"
12629 #
12630 #- type: "plot"
12631 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12632 #  algorithm: "plot_perf_box_name"
12633 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12634 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12635 #  include:
12636 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12637 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12638 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12639 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12640 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12641 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12642 #  layout:
12643 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12644 #    layout: "plot-throughput"
12645 #
12646 #- type: "plot"
12647 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12648 #  algorithm: "plot_perf_box_name"
12649 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12650 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12651 #  include:
12652 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12653 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12654 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12655 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12656 #  layout:
12657 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12658 #    layout: "plot-throughput"
12659 #
12660 #- type: "plot"
12661 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12662 #  algorithm: "plot_perf_box_name"
12663 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
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-pdr"
12672 #    layout: "plot-throughput"
12673 #
12674 #- type: "plot"
12675 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12676 #  algorithm: "plot_perf_box_name"
12677 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12678 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12679 #  include:
12680 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12681 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12682 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12683 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12684 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12685 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12686 #  layout:
12687 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12688 #    layout: "plot-throughput"
12689 #
12690 #- type: "plot"
12691 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12692 #  algorithm: "plot_perf_box_name"
12693 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12694 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12695 #  include:
12696 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12697 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12698 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12699 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12700 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12701 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12702 #  layout:
12703 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12704 #    layout: "plot-throughput"
12705 #
12706 #- type: "plot"
12707 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12708 #  algorithm: "plot_perf_box_name"
12709 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12710 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12711 #  include:
12712 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12713 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12714 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12715 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12716 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12717 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12718 #  layout:
12719 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12720 #    layout: "plot-throughput"
12721 #
12722 #- type: "plot"
12723 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12724 #  algorithm: "plot_perf_box_name"
12725 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12726 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12727 #  include:
12728 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12729 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12730 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12731 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12732 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12733 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12734 #  layout:
12735 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12736 #    layout: "plot-throughput"
12737
12738 - type: "plot"
12739   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12740   algorithm: "plot_perf_box_name"
12741   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12742   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12743   include:
12744     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12745     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12746     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12747     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12748     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12749     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12750   layout:
12751     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12752     layout: "plot-throughput"
12753
12754 - type: "plot"
12755   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12756   algorithm: "plot_perf_box_name"
12757   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12758   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12759   include:
12760     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12761     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12762     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12763     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12764     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12765     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12766   layout:
12767     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12768     layout: "plot-throughput"
12769
12770 - type: "plot"
12771   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12772   algorithm: "plot_perf_box_name"
12773   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12774   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12775   include:
12776     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12777     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12778     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12779 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12780 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12781 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12782   layout:
12783     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12784     layout: "plot-throughput"
12785
12786 - type: "plot"
12787   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12788   algorithm: "plot_perf_box_name"
12789   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12790   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12791   include:
12792     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12793     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12794     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12795 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12796 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12797 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12798   layout:
12799     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12800     layout: "plot-throughput"
12801
12802 - type: "plot"
12803   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12804   algorithm: "plot_perf_box_name"
12805   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12806   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12807   include:
12808     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12809     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12810     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12811     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12812     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12813     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12814   layout:
12815     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12816     layout: "plot-throughput"
12817
12818 - type: "plot"
12819   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12820   algorithm: "plot_perf_box_name"
12821   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12822   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12823   include:
12824     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12825     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12826     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12827     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12828     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12829     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12830   layout:
12831     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12832     layout: "plot-throughput"
12833
12834 - type: "plot"
12835   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12836   algorithm: "plot_perf_box_name"
12837   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12838   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12839   include:
12840     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12841     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12842     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12843     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12844     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12845     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12846   layout:
12847     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12848     layout: "plot-throughput"
12849
12850 - type: "plot"
12851   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12852   algorithm: "plot_perf_box_name"
12853   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12854   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12855   include:
12856     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12857     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12858     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12859     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12860     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12861     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12862   layout:
12863     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12864     layout: "plot-throughput"
12865
12866 #- type: "plot"
12867 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12868 #  algorithm: "plot_perf_box_name"
12869 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12870 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12871 #  include:
12872 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12873 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12874 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12875 #  layout:
12876 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12877 #    layout: "plot-throughput"
12878 #
12879 #- type: "plot"
12880 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12881 #  algorithm: "plot_perf_box_name"
12882 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12883 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12884 #  include:
12885 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12886 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12887 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12888 #  layout:
12889 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12890 #    layout: "plot-throughput"
12891
12892 - type: "plot"
12893   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12894   algorithm: "plot_perf_box_name"
12895   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12896   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12897   include:
12898     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12899     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12900     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12901     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12902     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12903   layout:
12904     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12905     layout: "plot-throughput"
12906
12907 - type: "plot"
12908   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12909   algorithm: "plot_perf_box_name"
12910   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12911   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12912   include:
12913     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12914     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12915     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12916     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12917     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12918   layout:
12919     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12920     layout: "plot-throughput"
12921
12922 - type: "plot"
12923   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12924   algorithm: "plot_perf_box_name"
12925   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12926   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12927   include:
12928     - "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"
12929     - "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"
12930     - "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"
12931     - "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"
12932     - "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"
12933   layout:
12934     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12935     layout: "plot-throughput"
12936
12937 - type: "plot"
12938   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12939   algorithm: "plot_perf_box_name"
12940   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12941   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12942   include:
12943     - "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"
12944     - "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"
12945     - "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"
12946     - "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"
12947     - "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"
12948   layout:
12949     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12950     layout: "plot-throughput"
12951
12952 - type: "plot"
12953   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12954   algorithm: "plot_perf_box_name"
12955   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12956   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12957   include:
12958     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12959     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12960     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12961     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12962     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12963   layout:
12964     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12965     layout: "plot-throughput"
12966
12967 - type: "plot"
12968   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12969   algorithm: "plot_perf_box_name"
12970   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12971   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12972   include:
12973     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12974     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12975     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12976     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12977     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12978   layout:
12979     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12980     layout: "plot-throughput"
12981
12982 - type: "plot"
12983   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12984   algorithm: "plot_perf_box_name"
12985   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12986   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12987   include:
12988     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12989     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12990     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12991     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12992     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12993   layout:
12994     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12995     layout: "plot-throughput"
12996
12997 - type: "plot"
12998   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12999   algorithm: "plot_perf_box_name"
13000   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13001   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13002   include:
13003     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13004     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13005     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13006     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13007     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13008   layout:
13009     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13010     layout: "plot-throughput"
13011
13012 - type: "plot"
13013   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13014   algorithm: "plot_perf_box_name"
13015   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13016   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13017   include:
13018     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13019     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13020     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13021     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13022     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13023   layout:
13024     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13025     layout: "plot-throughput"
13026
13027 - type: "plot"
13028   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13029   algorithm: "plot_perf_box_name"
13030   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13031   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13032   include:
13033     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13034     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13035     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13036     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13037     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13038   layout:
13039     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13040     layout: "plot-throughput"
13041
13042 - type: "plot"
13043   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13044   algorithm: "plot_perf_box_name"
13045   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13046   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13047   include:
13048     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13049     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13050     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13051     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13052     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13053   layout:
13054     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13055     layout: "plot-throughput"
13056
13057 - type: "plot"
13058   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13059   algorithm: "plot_perf_box_name"
13060   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13061   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13062   include:
13063     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13064     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13065     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13066     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13067     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13068   layout:
13069     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13070     layout: "plot-throughput"
13071
13072 - type: "plot"
13073   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13074   algorithm: "plot_perf_box_name"
13075   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13076   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13077   include:
13078     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13079     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13080     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13081     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13082   layout:
13083     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13084     layout: "plot-throughput"
13085
13086 - type: "plot"
13087   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13088   algorithm: "plot_perf_box_name"
13089   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
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-pdr"
13098     layout: "plot-throughput"
13099
13100 - type: "plot"
13101   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13102   algorithm: "plot_perf_box_name"
13103   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
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-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13107     - "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"
13108     - "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"
13109     - "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"
13110   layout:
13111     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13112     layout: "plot-throughput"
13113
13114 - type: "plot"
13115   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13116   algorithm: "plot_perf_box_name"
13117   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
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-pdr"
13126     layout: "plot-throughput"
13127
13128 - type: "plot"
13129   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13130   algorithm: "plot_perf_box_name"
13131   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13132   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13133   include:
13134     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13135     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13136     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13137     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13138     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13139     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13140   layout:
13141     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13142     layout: "plot-throughput"
13143
13144 - type: "plot"
13145   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13146   algorithm: "plot_perf_box_name"
13147   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13148   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13149   include:
13150     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13151     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13152     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13153     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13154     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13155     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13156   layout:
13157     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13158     layout: "plot-throughput"
13159
13160 - type: "plot"
13161   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13162   algorithm: "plot_perf_box_name"
13163   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13164   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13165   include:
13166     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13167     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13168     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13169     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13170     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13171     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13172   layout:
13173     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13174     layout: "plot-throughput"
13175
13176 - type: "plot"
13177   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13178   algorithm: "plot_perf_box_name"
13179   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13180   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13181   include:
13182     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13183     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13184     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13185     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13186     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13187     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13188   layout:
13189     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13190     layout: "plot-throughput"
13191
13192 - type: "plot"
13193   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13194   algorithm: "plot_perf_box_name"
13195   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13196   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13197   include:
13198     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13199     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13200     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13201     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13202     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13203     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13204   layout:
13205     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13206     layout: "plot-throughput"
13207
13208 - type: "plot"
13209   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13210   algorithm: "plot_perf_box_name"
13211   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13212   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13213   include:
13214     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13215     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13216     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13217     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13218     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13219     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13220   layout:
13221     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13222     layout: "plot-throughput"
13223
13224 - type: "plot"
13225   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13226   algorithm: "plot_perf_box_name"
13227   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13228   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13229   include:
13230     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13231     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13232     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13233     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13234     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13235   layout:
13236     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13237     layout: "plot-throughput"
13238
13239 - type: "plot"
13240   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13241   algorithm: "plot_perf_box_name"
13242   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13243   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13244   include:
13245     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13246     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13247     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13248     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13249     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13250   layout:
13251     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13252     layout: "plot-throughput"
13253
13254 - type: "plot"
13255   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13256   algorithm: "plot_perf_box_name"
13257   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13258   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13259   include:
13260     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13261     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13262   layout:
13263     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13264     layout: "plot-throughput"
13265
13266 - type: "plot"
13267   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13268   algorithm: "plot_perf_box_name"
13269   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13270   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13271   include:
13272     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13273     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13274   layout:
13275     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13276     layout: "plot-throughput"
13277
13278 - type: "plot"
13279   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13280   algorithm: "plot_perf_box_name"
13281   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13282   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13283   include:
13284     - "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"
13285     - "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"
13286   layout:
13287     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13288     layout: "plot-throughput"
13289
13290 - type: "plot"
13291   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13292   algorithm: "plot_perf_box_name"
13293   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13294   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13295   include:
13296     - "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"
13297     - "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"
13298   layout:
13299     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13300     layout: "plot-throughput"
13301
13302 - type: "plot"
13303   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13304   algorithm: "plot_perf_box_name"
13305   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13306   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13307   include:
13308     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13309     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13310   layout:
13311     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13312     layout: "plot-throughput"
13313
13314 - type: "plot"
13315   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13316   algorithm: "plot_perf_box_name"
13317   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13318   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13319   include:
13320     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13321     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13322   layout:
13323     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13324     layout: "plot-throughput"
13325
13326 - type: "plot"
13327   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13328   algorithm: "plot_perf_box_name"
13329   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13330   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13331   include:
13332     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13333     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13334   layout:
13335     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13336     layout: "plot-throughput"
13337
13338 - type: "plot"
13339   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13340   algorithm: "plot_perf_box_name"
13341   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13342   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13343   include:
13344     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13345     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13346   layout:
13347     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13348     layout: "plot-throughput"
13349
13350 - type: "plot"
13351   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13352   algorithm: "plot_perf_box_name"
13353   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13354   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13355   include:
13356     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13357     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13358     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13359     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13360     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13361     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13362   layout:
13363     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13364     layout: "plot-throughput"
13365
13366 - type: "plot"
13367   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13368   algorithm: "plot_perf_box_name"
13369   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13370   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13371   include:
13372     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13373     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13374     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13375     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13376     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13377     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13378   layout:
13379     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13380     layout: "plot-throughput"
13381
13382 - type: "plot"
13383   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13384   algorithm: "plot_perf_box_name"
13385   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13386   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13387   include:
13388     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13389     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13390     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13391     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13392     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13393     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13394   layout:
13395     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13396     layout: "plot-throughput"
13397
13398 - type: "plot"
13399   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13400   algorithm: "plot_perf_box_name"
13401   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13402   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13403   include:
13404     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13405     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13406     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13407     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13408     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13409     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13410   layout:
13411     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13412     layout: "plot-throughput"
13413
13414 #- type: "plot"
13415 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13416 #  algorithm: "plot_perf_box_name"
13417 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13418 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13419 #  include:
13420 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13421 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13422 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13423 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13424 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13425 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13426 #  layout:
13427 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13428 #    layout: "plot-throughput"
13429 #
13430 #- type: "plot"
13431 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13432 #  algorithm: "plot_perf_box_name"
13433 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13434 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13435 #  include:
13436 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13437 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13438 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13439 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13440 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13441 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13442 #  layout:
13443 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13444 #    layout: "plot-throughput"
13445
13446 - type: "plot"
13447   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13448   algorithm: "plot_perf_box_name"
13449   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13450   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13451   include:
13452     - "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"
13453     - "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"
13454     - "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"
13455     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13456     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13457     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13458   layout:
13459     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13460     layout: "plot-throughput"
13461
13462 - type: "plot"
13463   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13464   algorithm: "plot_perf_box_name"
13465   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13466   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13467   include:
13468     - "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"
13469     - "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"
13470     - "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"
13471     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13472     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13473     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13474   layout:
13475     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13476     layout: "plot-throughput"
13477
13478 ################################################################################
13479
13480 # Packet Speedup
13481
13482 - type: "plot"
13483   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13484   algorithm: "plot_tsa_name"
13485   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13486   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13487   include:
13488     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13489     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13490     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13491     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13492   layout:
13493     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13494     layout: "plot-throughput-speedup-analysis"
13495
13496 - type: "plot"
13497   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13498   algorithm: "plot_tsa_name"
13499   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-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-pdr"
13508     layout: "plot-throughput-speedup-analysis"
13509
13510 - type: "plot"
13511   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13512   algorithm: "plot_tsa_name"
13513   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13514   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13515   include:
13516     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13517     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13518     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13519     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13520   layout:
13521     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13522     layout: "plot-throughput-speedup-analysis"
13523
13524 - type: "plot"
13525   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13526   algorithm: "plot_tsa_name"
13527   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-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-pdr"
13536     layout: "plot-throughput-speedup-analysis"
13537
13538 - type: "plot"
13539   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13540   algorithm: "plot_tsa_name"
13541   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13542   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13543   include:
13544     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13545     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13546     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13547     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13548     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13549   layout:
13550     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13551     layout: "plot-throughput-speedup-analysis"
13552
13553 - type: "plot"
13554   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13555   algorithm: "plot_tsa_name"
13556   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13557   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13558   include:
13559     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13560     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13561     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13562     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13563     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13564   layout:
13565     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13566     layout: "plot-throughput-speedup-analysis"
13567
13568 - type: "plot"
13569   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13570   algorithm: "plot_tsa_name"
13571   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13572   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13573   include:
13574     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13575     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13576     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13577     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13578     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13579   layout:
13580     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13581     layout: "plot-throughput-speedup-analysis"
13582
13583 - type: "plot"
13584   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13585   algorithm: "plot_tsa_name"
13586   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13587   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13588   include:
13589     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13590     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13591     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13592     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13593     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13594   layout:
13595     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13596     layout: "plot-throughput-speedup-analysis"
13597
13598 - type: "plot"
13599   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13600   algorithm: "plot_tsa_name"
13601   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13602   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13603   include:
13604     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13605     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13606     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13607     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13608     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13609     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13610   layout:
13611     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13612     layout: "plot-throughput-speedup-analysis"
13613
13614 - type: "plot"
13615   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13616   algorithm: "plot_tsa_name"
13617   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13618   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13619   include:
13620     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13621     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13622     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13623     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13624     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13625     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13626   layout:
13627     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13628     layout: "plot-throughput-speedup-analysis"
13629
13630 - type: "plot"
13631   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13632   algorithm: "plot_tsa_name"
13633   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13634   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13635   include:
13636     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13637     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13638     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13639     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13640     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13641   layout:
13642     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13643     layout: "plot-throughput-speedup-analysis"
13644
13645 - type: "plot"
13646   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13647   algorithm: "plot_tsa_name"
13648   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13649   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13650   include:
13651     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13652     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13653     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13654     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13655     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13656   layout:
13657     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13658     layout: "plot-throughput-speedup-analysis"
13659
13660 - type: "plot"
13661   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13662   algorithm: "plot_tsa_name"
13663   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13664   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13665   include:
13666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13667     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13668     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13669   layout:
13670     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
13671     layout: "plot-throughput-speedup-analysis"
13672
13673 - type: "plot"
13674   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13675   algorithm: "plot_tsa_name"
13676   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13677   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13678   include:
13679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13682   layout:
13683     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
13684     layout: "plot-throughput-speedup-analysis"
13685
13686 - type: "plot"
13687   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13688   algorithm: "plot_tsa_name"
13689   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13690   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13691   include:
13692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13697   layout:
13698     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13699     layout: "plot-throughput-speedup-analysis"
13700
13701 - type: "plot"
13702   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13703   algorithm: "plot_tsa_name"
13704   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13705   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13706   include:
13707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13709     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13712   layout:
13713     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13714     layout: "plot-throughput-speedup-analysis"
13715
13716 - type: "plot"
13717   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13718   algorithm: "plot_tsa_name"
13719   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13720   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13721   include:
13722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13725   layout:
13726     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
13727     layout: "plot-throughput-speedup-analysis"
13728
13729 - type: "plot"
13730   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13731   algorithm: "plot_tsa_name"
13732   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13733   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13734   include:
13735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13738   layout:
13739     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
13740     layout: "plot-throughput-speedup-analysis"
13741
13742 - type: "plot"
13743   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13744   algorithm: "plot_tsa_name"
13745   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13746   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13747   include:
13748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
13754   layout:
13755     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13756     layout: "plot-throughput-speedup-analysis"
13757
13758 - type: "plot"
13759   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13760   algorithm: "plot_tsa_name"
13761   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13762   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13763   include:
13764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
13770   layout:
13771     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13772     layout: "plot-throughput-speedup-analysis"
13773
13774 - type: "plot"
13775   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13776   algorithm: "plot_tsa_name"
13777   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13778   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13779   include:
13780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13786   layout:
13787     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13788     layout: "plot-throughput-speedup-analysis"
13789
13790 - type: "plot"
13791   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13792   algorithm: "plot_tsa_name"
13793   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13794   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13795   include:
13796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13799     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13800     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13801     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13802   layout:
13803     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13804     layout: "plot-throughput-speedup-analysis"
13805
13806 - type: "plot"
13807   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13808   algorithm: "plot_tsa_name"
13809   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13810   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13811   include:
13812     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13813     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13814     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13815   layout:
13816     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
13817     layout: "plot-throughput-speedup-analysis"
13818
13819 - type: "plot"
13820   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13821   algorithm: "plot_tsa_name"
13822   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13823   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13824   include:
13825     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13826     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13827     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13828   layout:
13829     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
13830     layout: "plot-throughput-speedup-analysis"
13831
13832 - type: "plot"
13833   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13834   algorithm: "plot_tsa_name"
13835   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13836   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13837   include:
13838     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13839     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13840     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13841 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13842 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13843   layout:
13844     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
13845     layout: "plot-throughput-speedup-analysis"
13846
13847 - type: "plot"
13848   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13849   algorithm: "plot_tsa_name"
13850   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13851   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13852   include:
13853     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13854     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13855     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13856 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13857 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13858   layout:
13859     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
13860     layout: "plot-throughput-speedup-analysis"
13861
13862 - type: "plot"
13863   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13864   algorithm: "plot_tsa_name"
13865   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13866   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13867   include:
13868     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13869     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13870     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13871     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13872     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13873   layout:
13874     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13875     layout: "plot-throughput-speedup-analysis"
13876
13877 - type: "plot"
13878   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13879   algorithm: "plot_tsa_name"
13880   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13881   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13882   include:
13883     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13884     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13885     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13886     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13887     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13888   layout:
13889     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13890     layout: "plot-throughput-speedup-analysis"
13891
13892 - type: "plot"
13893   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13894   algorithm: "plot_tsa_name"
13895   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13896   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13897   include:
13898     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13899     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13900     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13901     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13902     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13903   layout:
13904     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13905     layout: "plot-throughput-speedup-analysis"
13906
13907 - type: "plot"
13908   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13909   algorithm: "plot_tsa_name"
13910   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13911   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13912   include:
13913     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13914     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13915     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13916     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13917     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13918   layout:
13919     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13920     layout: "plot-throughput-speedup-analysis"
13921
13922 - type: "plot"
13923   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13924   algorithm: "plot_tsa_name"
13925   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13926   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13927   include:
13928     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13929     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13930     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13931     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13932   layout:
13933     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13934     layout: "plot-throughput-speedup-analysis"
13935
13936 - type: "plot"
13937   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13938   algorithm: "plot_tsa_name"
13939   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-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-pdr"
13948     layout: "plot-throughput-speedup-analysis"
13949
13950 - type: "plot"
13951   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13952   algorithm: "plot_tsa_name"
13953   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13954   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13955   include:
13956     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13957     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13958     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13959     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13960     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13961   layout:
13962     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13963     layout: "plot-throughput-speedup-analysis"
13964
13965 - type: "plot"
13966   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13967   algorithm: "plot_tsa_name"
13968   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13969   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13970   include:
13971     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13972     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13973     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13974     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13975     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13976   layout:
13977     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13978     layout: "plot-throughput-speedup-analysis"
13979
13980 - type: "plot"
13981   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13982   algorithm: "plot_tsa_name"
13983   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13984   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13985   include:
13986     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13987     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13988   layout:
13989     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
13990     layout: "plot-throughput-speedup-analysis"
13991
13992 - type: "plot"
13993   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13994   algorithm: "plot_tsa_name"
13995   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13996   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13997   include:
13998     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13999     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14000   layout:
14001     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14002     layout: "plot-throughput-speedup-analysis"
14003
14004 - type: "plot"
14005   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14006   algorithm: "plot_tsa_name"
14007   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14008   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14009   include:
14010     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14011     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14012     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14013     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14014   layout:
14015     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14016     layout: "plot-throughput-speedup-analysis"
14017
14018 - type: "plot"
14019   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14020   algorithm: "plot_tsa_name"
14021   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-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-pdr"
14030     layout: "plot-throughput-speedup-analysis"
14031
14032 - type: "plot"
14033   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14034   algorithm: "plot_tsa_name"
14035   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14036   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14037   include:
14038     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14039     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14040     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14041     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14042   layout:
14043     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14044     layout: "plot-throughput-speedup-analysis"
14045
14046 - type: "plot"
14047   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14048   algorithm: "plot_tsa_name"
14049   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-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-pdr"
14058     layout: "plot-throughput-speedup-analysis"
14059
14060 - type: "plot"
14061   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14062   algorithm: "plot_tsa_name"
14063   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14064   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14065   include:
14066     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14067     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14068     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14069     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14070     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14071     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14072   layout:
14073     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14074     layout: "plot-throughput-speedup-analysis"
14075
14076 - type: "plot"
14077   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14078   algorithm: "plot_tsa_name"
14079   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14080   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14081   include:
14082     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14083     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14084     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14085     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14086     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14087     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14088   layout:
14089     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14090     layout: "plot-throughput-speedup-analysis"
14091
14092 - type: "plot"
14093   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14094   algorithm: "plot_tsa_name"
14095   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14096   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14097   include:
14098     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14099     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14100     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14101     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14102     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14103   layout:
14104     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14105     layout: "plot-throughput-speedup-analysis"
14106
14107 - type: "plot"
14108   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14109   algorithm: "plot_tsa_name"
14110   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14111   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14112   include:
14113     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14114     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14115     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14116     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14117     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14118   layout:
14119     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14120     layout: "plot-throughput-speedup-analysis"
14121
14122 - type: "plot"
14123   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14124   algorithm: "plot_tsa_name"
14125   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14126   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14127   include:
14128     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14129     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14130     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14131     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14132     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14133   layout:
14134     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14135     layout: "plot-throughput-speedup-analysis"
14136
14137 - type: "plot"
14138   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14139   algorithm: "plot_tsa_name"
14140   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14141   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14142   include:
14143     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14144     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14145     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14146     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14147     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14148   layout:
14149     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14150     layout: "plot-throughput-speedup-analysis"
14151
14152 - type: "plot"
14153   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14154   algorithm: "plot_tsa_name"
14155   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14156   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14157   include:
14158     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14159     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14160     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14161   layout:
14162     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14163     layout: "plot-throughput-speedup-analysis"
14164
14165 - type: "plot"
14166   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14167   algorithm: "plot_tsa_name"
14168   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14169   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14170   include:
14171     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14172     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14173     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14174   layout:
14175     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14176     layout: "plot-throughput-speedup-analysis"
14177
14178 - type: "plot"
14179   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14180   algorithm: "plot_tsa_name"
14181   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14182   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14183   include:
14184     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14185     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14186     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14187   layout:
14188     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14189     layout: "plot-throughput-speedup-analysis"
14190
14191 - type: "plot"
14192   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14193   algorithm: "plot_tsa_name"
14194   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14195   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14196   include:
14197     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14198     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14199     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14200   layout:
14201     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14202     layout: "plot-throughput-speedup-analysis"
14203
14204 - type: "plot"
14205   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14206   algorithm: "plot_tsa_name"
14207   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14208   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14209   include:
14210     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14211     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14212     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14213     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14214     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14215   layout:
14216     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14217     layout: "plot-throughput-speedup-analysis"
14218
14219 - type: "plot"
14220   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14221   algorithm: "plot_tsa_name"
14222   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14223   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14224   include:
14225     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14226     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14227     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14228     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14229     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14230   layout:
14231     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14232     layout: "plot-throughput-speedup-analysis"
14233
14234 - type: "plot"
14235   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14236   algorithm: "plot_tsa_name"
14237   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14238   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14239   include:
14240     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14241     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14242     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14243     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14244     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14245   layout:
14246     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14247     layout: "plot-throughput-speedup-analysis"
14248
14249 - type: "plot"
14250   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14251   algorithm: "plot_tsa_name"
14252   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14253   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14254   include:
14255     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14256     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14257     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14258     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14259     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14260   layout:
14261     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14262     layout: "plot-throughput-speedup-analysis"
14263
14264 - type: "plot"
14265   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14266   algorithm: "plot_tsa_name"
14267   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14268   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14269   include:
14270     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14271     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14272     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14273     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14274     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14275     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14276   layout:
14277     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14278     layout: "plot-throughput-speedup-analysis"
14279
14280 - type: "plot"
14281   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14282   algorithm: "plot_tsa_name"
14283   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14284   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14285   include:
14286     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14287     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14288     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14289     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14290     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14291     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14292   layout:
14293     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14294     layout: "plot-throughput-speedup-analysis"
14295
14296 - type: "plot"
14297   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14298   algorithm: "plot_tsa_name"
14299   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14300   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14301   include:
14302     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14303     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-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-hw-dpdk-ndr"
14308     layout: "plot-throughput-speedup-analysis"
14309
14310 - type: "plot"
14311   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14312   algorithm: "plot_tsa_name"
14313   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-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-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14319     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14320   layout:
14321     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14322     layout: "plot-throughput-speedup-analysis"
14323
14324 - type: "plot"
14325   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14326   algorithm: "plot_tsa_name"
14327   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14328   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14329   include:
14330     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14331     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14332     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14333     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14334     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14335     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14336   layout:
14337     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14338     layout: "plot-throughput-speedup-analysis"
14339
14340 - type: "plot"
14341   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14342   algorithm: "plot_tsa_name"
14343   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14344   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14345   include:
14346     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14347     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14348     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14349     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14350     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14351     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14352   layout:
14353     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14354     layout: "plot-throughput-speedup-analysis"
14355
14356 - type: "plot"
14357   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14358   algorithm: "plot_tsa_name"
14359   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14360   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14361   include:
14362     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14363     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14364     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14365     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14366     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14367     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14368   layout:
14369     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14370     layout: "plot-throughput-speedup-analysis"
14371
14372 - type: "plot"
14373   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14374   algorithm: "plot_tsa_name"
14375   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14376   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14377   include:
14378     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14379     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14380     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14381     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14382     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14383     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14384   layout:
14385     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14386     layout: "plot-throughput-speedup-analysis"
14387
14388 - type: "plot"
14389   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14390   algorithm: "plot_tsa_name"
14391   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14392   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14393   include:
14394     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14395     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14396     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14397     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14398     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14399     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14400   layout:
14401     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14402     layout: "plot-throughput-speedup-analysis"
14403
14404 - type: "plot"
14405   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14406   algorithm: "plot_tsa_name"
14407   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14408   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14409   include:
14410     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14411     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14412     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14413     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14414     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14415     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14416   layout:
14417     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14418     layout: "plot-throughput-speedup-analysis"
14419
14420 - type: "plot"
14421   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14422   algorithm: "plot_tsa_name"
14423   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14424   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14425   include:
14426     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14427     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14428     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14429     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14430     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14431     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14432   layout:
14433     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14434     layout: "plot-throughput-speedup-analysis"
14435
14436 - type: "plot"
14437   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14438   algorithm: "plot_tsa_name"
14439   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14440   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14441   include:
14442     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14443     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14444     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14445     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14446     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14447     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14448   layout:
14449     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14450     layout: "plot-throughput-speedup-analysis"
14451
14452 - type: "plot"
14453   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14454   algorithm: "plot_tsa_name"
14455   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14456   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14457   include:
14458     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14459     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14460     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14461     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14462     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14463     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14464   layout:
14465     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14466     layout: "plot-throughput-speedup-analysis"
14467
14468 - type: "plot"
14469   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14470   algorithm: "plot_tsa_name"
14471   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14472   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14473   include:
14474     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14475     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14476     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14477     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14478     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14479     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14480   layout:
14481     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14482     layout: "plot-throughput-speedup-analysis"
14483
14484 - type: "plot"
14485   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14486   algorithm: "plot_tsa_name"
14487   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14488   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14489   include:
14490     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14491     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14492     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14493     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14494   layout:
14495     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14496     layout: "plot-throughput-speedup-analysis"
14497
14498 - type: "plot"
14499   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14500   algorithm: "plot_tsa_name"
14501   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-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-pdr"
14510     layout: "plot-throughput-speedup-analysis"
14511
14512 - type: "plot"
14513   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14514   algorithm: "plot_tsa_name"
14515   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14516   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14517   include:
14518     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14519     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14520     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14521     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14522   layout:
14523     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14524     layout: "plot-throughput-speedup-analysis"
14525
14526 - type: "plot"
14527   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14528   algorithm: "plot_tsa_name"
14529   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-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-pdr"
14538     layout: "plot-throughput-speedup-analysis"
14539
14540 - type: "plot"
14541   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14542   algorithm: "plot_tsa_name"
14543   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14544   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14545   include:
14546     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14547     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14548     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14549     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14550     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14551     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14552   layout:
14553     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
14554     layout: "plot-throughput-speedup-analysis"
14555
14556 - type: "plot"
14557   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14558   algorithm: "plot_tsa_name"
14559   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14560   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14561   include:
14562     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14563     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14564     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14565     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14566     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14567     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14568   layout:
14569     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
14570     layout: "plot-throughput-speedup-analysis"
14571
14572 - type: "plot"
14573   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14574   algorithm: "plot_tsa_name"
14575   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14576   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14577   include:
14578     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14579     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14580     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14581     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14582     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14583   layout:
14584     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
14585     layout: "plot-throughput-speedup-analysis"
14586
14587 - type: "plot"
14588   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14589   algorithm: "plot_tsa_name"
14590   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14591   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14592   include:
14593     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14594     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14595     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14596     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14597     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14598   layout:
14599     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
14600     layout: "plot-throughput-speedup-analysis"
14601
14602 - type: "plot"
14603   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14604   algorithm: "plot_tsa_name"
14605   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14606   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14607   include:
14608     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14609     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14610     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14611     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14612     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14613   layout:
14614     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
14615     layout: "plot-throughput-speedup-analysis"
14616
14617 - type: "plot"
14618   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14619   algorithm: "plot_tsa_name"
14620   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14621   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14622   include:
14623     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14624     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14625     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14626     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14627     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14628   layout:
14629     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
14630     layout: "plot-throughput-speedup-analysis"
14631
14632 - type: "plot"
14633   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14634   algorithm: "plot_tsa_name"
14635   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14636   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14637   include:
14638     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14639     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14640     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14641     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14642   layout:
14643     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14644     layout: "plot-throughput-speedup-analysis"
14645
14646 - type: "plot"
14647   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14648   algorithm: "plot_tsa_name"
14649   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-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-pdr"
14658     layout: "plot-throughput-speedup-analysis"
14659
14660 - type: "plot"
14661   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14662   algorithm: "plot_tsa_name"
14663   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14664   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14665   include:
14666     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14667     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14668     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14669     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14670     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14671     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14672   layout:
14673     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14674     layout: "plot-throughput-speedup-analysis"
14675
14676 - type: "plot"
14677   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14678   algorithm: "plot_tsa_name"
14679   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14680   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14681   include:
14682     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14683     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14684     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14685     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14686     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14687     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14688   layout:
14689     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14690     layout: "plot-throughput-speedup-analysis"
14691
14692 - type: "plot"
14693   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14694   algorithm: "plot_tsa_name"
14695   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14696   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14697   include:
14698     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14699     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14700     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14701     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14702     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14703     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14704   layout:
14705     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14706     layout: "plot-throughput-speedup-analysis"
14707
14708 - type: "plot"
14709   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14710   algorithm: "plot_tsa_name"
14711   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14712   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14713   include:
14714     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14715     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14716     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14717     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14718     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14719     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14720   layout:
14721     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14722     layout: "plot-throughput-speedup-analysis"
14723
14724 - type: "plot"
14725   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14726   algorithm: "plot_tsa_name"
14727   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14728   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14729   include:
14730     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14731     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14732     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14733     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14734     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14735     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14736   layout:
14737     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
14738     layout: "plot-throughput-speedup-analysis"
14739
14740 - type: "plot"
14741   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14742   algorithm: "plot_tsa_name"
14743   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14744   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14745   include:
14746     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14747     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14748     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14749     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14750     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14751     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14752   layout:
14753     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
14754     layout: "plot-throughput-speedup-analysis"
14755
14756 - type: "plot"
14757   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14758   algorithm: "plot_tsa_name"
14759   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14760   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14761   include:
14762     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14763     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14764     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14765     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14766     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14767     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14768   layout:
14769     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
14770     layout: "plot-throughput-speedup-analysis"
14771
14772 - type: "plot"
14773   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14774   algorithm: "plot_tsa_name"
14775   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14776   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14777   include:
14778     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14779     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14780     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14781     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14782     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14783     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14784   layout:
14785     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
14786     layout: "plot-throughput-speedup-analysis"
14787
14788 - type: "plot"
14789   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14790   algorithm: "plot_tsa_name"
14791   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14792   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14793   include:
14794     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14795     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14796     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14797     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14798     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14799     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14800   layout:
14801     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
14802     layout: "plot-throughput-speedup-analysis"
14803
14804 - type: "plot"
14805   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14806   algorithm: "plot_tsa_name"
14807   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14808   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14809   include:
14810     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14811     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14812     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14813     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14814     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14815     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14816   layout:
14817     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
14818     layout: "plot-throughput-speedup-analysis"
14819
14820 - type: "plot"
14821   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
14822   algorithm: "plot_tsa_name"
14823   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
14824   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14825   include:
14826     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14827     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14828     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14829     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14830     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14831   layout:
14832     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
14833     layout: "plot-throughput-speedup-analysis"
14834
14835 - type: "plot"
14836   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
14837   algorithm: "plot_tsa_name"
14838   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
14839   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14840   include:
14841     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14842     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14843     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14844     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14845     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14846   layout:
14847     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
14848     layout: "plot-throughput-speedup-analysis"
14849
14850 - type: "plot"
14851   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14852   algorithm: "plot_tsa_name"
14853   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
14854   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14855   include:
14856     - "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"
14857     - "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"
14858     - "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"
14859     - "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"
14860     - "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"
14861   layout:
14862     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14863     layout: "plot-throughput-speedup-analysis"
14864
14865 - type: "plot"
14866   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14867   algorithm: "plot_tsa_name"
14868   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
14869   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14870   include:
14871     - "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"
14872     - "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"
14873     - "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"
14874     - "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"
14875     - "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"
14876   layout:
14877     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14878     layout: "plot-throughput-speedup-analysis"
14879
14880 - type: "plot"
14881   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14882   algorithm: "plot_tsa_name"
14883   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
14884   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14885   include:
14886     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14887     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14888     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14889     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14890     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14891   layout:
14892     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14893     layout: "plot-throughput-speedup-analysis"
14894
14895 - type: "plot"
14896   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14897   algorithm: "plot_tsa_name"
14898   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
14899   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14900   include:
14901     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14902     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14903     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14904     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14905     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14906   layout:
14907     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14908     layout: "plot-throughput-speedup-analysis"
14909
14910 - type: "plot"
14911   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14912   algorithm: "plot_tsa_name"
14913   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14914   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14915   include:
14916     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14917     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14918     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14919     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14920     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14921   layout:
14922     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14923     layout: "plot-throughput-speedup-analysis"
14924
14925 - type: "plot"
14926   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14927   algorithm: "plot_tsa_name"
14928   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14929   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14930   include:
14931     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14932     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14933     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14934     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14935     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14936   layout:
14937     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14938     layout: "plot-throughput-speedup-analysis"
14939
14940 - type: "plot"
14941   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
14942   algorithm: "plot_tsa_name"
14943   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
14944   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14945   include:
14946     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14947     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14948     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14949     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14950     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14951   layout:
14952     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
14953     layout: "plot-throughput-speedup-analysis"
14954
14955 - type: "plot"
14956   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
14957   algorithm: "plot_tsa_name"
14958   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
14959   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14960   include:
14961     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14962     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14963     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14964     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14965     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14966   layout:
14967     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
14968     layout: "plot-throughput-speedup-analysis"
14969
14970 - type: "plot"
14971   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
14972   algorithm: "plot_tsa_name"
14973   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14974   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14975   include:
14976     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14977     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14978     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14979     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14980     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14981   layout:
14982     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
14983     layout: "plot-throughput-speedup-analysis"
14984
14985 - type: "plot"
14986   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
14987   algorithm: "plot_tsa_name"
14988   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14989   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14990   include:
14991     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14992     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14993     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14994     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14995     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14996   layout:
14997     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
14998     layout: "plot-throughput-speedup-analysis"
14999
15000 - type: "plot"
15001   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15002   algorithm: "plot_tsa_name"
15003   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15004   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15005   include:
15006     - "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"
15007     - "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"
15008     - "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"
15009     - "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"
15010   layout:
15011     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15012     layout: "plot-throughput-speedup-analysis"
15013
15014 - type: "plot"
15015   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15016   algorithm: "plot_tsa_name"
15017   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-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-pdr"
15026     layout: "plot-throughput-speedup-analysis"
15027
15028 - type: "plot"
15029   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15030   algorithm: "plot_tsa_name"
15031   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-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-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15035     - "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"
15036     - "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"
15037     - "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"
15038   layout:
15039     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15040     layout: "plot-throughput-speedup-analysis"
15041
15042 - type: "plot"
15043   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15044   algorithm: "plot_tsa_name"
15045   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-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-pdr"
15054     layout: "plot-throughput-speedup-analysis"
15055
15056 - type: "plot"
15057   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15058   algorithm: "plot_tsa_name"
15059   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15060   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15061   include:
15062     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15063     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15064     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15065     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15066     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15067     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15068   layout:
15069     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15070     layout: "plot-throughput-speedup-analysis"
15071
15072 - type: "plot"
15073   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15074   algorithm: "plot_tsa_name"
15075   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15076   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15077   include:
15078     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15079     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15080     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15081     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15082     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15083     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15084   layout:
15085     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15086     layout: "plot-throughput-speedup-analysis"
15087
15088 - type: "plot"
15089   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15090   algorithm: "plot_tsa_name"
15091   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15092   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15093   include:
15094     - "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"
15095     - "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"
15096     - "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"
15097     - "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"
15098     - "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"
15099     - "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"
15100   layout:
15101     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15102     layout: "plot-throughput-speedup-analysis"
15103
15104 - type: "plot"
15105   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15106   algorithm: "plot_tsa_name"
15107   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15108   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15109   include:
15110     - "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"
15111     - "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"
15112     - "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"
15113     - "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"
15114     - "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"
15115     - "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"
15116   layout:
15117     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15118     layout: "plot-throughput-speedup-analysis"
15119
15120 - type: "plot"
15121   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15122   algorithm: "plot_tsa_name"
15123   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15124   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15125   include:
15126     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15127     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15128     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15129     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15130     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15131     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15132   layout:
15133     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15134     layout: "plot-throughput-speedup-analysis"
15135
15136 - type: "plot"
15137   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15138   algorithm: "plot_tsa_name"
15139   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15140   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15141   include:
15142     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15143     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15144     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15145     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15146     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15147     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15148   layout:
15149     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15150     layout: "plot-throughput-speedup-analysis"
15151
15152 - type: "plot"
15153   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15154   algorithm: "plot_tsa_name"
15155   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15156   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15157   include:
15158     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15159     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15160     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15161     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15162     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15163   layout:
15164     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15165     layout: "plot-throughput-speedup-analysis"
15166
15167 - type: "plot"
15168   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15169   algorithm: "plot_tsa_name"
15170   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15171   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15172   include:
15173     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15174     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15175     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15176     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15177     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15178   layout:
15179     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15180     layout: "plot-throughput-speedup-analysis"
15181
15182 - type: "plot"
15183   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15184   algorithm: "plot_tsa_name"
15185   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15186   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15187   include:
15188     - "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"
15189     - "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"
15190   layout:
15191     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15192     layout: "plot-throughput-speedup-analysis"
15193
15194 - type: "plot"
15195   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15196   algorithm: "plot_tsa_name"
15197   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15198   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15199   include:
15200     - "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"
15201     - "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"
15202   layout:
15203     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15204     layout: "plot-throughput-speedup-analysis"
15205
15206 - type: "plot"
15207   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15208   algorithm: "plot_tsa_name"
15209   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15210   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15211   include:
15212     - "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"
15213     - "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"
15214   layout:
15215     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15216     layout: "plot-throughput-speedup-analysis"
15217
15218 - type: "plot"
15219   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15220   algorithm: "plot_tsa_name"
15221   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15222   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15223   include:
15224     - "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"
15225     - "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"
15226   layout:
15227     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15228     layout: "plot-throughput-speedup-analysis"
15229
15230 - type: "plot"
15231   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15232   algorithm: "plot_tsa_name"
15233   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15234   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15235   include:
15236     - "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"
15237     - "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"
15238     - "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"
15239     - "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"
15240     - "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"
15241     - "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"
15242   layout:
15243     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15244     layout: "plot-throughput-speedup-analysis"
15245
15246 - type: "plot"
15247   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15248   algorithm: "plot_tsa_name"
15249   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15250   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15251   include:
15252     - "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"
15253     - "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"
15254     - "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"
15255     - "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"
15256     - "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"
15257     - "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"
15258   layout:
15259     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15260     layout: "plot-throughput-speedup-analysis"
15261
15262 - type: "plot"
15263   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15264   algorithm: "plot_tsa_name"
15265   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15266   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15267   include:
15268     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15269     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15270     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15271     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15272     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15273   layout:
15274     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15275     layout: "plot-throughput-speedup-analysis"
15276
15277 - type: "plot"
15278   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15279   algorithm: "plot_tsa_name"
15280   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15281   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15282   include:
15283     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15284     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15285     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15286     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15287     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15288   layout:
15289     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15290     layout: "plot-throughput-speedup-analysis"
15291
15292 - type: "plot"
15293   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15294   algorithm: "plot_tsa_name"
15295   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15296   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15297   include:
15298     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15299     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15300     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15301     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15302     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15303   layout:
15304     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15305     layout: "plot-throughput-speedup-analysis"
15306
15307 - type: "plot"
15308   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15309   algorithm: "plot_tsa_name"
15310   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15311   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15312   include:
15313     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15314     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15315     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15316     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15317     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15318   layout:
15319     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15320     layout: "plot-throughput-speedup-analysis"
15321
15322 - type: "plot"
15323   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15324   algorithm: "plot_tsa_name"
15325   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15326   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15327   include:
15328     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15329     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15330     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15331     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15332   layout:
15333     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15334     layout: "plot-throughput-speedup-analysis"
15335
15336 - type: "plot"
15337   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15338   algorithm: "plot_tsa_name"
15339   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-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-pdr"
15348     layout: "plot-throughput-speedup-analysis"
15349
15350 - type: "plot"
15351   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15352   algorithm: "plot_tsa_name"
15353   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15354   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15355   include:
15356     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15357     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15358     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15359     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15360   layout:
15361     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15362     layout: "plot-throughput-speedup-analysis"
15363
15364 - type: "plot"
15365   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15366   algorithm: "plot_tsa_name"
15367   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-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-pdr"
15376     layout: "plot-throughput-speedup-analysis"
15377
15378 - type: "plot"
15379   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15380   algorithm: "plot_tsa_name"
15381   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15382   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15383   include:
15384     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15385     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15386     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15387     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15388     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15389   layout:
15390     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15391     layout: "plot-throughput-speedup-analysis"
15392
15393 - type: "plot"
15394   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15395   algorithm: "plot_tsa_name"
15396   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15397   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15398   include:
15399     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15400     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15401     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15402     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15403     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15404   layout:
15405     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15406     layout: "plot-throughput-speedup-analysis"
15407
15408 - type: "plot"
15409   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15410   algorithm: "plot_tsa_name"
15411   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15412   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15413   include:
15414     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15415     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15416     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15417     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15418     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15419     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15420   layout:
15421     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15422     layout: "plot-throughput-speedup-analysis"
15423
15424 - type: "plot"
15425   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15426   algorithm: "plot_tsa_name"
15427   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15428   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15429   include:
15430     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15431     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15432     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15433     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15434     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15435     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15436   layout:
15437     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15438     layout: "plot-throughput-speedup-analysis"
15439
15440 - type: "plot"
15441   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15442   algorithm: "plot_tsa_name"
15443   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15444   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15445   include:
15446     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15447     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15448     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15449     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15450   layout:
15451     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15452     layout: "plot-throughput-speedup-analysis"
15453
15454 - type: "plot"
15455   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15456   algorithm: "plot_tsa_name"
15457   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-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-pdr"
15466     layout: "plot-throughput-speedup-analysis"
15467
15468 - type: "plot"
15469   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15470   algorithm: "plot_tsa_name"
15471   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15472   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15473   include:
15474     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15475     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15476     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15477     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15478     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15479     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15480   layout:
15481     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15482     layout: "plot-throughput-speedup-analysis"
15483
15484 - type: "plot"
15485   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15486   algorithm: "plot_tsa_name"
15487   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15488   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15489   include:
15490     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15491     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15492     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15493     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15494     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15495     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15496   layout:
15497     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15498     layout: "plot-throughput-speedup-analysis"
15499
15500 - type: "plot"
15501   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15502   algorithm: "plot_tsa_name"
15503   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15504   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15505   include:
15506     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15507     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15508     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15509     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15510     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15511     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15512   layout:
15513     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15514     layout: "plot-throughput-speedup-analysis"
15515
15516 - type: "plot"
15517   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15518   algorithm: "plot_tsa_name"
15519   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15520   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15521   include:
15522     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15523     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15524     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15525     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15526     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15527     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15528   layout:
15529     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15530     layout: "plot-throughput-speedup-analysis"
15531
15532 - type: "plot"
15533   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15534   algorithm: "plot_tsa_name"
15535   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15536   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15537   include:
15538     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15539     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15540     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15541     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15542     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15543     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15544   layout:
15545     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15546     layout: "plot-throughput-speedup-analysis"
15547
15548 - type: "plot"
15549   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15550   algorithm: "plot_tsa_name"
15551   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15552   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15553   include:
15554     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15555     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15556     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15557     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15558     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15559     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15560   layout:
15561     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
15562     layout: "plot-throughput-speedup-analysis"
15563
15564 - type: "plot"
15565   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15566   algorithm: "plot_tsa_name"
15567   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15568   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15569   include:
15570     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15571     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15572     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15573     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15574     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15575     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15576   layout:
15577     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
15578     layout: "plot-throughput-speedup-analysis"
15579
15580 - type: "plot"
15581   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15582   algorithm: "plot_tsa_name"
15583   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15584   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15585   include:
15586     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15587     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15588     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15589     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15590     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15591     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15592   layout:
15593     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
15594     layout: "plot-throughput-speedup-analysis"
15595
15596 - type: "plot"
15597   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15598   algorithm: "plot_tsa_name"
15599   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15600   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15601   include:
15602     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15603     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15604     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15605     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15606     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15607     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15608   layout:
15609     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
15610     layout: "plot-throughput-speedup-analysis"
15611
15612 - type: "plot"
15613   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15614   algorithm: "plot_tsa_name"
15615   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15616   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15617   include:
15618     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15619     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15620     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15621     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15622     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15623     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15624   layout:
15625     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
15626     layout: "plot-throughput-speedup-analysis"
15627
15628 #- type: "plot"
15629 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15630 #  algorithm: "plot_tsa_name"
15631 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15632 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15633 #  include:
15634 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15635 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15636 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15637 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15638 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15639 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15640 #  layout:
15641 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
15642 #    layout: "plot-throughput-speedup-analysis"
15643 #
15644 #- type: "plot"
15645 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15646 #  algorithm: "plot_tsa_name"
15647 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15648 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15649 #  include:
15650 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15651 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15652 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15653 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15654 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15655 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15656 #  layout:
15657 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
15658 #    layout: "plot-throughput-speedup-analysis"
15659
15660 #- type: "plot"
15661 #  title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15662 #  algorithm: "plot_tsa_name"
15663 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15664 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15665 #  include:
15666 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15667 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15668 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15669 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15670 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15671 #  layout:
15672 #    title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15673 #    layout: "plot-throughput-speedup-analysis"
15674 #
15675 #- type: "plot"
15676 #  title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15677 #  algorithm: "plot_tsa_name"
15678 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15679 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15680 #  include:
15681 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15682 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15683 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15684 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15685 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15686 #  layout:
15687 #    title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15688 #    layout: "plot-throughput-speedup-analysis"
15689 #
15690 #- type: "plot"
15691 #  title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15692 #  algorithm: "plot_tsa_name"
15693 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15694 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15695 #  include:
15696 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15697 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15698 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15699 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15700 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15701 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15702 #  layout:
15703 #    title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15704 #    layout: "plot-throughput-speedup-analysis"
15705 #
15706 #- type: "plot"
15707 #  title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15708 #  algorithm: "plot_tsa_name"
15709 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15710 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15711 #  include:
15712 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15713 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15714 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15715 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15716 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15717 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15718 #  layout:
15719 #    title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15720 #    layout: "plot-throughput-speedup-analysis"
15721 #
15722 #- type: "plot"
15723 #  title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15724 #  algorithm: "plot_tsa_name"
15725 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15726 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15727 #  include:
15728 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15729 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15730 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15731 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15732 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15733 #  layout:
15734 #    title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15735 #    layout: "plot-throughput-speedup-analysis"
15736 #
15737 #- type: "plot"
15738 #  title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15739 #  algorithm: "plot_tsa_name"
15740 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15741 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15742 #  include:
15743 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15744 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15745 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15746 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15747 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15748 #  layout:
15749 #    title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15750 #    layout: "plot-throughput-speedup-analysis"
15751 #
15752 #- type: "plot"
15753 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15754 #  algorithm: "plot_tsa_name"
15755 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15756 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15757 #  include:
15758 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15759 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15760 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15761 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15762 #  layout:
15763 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15764 #    layout: "plot-throughput-speedup-analysis"
15765 #
15766 #- type: "plot"
15767 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15768 #  algorithm: "plot_tsa_name"
15769 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-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-pdr-tsa"
15778 #    layout: "plot-throughput-speedup-analysis"
15779 #
15780 #- type: "plot"
15781 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15782 #  algorithm: "plot_tsa_name"
15783 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15784 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15785 #  include:
15786 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15787 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15788 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15789 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15790 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15791 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15792 #  layout:
15793 #    title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15794 #    layout: "plot-throughput-speedup-analysis"
15795 #
15796 #- type: "plot"
15797 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15798 #  algorithm: "plot_tsa_name"
15799 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15800 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15801 #  include:
15802 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15803 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15804 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15805 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15806 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15807 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15808 #  layout:
15809 #    title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15810 #    layout: "plot-throughput-speedup-analysis"
15811 #
15812 #- type: "plot"
15813 #  title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15814 #  algorithm: "plot_tsa_name"
15815 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15816 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15817 #  include:
15818 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15819 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15820 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15821 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15822 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15823 #  layout:
15824 #    title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15825 #    layout: "plot-throughput-speedup-analysis"
15826 #
15827 #- type: "plot"
15828 #  title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15829 #  algorithm: "plot_tsa_name"
15830 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15831 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15832 #  include:
15833 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15834 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15835 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15836 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15837 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15838 #  layout:
15839 #    title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15840 #    layout: "plot-throughput-speedup-analysis"
15841 #
15842 #- type: "plot"
15843 #  title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15844 #  algorithm: "plot_tsa_name"
15845 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15846 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15847 #  include:
15848 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15849 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15850 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15851 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15852 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15853 #  layout:
15854 #    title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15855 #    layout: "plot-throughput-speedup-analysis"
15856 #
15857 #- type: "plot"
15858 #  title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15859 #  algorithm: "plot_tsa_name"
15860 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15861 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15862 #  include:
15863 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15864 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15865 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15866 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15867 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15868 #  layout:
15869 #    title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15870 #    layout: "plot-throughput-speedup-analysis"
15871 #
15872 #- type: "plot"
15873 #  title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15874 #  algorithm: "plot_tsa_name"
15875 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15876 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15877 #  include:
15878 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15879 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15880 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15881 #    - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15882 #  layout:
15883 #    title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15884 #    layout: "plot-throughput-speedup-analysis"
15885 #
15886 #- type: "plot"
15887 #  title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15888 #  algorithm: "plot_tsa_name"
15889 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-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-pdr-tsa"
15898 #    layout: "plot-throughput-speedup-analysis"
15899 #
15900 #- type: "plot"
15901 #  title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15902 #  algorithm: "plot_tsa_name"
15903 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15904 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15905 #  include:
15906 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15907 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15908 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15909 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15910 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15911 #  layout:
15912 #    title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15913 #    layout: "plot-throughput-speedup-analysis"
15914 #
15915 #- type: "plot"
15916 #  title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15917 #  algorithm: "plot_tsa_name"
15918 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15919 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15920 #  include:
15921 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15922 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15923 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15924 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15925 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15926 #  layout:
15927 #    title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15928 #    layout: "plot-throughput-speedup-analysis"
15929 #
15930 #- type: "plot"
15931 #  title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15932 #  algorithm: "plot_tsa_name"
15933 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15934 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15935 #  include:
15936 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15937 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15938 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15939 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15940 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15941 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15942 #  layout:
15943 #    title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15944 #    layout: "plot-throughput-speedup-analysis"
15945 #
15946 #- type: "plot"
15947 #  title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15948 #  algorithm: "plot_tsa_name"
15949 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15950 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15951 #  include:
15952 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15953 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15954 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15955 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15956 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15957 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15958 #  layout:
15959 #    title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15960 #    layout: "plot-throughput-speedup-analysis"
15961 #
15962 #- type: "plot"
15963 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15964 #  algorithm: "plot_tsa_name"
15965 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15966 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15967 #  include:
15968 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15969 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15970 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15971 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15972 #  layout:
15973 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15974 #    layout: "plot-throughput-speedup-analysis"
15975 #
15976 #- type: "plot"
15977 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15978 #  algorithm: "plot_tsa_name"
15979 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-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-pdr-tsa"
15988 #    layout: "plot-throughput-speedup-analysis"
15989 #
15990 #- type: "plot"
15991 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15992 #  algorithm: "plot_tsa_name"
15993 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15994 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15995 #  include:
15996 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15997 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15998 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15999 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16000 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16001 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16002 #  layout:
16003 #    title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16004 #    layout: "plot-throughput-speedup-analysis"
16005 #
16006 #- type: "plot"
16007 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16008 #  algorithm: "plot_tsa_name"
16009 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16010 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16011 #  include:
16012 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16013 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16014 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16015 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16016 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16017 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16018 #  layout:
16019 #    title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16020 #    layout: "plot-throughput-speedup-analysis"
16021 #
16022 #- type: "plot"
16023 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16024 #  algorithm: "plot_tsa_name"
16025 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16026 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16027 #  include:
16028 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16029 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16030 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16031 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16032 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16033 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16034 #  layout:
16035 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16036 #    layout: "plot-throughput-speedup-analysis"
16037 #
16038 #- type: "plot"
16039 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16040 #  algorithm: "plot_tsa_name"
16041 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16042 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16043 #  include:
16044 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16045 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16046 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16047 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16048 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16049 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16050 #  layout:
16051 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16052 #    layout: "plot-throughput-speedup-analysis"
16053
16054 #- type: "plot"
16055 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16056 #  algorithm: "plot_tsa_name"
16057 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16058 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16059 #  include:
16060 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16061 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16062 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16063 #  layout:
16064 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16065 #    layout: "plot-throughput-speedup-analysis"
16066 #
16067 #- type: "plot"
16068 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16069 #  algorithm: "plot_tsa_name"
16070 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16071 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16072 #  include:
16073 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16074 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16075 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16076 #  layout:
16077 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16078 #    layout: "plot-throughput-speedup-analysis"
16079
16080 ################################################################################
16081
16082 # Packet Throughput - DPDK
16083
16084 # 2n-skx-xxv710
16085
16086 - type: "plot"
16087   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16088   algorithm: "plot_perf_box_name"
16089   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16090   data: "plot-dpdk-throughput-latency-2n-skx"
16091   include:
16092     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16093     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16094   layout:
16095     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16096     layout: "plot-throughput"
16097
16098 - type: "plot"
16099   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16100   algorithm: "plot_perf_box_name"
16101   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16102   data: "plot-dpdk-throughput-latency-2n-skx"
16103   include:
16104     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16105     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16106   layout:
16107     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16108     layout: "plot-throughput"
16109
16110 - type: "plot"
16111   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16112   algorithm: "plot_perf_box_name"
16113   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16114   data: "plot-dpdk-throughput-latency-2n-skx"
16115   include:
16116     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16117     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16118   layout:
16119     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16120     layout: "plot-throughput"
16121
16122 - type: "plot"
16123   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16124   algorithm: "plot_perf_box_name"
16125   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16126   data: "plot-dpdk-throughput-latency-2n-skx"
16127   include:
16128     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16129     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16130   layout:
16131     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16132     layout: "plot-throughput"
16133
16134 # 2n-skx-x710
16135
16136 - type: "plot"
16137   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16138   algorithm: "plot_perf_box_name"
16139   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16140   data: "plot-dpdk-throughput-latency-2n-skx"
16141   include:
16142     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16143     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16144   layout:
16145     title: "2n-skx-x710-64b-2t1c-base-ndr"
16146     layout: "plot-throughput"
16147
16148 - type: "plot"
16149   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16150   algorithm: "plot_perf_box_name"
16151   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16152   data: "plot-dpdk-throughput-latency-2n-skx"
16153   include:
16154     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16155     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16156   layout:
16157     title: "2n-skx-x710-64b-4t2c-base-ndr"
16158     layout: "plot-throughput"
16159
16160 - type: "plot"
16161   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16162   algorithm: "plot_perf_box_name"
16163   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16164   data: "plot-dpdk-throughput-latency-2n-skx"
16165   include:
16166     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16167     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16168   layout:
16169     title: "2n-skx-x710-64b-2t1c-base-pdr"
16170     layout: "plot-throughput"
16171
16172 - type: "plot"
16173   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16174   algorithm: "plot_perf_box_name"
16175   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16176   data: "plot-dpdk-throughput-latency-2n-skx"
16177   include:
16178     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16179     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16180   layout:
16181     title: "2n-skx-x710-64b-4t2c-base-pdr"
16182     layout: "plot-throughput"
16183
16184 # 3n-skx-xxv710
16185
16186 - type: "plot"
16187   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16188   algorithm: "plot_perf_box_name"
16189   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16190   data: "plot-dpdk-throughput-latency-3n-skx"
16191   include:
16192     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16193     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16194   layout:
16195     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16196     layout: "plot-throughput"
16197
16198 - type: "plot"
16199   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16200   algorithm: "plot_perf_box_name"
16201   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16202   data: "plot-dpdk-throughput-latency-3n-skx"
16203   include:
16204     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16205     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16206   layout:
16207     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16208     layout: "plot-throughput"
16209
16210 - type: "plot"
16211   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16212   algorithm: "plot_perf_box_name"
16213   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16214   data: "plot-dpdk-throughput-latency-3n-skx"
16215   include:
16216     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16217     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16218   layout:
16219     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16220     layout: "plot-throughput"
16221
16222 - type: "plot"
16223   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16224   algorithm: "plot_perf_box_name"
16225   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16226   data: "plot-dpdk-throughput-latency-3n-skx"
16227   include:
16228     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16229     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16230   layout:
16231     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16232     layout: "plot-throughput"
16233
16234 # 3n-skx-x710
16235
16236 - type: "plot"
16237   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16238   algorithm: "plot_perf_box_name"
16239   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16240   data: "plot-dpdk-throughput-latency-3n-skx"
16241   include:
16242     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16243     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16244   layout:
16245     title: "3n-skx-x710-64b-2t1c-base-ndr"
16246     layout: "plot-throughput"
16247
16248 - type: "plot"
16249   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16250   algorithm: "plot_perf_box_name"
16251   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16252   data: "plot-dpdk-throughput-latency-3n-skx"
16253   include:
16254     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16255     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16256   layout:
16257     title: "3n-skx-x710-64b-4t2c-base-ndr"
16258     layout: "plot-throughput"
16259
16260 - type: "plot"
16261   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16262   algorithm: "plot_perf_box_name"
16263   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16264   data: "plot-dpdk-throughput-latency-3n-skx"
16265   include:
16266     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16267     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16268   layout:
16269     title: "3n-skx-x710-64b-2t1c-base-pdr"
16270     layout: "plot-throughput"
16271
16272 - type: "plot"
16273   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16274   algorithm: "plot_perf_box_name"
16275   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16276   data: "plot-dpdk-throughput-latency-3n-skx"
16277   include:
16278     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16279     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16280   layout:
16281     title: "3n-skx-x710-64b-4t2c-base-pdr"
16282     layout: "plot-throughput"
16283
16284 # 3n-hsw-xl710
16285
16286 - type: "plot"
16287   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16288   algorithm: "plot_perf_box_name"
16289   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16290   data: "plot-dpdk-throughput-latency-3n-hsw"
16291   include:
16292     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16293     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16294   layout:
16295     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16296     layout: "plot-throughput"
16297
16298 - type: "plot"
16299   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16300   algorithm: "plot_perf_box_name"
16301   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16302   data: "plot-dpdk-throughput-latency-3n-hsw"
16303   include:
16304     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16305     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16306   layout:
16307     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16308     layout: "plot-throughput"
16309
16310 - type: "plot"
16311   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16312   algorithm: "plot_perf_box_name"
16313   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16314   data: "plot-dpdk-throughput-latency-3n-hsw"
16315   include:
16316     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16317     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16318   layout:
16319     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16320     layout: "plot-throughput"
16321
16322 - type: "plot"
16323   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16324   algorithm: "plot_perf_box_name"
16325   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16326   data: "plot-dpdk-throughput-latency-3n-hsw"
16327   include:
16328     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16329     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16330   layout:
16331     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16332     layout: "plot-throughput"
16333
16334 # 3n-hsw-x710
16335
16336 - type: "plot"
16337   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16338   algorithm: "plot_perf_box_name"
16339   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16340   data: "plot-dpdk-throughput-latency-3n-hsw"
16341   include:
16342     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16343     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16344   layout:
16345     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16346     layout: "plot-throughput"
16347
16348 - type: "plot"
16349   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16350   algorithm: "plot_perf_box_name"
16351   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16352   data: "plot-dpdk-throughput-latency-3n-hsw"
16353   include:
16354     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16355     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16356   layout:
16357     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16358     layout: "plot-throughput"
16359
16360 - type: "plot"
16361   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16362   algorithm: "plot_perf_box_name"
16363   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16364   data: "plot-dpdk-throughput-latency-3n-hsw"
16365   include:
16366     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16367     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16368   layout:
16369     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16370     layout: "plot-throughput"
16371
16372 - type: "plot"
16373   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16374   algorithm: "plot_perf_box_name"
16375   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16376   data: "plot-dpdk-throughput-latency-3n-hsw"
16377   include:
16378     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16379     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16380   layout:
16381     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16382     layout: "plot-throughput"
16383
16384 ## 2n-dnv-x553
16385 #
16386 #- type: "plot"
16387 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16388 #  algorithm: "plot_perf_box_name"
16389 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16390 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16391 #  include:
16392 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16393 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16394 #  layout:
16395 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
16396 #    layout: "plot-throughput"
16397 #
16398 #- type: "plot"
16399 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16400 #  algorithm: "plot_perf_box_name"
16401 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16402 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16403 #  include:
16404 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16405 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16406 #  layout:
16407 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
16408 #    layout: "plot-throughput"
16409 #
16410 #- type: "plot"
16411 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16412 #  algorithm: "plot_perf_box_name"
16413 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16414 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16415 #  include:
16416 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16417 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16418 #  layout:
16419 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
16420 #    layout: "plot-throughput"
16421 #
16422 #- type: "plot"
16423 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16424 #  algorithm: "plot_perf_box_name"
16425 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16426 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16427 #  include:
16428 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16429 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16430 #  layout:
16431 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
16432 #    layout: "plot-throughput"
16433 #
16434 ## 3n-dnv-x553
16435 #
16436 #- type: "plot"
16437 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16438 #  algorithm: "plot_perf_box_name"
16439 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16440 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16441 #  include:
16442 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16443 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16444 #  layout:
16445 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
16446 #    layout: "plot-throughput"
16447 #
16448 #- type: "plot"
16449 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16450 #  algorithm: "plot_perf_box_name"
16451 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16452 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16453 #  include:
16454 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16455 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16456 #  layout:
16457 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
16458 #    layout: "plot-throughput"
16459 #
16460 #- type: "plot"
16461 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16462 #  algorithm: "plot_perf_box_name"
16463 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16464 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16465 #  include:
16466 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16467 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16468 #  layout:
16469 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
16470 #    layout: "plot-throughput"
16471 #
16472 #- type: "plot"
16473 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16474 #  algorithm: "plot_perf_box_name"
16475 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16476 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16477 #  include:
16478 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16479 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16480 #  layout:
16481 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
16482 #    layout: "plot-throughput"
16483
16484 # 3n-tsh-x520
16485
16486 - type: "plot"
16487   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16488   algorithm: "plot_perf_box_name"
16489   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16490   data: "plot-dpdk-throughput-latency-3n-tsh"
16491   include:
16492     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16493     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16494   layout:
16495     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16496     layout: "plot-throughput"
16497
16498 - type: "plot"
16499   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16500   algorithm: "plot_perf_box_name"
16501   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16502   data: "plot-dpdk-throughput-latency-3n-tsh"
16503   include:
16504     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16505     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16506   layout:
16507     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16508     layout: "plot-throughput"
16509
16510 - type: "plot"
16511   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16512   algorithm: "plot_perf_box_name"
16513   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16514   data: "plot-dpdk-throughput-latency-3n-tsh"
16515   include:
16516     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16517     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16518   layout:
16519     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16520     layout: "plot-throughput"
16521
16522 - type: "plot"
16523   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16524   algorithm: "plot_perf_box_name"
16525   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16526   data: "plot-dpdk-throughput-latency-3n-tsh"
16527   include:
16528     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16529     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16530   layout:
16531     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16532     layout: "plot-throughput"
16533
16534 ################################################################################
16535 ###   2n-clx                                                                 ###
16536 ################################################################################
16537
16538 # Packet Throughput
16539
16540 - type: "plot"
16541   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16542   algorithm: "plot_perf_box_name"
16543   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16544   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16545   include:
16546     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16547     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16548     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16549     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16550   layout:
16551     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16552     layout: "plot-throughput"
16553
16554 - type: "plot"
16555   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16556   algorithm: "plot_perf_box_name"
16557   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
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-pdr"
16566     layout: "plot-throughput"
16567
16568 - type: "plot"
16569   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16570   algorithm: "plot_perf_box_name"
16571   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16572   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16573   include:
16574     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16575     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16576     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16577     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16578   layout:
16579     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16580     layout: "plot-throughput"
16581
16582 - type: "plot"
16583   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16584   algorithm: "plot_perf_box_name"
16585   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
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-pdr"
16594     layout: "plot-throughput"
16595
16596 - type: "plot"
16597   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16598   algorithm: "plot_perf_box_name"
16599   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16600   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16601   include:
16602     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16603     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16604     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16605     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16606   layout:
16607     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16608     layout: "plot-throughput"
16609
16610 - type: "plot"
16611   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16612   algorithm: "plot_perf_box_name"
16613   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
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-pdr"
16622     layout: "plot-throughput"
16623
16624 - type: "plot"
16625   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16626   algorithm: "plot_perf_box_name"
16627   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16628   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16629   include:
16630     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16631     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16632     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16633     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16634     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16635     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16636   layout:
16637     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16638     layout: "plot-throughput"
16639
16640 - type: "plot"
16641   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16642   algorithm: "plot_perf_box_name"
16643   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16644   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16645   include:
16646     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16647     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16648     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16649     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16650     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16651     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16652   layout:
16653     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16654     layout: "plot-throughput"
16655
16656 - type: "plot"
16657   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16658   algorithm: "plot_perf_box_name"
16659   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16660   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16661   include:
16662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16666   layout:
16667     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16668     layout: "plot-throughput"
16669
16670 - type: "plot"
16671   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16672   algorithm: "plot_perf_box_name"
16673   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
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-pdr"
16682     layout: "plot-throughput"
16683
16684 - type: "plot"
16685   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16686   algorithm: "plot_perf_box_name"
16687   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16688   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16689   include:
16690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16693   layout:
16694     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16695     layout: "plot-throughput"
16696
16697 - type: "plot"
16698   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16699   algorithm: "plot_perf_box_name"
16700   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16701   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16702   include:
16703     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16706   layout:
16707     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16708     layout: "plot-throughput"
16709
16710 - type: "plot"
16711   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16712   algorithm: "plot_perf_box_name"
16713   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16714   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16715   include:
16716     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16721   layout:
16722     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16723     layout: "plot-throughput"
16724
16725 - type: "plot"
16726   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16727   algorithm: "plot_perf_box_name"
16728   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16729   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16730   include:
16731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16736   layout:
16737     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16738     layout: "plot-throughput"
16739
16740 - type: "plot"
16741   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16742   algorithm: "plot_perf_box_name"
16743   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16744   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16745   include:
16746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16749   layout:
16750     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16751     layout: "plot-throughput"
16752
16753 - type: "plot"
16754   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16755   algorithm: "plot_perf_box_name"
16756   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16757   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16758   include:
16759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16762   layout:
16763     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16764     layout: "plot-throughput"
16765
16766 - type: "plot"
16767   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16768   algorithm: "plot_perf_box_name"
16769   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16770   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16771   include:
16772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16778   layout:
16779     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16780     layout: "plot-throughput"
16781
16782 - type: "plot"
16783   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16784   algorithm: "plot_perf_box_name"
16785   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16786   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16787   include:
16788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16794   layout:
16795     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16796     layout: "plot-throughput"
16797
16798 - type: "plot"
16799   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
16800   algorithm: "plot_perf_box_name"
16801   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
16802   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16803   include:
16804     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16805     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
16806     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
16807     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
16808     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
16809   layout:
16810     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
16811     layout: "plot-throughput"
16812
16813 - type: "plot"
16814   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-unidir-avf-ndr"
16815   algorithm: "plot_perf_box_name"
16816   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-unidir-avf-ndr"
16817   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16818   include:
16819     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
16820     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
16821     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
16822     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
16823     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
16824   layout:
16825     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-unidir-avf-ndr"
16826     layout: "plot-throughput"
16827
16828 #- type: "plot"
16829 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-udp-stf-cps-avf-ndr"
16830 #  algorithm: "plot_perf_box_name"
16831 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-udp-stf-cps-avf-ndr"
16832 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16833 #  include:
16834 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
16835 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
16836 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
16837 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
16838 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
16839 #  layout:
16840 #    title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-udp-stf-cps-avf-ndr"
16841 #    layout: "plot-throughput"
16842 #
16843 #- type: "plot"
16844 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-tcp-stf-cps-avf-ndr"
16845 #  algorithm: "plot_perf_box_name"
16846 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-tcp-stf-cps-avf-ndr"
16847 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16848 #  include:
16849 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
16850 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
16851 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
16852 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
16853 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
16854 #  layout:
16855 #    title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-tcp-stf-cps-avf-ndr"
16856 #    layout: "plot-throughput"
16857 #
16858 #- type: "plot"
16859 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-udp-stf-pps-avf-ndr"
16860 #  algorithm: "plot_perf_box_name"
16861 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-udp-stf-pps-avf-ndr"
16862 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16863 #  include:
16864 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
16865 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
16866 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
16867 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
16868 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
16869 #  layout:
16870 #    title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-udp-stf-pps-avf-ndr"
16871 #    layout: "plot-throughput"
16872 #
16873 #- type: "plot"
16874 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-tcp-stf-pps-avf-ndr"
16875 #  algorithm: "plot_perf_box_name"
16876 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-tcp-stf-pps-avf-ndr"
16877 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16878 #  include:
16879 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
16880 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
16881 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
16882 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
16883 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
16884 #  layout:
16885 #    title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-tcp-stf-pps-avf-ndr"
16886 #    layout: "plot-throughput"
16887
16888 - type: "plot"
16889   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
16890   algorithm: "plot_perf_box_name"
16891   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
16892   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16893   include:
16894     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16895     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
16896     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
16897     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
16898     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
16899   layout:
16900     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
16901     layout: "plot-throughput"
16902
16903 - type: "plot"
16904   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-unidir-avf-pdr"
16905   algorithm: "plot_perf_box_name"
16906   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-unidir-avf-pdr"
16907   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16908   include:
16909     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
16910     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
16911     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
16912     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
16913     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
16914   layout:
16915     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-unidir-avf-pdr"
16916     layout: "plot-throughput"
16917
16918 #- type: "plot"
16919 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-udp-stf-cps-avf-pdr"
16920 #  algorithm: "plot_perf_box_name"
16921 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-udp-stf-cps-avf-pdr"
16922 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16923 #  include:
16924 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
16925 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
16926 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
16927 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
16928 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
16929 #  layout:
16930 #    title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-udp-stf-cps-avf-pdr"
16931 #    layout: "plot-throughput"
16932 #
16933 #- type: "plot"
16934 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-tcp-stf-cps-avf-pdr"
16935 #  algorithm: "plot_perf_box_name"
16936 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-tcp-stf-cps-avf-pdr"
16937 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16938 #  include:
16939 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
16940 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
16941 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
16942 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
16943 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
16944 #  layout:
16945 #    title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-tcp-stf-cps-avf-pdr"
16946 #    layout: "plot-throughput"
16947 #
16948 #- type: "plot"
16949 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-udp-stf-pps-avf-pdr"
16950 #  algorithm: "plot_perf_box_name"
16951 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-udp-stf-pps-avf-pdr"
16952 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16953 #  include:
16954 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
16955 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
16956 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
16957 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
16958 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
16959 #  layout:
16960 #    title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-udp-stf-pps-avf-pdr"
16961 #    layout: "plot-throughput"
16962 #
16963 #- type: "plot"
16964 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-tcp-stf-pps-avf-pdr"
16965 #  algorithm: "plot_perf_box_name"
16966 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-tcp-stf-pps-avf-pdr"
16967 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
16968 #  include:
16969 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
16970 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
16971 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
16972 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
16973 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
16974 #  layout:
16975 #    title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-tcp-stf-pps-avf-pdr"
16976 #    layout: "plot-throughput"
16977
16978 - type: "plot"
16979   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16980   algorithm: "plot_perf_box_name"
16981   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16982   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16983   include:
16984     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16985     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16986     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16987     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16988     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16989     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16990   layout:
16991     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16992     layout: "plot-throughput"
16993
16994 - type: "plot"
16995   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16996   algorithm: "plot_perf_box_name"
16997   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16998   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16999   include:
17000     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17001     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17002     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17005     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17006   layout:
17007     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17008     layout: "plot-throughput"
17009
17010 - type: "plot"
17011   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17012   algorithm: "plot_perf_box_name"
17013   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17014   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17015   include:
17016     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17017     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17018   layout:
17019     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17020     layout: "plot-throughput"
17021
17022 - type: "plot"
17023   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17024   algorithm: "plot_perf_box_name"
17025   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17026   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17027   include:
17028     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17029     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17030   layout:
17031     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17032     layout: "plot-throughput"
17033
17034 - type: "plot"
17035   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17036   algorithm: "plot_perf_box_name"
17037   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17038   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17039   include:
17040     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17041     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17042     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17043     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17044     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17045     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17046   layout:
17047     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17048     layout: "plot-throughput"
17049
17050 - type: "plot"
17051   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17052   algorithm: "plot_perf_box_name"
17053   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17054   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17055   include:
17056     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17057     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17058     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17059     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17060     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17061     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17062   layout:
17063     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17064     layout: "plot-throughput"
17065
17066 - type: "plot"
17067   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17068   algorithm: "plot_perf_box_name"
17069   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17070   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17071   include:
17072     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17073     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17074     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17075     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17076     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17077     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17078   layout:
17079     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17080     layout: "plot-throughput"
17081
17082 - type: "plot"
17083   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17084   algorithm: "plot_perf_box_name"
17085   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17086   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17087   include:
17088     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17089     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17090     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17091     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17092     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17093     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17094   layout:
17095     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17096     layout: "plot-throughput"
17097
17098 - type: "plot"
17099   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17100   algorithm: "plot_perf_box_name"
17101   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17102   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17103   include:
17104     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17105     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17106     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17107     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17108     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17109     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17110   layout:
17111     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17112     layout: "plot-throughput"
17113
17114 - type: "plot"
17115   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17116   algorithm: "plot_perf_box_name"
17117   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17118   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17119   include:
17120     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17121     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17122     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17123     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17124     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17125     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17126   layout:
17127     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17128     layout: "plot-throughput"
17129
17130 - type: "plot"
17131   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17132   algorithm: "plot_perf_box_name"
17133   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17134   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17135   include:
17136     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17137     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17138     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17139     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17140     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17141   layout:
17142     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17143     layout: "plot-throughput"
17144
17145 - type: "plot"
17146   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17147   algorithm: "plot_perf_box_name"
17148   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17149   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17150   include:
17151     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17152     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17153     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17154     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17155     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17156   layout:
17157     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17158     layout: "plot-throughput"
17159
17160 - type: "plot"
17161   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17162   algorithm: "plot_perf_box_name"
17163   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17164   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17165   include:
17166     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17167     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17168     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17169     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17170     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17171   layout:
17172     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17173     layout: "plot-throughput"
17174
17175 - type: "plot"
17176   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17177   algorithm: "plot_perf_box_name"
17178   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17179   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17180   include:
17181     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17182     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17183     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17184     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17185     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17186   layout:
17187     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17188     layout: "plot-throughput"
17189
17190 - type: "plot"
17191   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17192   algorithm: "plot_perf_box_name"
17193   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17194   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17195   include:
17196     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17197     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17198     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17199     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17200     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17201   layout:
17202     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17203     layout: "plot-throughput"
17204
17205 - type: "plot"
17206   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17207   algorithm: "plot_perf_box_name"
17208   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17209   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17210   include:
17211     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17212     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17213     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17214     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17215     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17216   layout:
17217     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17218     layout: "plot-throughput"
17219
17220 - type: "plot"
17221   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17222   algorithm: "plot_perf_box_name"
17223   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17224   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17225   include:
17226     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17227     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17228     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17229     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17230     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17231   layout:
17232     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17233     layout: "plot-throughput"
17234
17235 - type: "plot"
17236   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17237   algorithm: "plot_perf_box_name"
17238   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17239   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17240   include:
17241     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17242     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17243     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17244     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17245     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17246   layout:
17247     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17248     layout: "plot-throughput"
17249
17250 - type: "plot"
17251   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17252   algorithm: "plot_perf_box_name"
17253   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17254   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17255   include:
17256     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17257     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17258     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17259     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17260     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17261   layout:
17262     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17263     layout: "plot-throughput"
17264
17265 - type: "plot"
17266   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17267   algorithm: "plot_perf_box_name"
17268   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17269   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17270   include:
17271     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17272     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17273     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17274     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17275     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17276   layout:
17277     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17278     layout: "plot-throughput"
17279
17280 - type: "plot"
17281   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17282   algorithm: "plot_perf_box_name"
17283   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17284   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17285   include:
17286     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17287     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17288     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17289     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17290     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17291     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17292   layout:
17293     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17294     layout: "plot-throughput"
17295
17296 - type: "plot"
17297   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17298   algorithm: "plot_perf_box_name"
17299   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17300   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17301   include:
17302     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17303     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17304     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17305     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17306     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17307     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17308   layout:
17309     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17310     layout: "plot-throughput"
17311
17312 - type: "plot"
17313   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17314   algorithm: "plot_perf_box_name"
17315   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17316   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17317   include:
17318     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17319     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17320     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17321     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17322   layout:
17323     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17324     layout: "plot-throughput"
17325
17326 - type: "plot"
17327   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17328   algorithm: "plot_perf_box_name"
17329   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
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-pdr"
17338     layout: "plot-throughput"
17339
17340 - type: "plot"
17341   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17342   algorithm: "plot_perf_box_name"
17343   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17344   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17345   include:
17346     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17347     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17348     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17349     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17350     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17351     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17352   layout:
17353     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17354     layout: "plot-throughput"
17355
17356 - type: "plot"
17357   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17358   algorithm: "plot_perf_box_name"
17359   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17360   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17361   include:
17362     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17363     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17364     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17365     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17366     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17367     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17368   layout:
17369     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17370     layout: "plot-throughput"
17371
17372 - type: "plot"
17373   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17374   algorithm: "plot_perf_box_name"
17375   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17376   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17377   include:
17378     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17379     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17380     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17381     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17382   layout:
17383     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17384     layout: "plot-throughput"
17385
17386 - type: "plot"
17387   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17388   algorithm: "plot_perf_box_name"
17389   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
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-pdr"
17398     layout: "plot-throughput"
17399
17400 - type: "plot"
17401   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17402   algorithm: "plot_perf_box_name"
17403   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17404   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17405   include:
17406     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17407     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17408     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17409     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17410     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17411     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17412   layout:
17413     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17414     layout: "plot-throughput"
17415
17416 - type: "plot"
17417   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17418   algorithm: "plot_perf_box_name"
17419   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17420   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17421   include:
17422     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17423     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17424     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17425     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17426     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17427     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17428   layout:
17429     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17430     layout: "plot-throughput"
17431
17432 - type: "plot"
17433   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17434   algorithm: "plot_perf_box_name"
17435   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17436   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17437   include:
17438     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17439     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17440     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17441     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17442   layout:
17443     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17444     layout: "plot-throughput"
17445
17446 - type: "plot"
17447   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17448   algorithm: "plot_perf_box_name"
17449   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
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-pdr"
17458     layout: "plot-throughput"
17459
17460 - type: "plot"
17461   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17462   algorithm: "plot_perf_box_name"
17463   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17464   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17465   include:
17466     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17467     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17468     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17469     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17470     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17471   layout:
17472     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17473     layout: "plot-throughput"
17474
17475 - type: "plot"
17476   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17477   algorithm: "plot_perf_box_name"
17478   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17479   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17480   include:
17481     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17482     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17483     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17484     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17485     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17486   layout:
17487     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17488     layout: "plot-throughput"
17489
17490 - type: "plot"
17491   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17492   algorithm: "plot_perf_box_name"
17493   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17494   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17495   include:
17496     - "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"
17497     - "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"
17498     - "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"
17499     - "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"
17500     - "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"
17501   layout:
17502     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17503     layout: "plot-throughput"
17504
17505 - type: "plot"
17506   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17507   algorithm: "plot_perf_box_name"
17508   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17509   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17510   include:
17511     - "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"
17512     - "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"
17513     - "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"
17514     - "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"
17515     - "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"
17516   layout:
17517     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17518     layout: "plot-throughput"
17519
17520 - type: "plot"
17521   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17522   algorithm: "plot_perf_box_name"
17523   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17524   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17525   include:
17526     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17527     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17528     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17529     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17530     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17531   layout:
17532     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17533     layout: "plot-throughput"
17534
17535 - type: "plot"
17536   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17537   algorithm: "plot_perf_box_name"
17538   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17539   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17540   include:
17541     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17542     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17543     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17544     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17545     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17546   layout:
17547     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17548     layout: "plot-throughput"
17549
17550 - type: "plot"
17551   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17552   algorithm: "plot_perf_box_name"
17553   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17554   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17555   include:
17556     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17557     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17558     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17559     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17560     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17561   layout:
17562     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17563     layout: "plot-throughput"
17564
17565 - type: "plot"
17566   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17567   algorithm: "plot_perf_box_name"
17568   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17569   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17570   include:
17571     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17572     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17573     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17574     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17575     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17576   layout:
17577     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17578     layout: "plot-throughput"
17579
17580 - type: "plot"
17581   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17582   algorithm: "plot_perf_box_name"
17583   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17584   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17585   include:
17586     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17587     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17588     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17589     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17590   layout:
17591     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17592     layout: "plot-throughput"
17593
17594 - type: "plot"
17595   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17596   algorithm: "plot_perf_box_name"
17597   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
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-pdr"
17606     layout: "plot-throughput"
17607
17608 - type: "plot"
17609   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17610   algorithm: "plot_perf_box_name"
17611   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
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-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17615     - "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"
17616     - "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"
17617     - "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"
17618   layout:
17619     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17620     layout: "plot-throughput"
17621
17622 - type: "plot"
17623   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17624   algorithm: "plot_perf_box_name"
17625   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
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-pdr"
17634     layout: "plot-throughput"
17635
17636 - type: "plot"
17637   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17638   algorithm: "plot_perf_box_name"
17639   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17640   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17641   include:
17642     - "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"
17643     - "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"
17644     - "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"
17645     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17646     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17647     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17648   layout:
17649     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
17650     layout: "plot-throughput"
17651
17652 - type: "plot"
17653   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17654   algorithm: "plot_perf_box_name"
17655   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17656   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17657   include:
17658     - "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"
17659     - "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"
17660     - "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"
17661     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17662     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17663     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17664   layout:
17665     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
17666     layout: "plot-throughput"
17667
17668 ################################################################################
17669
17670 # Packet Speedup
17671
17672 - type: "plot"
17673   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17674   algorithm: "plot_tsa_name"
17675   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17676   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17677   include:
17678     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17679     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17680     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17681     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17682   layout:
17683     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
17684     layout: "plot-throughput-speedup-analysis"
17685
17686 - type: "plot"
17687   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17688   algorithm: "plot_tsa_name"
17689   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-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-pdr"
17698     layout: "plot-throughput-speedup-analysis"
17699
17700 - type: "plot"
17701   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17702   algorithm: "plot_tsa_name"
17703   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17704   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17705   include:
17706     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17707     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17708     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17709     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17710   layout:
17711     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
17712     layout: "plot-throughput-speedup-analysis"
17713
17714 - type: "plot"
17715   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17716   algorithm: "plot_tsa_name"
17717   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-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-pdr"
17726     layout: "plot-throughput-speedup-analysis"
17727
17728 - type: "plot"
17729   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17730   algorithm: "plot_tsa_name"
17731   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17732   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17733   include:
17734     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17735     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17736     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17737     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17738   layout:
17739     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
17740     layout: "plot-throughput-speedup-analysis"
17741
17742 - type: "plot"
17743   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17744   algorithm: "plot_tsa_name"
17745   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-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-pdr"
17754     layout: "plot-throughput-speedup-analysis"
17755
17756 - type: "plot"
17757   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17758   algorithm: "plot_tsa_name"
17759   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17760   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17761   include:
17762     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17763     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17764     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17765     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17766     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17767     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17768   layout:
17769     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
17770     layout: "plot-throughput-speedup-analysis"
17771
17772 - type: "plot"
17773   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17774   algorithm: "plot_tsa_name"
17775   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17776   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17777   include:
17778     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17779     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17780     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17781     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17782     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17783     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17784   layout:
17785     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
17786     layout: "plot-throughput-speedup-analysis"
17787
17788 - type: "plot"
17789   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17790   algorithm: "plot_tsa_name"
17791   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17792   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17793   include:
17794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17795     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17798   layout:
17799     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
17800     layout: "plot-throughput-speedup-analysis"
17801
17802 - type: "plot"
17803   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17804   algorithm: "plot_tsa_name"
17805   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-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-pdr"
17814     layout: "plot-throughput-speedup-analysis"
17815
17816 - type: "plot"
17817   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17818   algorithm: "plot_tsa_name"
17819   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17820   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17821   include:
17822     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17825   layout:
17826     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
17827     layout: "plot-throughput-speedup-analysis"
17828
17829 - type: "plot"
17830   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17831   algorithm: "plot_tsa_name"
17832   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17833   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17834   include:
17835     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17837     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17838   layout:
17839     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
17840     layout: "plot-throughput-speedup-analysis"
17841
17842 - type: "plot"
17843   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17844   algorithm: "plot_tsa_name"
17845   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17846   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17847   include:
17848     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17849     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17850     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17851     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17853   layout:
17854     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
17855     layout: "plot-throughput-speedup-analysis"
17856
17857 - type: "plot"
17858   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17859   algorithm: "plot_tsa_name"
17860   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17861   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17862   include:
17863     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17864     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17865     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17866     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17867     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17868   layout:
17869     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
17870     layout: "plot-throughput-speedup-analysis"
17871
17872 - type: "plot"
17873   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17874   algorithm: "plot_tsa_name"
17875   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17876   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17877   include:
17878     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17879     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17880     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17881   layout:
17882     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
17883     layout: "plot-throughput-speedup-analysis"
17884
17885 - type: "plot"
17886   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17887   algorithm: "plot_tsa_name"
17888   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17889   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17890   include:
17891     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17893     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17894   layout:
17895     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
17896     layout: "plot-throughput-speedup-analysis"
17897
17898 - type: "plot"
17899   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17900   algorithm: "plot_tsa_name"
17901   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17902   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17903   include:
17904     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17907     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17908     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17909     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17910   layout:
17911     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
17912     layout: "plot-throughput-speedup-analysis"
17913
17914 - type: "plot"
17915   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17916   algorithm: "plot_tsa_name"
17917   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17918   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17919   include:
17920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17921     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17922     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17923     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17924     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17925     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17926   layout:
17927     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
17928     layout: "plot-throughput-speedup-analysis"
17929
17930 - type: "plot"
17931   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
17932   algorithm: "plot_tsa_name"
17933   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
17934   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17935   include:
17936     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17937     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17938     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17939     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17940     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17941   layout:
17942     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
17943     layout: "plot-throughput-speedup-analysis"
17944
17945 - type: "plot"
17946   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-unidir-avf-ndr-tsa"
17947   algorithm: "plot_tsa_name"
17948   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-unidir-avf-ndr-tsa"
17949   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17950   include:
17951     - "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"
17952     - "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"
17953     - "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"
17954     - "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"
17955     - "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"
17956   layout:
17957     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-unidir-avf-ndr"
17958     layout: "plot-throughput-speedup-analysis"
17959
17960 #- type: "plot"
17961 #  title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-udp-stf-cps-avf-ndr-tsa"
17962 #  algorithm: "plot_tsa_name"
17963 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-udp-stf-cps-avf-ndr-tsa"
17964 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17965 #  include:
17966 #    - "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"
17967 #    - "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"
17968 #    - "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"
17969 #    - "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"
17970 #    - "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"
17971 #  layout:
17972 #    title: "2n-clx-xxv710-64b-nat44det-ip4routing-udp-stf-cps-avf-ndr"
17973 #    layout: "plot-throughput-speedup-analysis"
17974 #
17975 #- type: "plot"
17976 #  title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-tcp-stf-cps-avf-ndr-tsa"
17977 #  algorithm: "plot_tsa_name"
17978 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-tcp-stf-cps-avf-ndr-tsa"
17979 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17980 #  include:
17981 #    - "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"
17982 #    - "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"
17983 #    - "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"
17984 #    - "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"
17985 #    - "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"
17986 #  layout:
17987 #    title: "2n-clx-xxv710-64b-nat44det-ip4routing-tcp-stf-cps-avf-ndr"
17988 #    layout: "plot-throughput-speedup-analysis"
17989 #
17990 #- type: "plot"
17991 #  title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-udp-stf-pps-avf-ndr-tsa"
17992 #  algorithm: "plot_tsa_name"
17993 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-udp-stf-pps-avf-ndr-tsa"
17994 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17995 #  include:
17996 #    - "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"
17997 #    - "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"
17998 #    - "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"
17999 #    - "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"
18000 #    - "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"
18001 #  layout:
18002 #    title: "2n-clx-xxv710-64b-nat44det-ip4routing-udp-stf-pps-avf-ndr"
18003 #    layout: "plot-throughput-speedup-analysis"
18004 #
18005 #- type: "plot"
18006 #  title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-tcp-stf-pps-avf-ndr-tsa"
18007 #  algorithm: "plot_tsa_name"
18008 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-tcp-stf-pps-avf-ndr-tsa"
18009 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18010 #  include:
18011 #    - "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"
18012 #    - "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"
18013 #    - "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"
18014 #    - "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"
18015 #    - "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"
18016 #  layout:
18017 #    title: "22n-clx-xxv710-64b-nat44det-ip4routing-tcp-stf-pps-avf-ndr"
18018 #    layout: "plot-throughput-speedup-analysis"
18019
18020 - type: "plot"
18021   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
18022   algorithm: "plot_tsa_name"
18023   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
18024   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18025   include:
18026     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18027     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18028     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18029     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18030     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18031   layout:
18032     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
18033     layout: "plot-throughput-speedup-analysis"
18034
18035 - type: "plot"
18036   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-unidir-avf-pdr-tsa"
18037   algorithm: "plot_tsa_name"
18038   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-unidir-avf-pdr-tsa"
18039   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18040   include:
18041     - "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"
18042     - "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"
18043     - "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"
18044     - "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"
18045     - "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"
18046   layout:
18047     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-unidir-avf-pdr"
18048     layout: "plot-throughput-speedup-analysis"
18049
18050 #- type: "plot"
18051 #  title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-udp-stf-cps-avf-pdr-tsa"
18052 #  algorithm: "plot_tsa_name"
18053 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-udp-stf-cps-avf-pdr-tsa"
18054 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18055 #  include:
18056 #    - "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"
18057 #    - "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"
18058 #    - "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"
18059 #    - "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"
18060 #    - "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"
18061 #  layout:
18062 #    title: "2n-clx-xxv710-64b-nat44det-ip4routing-udp-stf-cps-avf-pdr"
18063 #    layout: "plot-throughput-speedup-analysis"
18064 #
18065 #- type: "plot"
18066 #  title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-tcp-stf-cps-avf-pdr-tsa"
18067 #  algorithm: "plot_tsa_name"
18068 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-tcp-stf-cps-avf-pdr-tsa"
18069 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18070 #  include:
18071 #    - "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"
18072 #    - "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"
18073 #    - "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"
18074 #    - "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"
18075 #    - "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"
18076 #  layout:
18077 #    title: "2n-clx-xxv710-64b-nat44det-ip4routing-tcp-stf-cps-avf-pdr"
18078 #    layout: "plot-throughput-speedup-analysis"
18079 #
18080 #- type: "plot"
18081 #  title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-udp-stf-pps-avf-pdr-tsa"
18082 #  algorithm: "plot_tsa_name"
18083 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-udp-stf-pps-avf-pdr-tsa"
18084 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18085 #  include:
18086 #    - "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"
18087 #    - "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"
18088 #    - "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"
18089 #    - "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"
18090 #    - "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"
18091 #  layout:
18092 #    title: "2n-clx-xxv710-64b-nat44det-ip4routing-udp-stf-pps-avf-pdr"
18093 #    layout: "plot-throughput-speedup-analysis"
18094 #
18095 #- type: "plot"
18096 #  title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-tcp-stf-pps-avf-pdr-tsa"
18097 #  algorithm: "plot_tsa_name"
18098 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-tcp-stf-pps-avf-pdr-tsa"
18099 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18100 #  include:
18101 #    - "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"
18102 #    - "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"
18103 #    - "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"
18104 #    - "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"
18105 #    - "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"
18106 #  layout:
18107 #    title: "22n-clx-xxv710-64b-nat44det-ip4routing-tcp-stf-pps-avf-pdr"
18108 #    layout: "plot-throughput-speedup-analysis"
18109
18110 - type: "plot"
18111   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18112   algorithm: "plot_tsa_name"
18113   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18114   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18115   include:
18116     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18117     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18118     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18119     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18120     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18121     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18122   layout:
18123     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18124     layout: "plot-throughput-speedup-analysis"
18125
18126 - type: "plot"
18127   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18128   algorithm: "plot_tsa_name"
18129   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18130   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18131   include:
18132     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18133     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18134     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18135     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18136     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18137     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18138   layout:
18139     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18140     layout: "plot-throughput-speedup-analysis"
18141
18142 - type: "plot"
18143   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18144   algorithm: "plot_tsa_name"
18145   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18146   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18147   include:
18148     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18149     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18150   layout:
18151     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18152     layout: "plot-throughput-speedup-analysis"
18153
18154 - type: "plot"
18155   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18156   algorithm: "plot_tsa_name"
18157   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18158   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18159   include:
18160     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18161     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18162   layout:
18163     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18164     layout: "plot-throughput-speedup-analysis"
18165
18166 - type: "plot"
18167   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18168   algorithm: "plot_tsa_name"
18169   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18170   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18171   include:
18172     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18173     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18174     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18175     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18176     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18177     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18178   layout:
18179     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18180     layout: "plot-throughput-speedup-analysis"
18181
18182 - type: "plot"
18183   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18184   algorithm: "plot_tsa_name"
18185   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18186   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18187   include:
18188     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18189     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18190     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18191     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18192     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18193     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18194   layout:
18195     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18196     layout: "plot-throughput-speedup-analysis"
18197
18198 - type: "plot"
18199   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18200   algorithm: "plot_tsa_name"
18201   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18202   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18203   include:
18204     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18205     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18206     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18207     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18208     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18209     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18210   layout:
18211     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18212     layout: "plot-throughput-speedup-analysis"
18213
18214 - type: "plot"
18215   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18216   algorithm: "plot_tsa_name"
18217   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18218   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18219   include:
18220     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18221     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18222     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18223     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18224     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18225     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18226   layout:
18227     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18228     layout: "plot-throughput-speedup-analysis"
18229
18230 - type: "plot"
18231   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18232   algorithm: "plot_tsa_name"
18233   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18234   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18235   include:
18236     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18237     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18238     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18239     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18240     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18241     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18242   layout:
18243     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18244     layout: "plot-throughput-speedup-analysis"
18245
18246 - type: "plot"
18247   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18248   algorithm: "plot_tsa_name"
18249   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18250   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18251   include:
18252     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18253     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18254     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18255     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18256     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18257     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18258   layout:
18259     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18260     layout: "plot-throughput-speedup-analysis"
18261
18262 - type: "plot"
18263   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18264   algorithm: "plot_tsa_name"
18265   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18266   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18267   include:
18268     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18269     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18270     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18271     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18272     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18273   layout:
18274     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18275     layout: "plot-throughput-speedup-analysis"
18276
18277 - type: "plot"
18278   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18279   algorithm: "plot_tsa_name"
18280   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18281   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18282   include:
18283     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18284     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18285     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18286     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18287     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18288   layout:
18289     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18290     layout: "plot-throughput-speedup-analysis"
18291
18292 - type: "plot"
18293   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18294   algorithm: "plot_tsa_name"
18295   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18296   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18297   include:
18298     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18299     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18300     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18301     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18302     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18303   layout:
18304     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18305     layout: "plot-throughput-speedup-analysis"
18306
18307 - type: "plot"
18308   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18309   algorithm: "plot_tsa_name"
18310   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18311   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18312   include:
18313     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18314     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18315     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18316     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18317     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18318   layout:
18319     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18320     layout: "plot-throughput-speedup-analysis"
18321
18322 - type: "plot"
18323   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18324   algorithm: "plot_tsa_name"
18325   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18326   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18327   include:
18328     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18329     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18330     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18331     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18332     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18333   layout:
18334     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18335     layout: "plot-throughput-speedup-analysis"
18336
18337 - type: "plot"
18338   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18339   algorithm: "plot_tsa_name"
18340   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18341   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18342   include:
18343     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18344     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18345     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18346     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18347     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18348   layout:
18349     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18350     layout: "plot-throughput-speedup-analysis"
18351
18352 - type: "plot"
18353   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18354   algorithm: "plot_tsa_name"
18355   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18356   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18357   include:
18358     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18359     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18360     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18361     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18362     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18363   layout:
18364     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18365     layout: "plot-throughput-speedup-analysis"
18366
18367 - type: "plot"
18368   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18369   algorithm: "plot_tsa_name"
18370   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18371   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18372   include:
18373     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18374     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18375     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18376     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18377     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18378   layout:
18379     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18380     layout: "plot-throughput-speedup-analysis"
18381
18382 - type: "plot"
18383   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18384   algorithm: "plot_tsa_name"
18385   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18386   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18387   include:
18388     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18389     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18390     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18391     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18392     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18393   layout:
18394     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18395     layout: "plot-throughput-speedup-analysis"
18396
18397 - type: "plot"
18398   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18399   algorithm: "plot_tsa_name"
18400   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18401   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18402   include:
18403     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18404     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18405     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18406     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18407     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18408   layout:
18409     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18410     layout: "plot-throughput-speedup-analysis"
18411
18412 - type: "plot"
18413   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18414   algorithm: "plot_tsa_name"
18415   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18416   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18417   include:
18418     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18419     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18420     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18421     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18422     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18423     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18424   layout:
18425     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18426     layout: "plot-throughput-speedup-analysis"
18427
18428 - type: "plot"
18429   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18430   algorithm: "plot_tsa_name"
18431   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18432   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18433   include:
18434     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18435     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18436     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18437     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18438     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18439     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18440   layout:
18441     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18442     layout: "plot-throughput-speedup-analysis"
18443
18444 - type: "plot"
18445   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18446   algorithm: "plot_tsa_name"
18447   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18448   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18449   include:
18450     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18451     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18452     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18453     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18454   layout:
18455     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18456     layout: "plot-throughput-speedup-analysis"
18457
18458 - type: "plot"
18459   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18460   algorithm: "plot_tsa_name"
18461   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-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-pdr"
18470     layout: "plot-throughput-speedup-analysis"
18471
18472 - type: "plot"
18473   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18474   algorithm: "plot_tsa_name"
18475   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18476   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18477   include:
18478     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18479     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18480     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18481     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18482     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18483     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18484   layout:
18485     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18486     layout: "plot-throughput-speedup-analysis"
18487
18488 - type: "plot"
18489   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18490   algorithm: "plot_tsa_name"
18491   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18492   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18493   include:
18494     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18495     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18496     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18497     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18498     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18499     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18500   layout:
18501     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18502     layout: "plot-throughput-speedup-analysis"
18503
18504 - type: "plot"
18505   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18506   algorithm: "plot_tsa_name"
18507   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18508   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18509   include:
18510     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18511     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18512     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18513     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18514   layout:
18515     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18516     layout: "plot-throughput-speedup-analysis"
18517
18518 - type: "plot"
18519   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18520   algorithm: "plot_tsa_name"
18521   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-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-pdr"
18530     layout: "plot-throughput-speedup-analysis"
18531
18532 - type: "plot"
18533   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18534   algorithm: "plot_tsa_name"
18535   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18536   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18537   include:
18538     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18539     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18540     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18541     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18542     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18543     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18544   layout:
18545     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18546     layout: "plot-throughput-speedup-analysis"
18547
18548 - type: "plot"
18549   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18550   algorithm: "plot_tsa_name"
18551   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18552   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18553   include:
18554     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18555     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18556     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18557     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18558     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18559     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18560   layout:
18561     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18562     layout: "plot-throughput-speedup-analysis"
18563
18564 - type: "plot"
18565   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18566   algorithm: "plot_tsa_name"
18567   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18568   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18569   include:
18570     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18571     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18572     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18573     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18574   layout:
18575     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18576     layout: "plot-throughput-speedup-analysis"
18577
18578 - type: "plot"
18579   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18580   algorithm: "plot_tsa_name"
18581   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-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-pdr"
18590     layout: "plot-throughput-speedup-analysis"
18591
18592 - type: "plot"
18593   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18594   algorithm: "plot_tsa_name"
18595   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18596   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18597   include:
18598     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18599     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18600     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18601     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18602     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18603   layout:
18604     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18605     layout: "plot-throughput-speedup-analysis"
18606
18607 - type: "plot"
18608   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18609   algorithm: "plot_tsa_name"
18610   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18611   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18612   include:
18613     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18614     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18615     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18616     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18617     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18618   layout:
18619     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18620     layout: "plot-throughput-speedup-analysis"
18621
18622 - type: "plot"
18623   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18624   algorithm: "plot_tsa_name"
18625   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18626   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18627   include:
18628     - "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"
18629     - "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"
18630     - "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"
18631     - "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"
18632     - "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"
18633   layout:
18634     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18635     layout: "plot-throughput-speedup-analysis"
18636
18637 - type: "plot"
18638   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18639   algorithm: "plot_tsa_name"
18640   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18641   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18642   include:
18643     - "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"
18644     - "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"
18645     - "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"
18646     - "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"
18647     - "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"
18648   layout:
18649     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18650     layout: "plot-throughput-speedup-analysis"
18651
18652 - type: "plot"
18653   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18654   algorithm: "plot_tsa_name"
18655   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18656   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18657   include:
18658     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18659     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18660     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18661     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18662     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18663   layout:
18664     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18665     layout: "plot-throughput-speedup-analysis"
18666
18667 - type: "plot"
18668   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18669   algorithm: "plot_tsa_name"
18670   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18671   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18672   include:
18673     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18674     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18675     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18676     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18677     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18678   layout:
18679     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18680     layout: "plot-throughput-speedup-analysis"
18681
18682 - type: "plot"
18683   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18684   algorithm: "plot_tsa_name"
18685   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18686   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18687   include:
18688     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18689     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18690     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18691     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18692     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18693   layout:
18694     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18695     layout: "plot-throughput-speedup-analysis"
18696
18697 - type: "plot"
18698   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18699   algorithm: "plot_tsa_name"
18700   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18701   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18702   include:
18703     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18704     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18705     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18706     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18707     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18708   layout:
18709     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18710     layout: "plot-throughput-speedup-analysis"
18711
18712 - type: "plot"
18713   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18714   algorithm: "plot_tsa_name"
18715   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18716   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18717   include:
18718     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18719     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18720     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18721     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18722   layout:
18723     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18724     layout: "plot-throughput-speedup-analysis"
18725
18726 - type: "plot"
18727   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18728   algorithm: "plot_tsa_name"
18729   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-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-pdr"
18738     layout: "plot-throughput-speedup-analysis"
18739
18740 - type: "plot"
18741   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18742   algorithm: "plot_tsa_name"
18743   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-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-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18747     - "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"
18748     - "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"
18749     - "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"
18750   layout:
18751     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18752     layout: "plot-throughput-speedup-analysis"
18753
18754 - type: "plot"
18755   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
18756   algorithm: "plot_tsa_name"
18757   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-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-rdma-l2-vhost-vppl2xc-base-pdr"
18766     layout: "plot-throughput-speedup-analysis"
18767
18768 - type: "plot"
18769   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18770   algorithm: "plot_tsa_name"
18771   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18772   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18773   include:
18774     - "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"
18775     - "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"
18776     - "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"
18777     - "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"
18778     - "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"
18779     - "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"
18780   layout:
18781     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18782     layout: "plot-throughput-speedup-analysis"
18783
18784 - type: "plot"
18785   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18786   algorithm: "plot_tsa_name"
18787   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18788   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18789   include:
18790     - "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"
18791     - "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"
18792     - "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"
18793     - "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"
18794     - "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"
18795     - "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"
18796   layout:
18797     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18798     layout: "plot-throughput-speedup-analysis"
18799
18800 ################################################################################
18801
18802 # Packet Throughput - DPDK
18803
18804 # 2n-clx-xxv710
18805
18806 - type: "plot"
18807   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18808   algorithm: "plot_perf_box_name"
18809   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18810   data: "plot-dpdk-throughput-latency-2n-clx"
18811   include:
18812     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18813     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18814   layout:
18815     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
18816     layout: "plot-throughput"
18817
18818 - type: "plot"
18819   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
18820   algorithm: "plot_perf_box_name"
18821   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
18822   data: "plot-dpdk-throughput-latency-2n-clx"
18823   include:
18824     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18825     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18826   layout:
18827     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
18828     layout: "plot-throughput"
18829
18830 - type: "plot"
18831   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
18832   algorithm: "plot_perf_box_name"
18833   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
18834   data: "plot-dpdk-throughput-latency-2n-clx"
18835   include:
18836     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18837     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18838   layout:
18839     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
18840     layout: "plot-throughput"
18841
18842 - type: "plot"
18843   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
18844   algorithm: "plot_perf_box_name"
18845   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
18846   data: "plot-dpdk-throughput-latency-2n-clx"
18847   include:
18848     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18849     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18850   layout:
18851     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
18852     layout: "plot-throughput"
18853
18854 # 2n-clx-x710
18855
18856 - type: "plot"
18857   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
18858   algorithm: "plot_perf_box_name"
18859   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
18860   data: "plot-dpdk-throughput-latency-2n-clx"
18861   include:
18862     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18863     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18864   layout:
18865     title: "2n-clx-x710-64b-2t1c-base-ndr"
18866     layout: "plot-throughput"
18867
18868 - type: "plot"
18869   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
18870   algorithm: "plot_perf_box_name"
18871   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
18872   data: "plot-dpdk-throughput-latency-2n-clx"
18873   include:
18874     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18875     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18876   layout:
18877     title: "2n-clx-x710-64b-4t2c-base-ndr"
18878     layout: "plot-throughput"
18879
18880 - type: "plot"
18881   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
18882   algorithm: "plot_perf_box_name"
18883   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
18884   data: "plot-dpdk-throughput-latency-2n-clx"
18885   include:
18886     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18887     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18888   layout:
18889     title: "2n-clx-x710-64b-2t1c-base-pdr"
18890     layout: "plot-throughput"
18891
18892 - type: "plot"
18893   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
18894   algorithm: "plot_perf_box_name"
18895   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
18896   data: "plot-dpdk-throughput-latency-2n-clx"
18897   include:
18898     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18899     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18900   layout:
18901     title: "2n-clx-x710-64b-4t2c-base-pdr"
18902     layout: "plot-throughput"
18903
18904 ################################################################################
18905
18906 - type: "plot"
18907   title: "Latency by percentile: 2n-skx"
18908   algorithm: "plot_hdrh_lat_by_percentile"
18909   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
18910   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
18911   target-links: "../../_static/vpp"
18912   data: "plot-vpp-hdrh-lat-2n-skx"
18913   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18914   layout:
18915     layout: "plot-hdrh-latency-by-percentile"
18916
18917 - type: "plot"
18918   title: "Latency by percentile: 3n-skx"
18919   algorithm: "plot_hdrh_lat_by_percentile"
18920   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
18921   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
18922   target-links: "../../_static/vpp"
18923   data: "plot-vpp-hdrh-lat-3n-skx"
18924   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18925   layout:
18926     layout: "plot-hdrh-latency-by-percentile"
18927
18928 - type: "plot"
18929   title: "Latency by percentile: 2n-clx"
18930   algorithm: "plot_hdrh_lat_by_percentile"
18931   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
18932   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
18933   target-links: "../../_static/vpp"
18934   data: "plot-vpp-hdrh-lat-2n-clx"
18935   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18936   layout:
18937     layout: "plot-hdrh-latency-by-percentile"
18938
18939 - type: "plot"
18940   title: "Latency by percentile: 3n-hsw"
18941   algorithm: "plot_hdrh_lat_by_percentile"
18942   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
18943   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
18944   target-links: "../../_static/vpp"
18945   data: "plot-vpp-hdrh-lat-3n-hsw"
18946   filter: "'1T1C' and 'NIC_Intel-XL710'"
18947   layout:
18948     layout: "plot-hdrh-latency-by-percentile"
18949
18950 - type: "plot"
18951   title: "Latency by percentile: 3n-tsh"
18952   algorithm: "plot_hdrh_lat_by_percentile"
18953   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
18954   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
18955   target-links: "../../_static/vpp"
18956   data: "plot-vpp-hdrh-lat-3n-tsh"
18957   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18958   layout:
18959     layout: "plot-hdrh-latency-by-percentile"
18960
18961 - type: "plot"
18962   title: "Latency by percentile: DPDK 2n-skx"
18963   algorithm: "plot_hdrh_lat_by_percentile"
18964   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
18965   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
18966   target-links: "../../_static/dpdk"
18967   data: "plot-dpdk-hdrh-lat-2n-skx"
18968   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18969   layout:
18970     layout: "plot-hdrh-latency-by-percentile"
18971
18972 - type: "plot"
18973   title: "Latency by percentile: DPDK 3n-skx"
18974   algorithm: "plot_hdrh_lat_by_percentile"
18975   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
18976   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
18977   target-links: "../../_static/dpdk"
18978   data: "plot-dpdk-hdrh-lat-3n-skx"
18979   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18980   layout:
18981     layout: "plot-hdrh-latency-by-percentile"
18982
18983 - type: "plot"
18984   title: "Latency by percentile: DPDK 2n-clx"
18985   algorithm: "plot_hdrh_lat_by_percentile"
18986   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
18987   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
18988   target-links: "../../_static/dpdk"
18989   data: "plot-dpdk-hdrh-lat-2n-clx"
18990   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18991   layout:
18992     layout: "plot-hdrh-latency-by-percentile"
18993
18994 - type: "plot"
18995   title: "Latency by percentile: DPDK 3n-hsw"
18996   algorithm: "plot_hdrh_lat_by_percentile"
18997   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
18998   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
18999   target-links: "../../_static/dpdk"
19000   data: "plot-dpdk-hdrh-lat-3n-hsw"
19001   filter: "'1T1C' and 'NIC_Intel-XL710'"
19002   layout:
19003     layout: "plot-hdrh-latency-by-percentile"
19004
19005 - type: "plot"
19006   title: "Latency by percentile: DPDK 3n-tsh"
19007   algorithm: "plot_hdrh_lat_by_percentile"
19008   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19009   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19010   target-links: "../../_static/dpdk"
19011   data: "plot-dpdk-hdrh-lat-3n-tsh"
19012   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19013   layout:
19014     layout: "plot-hdrh-latency-by-percentile"