Report 2005: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Plots:
150
151     # 3n-hsw
152
153     plot-vpp-throughput-lat-tsa-3n-hsw:
154       csit-vpp-perf-report-iterative-2005-3n-hsw:
155         - 20  # NDRPDR sel env 4
156         - 21  # NDRPDR sel env 4
157         - 22  # NDRPDR sel env 4
158         - 23  # NDRPDR sel env 4
159         - 24  # NDRPDR sel env 4
160         - 25  # NDRPDR sel env 4
161         - 26  # NDRPDR sel env 4
162         - 27  # NDRPDR sel env 4
163         - 28  # NDRPDR sel env 4
164         - 29  # NDRPDR sel env 4
165
166     plot-vpp-hdrh-lat-3n-hsw:
167       csit-vpp-perf-report-iterative-2005-3n-hsw:
168         - 29  # NDRPDR sel env 4
169
170 #    plot-vpp-nfv-3n-hsw-ndrpdr:
171 #      csit-vpp-perf-report-iterative-2005-3n-hsw:
172 #        - 3   # NDRPDR sel
173 #        - 4   # NDRPDR sel
174 #        - 5   # NDRPDR sel
175 #        - 10  # NDRPDR sel
176 #        - 11  # NDRPDR sel
177 #        - 12  # NDRPDR sel
178 #        - 15  # NDRPDR sel
179 #        - 16  # NDRPDR sel
180 #        - 18  # NDRPDR sel
181 #        - 19  # NDRPDR sel
182
183 #    plot-vpp-nfv-3n-hsw-mrr:
184 #      csit-vpp-perf-report-iterative-2005-3n-hsw:
185 #        - 13  # MRR
186
187     plot-vpp-hoststack-3n-hsw:
188       csit-vpp-perf-verify-2005-3n-hsw:
189         - 3   # hoststack
190         - 5   # hoststack
191         - 6   # hoststack
192         - 7   # hoststack
193         - 8   # hoststack
194         - 9   # hoststack
195         - 10  # hoststack
196         - 11  # hoststack
197         - 12  # hoststack
198         - 13  # hoststack
199
200     plot-dpdk-throughput-latency-3n-hsw:
201       csit-dpdk-perf-report-iterative-2005-3n-hsw:
202         - 25  # NDRPDR iter
203         - 26  # NDRPDR iter
204         - 27  # NDRPDR iter
205         - 28  # NDRPDR iter
206         - 29  # NDRPDR iter
207         - 30  # NDRPDR iter
208         - 31  # NDRPDR iter
209         - 32  # NDRPDR iter
210         - 33  # NDRPDR iter
211         - 34  # NDRPDR iter
212
213     plot-dpdk-hdrh-lat-3n-hsw:
214       csit-dpdk-perf-report-iterative-2005-3n-hsw:
215         - 25  # NDRPDR iter
216
217     # 3n-skx
218
219     plot-vpp-throughput-lat-tsa-3n-skx:
220       csit-vpp-perf-report-iterative-2005-3n-skx:
221         - 42  # NDRPDR sel env 4
222         - 43  # NDRPDR sel env 4
223         - 44  # NDRPDR sel env 4
224         - 45  # NDRPDR sel env 4
225         - 47  # NDRPDR sel env 4
226         - 55  # NDRPDR sel env 4
227
228     plot-vpp-hdrh-lat-3n-skx:
229       csit-vpp-perf-report-iterative-2005-3n-skx:
230         - 47  # NDRPDR sel env 4
231
232     plot-vpp-nfv-3n-skx-ndrpdr:
233       csit-vpp-perf-report-iterative-2005-3n-skx:
234         - 4   # NDRPDR sel
235         - 5   # NDRPDR sel ??? all x710 failed
236         - 33  # NDRPDR sel
237         - 28  # NDRPDR sel
238         - 34  # NDRPDR sel
239
240     plot-vpp-nfv-3n-skx-mrr:
241       csit-vpp-perf-report-iterative-2005-3n-skx:
242         - 49  # MRR sel env 4
243
244     plot-dpdk-throughput-latency-3n-skx:
245       csit-dpdk-perf-report-iterative-2005-3n-skx:
246         - 28  # NDRPDR iter
247         - 29  # NDRPDR iter
248         - 30  # NDRPDR iter
249         - 31  # NDRPDR iter
250         - 32  # NDRPDR iter
251         - 33  # NDRPDR iter
252         - 34  # NDRPDR iter
253         - 35  # NDRPDR iter
254         - 36  # NDRPDR iter
255         - 37  # NDRPDR iter
256
257     plot-dpdk-hdrh-lat-3n-skx:
258       csit-dpdk-perf-report-iterative-2005-3n-skx:
259         - 28  # NDRPDR iter
260
261     # 2n-skx
262
263     plot-vpp-throughput-lat-tsa-2n-skx:
264       csit-vpp-perf-report-iterative-2005-2n-skx:
265         - 88  # NDRPDR sel env 4
266         - 89  # NDRPDR sel env 4
267         - 90  # NDRPDR sel env 4
268         - 91  # NDRPDR sel env 4
269         - 92  # NDRPDR sel env 4
270         - 93  # NDRPDR sel env 4
271         - 94  # NDRPDR sel env 4
272         - 125 # NDRPDR sel env 4
273         - 126 # NDRPDR sel env 4
274         - 127 # NDRPDR sel env 4
275
276     plot-vpp-hdrh-lat-2n-skx:
277       csit-vpp-perf-report-iterative-2005-2n-skx:
278         - 94  # NDRPDR sel
279
280     plot-vpp-soak-2n-skx:
281       csit-vpp-perf-report-iterative-2005-2n-skx:
282         - 122 # Soak
283         - 123 # Soak
284
285     plot-vpp-nfv-2n-skx-ndrpdr:
286       csit-vpp-perf-report-iterative-2005-2n-skx:
287         - 113 # nf-density-sel env 4
288         - 114 # nf-density-sel env 4
289         - 124 # nf-density-sel env 4
290         - 128 # nf-density-sel env 4
291         - 129 # nf-density-sel env 4
292         - 131 # nf-density-sel env 4
293         - 132 # nf-density-sel env 4
294         - 135 # nf-density-sel env 4
295         - 136 # nf-density-sel env 4
296
297     plot-vpp-nfv-2n-skx-mrr:
298       csit-vpp-perf-report-iterative-2005-2n-skx:
299         - 115 # nf-density-sel env 4
300
301     plot-vpp-nfv-reconf-2n-skx:
302       csit-vpp-perf-report-iterative-2005-2n-skx:
303         - 106 # Reconf env 4
304         - 107 # Reconf env 4
305         - 108 # Reconf env 4
306         - 109 # Reconf env 4
307         - 110 # Reconf env 4
308         - 111 # Reconf env 4
309         - 112 # Reconf env 4
310         - 118 # Reconf env 4
311         - 120 # Reconf env 4
312         - 121 # Reconf env 4
313
314     plot-dpdk-throughput-latency-2n-skx:
315       csit-dpdk-perf-report-iterative-2005-2n-skx:
316         - 20  # NDRPDR iter
317         - 21  # NDRPDR iter
318         - 22  # NDRPDR iter
319         - 23  # NDRPDR iter
320         - 24  # NDRPDR iter
321         - 25  # NDRPDR iter
322         - 26  # NDRPDR iter
323         - 27  # NDRPDR iter
324         - 28  # NDRPDR iter
325         - 29  # NDRPDR iter
326
327     plot-dpdk-hdrh-lat-2n-skx:
328       csit-dpdk-perf-report-iterative-2005-2n-skx:
329         - 20  # NDRPDR iter
330
331     # 2n-clx
332
333     plot-vpp-throughput-lat-tsa-2n-clx:
334       csit-vpp-perf-report-iterative-2005-2n-clx:
335         - 62  # NDRPDR sel env 4
336         - 63  # NDRPDR sel env 4
337         - 64  # NDRPDR sel env 4
338         - 65  # NDRPDR sel env 4
339         - 66  # NDRPDR sel env 4
340         - 68  # NDRPDR sel env 4
341         - 69  # NDRPDR sel env 4
342         - 70  # NDRPDR sel env 4
343         - 103 # NDRPDR sel env 4
344         - 104 # NDRPDR sel env 4
345
346     plot-vpp-hdrh-lat-2n-clx:
347       csit-vpp-perf-report-iterative-2005-2n-clx:
348         - 70  # NDRPDR sel env 4
349
350     plot-vpp-nfv-2n-clx-ndrpdr:
351       csit-vpp-perf-report-iterative-2005-2n-clx:
352         - 91  # nfv-density-00 env 4
353         - 92  # nfv-density-00 env 4
354         - 93  # nfv-density-00 env 4
355         - 97  # nfv-density-00 env 4
356         - 98  # nfv-density-00 env 4
357         - 99  # nfv-density-00 env 4
358         - 100 # nfv-density-00 env 4
359         - 105 # nfv-density-00 env 4
360         - 106 # nfv-density-00 env 4
361         - 108 # nfv-density-00 env 4
362
363     plot-vpp-nfv-2n-clx-mrr:
364       csit-vpp-perf-report-iterative-2005-2n-clx:
365         - 96  # MRR
366
367     plot-vpp-nfv-reconf-2n-clx:
368       csit-vpp-perf-report-iterative-2005-2n-clx:
369         - 81  # Reconf env 4
370         - 82  # Reconf env 4
371         - 83  # Reconf env 4
372         - 84  # Reconf env 4
373         - 85  # Reconf env 4
374         - 86  # Reconf env 4
375         - 87  # Reconf env 4
376         - 88  # Reconf env 4
377         - 89  # Reconf env 4
378         - 90  # Reconf env 4
379
380     plot-vpp-soak-2n-clx:
381       csit-vpp-perf-report-iterative-2005-2n-clx:
382         - 101 # Soak
383         - 102 # Soak
384
385     plot-dpdk-throughput-latency-2n-clx:
386       csit-dpdk-perf-report-iterative-2005-2n-clx:
387         - 20  # NDRPDR iter
388         - 21  # NDRPDR iter
389         - 22  # NDRPDR iter
390         - 23  # NDRPDR iter
391         - 24  # NDRPDR iter
392         - 25  # NDRPDR iter
393         - 26  # NDRPDR iter
394         - 27  # NDRPDR iter
395         - 28  # NDRPDR iter
396         - 29  # NDRPDR iter
397
398     plot-dpdk-hdrh-lat-2n-clx:
399       csit-dpdk-perf-report-iterative-2005-2n-clx:
400         - 21  # NDRPDR iter
401
402     # 3n-tsh
403
404     plot-vpp-throughput-lat-tsa-3n-tsh:
405       csit-vpp-perf-report-iterative-2005-3n-tsh:
406         - 23  # NDRPDR sel env 4
407         - 25  # NDRPDR sel env 4
408         - 33  # NDRPDR sel env 4
409         - 34  # NDRPDR sel env 4
410         - 35  # NDRPDR sel env 4
411         - 36  # NDRPDR sel env 4
412         - 37  # NDRPDR sel env 4
413         - 40  # NDRPDR sel env 4
414
415     plot-vpp-hdrh-lat-3n-tsh:
416       csit-vpp-perf-report-iterative-2005-3n-tsh:
417         - 35  # NDRPDR sel env 4
418
419     plot-dpdk-throughput-latency-3n-tsh:
420       csit-dpdk-perf-report-iterative-2005-3n-tsh:
421         - 5   # NDRPDR sel
422
423     plot-dpdk-hdrh-lat-3n-tsh:
424       csit-dpdk-perf-report-iterative-2005-3n-tsh:
425         - 5   # NDRPDR sel
426
427     # 3n-dnv
428
429     plot-vpp-throughput-lat-tsa-3n-dnv:
430       csit-vpp-perf-report-iterative-2005-3n-dnv:
431         - 2   # NDRPDR sel
432         - 3   # NDRPDR sel
433         - 4   # NDRPDR sel
434         - 5   # NDRPDR sel
435         - 6   # NDRPDR sel
436         - 7   # NDRPDR sel
437         - 9   # NDRPDR sel
438         - 10  # NDRPDR sel
439         - 11  # NDRPDR sel
440         - 12  # NDRPDR sel
441
442     plot-dpdk-throughput-latency-3n-dnv:
443       csit-dpdk-perf-report-iterative-2005-3n-dnv:
444         - 6   # NDRPDR sel
445         - 7   # NDRPDR sel
446         - 8   # NDRPDR sel
447         - 9   # NDRPDR sel
448         - 10  # NDRPDR sel
449         - 11  # NDRPDR sel
450         - 12  # NDRPDR sel
451         - 13  # NDRPDR sel
452         - 14  # NDRPDR sel
453         - 16  # NDRPDR sel
454
455     # 2n-dnv
456
457     plot-vpp-throughput-lat-tsa-2n-dnv:
458       csit-vpp-perf-report-iterative-2005-2n-dnv:
459         - 3   # NDRPDR sel
460         - 6   # NDRPDR sel
461         - 7   # NDRPDR sel
462         - 8   # NDRPDR sel
463         - 9   # NDRPDR sel
464         - 10  # NDRPDR sel
465         - 11  # NDRPDR sel
466         - 12  # NDRPDR sel
467         - 13  # NDRPDR sel
468         - 14  # NDRPDR sel
469
470     plot-dpdk-throughput-latency-2n-dnv:
471       csit-dpdk-perf-report-iterative-2005-2n-dnv:
472         - 8   # NDRPDR sel
473         - 9   # NDRPDR sel
474         - 10  # NDRPDR sel
475         - 11  # NDRPDR sel
476         - 12  # NDRPDR sel
477         - 13  # NDRPDR sel
478         - 14  # NDRPDR sel
479         - 15  # NDRPDR sel
480         - 16  # NDRPDR sel
481         - 17  # NDRPDR sel
482
483     ###########################################################################
484     # Simple tables (only one data set):
485
486     # NIC Comparisons
487
488     vpp-nic-comparison-3n-skx:
489       csit-vpp-perf-report-iterative-2005-3n-skx:
490         - 42  # NDRPDR sel env 4
491         - 43  # NDRPDR sel env 4
492         - 44  # NDRPDR sel env 4
493         - 45  # NDRPDR sel env 4
494         - 47  # NDRPDR sel env 4
495         - 55  # NDRPDR sel env 4
496
497     vpp-nic-comparison-2n-skx:
498       csit-vpp-perf-report-iterative-2005-2n-skx:
499         - 88  # NDRPDR sel env 4
500         - 89  # NDRPDR sel env 4
501         - 90  # NDRPDR sel env 4
502         - 91  # NDRPDR sel env 4
503         - 92  # NDRPDR sel env 4
504         - 93  # NDRPDR sel env 4
505         - 94  # NDRPDR sel env 4
506         - 125 # NDRPDR sel env 4
507         - 126 # NDRPDR sel env 4
508         - 127 # NDRPDR sel env 4
509
510     vpp-nic-comparison-3n-skx-mrr:
511       csit-vpp-perf-report-iterative-2005-3n-skx:
512         - 49  # MRR sel env 4
513
514     vpp-nic-comparison-2n-skx-mrr:
515       csit-vpp-perf-report-iterative-2005-2n-skx:
516         - 99  # MRR sel env 4
517
518     # Results
519
520     vpp-perf-results-3n-hsw:
521       csit-vpp-perf-report-coverage-2005-3n-hsw:
522         - 74  # crypto-00
523         - 75  # crypto-01
524         - 76  # crypto-02
525         - 77  # crypto-03
526         - 78  # ip4-00
527         - 79  # ip4-01
528         - 80  # ip4-02
529         - 81  # ip4-03
530         - 73  # ip4-04
531         - 82  # ip4-05
532         - 83  # ip4-06
533         - 84  # ip4-07
534         - 85  # ip4-08
535         - 86  # ip4tun-00
536         - 87  # ip4tun-01
537         - 88  # ip4tun-02
538         - 89  # ip6-00
539         - 90  # ip6-01
540         - 91  # ip6tun-00
541         - 92  # l2-00
542         - 93  # l2-01
543         - 94  # l2-02
544         - 95  # l2-03
545         - 96  # l2-04
546         - 97  # l2-05
547         - 98  # l2-06
548         - 99  # l2-07
549         - 100 # l2-08
550         - 101 # l2-09
551         - 102 # l2-10
552         - 103 # memif-00
553         - 104 # srv6-00
554         - 105 # srv6-01
555         - 106 # vhost-00
556         - 107 # vhost-01
557         - 109 # vhost-02
558
559     vpp-perf-results-3n-skx:
560       csit-vpp-perf-report-coverage-2005-3n-skx:
561         - 45  # crypto-00
562         - 46  # crypto-01
563         - 47  # crypto-02
564         - 83  # crypto-03
565         - 50  # ip4-00
566         - 51  # ip4-01
567         - 52  # ip4-02
568         - 53  # ip4-03
569         - 54  # ip4-04
570         - 55  # ip4-05
571         - 56  # ip4-06
572         - 57  # ip4-07
573         - 58  # ip4-08
574         - 59  # ip4tun-00
575         - 60  # ip4tun-01
576         - 61  # ip4tun-02
577         - 62  # ip6-00
578         - 63  # ip6-01
579         - 64  # ip6tun-00
580         - 65  # l2-00
581         - 66  # l2-01
582         - 67  # l2-02
583         - 68  # l2-03
584         - 69  # l2-04
585         - 84  # l2-05
586         - 71  # l2-06
587         - 72  # l2-07
588         - 73  # l2-08
589         - 85  # l2-09
590         - 75  # l2-10
591         - 76  # memif-00
592         - 77  # srv6-00
593         - 78  # srv6-01
594         - 88  # vhost-00
595         - 89  # vhost-01
596         - 81  # vhost-02
597         - 83  # vhost-03
598
599     vpp-perf-results-2n-skx:
600       csit-vpp-perf-report-coverage-2005-2n-skx:
601         - 28  # ip4-00
602         - 29  # ip4-01
603         - 30  # ip4-02
604         - 31  # ip4-03
605         - 32  # ip4-04
606         - 33  # ip4-05
607         - 34  # ip6-00
608         - 35  # ip6-01
609         - 36  # l2-00
610         - 37  # l2-01
611         - 38  # lb-00
612         - 39  # memif-00
613         - 40  # vhost-00
614         - 41  # vhost-01
615         - 42  # vts-00
616
617     vpp-perf-results-2n-clx:
618       csit-vpp-perf-report-coverage-2005-2n-clx:
619         - 24  # ip4-00
620         - 25  # ip4-01
621         - 26  # ip4-02
622         - 27  # ip4-03
623         - 28  # ip4-04
624         - 29  # ip4-05
625         - 34  # ip6-00
626         - 36  # ip6-01
627         - 31  # l2-00
628         - 41  # l2-01
629         - 39  # lb-00
630         - 37  # memif-00
631         - 32  # vhost-00
632         - 33  # vhost-01
633         - 40  # vts-00
634
635     vpp-perf-results-3n-tsh:
636       csit-vpp-perf-report-iterative-2005-3n-tsh:
637         - 35  # NDRPDR sel env 4
638
639     vpp-perf-results-3n-dnv:
640       csit-vpp-perf-report-coverage-2005-3n-dnv:
641         - 1   # perf-full-3n-dnv-crypto_I
642         - 24  # perf-full-3n-dnv-crypto_II
643         - 5   # perf-full-3n-dnv-ip4_I
644         - 13  # perf-full-3n-dnv-ip4_II
645         - 17  # perf-full-3n-dnv-ip6_I
646         - 18  # perf-full-3n-dnv-ip6_II
647         - 21  # perf-full-3n-dnv-l2_I
648         - 22  # perf-full-3n-dnv-l2_II
649         - 23  # perf-full-3n-dnv-ip4-tunnels_I
650
651     vpp-perf-results-2n-dnv:
652       csit-vpp-perf-report-coverage-2005-2n-dnv:
653         - 1   # perf-full-2n-dnv-ip4_I
654         - 2   # perf-full-2n-dnv-ip4_II
655         - 3   # perf-full-2n-dnv-ip6_I
656         - 4   # perf-full-2n-dnv-ip6_II
657         - 5   # perf-full-2n-dnv-l2_I
658         - 6   # perf-full-2n-dnv-l2_II
659
660     vpp-mrr-results-3n-hsw:
661       csit-vpp-perf-report-iterative-2005-3n-hsw:
662         - 30  # MRR env 4
663
664     vpp-mrr-results-3n-skx:
665       csit-vpp-perf-report-iterative-2005-3n-skx:
666         - 49  # MRR sel env 4
667
668     vpp-mrr-results-2n-skx:
669       csit-vpp-perf-report-iterative-2005-2n-skx:
670         - 99  # MRR sel env 4
671
672     vpp-mrr-results-2n-clx:
673       csit-vpp-perf-report-iterative-2005-2n-clx:
674         - 72  # MRR env 4
675
676     vpp-mrr-results-3n-tsh:
677       csit-vpp-perf-report-iterative-2005-3n-tsh:
678         - 27  # MRR sel env 4
679
680     vpp-mrr-results-3n-dnv:
681       csit-vpp-perf-report-iterative-2005-3n-dnv:
682         - 8   # MRR
683
684     vpp-mrr-results-2n-dnv:
685       csit-vpp-perf-report-iterative-2005-2n-dnv:
686         - 15  # MRR sel
687
688     vpp-device-results-ubuntu:
689       csit-vpp-device-2005-ubuntu1804-1n-skx:
690         - 35
691
692     dpdk-perf-results-3n-hsw:
693       csit-dpdk-perf-report-iterative-2005-3n-hsw:
694         - 25  # NDRPDR iter
695
696     dpdk-perf-results-3n-skx:
697       csit-dpdk-perf-report-iterative-2005-3n-skx:
698         - 28  # NDRPDR iter
699
700     dpdk-perf-results-2n-skx:
701       csit-dpdk-perf-report-iterative-2005-2n-skx:
702         - 20  # NDRPDR iter
703
704     dpdk-perf-results-2n-clx:
705       csit-dpdk-perf-report-iterative-2005-2n-clx:
706         - 21  # NDRPDR iter
707
708     dpdk-perf-results-2n-dnv:
709       csit-dpdk-perf-report-iterative-2005-2n-dnv:
710         - 8   # NDRPDR sel
711
712     dpdk-perf-results-3n-dnv:
713       csit-dpdk-perf-report-iterative-2005-3n-dnv:
714         - 6   # NDRPDR sel
715
716     dpdk-perf-results-3n-tsh:
717       csit-dpdk-perf-report-iterative-2005-3n-tsh:
718         - 5   # NDRPDR sel
719
720 ###########################################################################
721     # Tables (more than one data set)
722
723     # Performance changes
724
725     vpp-performance-changes-3n-hsw-h1:
726       csit-vpp-perf-verify-1908-3n-hsw:
727         - 12  # NDRPDR sel
728         - 13  # NDRPDR sel
729         - 14  # NDRPDR sel
730         - 15  # NDRPDR sel
731         - 16  # NDRPDR sel
732         - 17  # NDRPDR sel
733         - 18  # NDRPDR sel
734         - 19  # NDRPDR sel
735         - 20  # NDRPDR sel
736         - 21  # NDRPDR sel
737     vpp-performance-changes-3n-hsw-ref:
738       csit-vpp-perf-verify-2001-3n-hsw:
739         - 21  # NDRPDR sel
740         - 22  # NDRPDR sel
741         - 23  # NDRPDR sel
742         - 24  # NDRPDR sel
743         - 25  # NDRPDR sel
744         - 29  # NDRPDR sel
745         - 30  # NDRPDR sel
746         - 31  # NDRPDR sel
747         - 32  # NDRPDR sel
748         - 34  # NDRPDR sel
749     vpp-performance-changes-3n-hsw-cmp:
750       csit-vpp-perf-report-iterative-2005-3n-hsw:
751         - 3   # NDRPDR sel
752         - 4   # NDRPDR sel
753         - 5   # NDRPDR sel
754         - 10  # NDRPDR sel
755         - 11  # NDRPDR sel
756         - 12  # NDRPDR sel
757         - 15  # NDRPDR sel
758         - 16  # NDRPDR sel
759         - 18  # NDRPDR sel
760         - 19  # NDRPDR sel
761     vpp-performance-changes-3n-hsw-cmp-2:
762       csit-vpp-perf-report-iterative-2005-3n-hsw:
763         - 20  # NDRPDR sel env 4
764         - 21  # NDRPDR sel env 4
765         - 22  # NDRPDR sel env 4
766         - 23  # NDRPDR sel env 4
767         - 24  # NDRPDR sel env 4
768         - 25  # NDRPDR sel env 4
769         - 26  # NDRPDR sel env 4
770         - 27  # NDRPDR sel env 4
771         - 28  # NDRPDR sel env 4
772         - 29  # NDRPDR sel env 4
773     vpp-performance-changes-3n-hsw-cmp-2001.0-4:
774       csit-vpp-perf-report-iterative-2005-3n-hsw:
775         - 31  # NDRPDR sel 2001.0-4
776         - 32  # NDRPDR sel 2001.0-4
777         - 33  # NDRPDR sel 2001.0-4
778         - 34  # NDRPDR sel 2001.0-4
779         - 35  # NDRPDR sel 2001.0-4
780         - 36  # NDRPDR sel 2001.0-4
781         - 38  # NDRPDR sel 2001.0-4
782
783     vpp-performance-changes-3n-skx-h1:
784       csit-vpp-perf-verify-1908_1-3n-skx:
785         - 26  # NDRPDR sel - new1908.1
786         - 27  # NDRPDR sel - new1908.1
787         - 28  # NDRPDR sel - new1908.1
788         - 29  # NDRPDR sel - new1908.1
789         - 30  # NDRPDR sel - new1908.1
790         - 31  # NDRPDR sel - new1908.1
791         - 33  # NDRPDR sel - new1908.1
792         - 34  # NDRPDR sel - new1908.1
793         - 35  # NDRPDR sel - new1908.1
794         - 36  # NDRPDR sel - new1908.1
795     vpp-performance-changes-3n-skx-ref:
796       csit-vpp-perf-verify-2001-3n-skx:
797         - 69  # NDRPDR sel - new2001.0
798         - 71  # NDRPDR sel - new2001.0
799         - 72  # NDRPDR sel - new2001.0
800         - 76  # NDRPDR sel - new2001.0
801         - 77  # NDRPDR sel - new2001.0
802         - 78  # NDRPDR sel - new2001.0
803         - 80  # NDRPDR sel - new2001.0
804     vpp-performance-changes-3n-skx-cmp:
805       csit-vpp-perf-report-iterative-2005-3n-skx:
806         - 4   # NDRPDR sel
807         - 5   # NDRPDR sel ??? all x710 failed
808         - 33  # NDRPDR sel
809         - 28  # NDRPDR sel
810         - 34  # NDRPDR sel
811         - 36  # NDRPDR sel
812         - 37  # NDRPDR sel
813         - 38  # NDRPDR sel
814         - 39  # NDRPDR sel
815         - 41  # NDRPDR sel
816     vpp-performance-changes-3n-skx-cmp-2:
817       csit-vpp-perf-report-iterative-2005-3n-skx:
818         - 42  # NDRPDR sel env 4
819         - 43  # NDRPDR sel env 4
820         - 44  # NDRPDR sel env 4
821         - 45  # NDRPDR sel env 4
822         - 47  # NDRPDR sel env 4
823         - 55  # NDRPDR sel env 4
824     vpp-performance-changes-3n-skx-cmp-2001.0-4:
825       csit-vpp-perf-report-iterative-2005-3n-skx:
826         - 50  # NDRPDR sel 2001.0-4
827         - 51  # NDRPDR sel 2001.0-4
828         - 52  # NDRPDR sel 2001.0-4
829         - 53  # NDRPDR sel 2001.0-4
830         - 54  # NDRPDR sel 2001.0-4
831
832     vpp-performance-changes-2n-skx-h1:
833       csit-vpp-perf-verify-1908_1-2n-skx:
834         - 39  # NDRPDR sel - new1908.1
835         - 40  # NDRPDR sel - new1908.1
836         - 41  # NDRPDR sel - new1908.1
837         - 43  # NDRPDR sel - new1908.1
838         - 44  # NDRPDR sel - new1908.1
839         - 45  # NDRPDR sel - new1908.1
840         - 46  # NDRPDR sel - new1908.1
841         - 47  # NDRPDR sel - new1908.1
842         - 48  # NDRPDR sel - new1908.1
843         - 49  # NDRPDR sel - new1908.1
844     vpp-performance-changes-2n-skx-ref:
845       csit-vpp-perf-verify-2001-2n-skx:
846         - 143  # NDRPDR sel - new2001.0
847         - 146  # NDRPDR sel - new2001.0
848         - 147  # NDRPDR sel - new2001.0
849         - 148  # NDRPDR sel - new2001.0
850         - 149  # NDRPDR sel - new2001.0
851         - 150  # NDRPDR sel - new2001.0
852         - 151  # NDRPDR sel - new2001.0
853         - 152  # NDRPDR sel - new2001.0
854         - 153  # NDRPDR sel - new2001.0
855         - 154  # NDRPDR sel - new2001.0
856     vpp-performance-changes-2n-skx-cmp:
857       csit-vpp-perf-report-iterative-2005-2n-skx:
858         - 43  # NDRPDR sel
859         - 38  # NDRPDR sel
860         - 7   # NDRPDR sel
861         - 65  # NDRPDR sel
862         - 47  # NDRPDR sel
863         - 55  # NDRPDR sel
864         - 67  # NDRPDR sel
865         - 75  # NDRPDR sel
866         - 76  # NDRPDR sel
867         - 73  # NDRPDR sel
868     vpp-performance-changes-2n-skx-cmp-2:
869       csit-vpp-perf-report-iterative-2005-2n-skx:
870         - 88  # NDRPDR sel env 4
871         - 89  # NDRPDR sel env 4
872         - 90  # NDRPDR sel env 4
873         - 91  # NDRPDR sel env 4
874         - 92  # NDRPDR sel env 4
875         - 93  # NDRPDR sel env 4
876         - 94  # NDRPDR sel env 4
877         - 125 # NDRPDR sel env 4
878         - 126 # NDRPDR sel env 4
879         - 127 # NDRPDR sel env 4
880     vpp-performance-changes-2n-skx-cmp-2001.0-4:
881       csit-vpp-perf-report-iterative-2005-2n-skx:
882         - 100 # NDRPDR sel 2001.0-4
883         - 101 # NDRPDR sel 2001.0-4
884         - 102 # NDRPDR sel 2001.0-4
885         - 103 # NDRPDR sel 2001.0-4
886         - 104 # NDRPDR sel 2001.0-4
887         - 105 # NDRPDR sel 2001.0-4
888
889 #    vpp-performance-changes-nfv-2n-skx-ref:
890 #      csit-vpp-perf-verify-2001-2n-skx:
891 #        - 30  # NFV
892 #        - 31  # NFV
893 #    vpp-performance-changes-nfv-2n-skx-cmp:
894 #      csit-vpp-perf-report-iterative-2005-2n-skx:
895 #        - 43  # NDRPDR sel
896 #        - 38  # NDRPDR sel
897 #        - 7   # NDRPDR sel
898 #        - 78  # nf-density-sel
899 #        - 83  # nf-density-sel
900
901     vpp-performance-changes-2n-clx-ref:
902       csit-vpp-perf-verify-2001-2n-clx:
903         - 28  # NDRPDR sel
904         - 29  # NDRPDR sel
905         - 32  # NDRPDR sel
906         - 40  # NDRPDR sel
907         - 43  # NDRPDR sel
908         - 44  # NDRPDR sel
909         - 45  # NDRPDR sel
910         - 47  # NDRPDR sel
911         - 48  # NDRPDR sel
912         - 49  # NDRPDR sel
913     vpp-performance-changes-2n-clx-cmp:
914       csit-vpp-perf-report-iterative-2005-2n-clx:
915         - 7   # NDRPDR sel
916         - 38  # NDRPDR sel
917         - 9   # NDRPDR sel
918         - 32  # NDRPDR sel ???
919         - 33  # NDRPDR sel ???
920         - 39  # NDRPDR sel
921         - 40  # NDRPDR sel
922         - 43  # NDRPDR sel
923         - 50  # NDRPDR sel
924         - 51  # NDRPDR sel
925     vpp-performance-changes-2n-clx-cmp-2:
926       csit-vpp-perf-report-iterative-2005-2n-clx:
927         - 62  # NDRPDR sel env 4
928         - 63  # NDRPDR sel env 4
929         - 64  # NDRPDR sel env 4
930         - 65  # NDRPDR sel env 4
931         - 66  # NDRPDR sel env 4
932         - 68  # NDRPDR sel env 4
933         - 69  # NDRPDR sel env 4
934         - 70  # NDRPDR sel env 4
935         - 103 # NDRPDR sel env 4
936         - 104 # NDRPDR sel env 4
937     vpp-performance-changes-2n-clx-cmp-2001.0-4:
938       csit-vpp-perf-report-iterative-2005-2n-clx:
939         - 73  # NDRPDR sel 2001.0-4
940         - 74  # NDRPDR sel 2001.0-4
941         - 75  # NDRPDR sel 2001.0-4
942         - 76  # NDRPDR sel 2001.0-4
943         - 77  # NDRPDR sel 2001.0-4
944         - 78  # NDRPDR sel 2001.0-4
945         - 79  # NDRPDR sel 2001.0-4
946         - 80  # NDRPDR sel 2001.0-4
947
948     vpp-performance-changes-2n-dnv-h1:
949       csit-vpp-perf-verify-1908-2n-dnv:
950         - 1   # NDRPDR sel
951         - 2   # NDRPDR sel
952         - 3   # NDRPDR sel
953         - 4   # NDRPDR sel
954         - 5   # NDRPDR sel
955         - 6   # NDRPDR sel
956         - 7   # NDRPDR sel
957         - 8   # NDRPDR sel
958         - 9   # NDRPDR sel
959         - 10  # NDRPDR sel
960     vpp-performance-changes-2n-dnv-ref:
961       csit-vpp-perf-verify-2001-2n-dnv:
962         - 4   # NDRPDR sel
963         - 5   # NDRPDR sel
964         - 6   # NDRPDR sel
965         - 7   # NDRPDR sel
966         - 8   # NDRPDR sel
967         - 9   # NDRPDR sel
968         - 10  # NDRPDR sel
969         - 11  # NDRPDR sel
970         - 13  # NDRPDR sel
971         - 16  # NDRPDR sel
972     vpp-performance-changes-2n-dnv-cmp:
973       csit-vpp-perf-report-iterative-2005-2n-dnv:
974         - 3   # NDRPDR sel
975         - 6   # NDRPDR sel
976         - 7   # NDRPDR sel
977         - 8   # NDRPDR sel
978         - 9   # NDRPDR sel
979         - 10  # NDRPDR sel
980         - 11  # NDRPDR sel
981         - 12  # NDRPDR sel
982         - 13  # NDRPDR sel
983         - 14  # NDRPDR sel
984
985     vpp-performance-changes-3n-dnv-h1:
986       csit-vpp-perf-verify-1908-3n-dnv:
987         - 6   # NDRPDR sel
988         - 7   # NDRPDR sel
989         - 8   # NDRPDR sel
990         - 9   # NDRPDR sel
991         - 10  # NDRPDR sel
992         - 12  # NDRPDR sel
993         - 13  # NDRPDR sel
994         - 14  # NDRPDR sel
995         - 15  # NDRPDR sel
996         - 16  # NDRPDR sel
997     vpp-performance-changes-3n-dnv-ref:
998       csit-vpp-perf-verify-2001-3n-dnv:
999         - 5   # NDRPDR sel
1000         - 6   # NDRPDR sel
1001         - 7   # NDRPDR sel
1002         - 8   # NDRPDR sel
1003         - 9   # NDRPDR sel
1004         - 10  # NDRPDR sel
1005         - 12  # NDRPDR sel
1006         - 16  # NDRPDR sel
1007         - 17  # NDRPDR sel
1008         - 18  # NDRPDR sel
1009     vpp-performance-changes-3n-dnv-cmp:
1010       csit-vpp-perf-report-iterative-2005-3n-dnv:
1011         - 2   # NDRPDR sel
1012         - 3   # NDRPDR sel
1013         - 4   # NDRPDR sel
1014         - 5   # NDRPDR sel
1015         - 6   # NDRPDR sel
1016         - 7   # NDRPDR sel
1017         - 9   # NDRPDR sel
1018         - 10  # NDRPDR sel
1019         - 11  # NDRPDR sel
1020         - 12  # NDRPDR sel
1021
1022     vpp-performance-changes-3n-tsh-h1:
1023       csit-vpp-perf-verify-1908-3n-tsh:
1024         - 7   # NDRPDR sel
1025         - 8   # NDRPDR sel
1026         - 9   # NDRPDR sel
1027         - 10  # NDRPDR sel
1028         - 11  # NDRPDR sel
1029         - 12  # NDRPDR sel
1030         - 13  # NDRPDR sel
1031         - 14  # NDRPDR sel
1032         - 15  # NDRPDR sel
1033         - 16  # NDRPDR sel
1034     vpp-performance-changes-3n-tsh-ref:
1035       csit-vpp-perf-verify-2001-3n-tsh:
1036         - 3   # NDRPDR sel
1037         - 4   # NDRPDR sel
1038         - 7   # NDRPDR sel
1039         - 8   # NDRPDR sel
1040         - 10  # NDRPDR sel
1041         - 12  # NDRPDR sel
1042         - 13  # NDRPDR sel
1043         - 14  # NDRPDR sel
1044         - 15  # NDRPDR sel
1045         - 21  # NDRPDR sel
1046     vpp-performance-changes-3n-tsh-cmp:
1047       csit-vpp-perf-report-iterative-2005-3n-tsh:
1048         - 9   # NDRPDR sel
1049         - 11  # NDRPDR sel
1050         - 12  # NDRPDR sel
1051         - 20  # NDRPDR sel
1052         - 14  # NDRPDR sel
1053         - 21  # NDRPDR sel
1054     vpp-performance-changes-3n-tsh-cmp-2:
1055       csit-vpp-perf-report-iterative-2005-3n-tsh:
1056         - 23  # NDRPDR sel env 4
1057         - 25  # NDRPDR sel env 4
1058         - 33  # NDRPDR sel env 4
1059         - 34  # NDRPDR sel env 4
1060         - 35  # NDRPDR sel env 4
1061         - 36  # NDRPDR sel env 4
1062         - 37  # NDRPDR sel env 4
1063         - 40  # NDRPDR sel env 4
1064     vpp-performance-changes-3n-tsh-cmp-2001.0-4:
1065       csit-vpp-perf-report-iterative-2005-3n-tsh:
1066         - 28  # NDRPDR sel 2001.0-4
1067         - 29  # NDRPDR sel 2001.0-4
1068         - 31  # NDRPDR sel 2001.0-4
1069
1070     vpp-soak-vs-ndr-2n-skx-ref:
1071       csit-vpp-perf-report-iterative-2005-2n-skx:
1072         - 88  # NDRPDR sel env 4
1073         - 89  # NDRPDR sel env 4
1074         - 90  # NDRPDR sel env 4
1075         - 91  # NDRPDR sel env 4
1076         - 92  # NDRPDR sel env 4
1077         - 93  # NDRPDR sel env 4
1078         - 94  # NDRPDR sel env 4
1079         - 125 # NDRPDR sel env 4
1080         - 126 # NDRPDR sel env 4
1081         - 127 # NDRPDR sel env 4
1082     vpp-soak-vs-ndr-2n-skx-cmp:
1083       csit-vpp-perf-report-iterative-2005-2n-skx:
1084         - 122 # Soak
1085         - 123 # Soak
1086     vpp-soak-vs-ndr-2n-skx:
1087       csit-vpp-perf-report-iterative-2005-2n-skx:
1088         - 88  # NDRPDR sel env 4
1089         - 89  # NDRPDR sel env 4
1090         - 90  # NDRPDR sel env 4
1091         - 91  # NDRPDR sel env 4
1092         - 92  # NDRPDR sel env 4
1093         - 93  # NDRPDR sel env 4
1094         - 94  # NDRPDR sel env 4
1095         - 125 # NDRPDR sel env 4
1096         - 126 # NDRPDR sel env 4
1097         - 127 # NDRPDR sel env 4
1098         - 122 # Soak
1099         - 123 # Soak
1100
1101     vpp-soak-vs-ndr-2n-clx-ref:
1102       csit-vpp-perf-report-iterative-2005-2n-clx:
1103         - 62  # NDRPDR sel env 4
1104         - 63  # NDRPDR sel env 4
1105         - 64  # NDRPDR sel env 4
1106         - 65  # NDRPDR sel env 4
1107         - 66  # NDRPDR sel env 4
1108         - 68  # NDRPDR sel env 4
1109         - 69  # NDRPDR sel env 4
1110         - 70  # NDRPDR sel env 4
1111         - 103 # NDRPDR sel env 4
1112         - 104 # NDRPDR sel env 4
1113     vpp-soak-vs-ndr-2n-clx-cmp:
1114       csit-vpp-perf-report-iterative-2005-2n-clx:
1115         - 101 # Soak
1116         - 102 # Soak
1117     vpp-soak-vs-ndr-2n-clx:
1118       csit-vpp-perf-report-iterative-2005-2n-clx:
1119         - 62  # NDRPDR sel env 4
1120         - 63  # NDRPDR sel env 4
1121         - 64  # NDRPDR sel env 4
1122         - 65  # NDRPDR sel env 4
1123         - 66  # NDRPDR sel env 4
1124         - 68  # NDRPDR sel env 4
1125         - 69  # NDRPDR sel env 4
1126         - 70  # NDRPDR sel env 4
1127         - 103 # NDRPDR sel env 4
1128         - 104 # NDRPDR sel env 4
1129         - 101 # Soak
1130         - 102 # Soak
1131
1132     vpp-performance-changes-3n-hsw-mrr-h1:
1133       csit-vpp-perf-verify-1908-3n-hsw:
1134         - 39  # MRR sel
1135     vpp-performance-changes-3n-hsw-mrr-ref:
1136       csit-vpp-perf-verify-2001-3n-hsw:
1137         - 17  # MRR sel
1138     vpp-performance-changes-3n-hsw-mrr-cmp:
1139       csit-vpp-perf-report-iterative-2005-3n-hsw:
1140         - 13  # MRR
1141     vpp-performance-changes-3n-hsw-mrr-cmp-2:
1142       csit-vpp-perf-report-iterative-2005-3n-hsw:
1143         - 30  # MRR env 4
1144
1145 #    vpp-performance-changes-3n-skx-mrr-h1:
1146 #      csit-vpp-perf-verify-1908-3n-skx:
1147 #        - 36  # MRR sel
1148     vpp-performance-changes-3n-skx-mrr-ref:
1149       csit-vpp-perf-verify-2001-3n-skx:
1150         - 50  # MRR sel
1151         - 53  # MRR sel addition
1152     vpp-performance-changes-3n-skx-mrr-cmp:
1153       csit-vpp-perf-report-iterative-2005-3n-skx:
1154         - 6   # MRR sel
1155     vpp-performance-changes-3n-skx-mrr-cmp-2:
1156       csit-vpp-perf-report-iterative-2005-3n-skx:
1157         - 49  # MRR sel env 4
1158
1159 #    vpp-performance-changes-2n-skx-mrr-h1:
1160 #      csit-vpp-perf-verify-1908-2n-skx:
1161 #        - 69  # MRR sel
1162     vpp-performance-changes-2n-skx-mrr-ref:
1163       csit-vpp-perf-verify-2001-2n-skx:
1164         - 101 # MRR sel
1165         - 128 # MRR sel addition
1166     vpp-performance-changes-2n-skx-mrr-cmp:
1167       csit-vpp-perf-report-iterative-2005-2n-skx:
1168         - 42  # MRR sel
1169     vpp-performance-changes-2n-skx-mrr-cmp-2:
1170       csit-vpp-perf-report-iterative-2005-2n-skx:
1171         - 99  # MRR sel env 4
1172
1173     vpp-performance-changes-2n-clx-mrr-ref:
1174       csit-vpp-perf-verify-2001-2n-clx:
1175         - 39  # MRR
1176     vpp-performance-changes-2n-clx-mrr-cmp:
1177       csit-vpp-perf-report-iterative-2005-2n-clx:
1178         - 12   # MRR
1179     vpp-performance-changes-2n-clx-mrr-cmp-2:
1180       csit-vpp-perf-report-iterative-2005-2n-clx:
1181         - 72   # MRR sel env 4
1182
1183 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1184 #      csit-vpp-perf-verify-1908-2n-skx:
1185 #        - 71  # NFV MRR
1186 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1187 #      # csit-vpp-perf-verify-2001-2n-skx:
1188 #      csit-vpp-perf-verify-1908-2n-skx:
1189 #        - 71  # NFV MRR
1190
1191     vpp-performance-changes-2n-dnv-mrr-h1:
1192       csit-vpp-perf-verify-1908-2n-dnv:
1193         - 11  # MRR sel
1194     vpp-performance-changes-2n-dnv-mrr-ref:
1195       csit-vpp-perf-verify-2001-2n-dnv:
1196         - 12  # MRR sel
1197     vpp-performance-changes-2n-dnv-mrr-cmp:
1198       csit-vpp-perf-report-iterative-2005-2n-dnv:
1199         - 15  # MRR sel
1200
1201     vpp-performance-changes-3n-dnv-mrr-h1:
1202       csit-vpp-perf-verify-1908-3n-dnv:
1203         - 17  # MRR sel
1204     vpp-performance-changes-3n-dnv-mrr-ref:
1205       csit-vpp-perf-verify-2001-3n-dnv:
1206         - 11  # MRR sel
1207     vpp-performance-changes-3n-dnv-mrr-cmp:
1208       csit-vpp-perf-report-iterative-2005-3n-dnv:
1209         - 8   # MRR
1210
1211     vpp-performance-changes-3n-tsh-mrr-h1:
1212       csit-vpp-perf-verify-1908-3n-tsh:
1213         - 17  # MRR sel
1214     vpp-performance-changes-3n-tsh-mrr-ref:
1215       csit-vpp-perf-verify-2001-3n-tsh:
1216         - 9   # MRR sel
1217     vpp-performance-changes-3n-tsh-mrr-cmp:
1218       csit-vpp-perf-report-iterative-2005-3n-tsh:
1219         - 10  # MRR sel
1220     vpp-performance-changes-3n-tsh-mrr-cmp-2:
1221       csit-vpp-perf-report-iterative-2005-3n-tsh:
1222         - 27  # MRR sel env 4
1223
1224     dpdk-performance-changes-3n-hsw-h1:
1225       csit-dpdk-perf-verify-1908-3n-hsw:
1226         - 2   # NDRPDR sel
1227         - 3   # NDRPDR sel
1228         - 4   # NDRPDR sel
1229         - 5   # NDRPDR sel
1230         - 6   # NDRPDR sel
1231         - 7   # NDRPDR sel
1232         - 8   # NDRPDR sel
1233         - 9   # NDRPDR sel
1234         - 10  # NDRPDR sel
1235         - 11  # NDRPDR sel
1236     dpdk-performance-changes-3n-hsw-ref:
1237       csit-dpdk-perf-verify-2001-3n-hsw:
1238         - 4   # NDRPDR sel
1239         - 5   # NDRPDR sel
1240         - 6   # NDRPDR sel
1241         - 7   # NDRPDR sel
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         - 15  # NDRPDR sel
1249         - 16  # NDRPDR sel
1250         - 17  # NDRPDR sel
1251         - 18  # NDRPDR sel
1252         - 19  # NDRPDR sel
1253         - 20  # NDRPDR sel
1254         - 21  # NDRPDR sel
1255         - 22  # NDRPDR sel
1256         - 23  # NDRPDR sel
1257         - 24  # NDRPDR sel
1258     dpdk-performance-changes-3n-hsw-cmp:
1259       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1260         - 25  # NDRPDR iter
1261         - 26  # NDRPDR iter
1262         - 27  # NDRPDR iter
1263         - 28  # NDRPDR iter
1264         - 29  # NDRPDR iter
1265         - 30  # NDRPDR iter
1266         - 31  # NDRPDR iter
1267         - 32  # NDRPDR iter
1268         - 33  # NDRPDR iter
1269         - 34  # NDRPDR iter
1270
1271     dpdk-performance-changes-3n-skx-h1:
1272       csit-dpdk-perf-verify-1908-3n-skx:
1273         - 3   # NDRPDR sel
1274         - 4   # NDRPDR sel
1275         - 5   # NDRPDR sel
1276         - 6   # NDRPDR sel
1277         - 7   # NDRPDR sel
1278         - 8   # NDRPDR sel
1279         - 9   # NDRPDR sel
1280         - 10  # NDRPDR sel
1281         - 11  # NDRPDR sel
1282         - 12  # NDRPDR sel
1283     dpdk-performance-changes-3n-skx-ref:
1284       csit-dpdk-perf-verify-2001-3n-skx:
1285         - 29  # NDRPDR sel xxv710
1286         - 33  # NDRPDR sel xxv710
1287         - 34  # NDRPDR sel xxv710
1288         - 35  # NDRPDR sel xxv710
1289         - 36  # NDRPDR sel xxv710
1290         - 37  # NDRPDR sel xxv710
1291         - 41  # NDRPDR sel xxv710
1292         - 42  # NDRPDR sel xxv710
1293         - 43  # NDRPDR sel xxv710
1294         - 45  # NDRPDR sel xxv710
1295         - 30  # NDRPDR sel x710
1296         - 31  # NDRPDR sel x710
1297         - 32  # NDRPDR sel x710
1298         - 38  # NDRPDR sel x710
1299         - 39  # NDRPDR sel x710
1300         - 40  # NDRPDR sel x710
1301         - 44  # NDRPDR sel x710
1302         - 46  # NDRPDR sel x710
1303         - 47  # NDRPDR sel x710
1304         - 48  # NDRPDR sel x710
1305     dpdk-performance-changes-3n-skx-cmp:
1306       csit-dpdk-perf-report-iterative-2005-3n-skx:
1307         - 28  # NDRPDR iter
1308         - 29  # NDRPDR iter
1309         - 30  # NDRPDR iter
1310         - 31  # NDRPDR iter
1311         - 32  # NDRPDR iter
1312         - 33  # NDRPDR iter
1313         - 34  # NDRPDR iter
1314         - 35  # NDRPDR iter
1315         - 36  # NDRPDR iter
1316         - 37  # NDRPDR iter
1317
1318     dpdk-performance-changes-2n-skx-h1:
1319       csit-dpdk-perf-verify-1908-2n-skx:
1320         - 2   # NDRPDR sel
1321         - 3   # NDRPDR sel
1322         - 4   # NDRPDR sel
1323         - 5   # NDRPDR sel
1324         - 7   # NDRPDR sel
1325         - 8   # NDRPDR sel
1326         - 9   # NDRPDR sel
1327         - 10  # NDRPDR sel
1328         - 11  # NDRPDR sel
1329         - 12  # NDRPDR sel
1330     dpdk-performance-changes-2n-skx-ref:
1331       csit-dpdk-perf-verify-2001-2n-skx:
1332         - 35  # NDRPDR sel xxv710
1333         - 36  # NDRPDR sel xxv710
1334         - 37  # NDRPDR sel xxv710
1335         - 41  # NDRPDR sel xxv710
1336         - 42  # NDRPDR sel xxv710
1337         - 43  # NDRPDR sel xxv710
1338         - 46  # NDRPDR sel xxv710
1339         - 47  # NDRPDR sel xxv710
1340         - 52  # NDRPDR sel xxv710
1341         - 53  # NDRPDR sel xxv710
1342         - 38  # NDRPDR sel x710
1343         - 39  # NDRPDR sel x710
1344         - 40  # NDRPDR sel x710
1345         - 44  # NDRPDR sel x710
1346         - 45  # NDRPDR sel x710
1347         - 48  # NDRPDR sel x710
1348         - 49  # NDRPDR sel x710
1349         - 50  # NDRPDR sel x710
1350         - 51  # NDRPDR sel x710
1351         - 54  # NDRPDR sel x710
1352     dpdk-performance-changes-2n-skx-cmp:
1353       csit-dpdk-perf-report-iterative-2005-2n-skx:
1354         - 20  # NDRPDR iter
1355         - 21  # NDRPDR iter
1356         - 22  # NDRPDR iter
1357         - 23  # NDRPDR iter
1358         - 24  # NDRPDR iter
1359         - 25  # NDRPDR iter
1360         - 26  # NDRPDR iter
1361         - 27  # NDRPDR iter
1362         - 28  # NDRPDR iter
1363         - 29  # NDRPDR iter
1364
1365     dpdk-performance-changes-2n-clx-ref:
1366       csit-dpdk-perf-verify-2001-2n-clx:
1367         - 15  # NDRPDR sel
1368         - 16  # NDRPDR sel
1369         - 17  # NDRPDR sel
1370         - 18  # NDRPDR sel
1371         - 19  # NDRPDR sel
1372         - 20  # NDRPDR sel
1373         - 21  # NDRPDR sel
1374         - 22  # NDRPDR sel
1375         - 23  # NDRPDR sel
1376         - 24  # NDRPDR sel
1377         - 25  # NDRPDR sel
1378         - 26  # NDRPDR sel
1379         - 27  # NDRPDR sel
1380         - 28  # NDRPDR sel
1381         - 29  # NDRPDR sel
1382         - 30  # NDRPDR sel
1383         - 31  # NDRPDR sel
1384         - 32  # NDRPDR sel
1385         - 33  # NDRPDR sel
1386         - 34  # NDRPDR sel
1387     dpdk-performance-changes-2n-clx-cmp:
1388       csit-dpdk-perf-report-iterative-2005-2n-clx:
1389         - 20  # NDRPDR iter
1390         - 21  # NDRPDR iter
1391         - 22  # NDRPDR iter
1392         - 23  # NDRPDR iter
1393         - 24  # NDRPDR iter
1394         - 25  # NDRPDR iter
1395         - 26  # NDRPDR iter
1396         - 27  # NDRPDR iter
1397         - 28  # NDRPDR iter
1398         - 29  # NDRPDR iter
1399
1400     dpdk-performance-changes-2n-dnv-ref:
1401       csit-dpdk-perf-verify-2001-2n-dnv:
1402         - 9   # NDRPDR sel
1403         - 10  # NDRPDR sel
1404         - 11  # NDRPDR sel
1405         - 12  # NDRPDR sel
1406         - 13  # NDRPDR sel
1407         - 14  # NDRPDR sel
1408         - 15  # NDRPDR sel
1409         - 16  # NDRPDR sel
1410         - 17  # NDRPDR sel
1411         - 18  # NDRPDR sel
1412     dpdk-performance-changes-2n-dnv-cmp:
1413       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1414         - 8   # NDRPDR sel
1415         - 9   # NDRPDR sel
1416         - 10  # NDRPDR sel
1417         - 11  # NDRPDR sel
1418         - 12  # NDRPDR sel
1419         - 13  # NDRPDR sel
1420         - 14  # NDRPDR sel
1421         - 15  # NDRPDR sel
1422         - 16  # NDRPDR sel
1423         - 17  # NDRPDR sel
1424
1425     dpdk-performance-changes-3n-dnv-ref:
1426       csit-dpdk-perf-verify-2001-3n-dnv:
1427         - 12  # NDRPDR sel
1428         - 13  # NDRPDR sel
1429         - 14  # NDRPDR sel
1430         - 15  # NDRPDR sel
1431         - 16  # NDRPDR sel
1432         - 17  # NDRPDR sel
1433         - 18  # NDRPDR sel
1434         - 19  # NDRPDR sel
1435         - 20  # NDRPDR sel
1436         - 22  # NDRPDR sel
1437     dpdk-performance-changes-3n-dnv-cmp:
1438       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1439         - 6   # NDRPDR sel
1440         - 7   # NDRPDR sel
1441         - 8   # NDRPDR sel
1442         - 9   # NDRPDR sel
1443         - 10  # NDRPDR sel
1444         - 11  # NDRPDR sel
1445         - 12  # NDRPDR sel
1446         - 13  # NDRPDR sel
1447         - 14  # NDRPDR sel
1448         - 16  # NDRPDR sel
1449
1450     dpdk-performance-changes-3n-tsh-ref:
1451       csit-dpdk-perf-verify-2001-3n-tsh:
1452         - 3   # NDRPDR sel
1453         - 4   # NDRPDR sel
1454         - 5   # NDRPDR sel
1455         - 9   # NDRPDR sel
1456         - 10  # NDRPDR sel
1457         - 11  # NDRPDR sel
1458         - 12  # NDRPDR sel
1459         - 14  # NDRPDR sel
1460         - 15  # NDRPDR sel
1461         - 18  # NDRPDR sel
1462     dpdk-performance-changes-3n-tsh-cmp:
1463       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1464         - 5   # NDRPDR sel
1465
1466     # Compare testbeds
1467
1468     vpp-compare-testbeds-ref:
1469       csit-vpp-perf-report-iterative-2005-3n-hsw:
1470         - 20  # NDRPDR sel env 4
1471         - 21  # NDRPDR sel env 4
1472         - 22  # NDRPDR sel env 4
1473         - 23  # NDRPDR sel env 4
1474         - 24  # NDRPDR sel env 4
1475         - 25  # NDRPDR sel env 4
1476         - 26  # NDRPDR sel env 4
1477         - 27  # NDRPDR sel env 4
1478         - 28  # NDRPDR sel env 4
1479         - 29  # NDRPDR sel env 4
1480     vpp-compare-testbeds-cmp:
1481       csit-vpp-perf-report-iterative-2005-3n-skx:
1482         - 42  # NDRPDR sel env 4
1483         - 43  # NDRPDR sel env 4
1484         - 44  # NDRPDR sel env 4
1485         - 45  # NDRPDR sel env 4
1486         - 47  # NDRPDR sel env 4
1487         - 55  # NDRPDR sel env 4
1488
1489     vpp-compare-testbeds-skx-clx-ref:
1490       csit-vpp-perf-report-iterative-2005-2n-skx:
1491         - 88  # NDRPDR sel env 4
1492         - 89  # NDRPDR sel env 4
1493         - 90  # NDRPDR sel env 4
1494         - 91  # NDRPDR sel env 4
1495         - 92  # NDRPDR sel env 4
1496         - 93  # NDRPDR sel env 4
1497         - 94  # NDRPDR sel env 4
1498         - 125 # NDRPDR sel env 4
1499         - 126 # NDRPDR sel env 4
1500         - 127 # NDRPDR sel env 4
1501     vpp-compare-testbeds-skx-clx-cmp:
1502       csit-vpp-perf-report-iterative-2005-2n-clx:
1503         - 62  # NDRPDR sel env 4
1504         - 63  # NDRPDR sel env 4
1505         - 64  # NDRPDR sel env 4
1506         - 65  # NDRPDR sel env 4
1507         - 66  # NDRPDR sel env 4
1508         - 68  # NDRPDR sel env 4
1509         - 69  # NDRPDR sel env 4
1510         - 70  # NDRPDR sel env 4
1511         - 103 # NDRPDR sel env 4
1512         - 104 # NDRPDR sel env 4
1513
1514     vpp-compare-testbeds-hsw-clx-ref:
1515       csit-vpp-perf-report-iterative-2005-3n-hsw:
1516         - 20  # NDRPDR sel env 4
1517         - 21  # NDRPDR sel env 4
1518         - 22  # NDRPDR sel env 4
1519         - 23  # NDRPDR sel env 4
1520         - 24  # NDRPDR sel env 4
1521         - 25  # NDRPDR sel env 4
1522         - 26  # NDRPDR sel env 4
1523         - 27  # NDRPDR sel env 4
1524         - 28  # NDRPDR sel env 4
1525         - 29  # NDRPDR sel env 4
1526     vpp-compare-testbeds-hsw-clx-cmp:
1527       csit-vpp-perf-report-iterative-2005-2n-clx:
1528         - 62  # NDRPDR sel env 4
1529         - 63  # NDRPDR sel env 4
1530         - 64  # NDRPDR sel env 4
1531         - 65  # NDRPDR sel env 4
1532         - 66  # NDRPDR sel env 4
1533         - 68  # NDRPDR sel env 4
1534         - 69  # NDRPDR sel env 4
1535         - 70  # NDRPDR sel env 4
1536         - 103 # NDRPDR sel env 4
1537         - 104 # NDRPDR sel env 4
1538
1539     vpp-compare-testbeds-mrr-ref:
1540       csit-vpp-perf-report-iterative-2005-3n-hsw:
1541         - 30  # MRR env 4
1542     vpp-compare-testbeds-mrr-cmp:
1543       csit-vpp-perf-report-iterative-2005-3n-skx:
1544         - 49  # MRR sel env 4
1545
1546     vpp-compare-testbeds-mrr-skx-clx-ref:
1547       csit-vpp-perf-report-iterative-2005-2n-skx:
1548         - 99  # MRR sel env 4
1549     vpp-compare-testbeds-mrr-skx-clx-cmp:
1550       csit-vpp-perf-report-iterative-2005-2n-clx:
1551         - 72  # MRR env 4
1552
1553     vpp-compare-testbeds-mrr-hsw-clx-ref:
1554       csit-vpp-perf-report-iterative-2005-3n-hsw:
1555         - 30  # MRR env 4
1556     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1557       csit-vpp-perf-report-iterative-2005-2n-clx:
1558         - 72  # MRR env 4
1559
1560     dpdk-compare-testbeds-ref:
1561       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1562         - 25  # NDRPDR iter
1563         - 26  # NDRPDR iter
1564         - 27  # NDRPDR iter
1565         - 28  # NDRPDR iter
1566         - 29  # NDRPDR iter
1567         - 30  # NDRPDR iter
1568         - 31  # NDRPDR iter
1569         - 32  # NDRPDR iter
1570         - 33  # NDRPDR iter
1571         - 34  # NDRPDR iter
1572     dpdk-compare-testbeds-cmp:
1573       csit-dpdk-perf-report-iterative-2005-3n-skx:
1574         - 28  # NDRPDR iter
1575         - 29  # NDRPDR iter
1576         - 30  # NDRPDR iter
1577         - 31  # NDRPDR iter
1578         - 32  # NDRPDR iter
1579         - 33  # NDRPDR iter
1580         - 34  # NDRPDR iter
1581         - 35  # NDRPDR iter
1582         - 36  # NDRPDR iter
1583         - 37  # NDRPDR iter
1584
1585     dpdk-compare-testbeds-skx-clx-ref:
1586       csit-dpdk-perf-report-iterative-2005-2n-skx:
1587         - 20  # NDRPDR iter
1588         - 21  # NDRPDR iter
1589         - 22  # NDRPDR iter
1590         - 23  # NDRPDR iter
1591         - 24  # NDRPDR iter
1592         - 25  # NDRPDR iter
1593         - 26  # NDRPDR iter
1594         - 27  # NDRPDR iter
1595         - 28  # NDRPDR iter
1596         - 29  # NDRPDR iter
1597     dpdk-compare-testbeds-skx-clx-cmp:
1598       csit-dpdk-perf-report-iterative-2005-2n-clx:
1599         - 20  # NDRPDR iter
1600         - 21  # NDRPDR iter
1601         - 22  # NDRPDR iter
1602         - 23  # NDRPDR iter
1603         - 24  # NDRPDR iter
1604         - 25  # NDRPDR iter
1605         - 26  # NDRPDR iter
1606         - 27  # NDRPDR iter
1607         - 28  # NDRPDR iter
1608         - 29  # NDRPDR iter
1609
1610     # Compare topologies
1611
1612     vpp-compare-topologies-ref:
1613       csit-vpp-perf-report-iterative-2005-3n-skx:
1614         - 42  # NDRPDR sel env 4
1615         - 43  # NDRPDR sel env 4
1616         - 44  # NDRPDR sel env 4
1617         - 45  # NDRPDR sel env 4
1618         - 47  # NDRPDR sel env 4
1619         - 55  # NDRPDR sel env 4
1620     vpp-compare-topologies-cmp:
1621       csit-vpp-perf-report-iterative-2005-2n-skx:
1622         - 88  # NDRPDR sel env 4
1623         - 89  # NDRPDR sel env 4
1624         - 90  # NDRPDR sel env 4
1625         - 91  # NDRPDR sel env 4
1626         - 92  # NDRPDR sel env 4
1627         - 93  # NDRPDR sel env 4
1628         - 94  # NDRPDR sel env 4
1629         - 125 # NDRPDR sel env 4
1630         - 126 # NDRPDR sel env 4
1631         - 127 # NDRPDR sel env 4
1632
1633     vpp-compare-topologies-mrr-ref:
1634       csit-vpp-perf-report-iterative-2005-3n-skx:
1635         - 49  # MRR sel env 4
1636     vpp-compare-topologies-mrr-cmp:
1637       csit-vpp-perf-report-iterative-2005-2n-skx:
1638         - 99  # MRR sel env 4
1639
1640     dpdk-compare-topologies-ref:
1641       csit-dpdk-perf-report-iterative-2005-3n-skx:
1642         - 28  # NDRPDR iter
1643         - 29  # NDRPDR iter
1644         - 30  # NDRPDR iter
1645         - 31  # NDRPDR iter
1646         - 32  # NDRPDR iter
1647         - 33  # NDRPDR iter
1648         - 34  # NDRPDR iter
1649         - 35  # NDRPDR iter
1650         - 36  # NDRPDR iter
1651         - 37  # NDRPDR iter
1652     dpdk-compare-topologies-cmp:
1653       csit-dpdk-perf-report-iterative-2005-2n-skx:
1654         - 20  # NDRPDR iter
1655         - 21  # NDRPDR iter
1656         - 22  # NDRPDR iter
1657         - 23  # NDRPDR iter
1658         - 24  # NDRPDR iter
1659         - 25  # NDRPDR iter
1660         - 26  # NDRPDR iter
1661         - 27  # NDRPDR iter
1662         - 28  # NDRPDR iter
1663         - 29  # NDRPDR iter
1664
1665   plot-layouts:
1666
1667     plot-soak-throughput:
1668       titlefont:
1669         size: 18
1670       xaxis:
1671         title: "<b>Test Cases [Index]</b>"
1672         titlefont:
1673           size: 16
1674         autorange: True
1675         fixedrange: False
1676         gridcolor: "rgb(230, 230, 230)"
1677         linecolor: "rgb(220, 220, 220)"
1678         linewidth: 1
1679         showgrid: True
1680         showline: True
1681         showticklabels: True
1682         tickcolor: "rgb(220, 220, 220)"
1683         tickmode: "linear"
1684         tickfont:
1685           size: 16
1686         zeroline: False
1687       yaxis:
1688         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1689         titlefont:
1690           size: 16
1691         gridcolor: "rgb(230, 230, 230)"
1692         hoverformat: ".4r"
1693         tickformat: ".3r"
1694         linecolor: "rgb(220, 220, 220)"
1695         linewidth: 1
1696         showgrid: True
1697         showline: True
1698         showticklabels: True
1699         tickcolor: "rgb(220, 220, 220)"
1700         tickfont:
1701           size: 16
1702         zeroline: False
1703         range: [0,50]
1704       autosize: False
1705       margin:
1706         t: 50
1707         b: 0
1708         l: 80
1709         r: 20
1710       showlegend: True
1711       legend:
1712         orientation: "h"
1713         font:
1714           size: 16
1715       width: 700
1716       height: 900
1717       paper_bgcolor: "#fff"
1718       plot_bgcolor: "#fff"
1719       hoverlabel:
1720         namelength: -1
1721
1722     plot-service-density:
1723       titlefont:
1724         size: 18
1725       xaxis:
1726         side: "top"
1727         autorange: True
1728         fixedrange: False
1729         showgrid: False
1730         showline: False
1731         showticklabels: False
1732         ticks: ""
1733         ticklen: 0
1734         tickwidth: 0
1735         zeroline: False
1736       yaxis:
1737         autorange: "reversed"
1738         showgrid: False
1739         showline: False
1740         showticklabels: False
1741         ticks: ""
1742         ticklen: 0
1743         tickwidth: 0
1744         zeroline: False
1745       showlegend: False
1746       paper_bgcolor: "#fff"
1747       plot_bgcolor: "#fff"
1748       width: 700
1749       height: 700
1750       hoverlabel:
1751         namelength: -1
1752
1753     plot-hoststack:
1754       titlefont:
1755         size: 16
1756       xaxis:
1757         title: "<b>Test Cases [Index]</b>"
1758         titlefont:
1759           size: 14
1760         autorange: True
1761         fixedrange: False
1762         gridcolor: "rgb(230, 230, 230)"
1763         linecolor: "rgb(220, 220, 220)"
1764         linewidth: 1
1765         showgrid: True
1766         showline: True
1767         showticklabels: True
1768         tickcolor: "rgb(220, 220, 220)"
1769         tickmode: "linear"
1770         tickfont:
1771           size: 14
1772         zeroline: False
1773       yaxis:
1774         title: "<b>Bandwidth [Gbps]</b>"
1775         titlefont:
1776           size: 14
1777         gridcolor: "rgb(230, 230, 230)"
1778         hoverformat: ".4s"
1779         linecolor: "rgb(220, 220, 220)"
1780         linewidth: 1
1781         rangemode: "tozero"
1782         showgrid: True
1783         showline: True
1784         showticklabels: True
1785         tickcolor: "rgb(230, 230, 230)"
1786         tickformat: ".3s"
1787         tickfont:
1788           size: 14
1789         zeroline: False
1790       boxmode: "group"
1791       boxgroupgap: 0.5
1792       autosize: False
1793       margin:
1794         t: 50
1795         b: 20
1796         l: 80
1797         r: 20
1798       showlegend: True
1799       legend:
1800         orientation: "h"
1801         font:
1802           size: 14
1803       width: 700
1804       height: 800
1805       paper_bgcolor: "#fff"
1806       plot_bgcolor: "#fff"
1807       hoverlabel:
1808         namelength: -1
1809
1810     plot-throughput:
1811       titlefont:
1812         size: 18
1813       xaxis:
1814         title: "<b>Test Cases [Index]</b>"
1815         titlefont:
1816           size: 16
1817         autorange: True
1818         fixedrange: False
1819         gridcolor: "rgb(230, 230, 230)"
1820         linecolor: "rgb(220, 220, 220)"
1821         linewidth: 1
1822         showgrid: True
1823         showline: True
1824         showticklabels: True
1825         tickcolor: "rgb(220, 220, 220)"
1826         tickmode: "linear"
1827         tickfont:
1828           size: 16
1829         zeroline: False
1830       yaxis:
1831         title: "<b>Packet Throughput [Mpps]</b>"
1832         titlefont:
1833           size: 16
1834         gridcolor: "rgb(230, 230, 230)"
1835         hoverformat: ".4r"
1836         tickformat: ".3r"
1837         linecolor: "rgb(220, 220, 220)"
1838         linewidth: 1
1839         showgrid: True
1840         showline: True
1841         showticklabels: True
1842         tickcolor: "rgb(220, 220, 220)"
1843         tickfont:
1844           size: 16
1845         zeroline: False
1846         range: [0,50]
1847       autosize: False
1848       margin:
1849         t: 50
1850         b: 0
1851         l: 80
1852         r: 20
1853       showlegend: True
1854       legend:
1855         orientation: "h"
1856         font:
1857           size: 16
1858       width: 700
1859       height: 900
1860       paper_bgcolor: "#fff"
1861       plot_bgcolor: "#fff"
1862       hoverlabel:
1863         namelength: -1
1864
1865     plot-throughput-speedup-analysis:
1866       titlefont:
1867         size: 18
1868       xaxis:
1869         title: "<b>Number of Cores [Qty]</b>"
1870         titlefont:
1871           size: 16
1872         autorange: True
1873         fixedrange: False
1874         gridcolor: "rgb(230, 230, 230)"
1875         linecolor: "rgb(220, 220, 220)"
1876         linewidth: 1
1877         showgrid: True
1878         showline: True
1879         showticklabels: True
1880         tickcolor: "rgb(238, 238, 238)"
1881         tickmode: "linear"
1882         tickfont:
1883           size: 16
1884         zeroline: False
1885       yaxis:
1886         title: "<b>Packet Throughput [Mpps]</b>"
1887         titlefont:
1888           size: 16
1889         type: "linear"
1890         gridcolor: "rgb(230, 230, 230)"
1891         hoverformat: ".4s"
1892         linecolor: "rgb(220, 220, 220)"
1893         linewidth: 1
1894         showgrid: True
1895         showline: True
1896         showticklabels: True
1897         tickcolor: "rgb(220, 220, 220)"
1898         tickformat: ".4s"
1899         tickfont:
1900           size: 16
1901         zeroline: True
1902         rangemode: "tozero"
1903         range: [0,100]
1904       legend:
1905         orientation: "h"
1906         font:
1907           size: 16
1908         xanchor: "left"
1909         yanchor: "top"
1910         x: 0
1911         y: -0.2
1912         bgcolor: "rgba(255, 255, 255, 0)"
1913         bordercolor: "rgba(255, 255, 255, 0)"
1914         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1915       autosize: False
1916       margin:
1917           't': 50
1918           'b': 150
1919           'l': 85
1920           'r': 10
1921       showlegend: True
1922       width: 700
1923       height: 700
1924       paper_bgcolor: "#fff"
1925       plot_bgcolor: "#fff"
1926       hoverlabel:
1927         namelength: -1
1928       annotations: [
1929         {
1930           text: "_ _          __          ...",
1931           align: "left",
1932           showarrow: False,
1933           xref: "paper",
1934           yref: "paper",
1935           xanchor: "left",
1936           yanchor: "top",
1937           x: 0,
1938           y: -0.13,
1939           font: {
1940             family: "Consolas, Courier New",
1941             size: 15
1942           },
1943         },
1944         {
1945           text: "    Perfect     Measured     Limit",
1946           align: "left",
1947           showarrow: False,
1948           xref: "paper",
1949           yref: "paper",
1950           xanchor: "left",
1951           yanchor: "top",
1952           x: 0,
1953           y: -0.15,
1954           font: {
1955             family: "Consolas, Courier New",
1956             size: 15
1957           },
1958         },
1959       ]
1960
1961     plot-latency:
1962       titlefont:
1963         size: 18
1964       xaxis:
1965         title: "<b>Direction</b>"
1966         titlefont:
1967           size: 16
1968         autorange: True
1969         fixedrange: False
1970         gridcolor: "rgb(230, 230, 230)"
1971         linecolor: "rgb(220, 220, 220)"
1972         linewidth: 1
1973         showgrid: True
1974         showline: True
1975         showticklabels: False
1976         tickcolor: "rgb(220, 220, 220)"
1977         tickmode: "linear"
1978         tickfont:
1979           size: 16
1980         zeroline: False
1981       yaxis:
1982         title: "<b>Packet Latency [uSec]</b>"
1983         titlefont:
1984           size: 16
1985         type: "linear"
1986         gridcolor: "rgb(230, 230, 230)"
1987         hoverformat: ".4s"
1988         linecolor: "rgb(220, 220, 220)"
1989         linewidth: 1
1990         showgrid: True
1991         showline: True
1992         showticklabels: True
1993         tickcolor: "rgb(220, 220, 220)"
1994         tickformat: ".4s"
1995         tickfont:
1996           size: 16
1997         zeroline: True
1998         rangemode: "tozero"
1999       legend:
2000         orientation: "h"
2001         font:
2002           size: 16
2003         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2004       autosize: False
2005       margin:
2006           't': 50
2007           'b': 150
2008           'l': 80
2009           'r': 10
2010       showlegend: True
2011       width: 700
2012       height: 700
2013       paper_bgcolor: "#fff"
2014       plot_bgcolor: "#fff"
2015       hoverlabel:
2016         namelength: -1
2017
2018     plot-hdrh-latency:
2019       title:
2020         text: ""
2021         xanchor: "center"
2022         x: 0.5
2023         font:
2024           size: 16
2025       width: 700
2026       plot_bgcolor: "white"
2027       annotations:
2028         - font:
2029             size: 14
2030           showarrow: False
2031           text: "<b>Packet Latency [uSec]</b>"
2032           x: 1
2033           xanchor: "right"
2034           xref: "paper"
2035           y: -0.045
2036           yanchor: "top"
2037           yref: "paper"
2038         - font:
2039             size: 14
2040           showarrow: False
2041           text: "<b>Probability [%]</b>"
2042           textangle: 270
2043           x: -0.06
2044           xanchor: "center"
2045           xref: "paper"
2046           y: 0.5
2047           yanchor: "middle"
2048           yref: "paper"
2049         - font:
2050             size: 14
2051           showarrow: False
2052           text: "<b>Direction: E-W</b>"
2053           x: 0.24
2054           xanchor: "center"
2055           xref: "paper"
2056           y: 1.05
2057           yanchor: "bottom"
2058           yref: "paper"
2059         - font:
2060             size: 14
2061           showarrow: False
2062           text: "<b>Direction: W-E</b>"
2063           x: 0.74
2064           xanchor: "center"
2065           xref: "paper"
2066           y: 1.05
2067           yanchor: "bottom"
2068           yref: "paper"
2069
2070     plot-hdrh-latency-percentile:
2071       title:
2072         text: ""
2073         xanchor: "center"
2074         x: 0.5
2075         font:
2076           size: 18
2077       xaxis:
2078         type: "log"
2079         title: "<b>Percentile [%]</b>"
2080         titlefont:
2081           size: 16
2082         autorange: True
2083         fixedrange: False
2084         gridcolor: "rgb(230, 230, 230)"
2085         linecolor: "rgb(220, 220, 220)"
2086         linewidth: 1
2087         showgrid: True
2088         showline: True
2089         showticklabels: True
2090         tickcolor: "rgb(220, 220, 220)"
2091         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2092         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2093         tickfont:
2094           size: 16
2095       yaxis:
2096         title: "<b>Packet Latency [uSec]</b>"
2097         titlefont:
2098           size: 16
2099         gridcolor: "rgb(230, 230, 230)"
2100         linecolor: "rgb(220, 220, 220)"
2101         linewidth: 1
2102         showgrid: True
2103         showline: True
2104         showticklabels: True
2105         tickcolor: "rgb(220, 220, 220)"
2106         tickfont:
2107           size: 16
2108       autosize: False
2109       showlegend: True
2110       legend:
2111         traceorder: "normal"
2112         orientation: "h"
2113         font:
2114           size: 16
2115         xanchor: "left"
2116         yanchor: "top"
2117         x: 0
2118         y: -0.15
2119         bgcolor: "rgba(255, 255, 255, 0)"
2120         bordercolor: "rgba(255, 255, 255, 0)"
2121       width: 700
2122       height: 700
2123       paper_bgcolor: "white"
2124       plot_bgcolor: "white"
2125
2126     plot-hdrh-latency-by-percentile:
2127       title:
2128         text: "<b>Latency by Percentile Distribution</b>"
2129         xanchor: "center"
2130         x: 0.5
2131         font:
2132           size: 18
2133       showlegend: True
2134       legend:
2135         traceorder: "normal"
2136         orientation: "h"
2137         font:
2138           size: 16
2139         xanchor: "left"
2140         yanchor: "top"
2141         x: 0
2142         y: -0.2
2143         bgcolor: "rgba(255, 255, 255, 0)"
2144         bordercolor: "rgba(255, 255, 255, 0)"
2145       xaxis:
2146         type: "linear"
2147         title: "<b>Percentile [%]</b>"
2148         titlefont:
2149           size: 14
2150         autorange: False
2151         fixedrange: False
2152         range: [0, 100]
2153         gridcolor: "rgb(230, 230, 230)"
2154         linecolor: "rgb(220, 220, 220)"
2155         linewidth: 1
2156         showgrid: True
2157         showline: True
2158         showticklabels: True
2159         tickcolor: "rgb(220, 220, 220)"
2160         tickvals: [0, 25, 50, 75, 100]
2161         ticktext: [0, 25, 50, 75, 100]
2162         tickfont:
2163           size: 14
2164       yaxis:
2165         title: "<b>One-Way Latency per Direction [uSec]</b>"
2166         titlefont:
2167           size: 14
2168         gridcolor: "rgb(230, 230, 230)"
2169         linecolor: "rgb(220, 220, 220)"
2170         linewidth: 1
2171         showgrid: True
2172         showline: True
2173         showticklabels: True
2174         tickcolor: "rgb(220, 220, 220)"
2175         tickfont:
2176           size: 14
2177       width: 700
2178       height: 700
2179       paper_bgcolor: "white"
2180       plot_bgcolor: "white"
2181
2182 - type: "static"
2183   src-path: "{DIR[RST]}"
2184   dst-path: "{DIR[WORKING,SRC]}"
2185
2186 - type: "input"
2187   general:
2188     file-name: "output_info.xml.gz"
2189     file-format: ".gz"
2190     arch-file-format:
2191       - ".gz"
2192       - ".zip"
2193     download-path: "{job}/{build}/archives/{filename}"
2194     extract: "output.xml"
2195
2196     zip-file-name: "robot-plugin.zip"
2197     zip-file-format: ".zip"
2198     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2199     zip-extract: "robot-plugin/output.xml"
2200
2201   builds:
2202
2203     csit-vpp-perf-verify-1908-3n-hsw:
2204       - 12  # NDRPDR sel
2205       - 13  # NDRPDR sel
2206       - 14  # NDRPDR sel
2207       - 15  # NDRPDR sel
2208       - 16  # NDRPDR sel
2209       - 17  # NDRPDR sel
2210       - 18  # NDRPDR sel
2211       - 19  # NDRPDR sel
2212       - 20  # NDRPDR sel
2213       - 21  # NDRPDR sel
2214       - 39  # MRR sel
2215     csit-vpp-perf-verify-2001-3n-hsw:
2216       - 21  # NDRPDR sel
2217       - 22  # NDRPDR sel
2218       - 23  # NDRPDR sel
2219       - 24  # NDRPDR sel
2220       - 25  # NDRPDR sel
2221       - 29  # NDRPDR sel
2222       - 30  # NDRPDR sel
2223       - 31  # NDRPDR sel
2224       - 32  # NDRPDR sel
2225       - 34  # NDRPDR sel
2226       - 17  # MRR sel
2227     csit-vpp-perf-report-iterative-2005-3n-hsw:
2228       - 3   # NDRPDR sel
2229       - 4   # NDRPDR sel
2230       - 5   # NDRPDR sel
2231       - 10  # NDRPDR sel
2232       - 11  # NDRPDR sel
2233       - 12  # NDRPDR sel
2234       - 15  # NDRPDR sel
2235       - 16  # NDRPDR sel
2236       - 18  # NDRPDR sel
2237       - 19  # NDRPDR sel
2238       - 20  # NDRPDR sel env 4
2239       - 21  # NDRPDR sel env 4
2240       - 22  # NDRPDR sel env 4
2241       - 23  # NDRPDR sel env 4
2242       - 24  # NDRPDR sel env 4
2243       - 25  # NDRPDR sel env 4
2244       - 26  # NDRPDR sel env 4
2245       - 27  # NDRPDR sel env 4
2246       - 28  # NDRPDR sel env 4
2247       - 29  # NDRPDR sel env 4
2248       - 13  # MRR
2249       - 30  # MRR env 4
2250       - 31  # NDRPDR sel 2001.0-4
2251       - 32  # NDRPDR sel 2001.0-4
2252       - 33  # NDRPDR sel 2001.0-4
2253       - 34  # NDRPDR sel 2001.0-4
2254       - 35  # NDRPDR sel 2001.0-4
2255       - 36  # NDRPDR sel 2001.0-4
2256       - 38  # NDRPDR sel 2001.0-4
2257     csit-vpp-perf-verify-2005-3n-hsw:
2258       - 3   # hoststack
2259       - 5   # hoststack
2260       - 6   # hoststack
2261       - 7   # hoststack
2262       - 8   # hoststack
2263       - 9   # hoststack
2264       - 10  # hoststack
2265       - 11  # hoststack
2266       - 12  # hoststack
2267       - 13  # hoststack
2268     csit-vpp-perf-report-coverage-2005-3n-hsw:
2269       - 74  # crypto-00
2270       - 75  # crypto-01
2271       - 76  # crypto-02
2272       - 77  # crypto-03
2273       - 78  # ip4-00
2274       - 79  # ip4-01
2275       - 80  # ip4-02
2276       - 81  # ip4-03
2277       - 73  # ip4-04
2278       - 82  # ip4-05
2279       - 83  # ip4-06
2280       - 84  # ip4-07
2281       - 85  # ip4-08
2282       - 86  # ip4tun-00
2283       - 87  # ip4tun-01
2284       - 88  # ip4tun-02
2285       - 89  # ip6-00
2286       - 90  # ip6-01
2287       - 91  # ip6tun-00
2288       - 92  # l2-00
2289       - 93  # l2-01
2290       - 94  # l2-02
2291       - 95  # l2-03
2292       - 96  # l2-04
2293       - 97  # l2-05
2294       - 98  # l2-06
2295       - 99  # l2-07
2296       - 100 # l2-08
2297       - 101 # l2-09
2298       - 102 # l2-10
2299       - 103 # memif-00
2300       - 104 # srv6-00
2301       - 105 # srv6-01
2302       - 106 # vhost-00
2303       - 107 # vhost-01
2304       - 109 # vhost-02
2305
2306     csit-vpp-perf-verify-1908_1-3n-skx:
2307       - 26  # NDRPDR sel - new1908.1
2308       - 27  # NDRPDR sel - new1908.1
2309       - 28  # NDRPDR sel - new1908.1
2310       - 29  # NDRPDR sel - new1908.1
2311       - 30  # NDRPDR sel - new1908.1
2312       - 31  # NDRPDR sel - new1908.1
2313       - 33  # NDRPDR sel - new1908.1
2314       - 34  # NDRPDR sel - new1908.1
2315       - 35  # NDRPDR sel - new1908.1
2316       - 36  # NDRPDR sel - new1908.1
2317     csit-vpp-perf-verify-2001-3n-skx:
2318       - 69  # NDRPDR sel - new2001.0
2319       - 71  # NDRPDR sel - new2001.0
2320       - 72  # NDRPDR sel - new2001.0
2321       - 76  # NDRPDR sel - new2001.0
2322       - 77  # NDRPDR sel - new2001.0
2323       - 78  # NDRPDR sel - new2001.0
2324       - 80  # NDRPDR sel - new2001.0
2325       - 50  # MRR sel
2326       - 53  # MRR sel addition
2327     csit-vpp-perf-report-iterative-2005-3n-skx:
2328       - 4   # NDRPDR sel
2329       - 5   # NDRPDR sel ??? all x710 failed
2330       - 33  # NDRPDR sel
2331       - 28  # NDRPDR sel
2332       - 34  # NDRPDR sel
2333       - 36  # NDRPDR sel
2334       - 37  # NDRPDR sel
2335       - 38  # NDRPDR sel
2336       - 39  # NDRPDR sel
2337       - 41  # NDRPDR sel
2338       - 42  # NDRPDR sel env 4
2339       - 43  # NDRPDR sel env 4
2340       - 44  # NDRPDR sel env 4
2341       - 45  # NDRPDR sel env 4
2342       - 47  # NDRPDR sel env 4
2343       - 55  # NDRPDR sel env 4
2344       - 50  # NDRPDR sel 2001.0-4
2345       - 51  # NDRPDR sel 2001.0-4
2346       - 52  # NDRPDR sel 2001.0-4
2347       - 53  # NDRPDR sel 2001.0-4
2348       - 54  # NDRPDR sel 2001.0-4
2349       - 6   # MRR sel
2350       - 49  # MRR sel env 4
2351     csit-vpp-perf-report-coverage-2005-3n-skx:
2352       - 45  # crypto-00
2353       - 46  # crypto-01
2354       - 47  # crypto-02
2355       - 83  # crypto-03
2356       - 50  # ip4-00
2357       - 51  # ip4-01
2358       - 52  # ip4-02
2359       - 53  # ip4-03
2360       - 54  # ip4-04
2361       - 55  # ip4-05
2362       - 56  # ip4-06
2363       - 57  # ip4-07
2364       - 58  # ip4-08
2365       - 59  # ip4tun-00
2366       - 60  # ip4tun-01
2367       - 61  # ip4tun-02
2368       - 62  # ip6-00
2369       - 63  # ip6-01
2370       - 64  # ip6tun-00
2371       - 65  # l2-00
2372       - 66  # l2-01
2373       - 67  # l2-02
2374       - 68  # l2-03
2375       - 69  # l2-04
2376       - 84  # l2-05
2377       - 71  # l2-06
2378       - 72  # l2-07
2379       - 73  # l2-08
2380       - 85  # l2-09
2381       - 75  # l2-10
2382       - 76  # memif-00
2383       - 77  # srv6-00
2384       - 78  # srv6-01
2385       - 88  # vhost-00
2386       - 89  # vhost-01
2387       - 81  # vhost-02
2388       - 83  # vhost-03
2389
2390     csit-vpp-perf-verify-1908_1-2n-skx:
2391       - 39  # NDRPDR sel - new1908.1
2392       - 40  # NDRPDR sel - new1908.1
2393       - 41  # NDRPDR sel - new1908.1
2394       - 43  # NDRPDR sel - new1908.1
2395       - 44  # NDRPDR sel - new1908.1
2396       - 45  # NDRPDR sel - new1908.1
2397       - 46  # NDRPDR sel - new1908.1
2398       - 47  # NDRPDR sel - new1908.1
2399       - 48  # NDRPDR sel - new1908.1
2400       - 49  # NDRPDR sel - new1908.1
2401     csit-vpp-perf-verify-2001-2n-skx:
2402       - 143  # NDRPDR sel - new2001.0
2403       - 146  # NDRPDR sel - new2001.0
2404       - 147  # NDRPDR sel - new2001.0
2405       - 148  # NDRPDR sel - new2001.0
2406       - 149  # NDRPDR sel - new2001.0
2407       - 150  # NDRPDR sel - new2001.0
2408       - 151  # NDRPDR sel - new2001.0
2409       - 152  # NDRPDR sel - new2001.0
2410       - 153  # NDRPDR sel - new2001.0
2411       - 154  # NDRPDR sel - new2001.0
2412       - 101  # MRR sel - old
2413       - 128  # MRR sel addition - old
2414     csit-vpp-perf-report-iterative-2005-2n-skx:
2415       - 43  # NDRPDR sel
2416       - 38  # NDRPDR sel
2417       - 7   # NDRPDR sel
2418       - 65  # NDRPDR sel
2419       - 47  # NDRPDR sel
2420       - 55  # NDRPDR sel
2421       - 67  # NDRPDR sel
2422       - 75  # NDRPDR sel
2423       - 76  # NDRPDR sel
2424       - 73  # NDRPDR sel
2425       - 88  # NDRPDR sel env 4
2426       - 89  # NDRPDR sel env 4
2427       - 90  # NDRPDR sel env 4
2428       - 91  # NDRPDR sel env 4
2429       - 92  # NDRPDR sel env 4
2430       - 93  # NDRPDR sel env 4
2431       - 94  # NDRPDR sel env 4
2432       - 125 # NDRPDR sel env 4
2433       - 126 # NDRPDR sel env 4
2434       - 127 # NDRPDR sel env 4
2435       - 100 # NDRPDR sel 2001.0-4
2436       - 101 # NDRPDR sel 2001.0-4
2437       - 102 # NDRPDR sel 2001.0-4
2438       - 103 # NDRPDR sel 2001.0-4
2439       - 104 # NDRPDR sel 2001.0-4
2440       - 105 # NDRPDR sel 2001.0-4
2441       - 42  # MRR sel
2442       - 99  # MRR sel env 4
2443       - 106 # Reconf env 4
2444       - 107 # Reconf env 4
2445       - 108 # Reconf env 4
2446       - 109 # Reconf env 4
2447       - 110 # Reconf env 4
2448       - 111 # Reconf env 4
2449       - 112 # Reconf env 4
2450       - 118 # Reconf env 4
2451       - 120 # Reconf env 4
2452       - 121 # Reconf env 4
2453       - 122 # Soak
2454       - 123 # Soak
2455       - 113 # nf-density-sel env 4
2456       - 114 # nf-density-sel env 4
2457       - 124 # nf-density-sel env 4
2458       - 128 # nf-density-sel env 4
2459       - 129 # nf-density-sel env 4
2460       - 131 # nf-density-sel env 4
2461       - 132 # nf-density-sel env 4
2462       - 135 # nf-density-sel env 4
2463       - 136 # nf-density-sel env 4
2464       - 115 # MRR nf-density-sel env 4
2465     csit-vpp-perf-report-coverage-2005-2n-skx:
2466       - 28  # ip4-00
2467       - 29  # ip4-01
2468       - 30  # ip4-02
2469       - 31  # ip4-03
2470       - 32  # ip4-04
2471       - 33  # ip4-05
2472       - 34  # ip6-00
2473       - 35  # ip6-01
2474       - 36  # l2-00
2475       - 37  # l2-01
2476       - 38  # lb-00
2477       - 39  # memif-00
2478       - 40  # vhost-00
2479       - 41  # vhost-01
2480       - 42  # vts-00
2481
2482     csit-vpp-perf-verify-1908_1-2n-clx:
2483       - 5  # NDRPDR sel
2484       - 6  # NDRPDR sel
2485       - 7  # NDRPDR sel
2486       - 8  # NDRPDR sel
2487       - 9  # NDRPDR sel
2488     csit-vpp-perf-verify-2001-2n-clx:
2489       - 28  # NDRPDR sel
2490       - 29  # NDRPDR sel
2491       - 32  # NDRPDR sel
2492       - 40  # NDRPDR sel
2493       - 43  # NDRPDR sel
2494       - 44  # NDRPDR sel
2495       - 45  # NDRPDR sel
2496       - 47  # NDRPDR sel
2497       - 48  # NDRPDR sel
2498       - 49  # NDRPDR sel
2499       - 39  # MRR
2500     csit-vpp-perf-report-iterative-2005-2n-clx:
2501       - 7   # NDRPDR sel
2502       - 38  # NDRPDR sel
2503       - 9   # NDRPDR sel
2504       - 32  # NDRPDR sel ???
2505       - 33  # NDRPDR sel ???
2506       - 39  # NDRPDR sel
2507       - 40  # NDRPDR sel
2508       - 43  # NDRPDR sel
2509       - 50  # NDRPDR sel
2510       - 51  # NDRPDR sel
2511       - 62  # NDRPDR sel env 4
2512       - 63  # NDRPDR sel env 4
2513       - 64  # NDRPDR sel env 4
2514       - 65  # NDRPDR sel env 4
2515       - 66  # NDRPDR sel env 4
2516       - 68  # NDRPDR sel env 4
2517       - 69  # NDRPDR sel env 4
2518       - 70  # NDRPDR sel env 4
2519       - 103 # NDRPDR sel env 4
2520       - 104 # NDRPDR sel env 4
2521       - 73  # NDRPDR sel 2001.0-4
2522       - 74  # NDRPDR sel 2001.0-4
2523       - 75  # NDRPDR sel 2001.0-4
2524       - 76  # NDRPDR sel 2001.0-4
2525       - 77  # NDRPDR sel 2001.0-4
2526       - 78  # NDRPDR sel 2001.0-4
2527       - 79  # NDRPDR sel 2001.0-4
2528       - 80  # NDRPDR sel 2001.0-4
2529       - 12  # MRR
2530       - 72  # MRR env 4
2531       - 81  # Reconf env 4
2532       - 82  # Reconf env 4
2533       - 83  # Reconf env 4
2534       - 84  # Reconf env 4
2535       - 85  # Reconf env 4
2536       - 86  # Reconf env 4
2537       - 87  # Reconf env 4
2538       - 88  # Reconf env 4
2539       - 89  # Reconf env 4
2540       - 90  # Reconf env 4
2541       - 101 # Soak
2542       - 102 # Soak
2543       - 91  # nfv-density-00 env 4
2544       - 92  # nfv-density-00 env 4
2545       - 93  # nfv-density-00 env 4
2546       - 97  # nfv-density-00 env 4
2547       - 98  # nfv-density-00 env 4
2548       - 99  # nfv-density-00 env 4
2549       - 100 # nfv-density-00 env 4
2550       - 105 # nfv-density-00 env 4
2551       - 106 # nfv-density-00 env 4
2552       - 108 # nfv-density-00 env 4
2553       - 96  # MRR nfv-density-00 env 4
2554     csit-vpp-perf-report-coverage-2005-2n-clx:
2555       - 24  # ip4-00
2556       - 25  # ip4-01
2557       - 26  # ip4-02
2558       - 27  # ip4-03
2559       - 28  # ip4-04
2560       - 29  # ip4-05
2561       - 34  # ip6-00
2562       - 36  # ip6-01
2563       - 31  # l2-00
2564       - 41  # l2-01
2565       - 39  # lb-00
2566       - 37  # memif-00
2567       - 32  # vhost-00
2568       - 33  # vhost-01
2569       - 40  # vts-00
2570
2571     csit-vpp-perf-verify-1908-3n-tsh:
2572       - 7   # NDRPDR sel
2573       - 8   # NDRPDR sel
2574       - 9   # NDRPDR sel
2575       - 10  # NDRPDR sel
2576       - 11  # NDRPDR sel
2577       - 12  # NDRPDR sel
2578       - 13  # NDRPDR sel
2579       - 14  # NDRPDR sel
2580       - 15  # NDRPDR sel
2581       - 16  # NDRPDR sel
2582       - 17  # MRR sel
2583     csit-vpp-perf-verify-2001-3n-tsh:
2584       - 3   # NDRPDR sel
2585       - 4   # NDRPDR sel
2586       - 7   # NDRPDR sel
2587       - 8   # NDRPDR sel
2588       - 10  # NDRPDR sel
2589       - 12  # NDRPDR sel
2590       - 13  # NDRPDR sel
2591       - 14  # NDRPDR sel
2592       - 15  # NDRPDR sel
2593       - 21  # NDRPDR sel
2594       - 9   # MRR sel
2595     csit-vpp-perf-report-iterative-2005-3n-tsh:
2596       - 9   # NDRPDR sel
2597       - 11  # NDRPDR sel
2598       - 12  # NDRPDR sel
2599       - 20  # NDRPDR sel
2600       - 14  # NDRPDR sel
2601       - 21  # NDRPDR sel
2602       - 23  # NDRPDR sel env 4
2603       - 25  # NDRPDR sel env 4
2604       - 33  # NDRPDR sel env 4
2605       - 34  # NDRPDR sel env 4
2606       - 35  # NDRPDR sel env 4
2607       - 36  # NDRPDR sel env 4
2608       - 37  # NDRPDR sel env 4
2609       - 40  # NDRPDR sel env 4
2610       - 28  # NDRPDR sel 2001.0-4
2611       - 29  # NDRPDR sel 2001.0-4
2612       - 31  # NDRPDR sel 2001.0-4
2613       - 10  # MRR sel
2614       - 27  # MRR sel env 4
2615
2616     csit-vpp-perf-verify-1908-3n-dnv:
2617       - 6   # NDRPDR sel
2618       - 7   # NDRPDR sel
2619       - 8   # NDRPDR sel
2620       - 9   # NDRPDR sel
2621       - 10  # NDRPDR sel
2622       - 12  # NDRPDR sel
2623       - 13  # NDRPDR sel
2624       - 14  # NDRPDR sel
2625       - 15  # NDRPDR sel
2626       - 16  # NDRPDR sel
2627       - 17  # MRR sel
2628     csit-vpp-perf-verify-2001-3n-dnv:
2629       - 5   # NDRPDR sel
2630       - 6   # NDRPDR sel
2631       - 7   # NDRPDR sel
2632       - 8   # NDRPDR sel
2633       - 9   # NDRPDR sel
2634       - 10  # NDRPDR sel
2635       - 12  # NDRPDR sel
2636       - 16  # NDRPDR sel
2637       - 17  # NDRPDR sel
2638       - 18  # NDRPDR sel
2639       - 11  # MRR sel
2640     csit-vpp-perf-report-iterative-2005-3n-dnv:
2641       - 2   # NDRPDR sel
2642       - 3   # NDRPDR sel
2643       - 4   # NDRPDR sel
2644       - 5   # NDRPDR sel
2645       - 6   # NDRPDR sel
2646       - 7   # NDRPDR sel
2647       - 9   # NDRPDR sel
2648       - 10  # NDRPDR sel
2649       - 11  # NDRPDR sel
2650       - 12  # NDRPDR sel
2651       - 8   # MRR
2652     csit-vpp-perf-report-coverage-2005-3n-dnv:
2653       - 1   # perf-full-3n-dnv-crypto_I
2654       - 24  # perf-full-3n-dnv-crypto_II
2655       - 5   # perf-full-3n-dnv-ip4_I
2656       - 13  # perf-full-3n-dnv-ip4_II
2657       - 17  # perf-full-3n-dnv-ip6_I
2658       - 18  # perf-full-3n-dnv-ip6_II
2659       - 21  # perf-full-3n-dnv-l2_I
2660       - 22  # perf-full-3n-dnv-l2_II
2661       - 23  # perf-full-3n-dnv-ip4-tunnels_I
2662
2663     csit-vpp-perf-verify-1908-2n-dnv:
2664       - 1   # NDRPDR sel
2665       - 2   # NDRPDR sel
2666       - 3   # NDRPDR sel
2667       - 4   # NDRPDR sel
2668       - 5   # NDRPDR sel
2669       - 6   # NDRPDR sel
2670       - 7   # NDRPDR sel
2671       - 8   # NDRPDR sel
2672       - 9   # NDRPDR sel
2673       - 10  # NDRPDR sel
2674       - 11  # MRR sel
2675     csit-vpp-perf-verify-2001-2n-dnv:
2676       - 4   # NDRPDR sel
2677       - 5   # NDRPDR sel
2678       - 6   # NDRPDR sel
2679       - 7   # NDRPDR sel
2680       - 8   # NDRPDR sel
2681       - 9   # NDRPDR sel
2682       - 10  # NDRPDR sel
2683       - 11  # NDRPDR sel
2684       - 13  # NDRPDR sel
2685       - 16  # NDRPDR sel
2686       - 12  # MRR sel
2687     csit-vpp-perf-report-iterative-2005-2n-dnv:
2688       - 3   # NDRPDR sel
2689       - 6   # NDRPDR sel
2690       - 7   # NDRPDR sel
2691       - 8   # NDRPDR sel
2692       - 9   # NDRPDR sel
2693       - 10  # NDRPDR sel
2694       - 11  # NDRPDR sel
2695       - 12  # NDRPDR sel
2696       - 13  # NDRPDR sel
2697       - 14  # NDRPDR sel
2698       - 15  # MRR sel
2699     csit-vpp-perf-report-coverage-2005-2n-dnv:
2700       - 1   # perf-full-2n-dnv-ip4_I
2701       - 2   # perf-full-2n-dnv-ip4_II
2702       - 3   # perf-full-2n-dnv-ip6_I
2703       - 4   # perf-full-2n-dnv-ip6_II
2704       - 5   # perf-full-2n-dnv-l2_I
2705       - 6   # perf-full-2n-dnv-l2_II
2706
2707     csit-dpdk-perf-verify-1908-3n-hsw:
2708       - 2   # NDRPDR sel
2709       - 3   # NDRPDR sel
2710       - 4   # NDRPDR sel
2711       - 5   # NDRPDR sel
2712       - 6   # NDRPDR sel
2713       - 7   # NDRPDR sel
2714       - 8   # NDRPDR sel
2715       - 9   # NDRPDR sel
2716       - 10  # NDRPDR sel
2717       - 11  # NDRPDR sel
2718     csit-dpdk-perf-verify-2001-3n-hsw:
2719       - 4   # NDRPDR sel
2720       - 5   # NDRPDR sel
2721       - 6   # NDRPDR sel
2722       - 7   # NDRPDR sel
2723       - 8   # NDRPDR sel
2724       - 9   # NDRPDR sel
2725       - 10  # NDRPDR sel
2726       - 11  # NDRPDR sel
2727       - 12  # NDRPDR sel
2728       - 13  # NDRPDR sel
2729       - 15  # NDRPDR sel
2730       - 16  # NDRPDR sel
2731       - 17  # NDRPDR sel
2732       - 18  # NDRPDR sel
2733       - 19  # NDRPDR sel
2734       - 20  # NDRPDR sel
2735       - 21  # NDRPDR sel
2736       - 22  # NDRPDR sel
2737       - 23  # NDRPDR sel
2738       - 24  # NDRPDR sel
2739     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2740       - 25  # NDRPDR iter
2741       - 26  # NDRPDR iter
2742       - 27  # NDRPDR iter
2743       - 28  # NDRPDR iter
2744       - 29  # NDRPDR iter
2745       - 30  # NDRPDR iter
2746       - 31  # NDRPDR iter
2747       - 32  # NDRPDR iter
2748       - 33  # NDRPDR iter
2749       - 34  # NDRPDR iter
2750
2751     csit-dpdk-perf-verify-1908-3n-skx:
2752       - 3   # NDRPDR sel
2753       - 4   # NDRPDR sel
2754       - 5   # NDRPDR sel
2755       - 6   # NDRPDR sel
2756       - 7   # NDRPDR sel
2757       - 8   # NDRPDR sel
2758       - 9   # NDRPDR sel
2759       - 10  # NDRPDR sel
2760       - 11  # NDRPDR sel
2761       - 12  # NDRPDR sel
2762     csit-dpdk-perf-verify-2001-3n-skx:
2763       - 29  # NDRPDR sel xxv710
2764       - 33  # NDRPDR sel xxv710
2765       - 34  # NDRPDR sel xxv710
2766       - 35  # NDRPDR sel xxv710
2767       - 36  # NDRPDR sel xxv710
2768       - 37  # NDRPDR sel xxv710
2769       - 41  # NDRPDR sel xxv710
2770       - 42  # NDRPDR sel xxv710
2771       - 43  # NDRPDR sel xxv710
2772       - 45  # NDRPDR sel xxv710
2773       - 30  # NDRPDR sel x710
2774       - 31  # NDRPDR sel x710
2775       - 32  # NDRPDR sel x710
2776       - 38  # NDRPDR sel x710
2777       - 39  # NDRPDR sel x710
2778       - 40  # NDRPDR sel x710
2779       - 44  # NDRPDR sel x710
2780       - 46  # NDRPDR sel x710
2781       - 47  # NDRPDR sel x710
2782       - 48  # NDRPDR sel x710
2783     csit-dpdk-perf-report-iterative-2005-3n-skx:
2784       - 28  # NDRPDR iter
2785       - 29  # NDRPDR iter
2786       - 30  # NDRPDR iter
2787       - 31  # NDRPDR iter
2788       - 32  # NDRPDR iter
2789       - 33  # NDRPDR iter
2790       - 34  # NDRPDR iter
2791       - 35  # NDRPDR iter
2792       - 36  # NDRPDR iter
2793       - 37  # NDRPDR iter
2794
2795     csit-dpdk-perf-verify-1908-2n-skx:
2796       - 2   # NDRPDR sel
2797       - 3   # NDRPDR sel
2798       - 4   # NDRPDR sel
2799       - 5   # NDRPDR sel
2800       - 7   # NDRPDR sel
2801       - 8   # NDRPDR sel
2802       - 9   # NDRPDR sel
2803       - 10  # NDRPDR sel
2804       - 11  # NDRPDR sel
2805       - 12  # NDRPDR sel
2806     csit-dpdk-perf-verify-2001-2n-skx:
2807       - 35  # NDRPDR sel xxv710
2808       - 36  # NDRPDR sel xxv710
2809       - 37  # NDRPDR sel xxv710
2810       - 41  # NDRPDR sel xxv710
2811       - 42  # NDRPDR sel xxv710
2812       - 43  # NDRPDR sel xxv710
2813       - 46  # NDRPDR sel xxv710
2814       - 47  # NDRPDR sel xxv710
2815       - 52  # NDRPDR sel xxv710
2816       - 53  # NDRPDR sel xxv710
2817       - 38  # NDRPDR sel x710
2818       - 39  # NDRPDR sel x710
2819       - 40  # NDRPDR sel x710
2820       - 44  # NDRPDR sel x710
2821       - 45  # NDRPDR sel x710
2822       - 48  # NDRPDR sel x710
2823       - 49  # NDRPDR sel x710
2824       - 50  # NDRPDR sel x710
2825       - 51  # NDRPDR sel x710
2826       - 54  # NDRPDR sel x710
2827     csit-dpdk-perf-report-iterative-2005-2n-skx:
2828       - 20  # NDRPDR iter
2829       - 21  # NDRPDR iter
2830       - 22  # NDRPDR iter
2831       - 23  # NDRPDR iter
2832       - 24  # NDRPDR iter
2833       - 25  # NDRPDR iter
2834       - 26  # NDRPDR iter
2835       - 27  # NDRPDR iter
2836       - 28  # NDRPDR iter
2837       - 29  # NDRPDR iter
2838
2839     csit-dpdk-perf-verify-2001-2n-clx:
2840       - 15  # NDRPDR sel
2841       - 16  # NDRPDR sel
2842       - 17  # NDRPDR sel
2843       - 18  # NDRPDR sel
2844       - 19  # NDRPDR sel
2845       - 20  # NDRPDR sel
2846       - 21  # NDRPDR sel
2847       - 22  # NDRPDR sel
2848       - 23  # NDRPDR sel
2849       - 24  # NDRPDR sel
2850       - 25  # NDRPDR sel
2851       - 26  # NDRPDR sel
2852       - 27  # NDRPDR sel
2853       - 28  # NDRPDR sel
2854       - 29  # NDRPDR sel
2855       - 30  # NDRPDR sel
2856       - 31  # NDRPDR sel
2857       - 32  # NDRPDR sel
2858       - 33  # NDRPDR sel
2859       - 34  # NDRPDR sel
2860     csit-dpdk-perf-report-iterative-2005-2n-clx:
2861       - 20  # NDRPDR iter
2862       - 21  # NDRPDR iter
2863       - 22  # NDRPDR iter
2864       - 23  # NDRPDR iter
2865       - 24  # NDRPDR iter
2866       - 25  # NDRPDR iter
2867       - 26  # NDRPDR iter
2868       - 27  # NDRPDR iter
2869       - 28  # NDRPDR iter
2870       - 29  # NDRPDR iter
2871
2872     csit-dpdk-perf-verify-2001-2n-dnv:
2873       - 9   # NDRPDR sel
2874       - 10  # NDRPDR sel
2875       - 11  # NDRPDR sel
2876       - 12  # NDRPDR sel
2877       - 13  # NDRPDR sel
2878       - 14  # NDRPDR sel
2879       - 15  # NDRPDR sel
2880       - 16  # NDRPDR sel
2881       - 17  # NDRPDR sel
2882       - 18  # NDRPDR sel
2883     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2884       - 8   # NDRPDR sel
2885       - 9   # NDRPDR sel
2886       - 10  # NDRPDR sel
2887       - 11  # NDRPDR sel
2888       - 12  # NDRPDR sel
2889       - 13  # NDRPDR sel
2890       - 14  # NDRPDR sel
2891       - 15  # NDRPDR sel
2892       - 16  # NDRPDR sel
2893       - 17  # NDRPDR sel
2894
2895     csit-dpdk-perf-verify-2001-3n-dnv:
2896       - 12  # NDRPDR sel
2897       - 13  # NDRPDR sel
2898       - 14  # NDRPDR sel
2899       - 15  # NDRPDR sel
2900       - 16  # NDRPDR sel
2901       - 17  # NDRPDR sel
2902       - 18  # NDRPDR sel
2903       - 19  # NDRPDR sel
2904       - 20  # NDRPDR sel
2905       - 22  # NDRPDR sel
2906     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2907       - 6   # NDRPDR sel
2908       - 7   # NDRPDR sel
2909       - 8   # NDRPDR sel
2910       - 9   # NDRPDR sel
2911       - 10  # NDRPDR sel
2912       - 11  # NDRPDR sel
2913       - 12  # NDRPDR sel
2914       - 13  # NDRPDR sel
2915       - 14  # NDRPDR sel
2916       - 16  # NDRPDR sel
2917
2918     csit-dpdk-perf-verify-2001-3n-tsh:
2919       - 3   # NDRPDR sel
2920       - 4   # NDRPDR sel
2921       - 5   # NDRPDR sel
2922       - 9   # NDRPDR sel
2923       - 10  # NDRPDR sel
2924       - 11  # NDRPDR sel
2925       - 12  # NDRPDR sel
2926       - 14  # NDRPDR sel
2927       - 15  # NDRPDR sel
2928       - 18  # NDRPDR sel
2929     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2930       - 5   # NDRPDR sel
2931
2932     csit-vpp-device-2005-ubuntu1804-1n-skx:
2933       - 35
2934
2935 - type: "output"
2936   output: "report"
2937   format:
2938     html:
2939     - full
2940     pdf:
2941     - minimal
2942
2943 ################################################################################
2944 ###                               T A B L E S                                ###
2945 ################################################################################
2946
2947 # VPP Soak vs NDR - 2n-skx
2948 - type: "table"
2949   title: "VPP Soak vs NDR 2n-skx"
2950   algorithm: "table_soak_vs_ndr"
2951   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2952   reference:
2953     title: "NDR"
2954     data: "vpp-soak-vs-ndr-2n-skx-ref"
2955   compare:
2956     title: "Soak"
2957     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2958   data: "vpp-soak-vs-ndr-2n-skx"
2959   include-tests: "NDR"
2960   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2961   parameters:
2962     - "throughput"
2963     - "name"
2964     - "parent"
2965
2966 # VPP Soak vs NDR - 2n-clx
2967 - type: "table"
2968   title: "VPP Soak vs NDR 2n-clx"
2969   algorithm: "table_soak_vs_ndr"
2970   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2971   reference:
2972     title: "NDR"
2973     data: "vpp-soak-vs-ndr-2n-clx-ref"
2974   compare:
2975     title: "Soak"
2976     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2977   data: "vpp-soak-vs-ndr-2n-clx"
2978   include-tests: "NDR"
2979   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2980   parameters:
2981     - "throughput"
2982     - "name"
2983     - "parent"
2984
2985 ################################################################################
2986
2987 # VPP Compare NICs 3n-skx 2t1c ndr
2988 - type: "table"
2989   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2990   algorithm: "table_comparison"
2991   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2992   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2993   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2994   columns:
2995     - title: "x710"
2996       data-set: "vpp-nic-comparison-3n-skx"
2997       tag: "NIC_Intel-X710"
2998     - title: "xxv710"
2999       data-set: "vpp-nic-comparison-3n-skx"
3000       tag: "NIC_Intel-XXV710"
3001   comparisons:
3002     - title: "Diff"
3003       reference: 1
3004       compare: 2
3005   legend:
3006     - ""
3007     - "x710, xxv710 - NICs tested."
3008     - "Diff - difference between x710 and xxv710 NIC."
3009
3010 # VPP Compare NICs 3n-skx 4t2c ndr
3011 - type: "table"
3012   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3013   algorithm: "table_comparison"
3014   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3015   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3016   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3017   columns:
3018     - title: "x710"
3019       data-set: "vpp-nic-comparison-3n-skx"
3020       tag: "NIC_Intel-X710"
3021     - title: "xxv710"
3022       data-set: "vpp-nic-comparison-3n-skx"
3023       tag: "NIC_Intel-XXV710"
3024   comparisons:
3025     - title: "Diff"
3026       reference: 1
3027       compare: 2
3028   legend:
3029     - ""
3030     - "x710, xxv710 - NICs tested."
3031     - "Diff - difference between x710 and xxv710 NIC."
3032
3033 # VPP Compare NICs 3n-skx 2t1c pdr
3034 - type: "table"
3035   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3036   algorithm: "table_comparison"
3037   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3038   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3039   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3040   columns:
3041     - title: "x710"
3042       data-set: "vpp-nic-comparison-3n-skx"
3043       tag: "NIC_Intel-X710"
3044     - title: "xxv710"
3045       data-set: "vpp-nic-comparison-3n-skx"
3046       tag: "NIC_Intel-XXV710"
3047   comparisons:
3048     - title: "Diff"
3049       reference: 1
3050       compare: 2
3051   legend:
3052     - ""
3053     - "x710, xxv710 - NICs tested."
3054     - "Diff - difference between x710 and xxv710 NIC."
3055
3056 # VPP Compare NICs 3n-skx 4t2c pdr
3057 - type: "table"
3058   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3059   algorithm: "table_comparison"
3060   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3061   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3062   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3063   columns:
3064     - title: "x710"
3065       data-set: "vpp-nic-comparison-3n-skx"
3066       tag: "NIC_Intel-X710"
3067     - title: "xxv710"
3068       data-set: "vpp-nic-comparison-3n-skx"
3069       tag: "NIC_Intel-XXV710"
3070   comparisons:
3071     - title: "Diff"
3072       reference: 1
3073       compare: 2
3074   legend:
3075     - ""
3076     - "x710, xxv710 - NICs tested."
3077     - "Diff - difference between x710 and xxv710 NIC."
3078
3079 ## VPP Compare NICs 3n-skx 2t1c mrr
3080 #- type: "table"
3081 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
3082 #  algorithm: "table_comparison"
3083 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3084 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3085 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3086 #  columns:
3087 #    - title: "x710"
3088 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3089 #      tag: "NIC_Intel-X710"
3090 #    - title: "xxv710"
3091 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3092 #      tag: "NIC_Intel-XXV710"
3093 #  comparisons:
3094 #    - title: "Diff"
3095 #      reference: 1
3096 #      compare: 2
3097 #  legend:
3098 #    - ""
3099 #    - "x710, xxv710 - NICs tested."
3100 #    - "Diff - difference between x710 and xxv710 NIC."
3101 #
3102 ## VPP Compare NICs 3n-skx 4t2c mrr
3103 #- type: "table"
3104 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
3105 #  algorithm: "table_comparison"
3106 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3107 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3108 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3109 #  columns:
3110 #    - title: "x710"
3111 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3112 #      tag: "NIC_Intel-X710"
3113 #    - title: "xxv710"
3114 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3115 #      tag: "NIC_Intel-XXV710"
3116 #  comparisons:
3117 #    - title: "Diff"
3118 #      reference: 1
3119 #      compare: 2
3120 #  legend:
3121 #    - ""
3122 #    - "x710, xxv710 - NICs tested."
3123 #    - "Diff - difference between x710 and xxv710 NIC."
3124 #
3125 ## VPP Compare NICs 3n-skx 8t4c mrr
3126 #- type: "table"
3127 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
3128 #  algorithm: "table_comparison"
3129 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3130 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3131 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3132 #  columns:
3133 #    - title: "x710"
3134 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3135 #      tag: "NIC_Intel-X710"
3136 #    - title: "xxv710"
3137 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3138 #      tag: "NIC_Intel-XXV710"
3139 #  comparisons:
3140 #    - title: "Diff"
3141 #      reference: 1
3142 #      compare: 2
3143 #  legend:
3144 #    - ""
3145 #    - "x710, xxv710 - NICs tested."
3146 #    - "Diff - difference between x710 and xxv710 NIC."
3147
3148 # VPP Compare NICs 2n-skx 2t1c ndr
3149 - type: "table"
3150   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3151   algorithm: "table_comparison"
3152   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3153   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3154   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3155   columns:
3156     - title: "x710"
3157       data-set: "vpp-nic-comparison-2n-skx"
3158       tag: "NIC_Intel-X710"
3159     - title: "xxv710"
3160       data-set: "vpp-nic-comparison-2n-skx"
3161       tag: "NIC_Intel-XXV710"
3162   comparisons:
3163     - title: "Diff"
3164       reference: 1
3165       compare: 2
3166   legend:
3167     - ""
3168     - "x710, xxv710 - NICs tested."
3169     - "Diff - difference between x710 and xxv710 NIC."
3170
3171 # VPP Compare NICs 2n-skx 4t2c ndr
3172 - type: "table"
3173   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3174   algorithm: "table_comparison"
3175   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3176   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3177   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3178   columns:
3179     - title: "x710"
3180       data-set: "vpp-nic-comparison-2n-skx"
3181       tag: "NIC_Intel-X710"
3182     - title: "xxv710"
3183       data-set: "vpp-nic-comparison-2n-skx"
3184       tag: "NIC_Intel-XXV710"
3185   comparisons:
3186     - title: "Diff"
3187       reference: 1
3188       compare: 2
3189   legend:
3190     - ""
3191     - "x710, xxv710 - NICs tested."
3192     - "Diff - difference between x710 and xxv710 NIC."
3193
3194 # VPP Compare NICs 2n-skx 2t1c pdr
3195 - type: "table"
3196   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3197   algorithm: "table_comparison"
3198   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3199   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3200   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3201   columns:
3202     - title: "x710"
3203       data-set: "vpp-nic-comparison-2n-skx"
3204       tag: "NIC_Intel-X710"
3205     - title: "xxv710"
3206       data-set: "vpp-nic-comparison-2n-skx"
3207       tag: "NIC_Intel-XXV710"
3208   comparisons:
3209     - title: "Diff"
3210       reference: 1
3211       compare: 2
3212   legend:
3213     - ""
3214     - "x710, xxv710 - NICs tested."
3215     - "Diff - difference between x710 and xxv710 NIC."
3216
3217 # VPP Compare NICs 2n-skx 4t2c pdr
3218 - type: "table"
3219   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3220   algorithm: "table_comparison"
3221   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3222   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3223   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3224   columns:
3225     - title: "x710"
3226       data-set: "vpp-nic-comparison-2n-skx"
3227       tag: "NIC_Intel-X710"
3228     - title: "xxv710"
3229       data-set: "vpp-nic-comparison-2n-skx"
3230       tag: "NIC_Intel-XXV710"
3231   comparisons:
3232     - title: "Diff"
3233       reference: 1
3234       compare: 2
3235   legend:
3236     - ""
3237     - "x710, xxv710 - NICs tested."
3238     - "Diff - difference between x710 and xxv710 NIC."
3239
3240 # VPP Compare NICs 2n-skx 2t1c mrr
3241 - type: "table"
3242   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3243   algorithm: "table_comparison"
3244   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3245   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3246   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3247   columns:
3248     - title: "x710"
3249       data-set: "vpp-nic-comparison-2n-skx-mrr"
3250       tag: "NIC_Intel-X710"
3251     - title: "xxv710"
3252       data-set: "vpp-nic-comparison-2n-skx-mrr"
3253       tag: "NIC_Intel-XXV710"
3254   comparisons:
3255     - title: "Diff"
3256       reference: 1
3257       compare: 2
3258   legend:
3259     - ""
3260     - "x710, xxv710 - NICs tested."
3261     - "Diff - difference between x710 and xxv710 NIC."
3262
3263 # VPP Compare NICs 2n-skx 4t2c mrr
3264 - type: "table"
3265   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3266   algorithm: "table_comparison"
3267   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3268   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3269   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3270   columns:
3271     - title: "x710"
3272       data-set: "vpp-nic-comparison-2n-skx-mrr"
3273       tag: "NIC_Intel-X710"
3274     - title: "xxv710"
3275       data-set: "vpp-nic-comparison-2n-skx-mrr"
3276       tag: "NIC_Intel-XXV710"
3277   comparisons:
3278     - title: "Diff"
3279       reference: 1
3280       compare: 2
3281   legend:
3282     - ""
3283     - "x710, xxv710 - NICs tested."
3284     - "Diff - difference between x710 and xxv710 NIC."
3285
3286 # VPP Compare NICs 2n-skx 8t4c mrr
3287 - type: "table"
3288   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3289   algorithm: "table_comparison"
3290   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3291   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3292   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3293   columns:
3294     - title: "x710"
3295       data-set: "vpp-nic-comparison-2n-skx-mrr"
3296       tag: "NIC_Intel-X710"
3297     - title: "xxv710"
3298       data-set: "vpp-nic-comparison-2n-skx-mrr"
3299       tag: "NIC_Intel-XXV710"
3300   comparisons:
3301     - title: "Diff"
3302       reference: 1
3303       compare: 2
3304   legend:
3305     - ""
3306     - "x710, xxv710 - NICs tested."
3307     - "Diff - difference between x710 and xxv710 NIC."
3308
3309 ################################################################################
3310 # VPP
3311
3312 # VPP Performance Changes 3n-hsw 1t1c pdr
3313 - type: "table"
3314   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3315   algorithm: "table_comparison"
3316   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3317   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3318   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3319   columns:
3320     - title: "1908.1-2"
3321       data-set: "vpp-performance-changes-3n-hsw-h1"
3322     - title: "2001.0-2"
3323       data-set: "vpp-performance-changes-3n-hsw-ref"
3324     - title: "2001.0-4"
3325       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3326     - title: "2005.0-4"
3327       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3328   comparisons:
3329     - title: "2001.0-4 vs 2001.0-2"
3330       reference: 2
3331       compare: 3
3332       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3333     - title: "2005.0-4 vs 2001.0-4"
3334       reference: 3
3335       compare: 4
3336       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3337   legend:
3338     - ''
3339     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3340     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3341     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3342     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3343     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3344
3345 # VPP Performance Changes 3n-hsw 2t2c pdr
3346 - type: "table"
3347   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3348   algorithm: "table_comparison"
3349   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3350   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3351   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3352   columns:
3353     - title: "1908.1-2"
3354       data-set: "vpp-performance-changes-3n-hsw-h1"
3355     - title: "2001.0-2"
3356       data-set: "vpp-performance-changes-3n-hsw-ref"
3357     - title: "2001.0-4"
3358       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3359     - title: "2005.0-4"
3360       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3361   comparisons:
3362     - title: "2001.0-4 vs 2001.0-2"
3363       reference: 2
3364       compare: 3
3365       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3366     - title: "2005.0-4 vs 2001.0-4"
3367       reference: 3
3368       compare: 4
3369       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3370   legend:
3371     - ''
3372     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3373     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3374     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3375     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3376     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3377
3378 # VPP Performance Changes 3n-hsw 1t1c ndr
3379 - type: "table"
3380   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3381   algorithm: "table_comparison"
3382   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3383   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3384   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3385   columns:
3386     - title: "1908.1-2"
3387       data-set: "vpp-performance-changes-3n-hsw-h1"
3388     - title: "2001.0-2"
3389       data-set: "vpp-performance-changes-3n-hsw-ref"
3390     - title: "2001.0-4"
3391       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3392     - title: "2005.0-4"
3393       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3394   comparisons:
3395     - title: "2001.0-4 vs 2001.0-2"
3396       reference: 2
3397       compare: 3
3398       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3399     - title: "2005.0-4 vs 2001.0-4"
3400       reference: 3
3401       compare: 4
3402       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3403   legend:
3404     - ''
3405     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3406     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3407     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3408     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3409     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3410
3411 # VPP Performance Changes 3n-hsw 2t2c ndr
3412 - type: "table"
3413   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3414   algorithm: "table_comparison"
3415   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3416   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3417   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3418   columns:
3419     - title: "1908.1-2"
3420       data-set: "vpp-performance-changes-3n-hsw-h1"
3421     - title: "2001.0-2"
3422       data-set: "vpp-performance-changes-3n-hsw-ref"
3423     - title: "2001.0-4"
3424       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3425     - title: "2005.0-4"
3426       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3427   comparisons:
3428     - title: "2001.0-4 vs 2001.0-2"
3429       reference: 2
3430       compare: 3
3431       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3432     - title: "2005.0-4 vs 2001.0-4"
3433       reference: 3
3434       compare: 4
3435       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3436   legend:
3437     - ''
3438     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3439     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3440     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3441     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3442     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3443
3444 # VPP Performance Changes 3n-hsw 1t1c pdr-full
3445 - type: "table"
3446   title: "VPP Performance Changes 3n-hsw 1t1c pdr-full"
3447   algorithm: "table_comparison"
3448   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr-full"
3449   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3450   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3451   columns:
3452     - title: "1908.1-2"
3453       data-set: "vpp-performance-changes-3n-hsw-h1"
3454     - title: "2001.0-2"
3455       data-set: "vpp-performance-changes-3n-hsw-ref"
3456     - title: "2001.0-4"
3457       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3458     - title: "2005.0-3"
3459       data-set: "vpp-performance-changes-3n-hsw-cmp"
3460     - title: "2005.0-4"
3461       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3462   comparisons:
3463     - title: "2005.0-4 vs 2005.0-3"
3464       reference: 4
3465       compare: 5
3466       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3467     - title: "2001.0-4 vs 2001.0-2"
3468       reference: 2
3469       compare: 3
3470       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3471     - title: "2005.0-4 vs 2001.0-4"
3472       reference: 3
3473       compare: 5
3474       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca3.yaml"
3475   legend:
3476     - ''
3477     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3478     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3479     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3480     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3481     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3482     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3483
3484 # VPP Performance Changes 3n-hsw 2t2c pdr-full
3485 - type: "table"
3486   title: "VPP Performance Changes 3n-hsw 2t2c pdr-full"
3487   algorithm: "table_comparison"
3488   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr-full"
3489   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3490   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3491   columns:
3492     - title: "1908.1-2"
3493       data-set: "vpp-performance-changes-3n-hsw-h1"
3494     - title: "2001.0-2"
3495       data-set: "vpp-performance-changes-3n-hsw-ref"
3496     - title: "2001.0-4"
3497       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3498     - title: "2005.0-3"
3499       data-set: "vpp-performance-changes-3n-hsw-cmp"
3500     - title: "2005.0-4"
3501       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3502   comparisons:
3503     - title: "2005.0-4 vs 2005.0-3"
3504       reference: 4
3505       compare: 5
3506       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3507     - title: "2001.0-4 vs 2001.0-2"
3508       reference: 2
3509       compare: 3
3510       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3511     - title: "2005.0-4 vs 2001.0-4"
3512       reference: 3
3513       compare: 5
3514       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca3.yaml"
3515   legend:
3516     - ''
3517     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3518     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3519     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3520     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3521     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3522     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3523
3524 # VPP Performance Changes 3n-hsw 1t1c ndr-full
3525 - type: "table"
3526   title: "VPP Performance Changes 3n-hsw 1t1c ndr-full"
3527   algorithm: "table_comparison"
3528   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr-full"
3529   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3530   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3531   columns:
3532     - title: "1908.1-2"
3533       data-set: "vpp-performance-changes-3n-hsw-h1"
3534     - title: "2001.0-2"
3535       data-set: "vpp-performance-changes-3n-hsw-ref"
3536     - title: "2001.0-4"
3537       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3538     - title: "2005.0-3"
3539       data-set: "vpp-performance-changes-3n-hsw-cmp"
3540     - title: "2005.0-4"
3541       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3542   comparisons:
3543     - title: "2005.0-4 vs 2005.0-3"
3544       reference: 4
3545       compare: 5
3546       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3547     - title: "2001.0-4 vs 2001.0-2"
3548       reference: 2
3549       compare: 3
3550       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3551     - title: "2005.0-4 vs 2001.0-4"
3552       reference: 3
3553       compare: 5
3554       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca3.yaml"
3555   legend:
3556     - ''
3557     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3558     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3559     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3560     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3561     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3562     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3563
3564 # VPP Performance Changes 3n-hsw 2t2c ndr-full
3565 - type: "table"
3566   title: "VPP Performance Changes 3n-hsw 2t2c ndr-full"
3567   algorithm: "table_comparison"
3568   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr-full"
3569   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3570   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3571   columns:
3572     - title: "1908.1-2"
3573       data-set: "vpp-performance-changes-3n-hsw-h1"
3574     - title: "2001.0-2"
3575       data-set: "vpp-performance-changes-3n-hsw-ref"
3576     - title: "2001.0-4"
3577       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3578     - title: "2005.0-3"
3579       data-set: "vpp-performance-changes-3n-hsw-cmp"
3580     - title: "2005.0-4"
3581       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3582   comparisons:
3583     - title: "2005.0-4 vs 2005.0-3"
3584       reference: 4
3585       compare: 5
3586       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3587     - title: "2001.0-4 vs 2001.0-2"
3588       reference: 2
3589       compare: 3
3590       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3591     - title: "2005.0-4 vs 2001.0-4"
3592       reference: 3
3593       compare: 5
3594       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca3.yaml"
3595   legend:
3596     - ''
3597     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3598     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24)..'
3599     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3600     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3601     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3602     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3603
3604 # VPP Performance Changes 3n-skx 2t1c pdr
3605 - type: "table"
3606   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3607   algorithm: "table_comparison"
3608   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3609   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3610   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3611   columns:
3612     - title: "1908.1-2"
3613       data-set: "vpp-performance-changes-3n-skx-h1"
3614     - title: "2001.0-2"
3615       data-set: "vpp-performance-changes-3n-skx-ref"
3616     - title: "2001.0-4"
3617       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3618     - title: "2005.0-4"
3619       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3620   comparisons:
3621     - title: "2001.0-4 vs 2001.0-2"
3622       reference: 2
3623       compare: 3
3624       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3625     - title: "2005.0-4 vs 2001.0-4"
3626       reference: 3
3627       compare: 4
3628       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3629   legend:
3630     - ''
3631     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3632     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3633     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3634     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3635     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3636
3637 # VPP Performance Changes 3n-skx 4t2c pdr
3638 - type: "table"
3639   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3640   algorithm: "table_comparison"
3641   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3642   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3643   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3644   columns:
3645     - title: "1908.1-2"
3646       data-set: "vpp-performance-changes-3n-skx-h1"
3647     - title: "2001.0-2"
3648       data-set: "vpp-performance-changes-3n-skx-ref"
3649     - title: "2001.0-4"
3650       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3651     - title: "2005.0-4"
3652       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3653   comparisons:
3654     - title: "2001.0-4 vs 2001.0-2"
3655       reference: 2
3656       compare: 3
3657       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3658     - title: "2005.0-4 vs 2001.0-4"
3659       reference: 3
3660       compare: 4
3661       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3662   legend:
3663     - ''
3664     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3665     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3666     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3667     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3668     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3669
3670 # VPP Performance Changes 3n-skx 2t1c ndr
3671 - type: "table"
3672   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3673   algorithm: "table_comparison"
3674   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3675   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3676   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3677   columns:
3678     - title: "1908.1-2"
3679       data-set: "vpp-performance-changes-3n-skx-h1"
3680     - title: "2001.0-2"
3681       data-set: "vpp-performance-changes-3n-skx-ref"
3682     - title: "2001.0-4"
3683       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3684     - title: "2005.0-4"
3685       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3686   comparisons:
3687     - title: "2001.0-4 vs 2001.0-2"
3688       reference: 2
3689       compare: 3
3690       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3691     - title: "2005.0-4 vs 2001.0-4"
3692       reference: 3
3693       compare: 4
3694       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3695   legend:
3696     - ''
3697     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3698     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3699     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3700     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3701     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3702
3703 # VPP Performance Changes 3n-skx 4t2c ndr
3704 - type: "table"
3705   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3706   algorithm: "table_comparison"
3707   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3708   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3709   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3710   columns:
3711     - title: "1908.1-2"
3712       data-set: "vpp-performance-changes-3n-skx-h1"
3713     - title: "2001.0-2"
3714       data-set: "vpp-performance-changes-3n-skx-ref"
3715     - title: "2001.0-4"
3716       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3717     - title: "2005.0-4"
3718       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3719   comparisons:
3720     - title: "2001.0-4 vs 2001.0-2"
3721       reference: 2
3722       compare: 3
3723       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3724     - title: "2005.0-4 vs 2001.0-4"
3725       reference: 3
3726       compare: 4
3727       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3728   legend:
3729     - ''
3730     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3731     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3732     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3733     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3734     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3735
3736 # VPP Performance Changes 3n-skx 2t1c pdr-full
3737 - type: "table"
3738   title: "VPP Performance Changes 3n-skx 2t1c pdr-full"
3739   algorithm: "table_comparison"
3740   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr-full"
3741   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3742   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3743   columns:
3744     - title: "1908.1-2"
3745       data-set: "vpp-performance-changes-3n-skx-h1"
3746     - title: "2001.0-2"
3747       data-set: "vpp-performance-changes-3n-skx-ref"
3748     - title: "2001.0-4"
3749       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3750     - title: "2005.0-3"
3751       data-set: "vpp-performance-changes-3n-skx-cmp"
3752     - title: "2005.0-4"
3753       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3754   comparisons:
3755     - title: "2005.0-4 vs 2005.0-3"
3756       reference: 4
3757       compare: 5
3758       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3759     - title: "2001.0-4 vs 2001.0-2"
3760       reference: 2
3761       compare: 3
3762       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3763     - title: "2005.0-4 vs 2001.0-4"
3764       reference: 3
3765       compare: 5
3766       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca3.yaml"
3767   legend:
3768     - ''
3769     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3770     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3771     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3772     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3773     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3774     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3775
3776 # VPP Performance Changes 3n-skx 4t2c pdr-full
3777 - type: "table"
3778   title: "VPP Performance Changes 3n-skx 4t2c pdr-full"
3779   algorithm: "table_comparison"
3780   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr-full"
3781   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3782   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3783   columns:
3784     - title: "1908.1-2"
3785       data-set: "vpp-performance-changes-3n-skx-h1"
3786     - title: "2001.0-2"
3787       data-set: "vpp-performance-changes-3n-skx-ref"
3788     - title: "2001.0-4"
3789       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3790     - title: "2005.0-3"
3791       data-set: "vpp-performance-changes-3n-skx-cmp"
3792     - title: "2005.0-4"
3793       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3794   comparisons:
3795     - title: "2005.0-4 vs 2005.0-3"
3796       reference: 4
3797       compare: 5
3798       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3799     - title: "2001.0-4 vs 2001.0-2"
3800       reference: 2
3801       compare: 3
3802       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3803     - title: "2005.0-4 vs 2001.0-4"
3804       reference: 3
3805       compare: 5
3806       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca3.yaml"
3807   legend:
3808     - ''
3809     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3810     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3811     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3812     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3813     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3814     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3815
3816 # VPP Performance Changes 3n-skx 2t1c ndr-full
3817 - type: "table"
3818   title: "VPP Performance Changes 3n-skx 2t1c ndr-full"
3819   algorithm: "table_comparison"
3820   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr-full"
3821   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3822   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3823   columns:
3824     - title: "1908.1-2"
3825       data-set: "vpp-performance-changes-3n-skx-h1"
3826     - title: "2001.0-2"
3827       data-set: "vpp-performance-changes-3n-skx-ref"
3828     - title: "2001.0-4"
3829       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3830     - title: "2005.0-3"
3831       data-set: "vpp-performance-changes-3n-skx-cmp"
3832     - title: "2005.0-4"
3833       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3834   comparisons:
3835     - title: "2005.0-4 vs 2005.0-3"
3836       reference: 4
3837       compare: 5
3838       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3839     - title: "2001.0-4 vs 2001.0-2"
3840       reference: 2
3841       compare: 3
3842       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3843     - title: "2005.0-4 vs 2001.0-4"
3844       reference: 3
3845       compare: 5
3846       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca3.yaml"
3847   legend:
3848     - ''
3849     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3850     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3851     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3852     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3853     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3854     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3855
3856 # VPP Performance Changes 3n-skx 4t2c ndr-full
3857 - type: "table"
3858   title: "VPP Performance Changes 3n-skx 4t2c ndr-full"
3859   algorithm: "table_comparison"
3860   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr-full"
3861   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3862   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3863   columns:
3864     - title: "1908.1-2"
3865       data-set: "vpp-performance-changes-3n-skx-h1"
3866     - title: "2001.0-2"
3867       data-set: "vpp-performance-changes-3n-skx-ref"
3868     - title: "2001.0-4"
3869       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3870     - title: "2005.0-3"
3871       data-set: "vpp-performance-changes-3n-skx-cmp"
3872     - title: "2005.0-4"
3873       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3874   comparisons:
3875     - title: "2005.0-4 vs 2005.0-3"
3876       reference: 4
3877       compare: 5
3878       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3879     - title: "2001.0-4 vs 2001.0-2"
3880       reference: 2
3881       compare: 3
3882       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3883     - title: "2005.0-4 vs 2001.0-4"
3884       reference: 3
3885       compare: 5
3886       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca3.yaml"
3887   legend:
3888     - ''
3889     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3890     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3891     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3892     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3893     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3894     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3895
3896 # VPP Performance Changes 2n-skx 2t1c pdr
3897 - type: "table"
3898   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3899   algorithm: "table_comparison"
3900   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3901   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3902   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3903   columns:
3904     - title: "1908.1-2"
3905       data-set: "vpp-performance-changes-2n-skx-h1"
3906     - title: "2001.0-2"
3907       data-set: "vpp-performance-changes-2n-skx-ref"
3908     - title: "2001.0-4"
3909       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3910     - title: "2005.0-4"
3911       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3912   comparisons:
3913     - title: "2001.0-4 vs 2001.0-2"
3914       reference: 2
3915       compare: 3
3916       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3917     - title: "2005.0-4 vs 2001.0-4"
3918       reference: 3
3919       compare: 4
3920       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3921   legend:
3922     - ''
3923     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3924     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3925     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3926     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3927     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3928
3929 # VPP Performance Changes 2n-skx 4t2c pdr
3930 - type: "table"
3931   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3932   algorithm: "table_comparison"
3933   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3934   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3935   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3936   columns:
3937     - title: "1908.1-2"
3938       data-set: "vpp-performance-changes-2n-skx-h1"
3939     - title: "2001.0-2"
3940       data-set: "vpp-performance-changes-2n-skx-ref"
3941     - title: "2001.0-4"
3942       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3943     - title: "2005.0-4"
3944       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3945   comparisons:
3946     - title: "2001.0-4 vs 2001.0-2"
3947       reference: 2
3948       compare: 3
3949       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3950     - title: "2005.0-4 vs 2001.0-4"
3951       reference: 3
3952       compare: 4
3953       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3954   legend:
3955     - ''
3956     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3957     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3958     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3959     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3960     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3961
3962 # VPP Performance Changes 2n-skx 2t1c ndr
3963 - type: "table"
3964   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3965   algorithm: "table_comparison"
3966   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3967   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3968   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3969   columns:
3970     - title: "1908.1-2"
3971       data-set: "vpp-performance-changes-2n-skx-h1"
3972     - title: "2001.0-2"
3973       data-set: "vpp-performance-changes-2n-skx-ref"
3974     - title: "2001.0-4"
3975       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3976     - title: "2005.0-4"
3977       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3978   comparisons:
3979     - title: "2001.0-4 vs 2001.0-2"
3980       reference: 2
3981       compare: 3
3982       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3983     - title: "2005.0-4 vs 2001.0-4"
3984       reference: 3
3985       compare: 4
3986       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3987   legend:
3988     - ''
3989     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3990     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3991     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3992     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3993     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3994
3995 # VPP Performance Changes 2n-skx 4t2c ndr
3996 - type: "table"
3997   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3998   algorithm: "table_comparison"
3999   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
4000   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4001   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4002   columns:
4003     - title: "1908.1-2"
4004       data-set: "vpp-performance-changes-2n-skx-h1"
4005     - title: "2001.0-2"
4006       data-set: "vpp-performance-changes-2n-skx-ref"
4007     - title: "2001.0-4"
4008       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4009     - title: "2005.0-4"
4010       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4011   comparisons:
4012     - title: "2001.0-4 vs 2001.0-2"
4013       reference: 2
4014       compare: 3
4015       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
4016     - title: "2005.0-4 vs 2001.0-4"
4017       reference: 3
4018       compare: 4
4019       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
4020   legend:
4021     - ''
4022     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4023     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4024     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4025     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4026     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4027
4028 # VPP Performance Changes 2n-skx 2t1c pdr-full
4029 - type: "table"
4030   title: "VPP Performance Changes 2n-skx 2t1c pdr-full"
4031   algorithm: "table_comparison"
4032   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr-full"
4033   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4034   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4035   columns:
4036     - title: "1908.1-2"
4037       data-set: "vpp-performance-changes-2n-skx-h1"
4038     - title: "2001.0-2"
4039       data-set: "vpp-performance-changes-2n-skx-ref"
4040     - title: "2001.0-4"
4041       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4042     - title: "2005.0-3"
4043       data-set: "vpp-performance-changes-2n-skx-cmp"
4044     - title: "2005.0-4"
4045       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4046   comparisons:
4047     - title: "2005.0-4 vs 2005.0-3"
4048       reference: 4
4049       compare: 5
4050       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
4051     - title: "2001.0-4 vs 2001.0-2"
4052       reference: 2
4053       compare: 3
4054       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
4055     - title: "2005.0-4 vs 2001.0-4"
4056       reference: 3
4057       compare: 5
4058       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca3.yaml"
4059
4060   legend:
4061     - ''
4062     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4063     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4064     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4065     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4066     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4067     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4068
4069 # VPP Performance Changes 2n-skx 4t2c pdr-full
4070 - type: "table"
4071   title: "VPP Performance Changes 2n-skx 4t2c pdr-full"
4072   algorithm: "table_comparison"
4073   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr-full"
4074   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4075   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4076   columns:
4077     - title: "1908.1-2"
4078       data-set: "vpp-performance-changes-2n-skx-h1"
4079     - title: "2001.0-2"
4080       data-set: "vpp-performance-changes-2n-skx-ref"
4081     - title: "2001.0-4"
4082       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4083     - title: "2005.0-3"
4084       data-set: "vpp-performance-changes-2n-skx-cmp"
4085     - title: "2005.0-4"
4086       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4087   comparisons:
4088     - title: "2005.0-4 vs 2005.0-3"
4089       reference: 4
4090       compare: 5
4091       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
4092     - title: "2001.0-4 vs 2001.0-2"
4093       reference: 2
4094       compare: 3
4095       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
4096     - title: "2005.0-4 vs 2001.0-4"
4097       reference: 3
4098       compare: 5
4099       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca3.yaml"
4100   legend:
4101     - ''
4102     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4103     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4104     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4105     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4106     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4107     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4108
4109 # VPP Performance Changes 2n-skx 2t1c ndr-full
4110 - type: "table"
4111   title: "VPP Performance Changes 2n-skx 2t1c ndr-full"
4112   algorithm: "table_comparison"
4113   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr-full"
4114   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4115   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4116   columns:
4117     - title: "1908.1-2"
4118       data-set: "vpp-performance-changes-2n-skx-h1"
4119     - title: "2001.0-2"
4120       data-set: "vpp-performance-changes-2n-skx-ref"
4121     - title: "2001.0-4"
4122       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4123     - title: "2005.0-3"
4124       data-set: "vpp-performance-changes-2n-skx-cmp"
4125     - title: "2005.0-4"
4126       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4127   comparisons:
4128     - title: "2005.0-4 vs 2005.0-3"
4129       reference: 4
4130       compare: 5
4131       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
4132     - title: "2001.0-4 vs 2001.0-2"
4133       reference: 2
4134       compare: 3
4135       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
4136     - title: "2005.0-4 vs 2001.0-4"
4137       reference: 3
4138       compare: 5
4139       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca3.yaml"
4140   legend:
4141     - ''
4142     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4143     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4144     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4145     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4146     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4147     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4148
4149 # VPP Performance Changes 2n-skx 4t2c ndr-full
4150 - type: "table"
4151   title: "VPP Performance Changes 2n-skx 4t2c ndr-full"
4152   algorithm: "table_comparison"
4153   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr-full"
4154   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4155   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4156   columns:
4157     - title: "1908.1-2"
4158       data-set: "vpp-performance-changes-2n-skx-h1"
4159     - title: "2001.0-2"
4160       data-set: "vpp-performance-changes-2n-skx-ref"
4161     - title: "2001.0-4"
4162       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4163     - title: "2005.0-3"
4164       data-set: "vpp-performance-changes-2n-skx-cmp"
4165     - title: "2005.0-4"
4166       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4167   comparisons:
4168     - title: "2005.0-4 vs 2005.0-3"
4169       reference: 4
4170       compare: 5
4171       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
4172     - title: "2001.0-4 vs 2001.0-2"
4173       reference: 2
4174       compare: 3
4175       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
4176     - title: "2005.0-4 vs 2001.0-4"
4177       reference: 3
4178       compare: 5
4179       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca3.yaml"
4180   legend:
4181     - ''
4182     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4183     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4184     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4185     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4186     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4187     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4188
4189 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
4190 - type: "table"
4191   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
4192   algorithm: "table_comparison"
4193   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
4194   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4195   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4196   columns:
4197     - title: "2001.0-2"
4198       data-set: "vpp-performance-changes-2n-clx-ref"
4199     - title: "2001.0-4"
4200       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4201     - title: "2005.0-4"
4202       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4203   comparisons:
4204     - title: "2001.0-4 vs 2001.0-2"
4205       reference: 1
4206       compare: 2
4207       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4208     - title: "2005.0-4 vs 2001.0-4"
4209       reference: 2
4210       compare: 3
4211       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca2.yaml"
4212   legend:
4213     - ''
4214     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4215     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4216     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4217     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4218     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4219
4220 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
4221 - type: "table"
4222   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
4223   algorithm: "table_comparison"
4224   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
4225   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4226   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4227   columns:
4228     - title: "2001.0-2"
4229       data-set: "vpp-performance-changes-2n-clx-ref"
4230     - title: "2001.0-4"
4231       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4232     - title: "2005.0-4"
4233       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4234   comparisons:
4235     - title: "2001.0-4 vs 2001.0-2"
4236       reference: 1
4237       compare: 2
4238       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4239     - title: "2005.0-4 vs 2001.0-4"
4240       reference: 2
4241       compare: 3
4242       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca2.yaml"
4243   legend:
4244     - ''
4245     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4246     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4247     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4248     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4249     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4250
4251 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
4252 - type: "table"
4253   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
4254   algorithm: "table_comparison"
4255   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
4256   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4257   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4258   columns:
4259     - title: "2001.0-2"
4260       data-set: "vpp-performance-changes-2n-clx-ref"
4261     - title: "2001.0-4"
4262       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4263     - title: "2005.0-4"
4264       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4265   comparisons:
4266     - title: "2001.0-4 vs 2001.0-2"
4267       reference: 1
4268       compare: 2
4269       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4270     - title: "2005.0-4 vs 2001.0-4"
4271       reference: 2
4272       compare: 3
4273       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca2.yaml"
4274   legend:
4275     - ''
4276     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4277     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4278     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4279     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4280     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4281
4282 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
4283 - type: "table"
4284   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
4285   algorithm: "table_comparison"
4286   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
4287   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4288   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4289   columns:
4290     - title: "2001.0-2"
4291       data-set: "vpp-performance-changes-2n-clx-ref"
4292     - title: "2001.0-4"
4293       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4294     - title: "2005.0-4"
4295       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4296   comparisons:
4297     - title: "2001.0-4 vs 2001.0-2"
4298       reference: 1
4299       compare: 2
4300       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4301     - title: "2005.0-4 vs 2001.0-4"
4302       reference: 2
4303       compare: 3
4304       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca2.yaml"
4305   legend:
4306     - ''
4307     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4308     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4309     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4310     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4311     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4312
4313 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr-full
4314 - type: "table"
4315   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr-full"
4316   algorithm: "table_comparison"
4317   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr-full"
4318   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4319   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4320   columns:
4321     - title: "2001.0-2"
4322       data-set: "vpp-performance-changes-2n-clx-ref"
4323     - title: "2001.0-4"
4324       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4325     - title: "2005.0-3"
4326       data-set: "vpp-performance-changes-2n-clx-cmp"
4327     - title: "2005.0-4"
4328       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4329   comparisons:
4330     - title: "2005.0-4 vs 2005.0-3"
4331       reference: 3
4332       compare: 4
4333       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4334     - title: "2001.0-4 vs 2001.0-2"
4335       reference: 1
4336       compare: 2
4337       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca2.yaml"
4338     - title: "2005.0-4 vs 2001.0-4"
4339       reference: 2
4340       compare: 4
4341       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca3.yaml"
4342   legend:
4343     - ''
4344     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4345     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4346     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4347     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4348     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4349     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4350
4351 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr-full
4352 - type: "table"
4353   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr-full"
4354   algorithm: "table_comparison"
4355   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr-full"
4356   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4357   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4358   columns:
4359     - title: "2001.0-2"
4360       data-set: "vpp-performance-changes-2n-clx-ref"
4361     - title: "2001.0-4"
4362       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4363     - title: "2005.0-3"
4364       data-set: "vpp-performance-changes-2n-clx-cmp"
4365     - title: "2005.0-4"
4366       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4367   comparisons:
4368     - title: "2005.0-4 vs 2005.0-3"
4369       reference: 3
4370       compare: 4
4371       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4372     - title: "2001.0-4 vs 2001.0-2"
4373       reference: 1
4374       compare: 2
4375       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca2.yaml"
4376     - title: "2005.0-4 vs 2001.0-4"
4377       reference: 2
4378       compare: 4
4379       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca3.yaml"
4380   legend:
4381     - ''
4382     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4383     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4384     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4385     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4386     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4387     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4388
4389 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr-full
4390 - type: "table"
4391   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr-full"
4392   algorithm: "table_comparison"
4393   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr-full"
4394   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4395   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4396   columns:
4397     - title: "2001.0-2"
4398       data-set: "vpp-performance-changes-2n-clx-ref"
4399     - title: "2001.0-4"
4400       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4401     - title: "2005.0-3"
4402       data-set: "vpp-performance-changes-2n-clx-cmp"
4403     - title: "2005.0-4"
4404       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4405   comparisons:
4406     - title: "2005.0-4 vs 2005.0-3"
4407       reference: 3
4408       compare: 4
4409       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4410     - title: "2001.0-4 vs 2001.0-2"
4411       reference: 1
4412       compare: 2
4413       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca2.yaml"
4414     - title: "2005.0-4 vs 2001.0-4"
4415       reference: 2
4416       compare: 4
4417       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca3.yaml"
4418   legend:
4419     - ''
4420     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4421     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4422     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4423     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4424     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4425     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4426
4427 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr-full
4428 - type: "table"
4429   title: "VPP Performance Changes 2n-clx-xxv710 ndr-full"
4430   algorithm: "table_comparison"
4431   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr-full"
4432   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4433   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4434   columns:
4435     - title: "2001.0-2"
4436       data-set: "vpp-performance-changes-2n-clx-ref"
4437     - title: "2001.0-4"
4438       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4439     - title: "2005.0-3"
4440       data-set: "vpp-performance-changes-2n-clx-cmp"
4441     - title: "2005.0-4"
4442       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4443   comparisons:
4444     - title: "2005.0-4 vs 2005.0-3"
4445       reference: 3
4446       compare: 4
4447       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4448     - title: "2001.0-4 vs 2001.0-2"
4449       reference: 1
4450       compare: 2
4451       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca2.yaml"
4452     - title: "2005.0-4 vs 2001.0-4"
4453       reference: 2
4454       compare: 4
4455       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca3.yaml"
4456   legend:
4457     - ''
4458     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4459     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4460     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4461     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4462     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4463     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4464
4465 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
4466 #- type: "table"
4467 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
4468 #  algorithm: "table_comparison"
4469 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
4470 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4471 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4472 #  columns:
4473 #    - title: "2001.0-2"
4474 #      data-set: "vpp-performance-changes-2n-clx-ref"
4475 #    - title: "2005.0-3"
4476 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4477 #  comparisons:
4478 #    - title: "Diff"
4479 #      reference: 1
4480 #      compare: 2
4481 #  legend:
4482 #    - ''
4483 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4484 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4485 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4486 #    - '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.'
4487 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4488 #
4489 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
4490 #- type: "table"
4491 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
4492 #  algorithm: "table_comparison"
4493 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
4494 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4495 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4496 #  columns:
4497 #    - title: "2001.0-2"
4498 #      data-set: "vpp-performance-changes-2n-clx-ref"
4499 #    - title: "2005.0-3"
4500 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4501 #  comparisons:
4502 #    - title: "Diff"
4503 #      reference: 1
4504 #      compare: 2
4505 #  legend:
4506 #    - ''
4507 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4508 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4509 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4510 #    - '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.'
4511 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4512 #
4513 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
4514 #- type: "table"
4515 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
4516 #  algorithm: "table_comparison"
4517 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
4518 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4519 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4520 #  columns:
4521 #    - title: "2001.0-2"
4522 #      data-set: "vpp-performance-changes-2n-clx-ref"
4523 #    - title: "2005.0-3"
4524 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4525 #  comparisons:
4526 #    - title: "Diff"
4527 #      reference: 1
4528 #      compare: 2
4529 #  legend:
4530 #    - ''
4531 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4532 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4533 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4534 #    - '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.'
4535 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4536 #
4537 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
4538 #- type: "table"
4539 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
4540 #  algorithm: "table_comparison"
4541 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
4542 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4543 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4544 #  columns:
4545 #    - title: "2001.0-2"
4546 #      data-set: "vpp-performance-changes-2n-clx-ref"
4547 #    - title: "2005.0-3"
4548 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4549 #  comparisons:
4550 #    - title: "Diff"
4551 #      reference: 1
4552 #      compare: 2
4553 #  legend:
4554 #    - ''
4555 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4556 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4557 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4558 #    - '2005.0-3 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4559 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4560
4561 # VPP Performance Changes 2n-dnv 1t1c pdr
4562 - type: "table"
4563   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
4564   algorithm: "table_comparison"
4565   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
4566   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4567   filter: "'1T1C'"
4568   columns:
4569     - title: "1908.1-2"
4570       data-set: "vpp-performance-changes-2n-dnv-h1"
4571     - title: "2001.0-2"
4572       data-set: "vpp-performance-changes-2n-dnv-ref"
4573     - title: "2005.0-3"
4574       data-set: "vpp-performance-changes-2n-dnv-cmp"
4575   comparisons:
4576     - title: "2005.0-3 vs 2001.0-2"
4577       reference: 2
4578       compare: 3
4579   legend:
4580     - ''
4581     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4582     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4583     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4584     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4585
4586 # VPP Performance Changes 2n-dnv 2t2c pdr
4587 - type: "table"
4588   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
4589   algorithm: "table_comparison"
4590   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
4591   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4592   filter: "'2T2C'"
4593   columns:
4594     - title: "1908.1-2"
4595       data-set: "vpp-performance-changes-2n-dnv-h1"
4596     - title: "2001.0-2"
4597       data-set: "vpp-performance-changes-2n-dnv-ref"
4598     - title: "2005.0-3"
4599       data-set: "vpp-performance-changes-2n-dnv-cmp"
4600   comparisons:
4601     - title: "2005.0-3 vs 2001.0-2"
4602       reference: 2
4603       compare: 3
4604   legend:
4605     - ''
4606     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4607     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4608     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4609     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4610
4611 # VPP Performance Changes 2n-dnv 1t1c ndr
4612 - type: "table"
4613   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
4614   algorithm: "table_comparison"
4615   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
4616   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4617   filter: "'1T1C'"
4618   columns:
4619     - title: "1908.1-2"
4620       data-set: "vpp-performance-changes-2n-dnv-h1"
4621     - title: "2001.0-2"
4622       data-set: "vpp-performance-changes-2n-dnv-ref"
4623     - title: "2005.0-3"
4624       data-set: "vpp-performance-changes-2n-dnv-cmp"
4625   comparisons:
4626     - title: "2005.0-3 vs 2001.0-2"
4627       reference: 2
4628       compare: 3
4629   legend:
4630     - ''
4631     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4632     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4633     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4634     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4635
4636 # VPP Performance Changes 2n-dnv 2t2c ndr
4637 - type: "table"
4638   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4639   algorithm: "table_comparison"
4640   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4641   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4642   filter: "'2T2C'"
4643   columns:
4644     - title: "1908.1-2"
4645       data-set: "vpp-performance-changes-2n-dnv-h1"
4646     - title: "2001.0-2"
4647       data-set: "vpp-performance-changes-2n-dnv-ref"
4648     - title: "2005.0-3"
4649       data-set: "vpp-performance-changes-2n-dnv-cmp"
4650   comparisons:
4651     - title: "2005.0-3 vs 2001.0-2"
4652       reference: 2
4653       compare: 3
4654   legend:
4655     - ''
4656     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4657     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4658     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4659     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4660
4661 # VPP Performance Changes 3n-dnv 1t1c pdr
4662 - type: "table"
4663   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4664   algorithm: "table_comparison"
4665   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4666   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4667   filter: "'1T1C'"
4668   columns:
4669     - title: "1908.1-2"
4670       data-set: "vpp-performance-changes-3n-dnv-h1"
4671     - title: "2001.0-2"
4672       data-set: "vpp-performance-changes-3n-dnv-ref"
4673     - title: "2005.0-3"
4674       data-set: "vpp-performance-changes-3n-dnv-cmp"
4675   comparisons:
4676     - title: "2005.0-3 vs 2001.0-2"
4677       reference: 2
4678       compare: 3
4679   legend:
4680     - ''
4681     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4682     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4683     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4684     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4685
4686 # VPP Performance Changes 3n-dnv 2t2c pdr
4687 - type: "table"
4688   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4689   algorithm: "table_comparison"
4690   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4691   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4692   filter: "'2T2C'"
4693   columns:
4694     - title: "1908.1-2"
4695       data-set: "vpp-performance-changes-3n-dnv-h1"
4696     - title: "2001.0-2"
4697       data-set: "vpp-performance-changes-3n-dnv-ref"
4698     - title: "2005.0-3"
4699       data-set: "vpp-performance-changes-3n-dnv-cmp"
4700   comparisons:
4701     - title: "2005.0-3 vs 2001.0-2"
4702       reference: 2
4703       compare: 3
4704   legend:
4705     - ''
4706     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4707     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4708     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4709     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4710
4711 # VPP Performance Changes 3n-dnv 1t1c ndr
4712 - type: "table"
4713   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4714   algorithm: "table_comparison"
4715   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4716   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4717   filter: "'1T1C'"
4718   columns:
4719     - title: "1908.1-2"
4720       data-set: "vpp-performance-changes-3n-dnv-h1"
4721     - title: "2001.0-2"
4722       data-set: "vpp-performance-changes-3n-dnv-ref"
4723     - title: "2005.0-3"
4724       data-set: "vpp-performance-changes-3n-dnv-cmp"
4725   comparisons:
4726     - title: "2005.0-3 vs 2001.0-2"
4727       reference: 2
4728       compare: 3
4729   legend:
4730     - ''
4731     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4732     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4733     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4734     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4735
4736 # VPP Performance Changes 3n-dnv 2t2c ndr
4737 - type: "table"
4738   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4739   algorithm: "table_comparison"
4740   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4741   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4742   filter: "'2T2C'"
4743   columns:
4744     - title: "1908.1-2"
4745       data-set: "vpp-performance-changes-3n-dnv-h1"
4746     - title: "2001.0-2"
4747       data-set: "vpp-performance-changes-3n-dnv-ref"
4748     - title: "2005.0-3"
4749       data-set: "vpp-performance-changes-3n-dnv-cmp"
4750   comparisons:
4751     - title: "2005.0-3 vs 2001.0-2"
4752       reference: 2
4753       compare: 3
4754   legend:
4755     - ''
4756     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4757     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4758     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4759     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4760
4761 # VPP Performance Changes 3n-tsh 1t1c pdr
4762 - type: "table"
4763   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4764   algorithm: "table_comparison"
4765   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4766   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4767   filter: "'1T1C'"
4768   columns:
4769     - title: "1908.1-2"
4770       data-set: "vpp-performance-changes-3n-tsh-h1"
4771     - title: "2001.0-2"
4772       data-set: "vpp-performance-changes-3n-tsh-ref"
4773     - title: "2001.0-4"
4774       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4775     - title: "2005.0-4"
4776       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4777   comparisons:
4778     - title: "2001.0-4 vs 2001.0-2"
4779       reference: 2
4780       compare: 3
4781       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4782     - title: "2005.0-4 vs 2001.0-4"
4783       reference: 3
4784       compare: 4
4785       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4786   legend:
4787     - ''
4788     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4789     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4790     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4791     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4792     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4793
4794 # VPP Performance Changes 3n-tsh 2t2c pdr
4795 - type: "table"
4796   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4797   algorithm: "table_comparison"
4798   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4799   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4800   filter: "'2T2C'"
4801   columns:
4802     - title: "1908.1-2"
4803       data-set: "vpp-performance-changes-3n-tsh-h1"
4804     - title: "2001.0-2"
4805       data-set: "vpp-performance-changes-3n-tsh-ref"
4806     - title: "2001.0-4"
4807       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4808     - title: "2005.0-4"
4809       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4810   comparisons:
4811     - title: "2001.0-4 vs 2001.0-2"
4812       reference: 2
4813       compare: 3
4814       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4815     - title: "2005.0-4 vs 2001.0-4"
4816       reference: 3
4817       compare: 4
4818       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4819   legend:
4820     - ''
4821     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4822     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4823     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4824     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4825     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4826
4827 # VPP Performance Changes 3n-tsh 1t1c ndr
4828 - type: "table"
4829   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4830   algorithm: "table_comparison"
4831   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4832   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4833   filter: "'1T1C'"
4834   columns:
4835     - title: "1908.1-2"
4836       data-set: "vpp-performance-changes-3n-tsh-h1"
4837     - title: "2001.0-2"
4838       data-set: "vpp-performance-changes-3n-tsh-ref"
4839     - title: "2001.0-4"
4840       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4841     - title: "2005.0-4"
4842       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4843   comparisons:
4844     - title: "2001.0-4 vs 2001.0-2"
4845       reference: 2
4846       compare: 3
4847       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4848     - title: "2005.0-4 vs 2001.0-4"
4849       reference: 3
4850       compare: 4
4851       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4852   legend:
4853     - ''
4854     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4855     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4856     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4857     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4858     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4859
4860 # VPP Performance Changes 3n-tsh 2t2c ndr
4861 - type: "table"
4862   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4863   algorithm: "table_comparison"
4864   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4865   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4866   filter: "'2T2C'"
4867   columns:
4868     - title: "1908.1-2"
4869       data-set: "vpp-performance-changes-3n-tsh-h1"
4870     - title: "2001.0-2"
4871       data-set: "vpp-performance-changes-3n-tsh-ref"
4872     - title: "2001.0-4"
4873       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4874     - title: "2005.0-4"
4875       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4876   comparisons:
4877     - title: "2001.0-4 vs 2001.0-2"
4878       reference: 2
4879       compare: 3
4880       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4881     - title: "2005.0-4 vs 2001.0-4"
4882       reference: 3
4883       compare: 4
4884       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4885   legend:
4886     - ''
4887     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4888     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4889     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4890     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4891     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4892
4893 # VPP Performance Changes 3n-tsh 1t1c pdr-full
4894 - type: "table"
4895   title: "VPP Performance Changes 3n-tsh 1t1c pdr-full"
4896   algorithm: "table_comparison"
4897   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr-full"
4898   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4899   filter: "'1T1C'"
4900   columns:
4901     - title: "1908.1-2"
4902       data-set: "vpp-performance-changes-3n-tsh-h1"
4903     - title: "2001.0-2"
4904       data-set: "vpp-performance-changes-3n-tsh-ref"
4905     - title: "2001.0-4"
4906       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4907     - title: "2005.0-3"
4908       data-set: "vpp-performance-changes-3n-tsh-cmp"
4909     - title: "2005.0-4"
4910       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4911   comparisons:
4912     - title: "2005.0-4 vs 2005.0-3"
4913       reference: 4
4914       compare: 5
4915       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4916     - title: "2001.0-4 vs 2001.0-2"
4917       reference: 2
4918       compare: 3
4919       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4920     - title: "2005.0-4 vs 2001.0-4"
4921       reference: 3
4922       compare: 5
4923       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca3.yaml"
4924   legend:
4925     - ''
4926     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4927     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4928     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4929     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4930     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4931     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4932
4933 # VPP Performance Changes 3n-tsh 2t2c pdr-full
4934 - type: "table"
4935   title: "VPP Performance Changes 3n-tsh 2t2c pdr-full"
4936   algorithm: "table_comparison"
4937   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr-full"
4938   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4939   filter: "'2T2C'"
4940   columns:
4941     - title: "1908.1-2"
4942       data-set: "vpp-performance-changes-3n-tsh-h1"
4943     - title: "2001.0-2"
4944       data-set: "vpp-performance-changes-3n-tsh-ref"
4945     - title: "2001.0-4"
4946       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4947     - title: "2005.0-3"
4948       data-set: "vpp-performance-changes-3n-tsh-cmp"
4949     - title: "2005.0-4"
4950       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4951   comparisons:
4952     - title: "2005.0-4 vs 2005.0-3"
4953       reference: 4
4954       compare: 5
4955       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4956     - title: "2001.0-4 vs 2001.0-2"
4957       reference: 2
4958       compare: 3
4959       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4960     - title: "2005.0-4 vs 2001.0-4"
4961       reference: 3
4962       compare: 5
4963       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca3.yaml"
4964   legend:
4965     - ''
4966     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4967     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4968     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4969     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4970     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4971     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4972
4973 # VPP Performance Changes 3n-tsh 1t1c ndr-full
4974 - type: "table"
4975   title: "VPP Performance Changes 3n-tsh 1t1c ndr-full"
4976   algorithm: "table_comparison"
4977   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr-full"
4978   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4979   filter: "'1T1C'"
4980   columns:
4981     - title: "1908.1-2"
4982       data-set: "vpp-performance-changes-3n-tsh-h1"
4983     - title: "2001.0-2"
4984       data-set: "vpp-performance-changes-3n-tsh-ref"
4985     - title: "2001.0-4"
4986       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4987     - title: "2005.0-3"
4988       data-set: "vpp-performance-changes-3n-tsh-cmp"
4989     - title: "2005.0-4"
4990       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4991   comparisons:
4992     - title: "2005.0-4 vs 2005.0-3"
4993       reference: 4
4994       compare: 5
4995       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4996     - title: "2001.0-4 vs 2001.0-2"
4997       reference: 2
4998       compare: 3
4999       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
5000     - title: "2005.0-4 vs 2001.0-4"
5001       reference: 3
5002       compare: 5
5003       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca3.yaml"
5004   legend:
5005     - ''
5006     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
5007     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5008     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5009     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
5010     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5011     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
5012
5013 # VPP Performance Changes 3n-tsh 2t2c ndr-full
5014 - type: "table"
5015   title: "VPP Performance Changes 3n-tsh 2t2c ndr-full"
5016   algorithm: "table_comparison"
5017   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr-full"
5018   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5019   filter: "'2T2C'"
5020   columns:
5021     - title: "1908.1-2"
5022       data-set: "vpp-performance-changes-3n-tsh-h1"
5023     - title: "2001.0-2"
5024       data-set: "vpp-performance-changes-3n-tsh-ref"
5025     - title: "2001.0-4"
5026       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
5027     - title: "2005.0-3"
5028       data-set: "vpp-performance-changes-3n-tsh-cmp"
5029     - title: "2005.0-4"
5030       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
5031   comparisons:
5032     - title: "2005.0-4 vs 2005.0-3"
5033       reference: 4
5034       compare: 5
5035       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
5036     - title: "2001.0-4 vs 2001.0-2"
5037       reference: 2
5038       compare: 3
5039       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
5040     - title: "2005.0-4 vs 2001.0-4"
5041       reference: 3
5042       compare: 5
5043       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca3.yaml"
5044   legend:
5045     - ''
5046     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
5047     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5048     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5049     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
5050     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5051     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
5052
5053 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
5054 - type: "table"
5055   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
5056   algorithm: "table_comparison"
5057   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
5058   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5059   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5060   columns:
5061     - title: "3n-hsw xl710"
5062       data-set: "vpp-compare-testbeds-ref"
5063       tag: "NIC_Intel-XL710"
5064     - title: "3n-skx xxv710"
5065       data-set: "vpp-compare-testbeds-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 3n-hsw to 3n-skx 2c ndr
5077 - type: "table"
5078   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
5079   algorithm: "table_comparison"
5080   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
5081   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5082   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5083   columns:
5084     - title: "3n-hsw xl710"
5085       data-set: "vpp-compare-testbeds-ref"
5086       tag: "NIC_Intel-XL710"
5087     - title: "3n-skx xxv710"
5088       data-set: "vpp-compare-testbeds-cmp"
5089       tag: "NIC_Intel-XXV710"
5090   comparisons:
5091     - title: "Diff"
5092       reference: 1
5093       compare: 2
5094   legend:
5095     - ""
5096     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5097     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5098
5099 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
5100 - type: "table"
5101   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
5102   algorithm: "table_comparison"
5103   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
5104   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5105   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5106   columns:
5107     - title: "3n-hsw xl710"
5108       data-set: "vpp-compare-testbeds-ref"
5109       tag: "NIC_Intel-XL710"
5110     - title: "3n-skx xxv710"
5111       data-set: "vpp-compare-testbeds-cmp"
5112       tag: "NIC_Intel-XXV710"
5113   comparisons:
5114     - title: "Diff"
5115       reference: 1
5116       compare: 2
5117   legend:
5118     - ""
5119     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5120     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5121
5122 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
5123 - type: "table"
5124   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
5125   algorithm: "table_comparison"
5126   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
5127   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5128   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5129   columns:
5130     - title: "3n-hsw xl710"
5131       data-set: "vpp-compare-testbeds-ref"
5132       tag: "NIC_Intel-XL710"
5133     - title: "3n-skx xxv710"
5134       data-set: "vpp-compare-testbeds-cmp"
5135       tag: "NIC_Intel-XXV710"
5136   comparisons:
5137     - title: "Diff"
5138       reference: 1
5139       compare: 2
5140   legend:
5141     - ""
5142     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5143     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5144
5145 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
5146 - type: "table"
5147   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
5148   algorithm: "table_comparison"
5149   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
5150   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5151   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5152   columns:
5153     - title: "2n-skx"
5154       data-set: "vpp-compare-testbeds-skx-clx-ref"
5155     - title: "2n-clx"
5156       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5157   comparisons:
5158     - title: "Diff"
5159       reference: 1
5160       compare: 2
5161   legend:
5162     - ""
5163     - "2n-skx, 2n-clx - testbeds and NICs tested."
5164     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5165
5166 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
5167 - type: "table"
5168   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
5169   algorithm: "table_comparison"
5170   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
5171   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5172   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5173   columns:
5174     - title: "2n-skx"
5175       data-set: "vpp-compare-testbeds-skx-clx-ref"
5176     - title: "2n-clx"
5177       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5178   comparisons:
5179     - title: "Diff"
5180       reference: 1
5181       compare: 2
5182   legend:
5183     - ""
5184     - "2n-skx, 2n-clx - testbeds and NICs tested."
5185     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5186
5187 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
5188 - type: "table"
5189   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
5190   algorithm: "table_comparison"
5191   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
5192   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5193   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5194   columns:
5195     - title: "2n-skx"
5196       data-set: "vpp-compare-testbeds-skx-clx-ref"
5197     - title: "2n-clx"
5198       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5199   comparisons:
5200     - title: "Diff"
5201       reference: 1
5202       compare: 2
5203   legend:
5204     - ""
5205     - "2n-skx, 2n-clx - testbeds and NICs tested."
5206     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5207
5208 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
5209 - type: "table"
5210   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
5211   algorithm: "table_comparison"
5212   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
5213   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5214   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5215   columns:
5216     - title: "2n-skx"
5217       data-set: "vpp-compare-testbeds-skx-clx-ref"
5218     - title: "2n-clx"
5219       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5220   comparisons:
5221     - title: "Diff"
5222       reference: 1
5223       compare: 2
5224   legend:
5225     - ""
5226     - "2n-skx, 2n-clx - testbeds and NICs tested."
5227     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5228
5229 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
5230 - type: "table"
5231   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
5232   algorithm: "table_comparison"
5233   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
5234   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5235   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5236   columns:
5237     - title: "3n-hsw xl710"
5238       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5239       tag: "NIC_Intel-XL710"
5240     - title: "2n-clx xxv710"
5241       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5242       tag: "NIC_Intel-XXV710"
5243   comparisons:
5244     - title: "Diff"
5245       reference: 1
5246       compare: 2
5247   legend:
5248     - ""
5249     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5250     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5251
5252 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
5253 - type: "table"
5254   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
5255   algorithm: "table_comparison"
5256   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
5257   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5258   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5259   columns:
5260     - title: "3n-hsw xl710"
5261       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5262       tag: "NIC_Intel-XL710"
5263     - title: "2n-clx xxv710"
5264       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5265       tag: "NIC_Intel-XXV710"
5266   comparisons:
5267     - title: "Diff"
5268       reference: 1
5269       compare: 2
5270   legend:
5271     - ""
5272     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5273     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5274
5275 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
5276 - type: "table"
5277   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
5278   algorithm: "table_comparison"
5279   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
5280   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5281   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5282   columns:
5283     - title: "3n-hsw xl710"
5284       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5285       tag: "NIC_Intel-XL710"
5286     - title: "2n-clx xxv710"
5287       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5288       tag: "NIC_Intel-XXV710"
5289   comparisons:
5290     - title: "Diff"
5291       reference: 1
5292       compare: 2
5293   legend:
5294     - ""
5295     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5296     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5297
5298 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
5299 - type: "table"
5300   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
5301   algorithm: "table_comparison"
5302   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
5303   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5304   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5305   columns:
5306     - title: "3n-hsw xl710"
5307       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5308       tag: "NIC_Intel-XL710"
5309     - title: "2n-clx xxv710"
5310       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5311       tag: "NIC_Intel-XXV710"
5312   comparisons:
5313     - title: "Diff"
5314       reference: 1
5315       compare: 2
5316   legend:
5317     - ""
5318     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5319     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5320
5321 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
5322 - type: "table"
5323   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
5324   algorithm: "table_comparison"
5325   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
5326   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5327   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5328   columns:
5329     - title: "3n-skx"
5330       data-set: "vpp-compare-topologies-ref"
5331     - title: "2n-skx"
5332       data-set: "vpp-compare-topologies-cmp"
5333   comparisons:
5334     - title: "Diff"
5335       reference: 1
5336       compare: 2
5337   legend:
5338     - ""
5339     - "3n-skx, 2n-skx - topologies tested."
5340     - "Diff - difference between 3n-skx and 2n-skx topologies."
5341
5342 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
5343 - type: "table"
5344   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
5345   algorithm: "table_comparison"
5346   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
5347   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5348   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5349   columns:
5350     - title: "3n-skx"
5351       data-set: "vpp-compare-topologies-ref"
5352     - title: "2n-skx"
5353       data-set: "vpp-compare-topologies-cmp"
5354   comparisons:
5355     - title: "Diff"
5356       reference: 1
5357       compare: 2
5358   legend:
5359     - ""
5360     - "3n-skx, 2n-skx - topologies tested."
5361     - "Diff - difference between 3n-skx and 2n-skx topologies."
5362
5363 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
5364 - type: "table"
5365   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
5366   algorithm: "table_comparison"
5367   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
5368   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5369   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5370   columns:
5371     - title: "3n-skx"
5372       data-set: "vpp-compare-topologies-ref"
5373     - title: "2n-skx"
5374       data-set: "vpp-compare-topologies-cmp"
5375   comparisons:
5376     - title: "Diff"
5377       reference: 1
5378       compare: 2
5379   legend:
5380     - ""
5381     - "3n-skx, 2n-skx - topologies tested."
5382     - "Diff - difference between 3n-skx and 2n-skx topologies."
5383
5384 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
5385 - type: "table"
5386   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
5387   algorithm: "table_comparison"
5388   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
5389   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5390   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5391   columns:
5392     - title: "3n-skx"
5393       data-set: "vpp-compare-topologies-ref"
5394     - title: "2n-skx"
5395       data-set: "vpp-compare-topologies-cmp"
5396   comparisons:
5397     - title: "Diff"
5398       reference: 1
5399       compare: 2
5400   legend:
5401     - ""
5402     - "3n-skx, 2n-skx - topologies tested."
5403     - "Diff - difference between 3n-skx and 2n-skx topologies."
5404
5405 # VPP Performance Changes 3n-hsw 1t1c mrr
5406 - type: "table"
5407   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
5408   algorithm: "table_comparison"
5409   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
5410   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5411   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5412   columns:
5413     - title: "1908.1-2"
5414       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5415     - title: "2001.0-2"
5416       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5417     - title: "2005.0-3"
5418       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5419     - title: "2005.0-4"
5420       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5421   comparisons:
5422     - title: "2005.0-4 vs 2005.0-3"
5423       reference: 3
5424       compare: 4
5425       rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
5426     - title: "2005.0-4 vs 2001.0-2"
5427       reference: 2
5428       compare: 4
5429       rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
5430   legend:
5431     - ''
5432     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5433     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5434     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5435     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5436     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5437
5438 # VPP Performance Changes 3n-hsw 2t2c mrr
5439 - type: "table"
5440   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
5441   algorithm: "table_comparison"
5442   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
5443   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5444   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5445   columns:
5446     - title: "1908.1-2"
5447       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5448     - title: "2001.0-2"
5449       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5450     - title: "2005.0-3"
5451       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5452     - title: "2005.0-4"
5453       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5454   comparisons:
5455     - title: "2005.0-4 vs 2005.0-3"
5456       reference: 3
5457       compare: 4
5458       rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
5459     - title: "2005.0-4 vs 2001.0-2"
5460       reference: 2
5461       compare: 4
5462       rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
5463   legend:
5464     - ''
5465     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5466     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5467     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5468     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5469     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5470
5471 # VPP Performance Changes 3n-hsw 4t4c mrr
5472 - type: "table"
5473   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
5474   algorithm: "table_comparison"
5475   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
5476   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5477   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5478   columns:
5479     - title: "1908.1-2"
5480       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5481     - title: "2001.0-2"
5482       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5483     - title: "2005.0-3"
5484       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5485     - title: "2005.0-4"
5486       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5487   comparisons:
5488     - title: "2005.0-4 vs 2005.0-3"
5489       reference: 3
5490       compare: 4
5491       rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
5492     - title: "2005.0-4 vs 2001.0-2"
5493       reference: 2
5494       compare: 4
5495       rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
5496   legend:
5497     - ''
5498     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5499     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5500     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5501     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5502     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5503
5504 # VPP Performance Changes 3n-skx 2t1c mrr
5505 - type: "table"
5506   title: "VPP Performance Changes 3n-skx 2t1c mrr"
5507   algorithm: "table_comparison"
5508   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
5509   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5510   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5511   columns:
5512     - title: "2001.0-2"
5513       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5514     - title: "2005.0-3"
5515       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5516     - title: "2005.0-4"
5517       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5518   comparisons:
5519     - title: "2005.0-4 vs 2005.0-3"
5520       reference: 2
5521       compare: 3
5522       rca-file: "rca/rca-3n-skx-2t1c-mrr-rca1.yaml"
5523     - title: "2005.0-4 vs 2001.0-2"
5524       reference: 1
5525       compare: 3
5526       rca-file: "rca/rca-3n-skx-2t1c-mrr-rca2.yaml"
5527   legend:
5528     - ''
5529     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5530     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5531     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5532     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5533     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5534
5535 # VPP Performance Changes 3n-skx 4t2c mrr
5536 - type: "table"
5537   title: "VPP Performance Changes 3n-skx 4t2c mrr"
5538   algorithm: "table_comparison"
5539   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
5540   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5541   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5542   columns:
5543     - title: "2001.0-2"
5544       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5545     - title: "2005.0-3"
5546       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5547     - title: "2005.0-4"
5548       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5549   comparisons:
5550     - title: "2005.0-4 vs 2005.0-3"
5551       reference: 2
5552       compare: 3
5553       rca-file: "rca/rca-3n-skx-4t2c-mrr-rca1.yaml"
5554     - title: "2005.0-4 vs 2001.0-2"
5555       reference: 1
5556       compare: 3
5557       rca-file: "rca/rca-3n-skx-4t2c-mrr-rca2.yaml"
5558   legend:
5559     - ''
5560     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5561     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5562     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5563     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5564     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5565
5566 # VPP Performance Changes 3n-skx 8t4c mrr
5567 - type: "table"
5568   title: "VPP Performance Changes 3n-skx 8t4c mrr"
5569   algorithm: "table_comparison"
5570   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
5571   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5572   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5573   columns:
5574     - title: "2001.0-2"
5575       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5576     - title: "2005.0-3"
5577       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5578     - title: "2005.0-4"
5579       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5580   comparisons:
5581     - title: "2005.0-4 vs 2005.0-3"
5582       reference: 2
5583       compare: 3
5584       rca-file: "rca/rca-3n-skx-8t4c-mrr-rca1.yaml"
5585     - title: "2005.0-4 vs 2001.0-2"
5586       reference: 1
5587       compare: 3
5588       rca-file: "rca/rca-3n-skx-8t4c-mrr-rca2.yaml"
5589   legend:
5590     - ''
5591     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5592     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5593     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5594     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5595     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5596
5597 # VPP Performance Changes 2n-skx 2t1c mrr
5598 - type: "table"
5599   title: "VPP Performance Changes 2n-skx 2t1c mrr"
5600   algorithm: "table_comparison"
5601   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
5602   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5603   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5604   columns:
5605     - title: "2001.0-2"
5606       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5607     - title: "2005.0-3"
5608       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5609     - title: "2005.0-4"
5610       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5611   comparisons:
5612     - title: "2005.0-4 vs 2005.0-3"
5613       reference: 2
5614       compare: 3
5615       rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
5616     - title: "2005.0-4 vs 2001.0-2"
5617       reference: 1
5618       compare: 3
5619       rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
5620   legend:
5621     - ''
5622     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5623     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5624     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5625     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5626     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5627
5628 # VPP Performance Changes 2n-skx 4t2c mrr
5629 - type: "table"
5630   title: "VPP Performance Changes 2n-skx 4t2c mrr"
5631   algorithm: "table_comparison"
5632   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
5633   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5634   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5635   columns:
5636     - title: "2001.0-2"
5637       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5638     - title: "2005.0-3"
5639       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5640     - title: "2005.0-4"
5641       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5642   comparisons:
5643     - title: "2005.0-4 vs 2005.0-3"
5644       reference: 2
5645       compare: 3
5646       rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
5647     - title: "2005.0-4 vs 2001.0-2"
5648       reference: 1
5649       compare: 3
5650       rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
5651   legend:
5652     - ''
5653     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5654     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5655     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5656     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5657     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5658
5659 # VPP Performance Changes 2n-skx 8t4c mrr
5660 - type: "table"
5661   title: "VPP Performance Changes 2n-skx 8t4c mrr"
5662   algorithm: "table_comparison"
5663   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
5664   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5665   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5666   columns:
5667     - title: "2001.0-2"
5668       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5669     - title: "2005.0-3"
5670       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5671     - title: "2005.0-4"
5672       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5673   comparisons:
5674     - title: "2005.0-4 vs 2005.0-3"
5675       reference: 2
5676       compare: 3
5677       rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
5678     - title: "2005.0-4 vs 2001.0-2"
5679       reference: 1
5680       compare: 3
5681       rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
5682   legend:
5683     - ''
5684     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5685     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5686     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5687     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5688     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5689
5690 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
5691 - type: "table"
5692   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
5693   algorithm: "table_comparison"
5694   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
5695   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5696   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5697   columns:
5698     - title: "2001.0-2"
5699       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5700     - title: "2005.0-3"
5701       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5702     - title: "2005.0-4"
5703       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5704   comparisons:
5705     - title: "2005.0-4 vs 2005.0-3"
5706       reference: 2
5707       compare: 3
5708       rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
5709     - title: "2005.0-4 vs 2001.0-2"
5710       reference: 1
5711       compare: 3
5712       rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
5713   legend:
5714     - ''
5715     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5716     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5717     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5718     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5719     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5720
5721 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
5722 - type: "table"
5723   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
5724   algorithm: "table_comparison"
5725   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
5726   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5727   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5728   columns:
5729     - title: "2001.0-2"
5730       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5731     - title: "2005.0-3"
5732       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5733     - title: "2005.0-4"
5734       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5735   comparisons:
5736     - title: "2005.0-4 vs 2005.0-3"
5737       reference: 2
5738       compare: 3
5739       rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
5740     - title: "2005.0-4 vs 2001.0-2"
5741       reference: 1
5742       compare: 3
5743       rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
5744   legend:
5745     - ''
5746     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5747     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5748     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5749     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5750     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5751
5752 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
5753 - type: "table"
5754   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
5755   algorithm: "table_comparison"
5756   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
5757   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5758   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5759   columns:
5760     - title: "2001.0-2"
5761       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5762     - title: "2005.0-3"
5763       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5764     - title: "2005.0-4"
5765       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5766   comparisons:
5767     - title: "2005.0-4 vs 2005.0-3"
5768       reference: 2
5769       compare: 3
5770       rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
5771     - title: "2005.0-4 vs 2001.0-2"
5772       reference: 1
5773       compare: 3
5774       rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
5775   legend:
5776     - ''
5777     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5778     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5779     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5780     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5781     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5782
5783 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
5784 #- type: "table"
5785 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
5786 #  algorithm: "table_comparison"
5787 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
5788 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5789 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5790 #  columns:
5791 #    - title: "2001"
5792 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5793 #    - title: "2005"
5794 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5795 #  comparisons:
5796 #    - title: "Diff"
5797 #      reference: 1
5798 #      compare: 2
5799 #  legend:
5800 #    - ""
5801 #    - "2001, 2005 - VPP versions tested."
5802 #    - "Diff - difference between 2001 and 2005 VPP version."
5803 #
5804 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
5805 #- type: "table"
5806 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
5807 #  algorithm: "table_comparison"
5808 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
5809 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5810 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5811 #  columns:
5812 #    - title: "2001"
5813 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5814 #    - title: "2005"
5815 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5816 #  comparisons:
5817 #    - title: "Diff"
5818 #      reference: 1
5819 #      compare: 2
5820 #  legend:
5821 #    - ""
5822 #    - "2001, 2005 - VPP versions tested."
5823 #    - "Diff - difference between 2001 and 2005 VPP version."
5824 #
5825 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
5826 #- type: "table"
5827 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
5828 #  algorithm: "table_comparison"
5829 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
5830 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5831 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5832 #  columns:
5833 #    - title: "2001"
5834 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5835 #    - title: "2005"
5836 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5837 #  comparisons:
5838 #    - title: "Diff"
5839 #      reference: 1
5840 #      compare: 2
5841 #  legend:
5842 #    - ""
5843 #    - "2001, 2005 - VPP versions tested."
5844 #    - "Diff - difference between 2001 and 2005 VPP version."
5845
5846 # VPP Performance Changes 2n-dnv 1t1c mrr
5847 - type: "table"
5848   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
5849   algorithm: "table_comparison"
5850   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
5851   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5852   filter: "'1T1C'"
5853   columns:
5854     - title: "1908.1-2"
5855       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5856     - title: "2001.0-2"
5857       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5858     - title: "2005.0-3"
5859       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5860   comparisons:
5861     - title: "2005.0-3 vs 2001.0-2"
5862       reference: 2
5863       compare: 3
5864   legend:
5865     - ''
5866     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5867     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5868     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5869     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5870
5871 # VPP Performance Changes 2n-dnv 2t2c mrr
5872 - type: "table"
5873   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
5874   algorithm: "table_comparison"
5875   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
5876   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5877   filter: "'2T2C'"
5878   columns:
5879     - title: "1908.1-2"
5880       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5881     - title: "2001.0-2"
5882       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5883     - title: "2005.0-3"
5884       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5885   comparisons:
5886     - title: "2005.0-3 vs 2001.0-2"
5887       reference: 2
5888       compare: 3
5889   legend:
5890     - ''
5891     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5892     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5893     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5894     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5895
5896 # VPP Performance Changes 2n-dnv 4t4c mrr
5897 - type: "table"
5898   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5899   algorithm: "table_comparison"
5900   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5901   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5902   filter: "'4T4C'"
5903   columns:
5904     - title: "1908.1-2"
5905       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5906     - title: "2001.0-2"
5907       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5908     - title: "2005.0-3"
5909       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5910   comparisons:
5911     - title: "2005.0-3 vs 2001.0-2"
5912       reference: 2
5913       compare: 3
5914   legend:
5915     - ''
5916     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5917     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5918     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5919     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5920
5921 # VPP Performance Changes 3n-dnv 1t1c mrr
5922 - type: "table"
5923   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5924   algorithm: "table_comparison"
5925   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5926   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5927   filter: "'1T1C'"
5928   columns:
5929     - title: "1908.1-2"
5930       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5931     - title: "2001.0-2"
5932       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5933     - title: "2005.0-3"
5934       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5935   comparisons:
5936     - title: "2005.0-3 vs 2001.0-2"
5937       reference: 2
5938       compare: 3
5939   legend:
5940     - ''
5941     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5942     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5943     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5944     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5945
5946 # VPP Performance Changes 3n-dnv 2t2c mrr
5947 - type: "table"
5948   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5949   algorithm: "table_comparison"
5950   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5951   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5952   filter: "'2T2C'"
5953   columns:
5954     - title: "1908.1-2"
5955       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5956     - title: "2001.0-2"
5957       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5958     - title: "2005.0-3"
5959       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5960   comparisons:
5961     - title: "2005.0-3 vs 2001.0-2"
5962       reference: 2
5963       compare: 3
5964   legend:
5965     - ''
5966     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5967     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5968     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5969     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5970
5971 # VPP Performance Changes 3n-dnv 4t4c mrr
5972 - type: "table"
5973   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5974   algorithm: "table_comparison"
5975   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5976   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5977   filter: "'4T4C'"
5978   columns:
5979     - title: "1908.1-2"
5980       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5981     - title: "2001.0-2"
5982       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5983     - title: "2005.0-3"
5984       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5985   comparisons:
5986     - title: "2005.0-3 vs 2001.0-2"
5987       reference: 2
5988       compare: 3
5989   legend:
5990     - ''
5991     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5992     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5993     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5994     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5995
5996 # VPP Performance Changes 3n-tsh 1t1c mrr
5997 - type: "table"
5998   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5999   algorithm: "table_comparison"
6000   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
6001   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6002   filter: "'1T1C'"
6003   columns:
6004     - title: "1908.1-2"
6005       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6006     - title: "2001.0-2"
6007       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
6008     - title: "2005.0-3"
6009       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6010     - title: "2005.0-4"
6011       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
6012   comparisons:
6013     - title: "2005.0-4 vs 2005.0-3"
6014       reference: 3
6015       compare: 4
6016       rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
6017     - title: "2005.0-4 vs 2001.0-2"
6018       reference: 2
6019       compare: 4
6020       rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
6021   legend:
6022     - ''
6023     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
6024     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
6025     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6026     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
6027     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
6028
6029 # VPP Performance Changes 3n-tsh 2t2c mrr
6030 - type: "table"
6031   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
6032   algorithm: "table_comparison"
6033   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
6034   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6035   filter: "'2T2C'"
6036   columns:
6037     - title: "1908.1-2"
6038       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6039     - title: "2001.0-2"
6040       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
6041     - title: "2005.0-3"
6042       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6043     - title: "2005.0-4"
6044       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
6045   comparisons:
6046     - title: "2005.0-4 vs 2005.0-3"
6047       reference: 3
6048       compare: 4
6049       rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
6050     - title: "2005.0-4 vs 2001.0-2"
6051       reference: 2
6052       compare: 4
6053       rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
6054   legend:
6055     - ''
6056     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
6057     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
6058     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6059     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
6060     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
6061
6062 # VPP Performance Changes 3n-tsh 4t4c mrr
6063 - type: "table"
6064   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
6065   algorithm: "table_comparison"
6066   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
6067   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6068   filter: "'4T4C'"
6069   columns:
6070     - title: "1908.1-2"
6071       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6072     - title: "2001.0-2"
6073       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
6074     - title: "2005.0-3"
6075       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6076     - title: "2005.0-4"
6077       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
6078   comparisons:
6079     - title: "2005.0-4 vs 2005.0-3"
6080       reference: 3
6081       compare: 4
6082       rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
6083     - title: "2005.0-4 vs 2001.0-2"
6084       reference: 2
6085       compare: 4
6086       rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
6087   legend:
6088     - ''
6089     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
6090     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
6091     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6092     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
6093     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
6094
6095 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
6096 - type: "table"
6097   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
6098   algorithm: "table_comparison"
6099   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
6100   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6101   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
6102   columns:
6103     - title: "3n-hsw xl710"
6104       data-set: "vpp-compare-testbeds-mrr-ref"
6105       tag: "NIC_Intel-XL710"
6106     - title: "3n-skx xxv710"
6107       data-set: "vpp-compare-testbeds-mrr-cmp"
6108       tag: "NIC_Intel-XXV710"
6109   comparisons:
6110     - title: "Diff"
6111       reference: 1
6112       compare: 2
6113   legend:
6114     - ""
6115     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6116     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6117
6118 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
6119 - type: "table"
6120   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
6121   algorithm: "table_comparison"
6122   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
6123   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6124   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
6125   columns:
6126     - title: "3n-hsw xl710"
6127       data-set: "vpp-compare-testbeds-mrr-ref"
6128       tag: "NIC_Intel-XL710"
6129     - title: "3n-skx xxv710"
6130       data-set: "vpp-compare-testbeds-mrr-cmp"
6131       tag: "NIC_Intel-XXV710"
6132   comparisons:
6133     - title: "Diff"
6134       reference: 1
6135       compare: 2
6136   legend:
6137     - ""
6138     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6139     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6140
6141 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
6142 - type: "table"
6143   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
6144   algorithm: "table_comparison"
6145   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
6146   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6147   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
6148   columns:
6149     - title: "3n-hsw xl710"
6150       data-set: "vpp-compare-testbeds-mrr-ref"
6151       tag: "NIC_Intel-XL710"
6152     - title: "3n-skx xxv710"
6153       data-set: "vpp-compare-testbeds-mrr-cmp"
6154       tag: "NIC_Intel-XXV710"
6155   comparisons:
6156     - title: "Diff"
6157       reference: 1
6158       compare: 2
6159   legend:
6160     - ""
6161     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6162     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6163
6164 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
6165 - type: "table"
6166   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
6167   algorithm: "table_comparison"
6168   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
6169   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6170   filter: "'2T1C' and 'NIC_Intel-XXV710'"
6171   columns:
6172     - title: "2n-skx"
6173       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6174     - title: "2n-clx"
6175       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6176   comparisons:
6177     - title: "Diff"
6178       reference: 1
6179       compare: 2
6180   legend:
6181     - ""
6182     - "2n-skx, 2n-clx - testbeds and NICs tested."
6183     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6184
6185 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
6186 - type: "table"
6187   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
6188   algorithm: "table_comparison"
6189   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
6190   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6191   filter: "'4T2C' and 'NIC_Intel-XXV710'"
6192   columns:
6193     - title: "2n-skx"
6194       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6195     - title: "2n-clx"
6196       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6197   comparisons:
6198     - title: "Diff"
6199       reference: 1
6200       compare: 2
6201   legend:
6202     - ""
6203     - "2n-skx, 2n-clx - testbeds and NICs tested."
6204     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6205
6206 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
6207 - type: "table"
6208   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
6209   algorithm: "table_comparison"
6210   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
6211   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6212   filter: "'8T4C' and 'NIC_Intel-XXV710'"
6213   columns:
6214     - title: "2n-skx"
6215       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6216     - title: "2n-clx"
6217       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6218   comparisons:
6219     - title: "Diff"
6220       reference: 1
6221       compare: 2
6222   legend:
6223     - ""
6224     - "2n-skx, 2n-clx - testbeds and NICs tested."
6225     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6226
6227 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
6228 - type: "table"
6229   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
6230   algorithm: "table_comparison"
6231   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
6232   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6233   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
6234   columns:
6235     - title: "3n-skx"
6236       data-set: "vpp-compare-topologies-mrr-ref"
6237     - title: "2n-skx"
6238       data-set: "vpp-compare-topologies-mrr-cmp"
6239   comparisons:
6240     - title: "Diff"
6241       reference: 1
6242       compare: 2
6243   legend:
6244     - ""
6245     - "3n-skx, 2n-skx - topologies tested."
6246     - "Diff - difference between 3n-skx and 2n-skx topologies."
6247
6248 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
6249 - type: "table"
6250   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
6251   algorithm: "table_comparison"
6252   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
6253   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6254   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
6255   columns:
6256     - title: "3n-skx"
6257       data-set: "vpp-compare-topologies-mrr-ref"
6258     - title: "2n-skx"
6259       data-set: "vpp-compare-topologies-mrr-cmp"
6260   comparisons:
6261     - title: "Diff"
6262       reference: 1
6263       compare: 2
6264   legend:
6265     - ""
6266     - "3n-skx, 2n-skx - topologies tested."
6267     - "Diff - difference between 3n-skx and 2n-skx topologies."
6268
6269 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
6270 - type: "table"
6271   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
6272   algorithm: "table_comparison"
6273   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
6274   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6275   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
6276   columns:
6277     - title: "3n-skx"
6278       data-set: "vpp-compare-topologies-mrr-ref"
6279     - title: "2n-skx"
6280       data-set: "vpp-compare-topologies-mrr-cmp"
6281   comparisons:
6282     - title: "Diff"
6283       reference: 1
6284       compare: 2
6285   legend:
6286     - ""
6287     - "3n-skx, 2n-skx - topologies tested."
6288     - "Diff - difference between 3n-skx and 2n-skx topologies."
6289
6290 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
6291 - type: "table"
6292   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
6293   algorithm: "table_comparison"
6294   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
6295   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6296   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
6297   columns:
6298     - title: "3n-hsw xl710"
6299       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6300       tag: "NIC_Intel-XL710"
6301     - title: "2n-clx xxv710"
6302       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6303       tag: "NIC_Intel-XXV710"
6304   comparisons:
6305     - title: "Diff"
6306       reference: 1
6307       compare: 2
6308   legend:
6309     - ""
6310     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6311     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6312
6313 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
6314 - type: "table"
6315   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
6316   algorithm: "table_comparison"
6317   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
6318   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6319   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
6320   columns:
6321     - title: "3n-hsw xl710"
6322       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6323       tag: "NIC_Intel-XL710"
6324     - title: "2n-clx xxv710"
6325       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6326       tag: "NIC_Intel-XXV710"
6327   comparisons:
6328     - title: "Diff"
6329       reference: 1
6330       compare: 2
6331   legend:
6332     - ""
6333     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6334     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6335
6336 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
6337 - type: "table"
6338   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
6339   algorithm: "table_comparison"
6340   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
6341   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6342   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
6343   columns:
6344     - title: "3n-hsw xl710"
6345       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6346       tag: "NIC_Intel-XL710"
6347     - title: "2n-clx xxv710"
6348       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6349       tag: "NIC_Intel-XXV710"
6350   comparisons:
6351     - title: "Diff"
6352       reference: 1
6353       compare: 2
6354   legend:
6355     - ""
6356     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6357     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6358
6359 # Detailed Test Results - VPP Performance Results 3n-hsw
6360 - type: "table"
6361   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
6362   algorithm: "table_merged_details"
6363   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
6364   columns:
6365     - title: " |prein| Test Name |preout| "
6366       data: "data name"
6367     - 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| "
6368       data: "data msg"
6369   data: "vpp-perf-results-3n-hsw"
6370   filter: "all"
6371   parameters:
6372   - "name"
6373   - "parent"
6374   - "msg"
6375
6376 # Detailed Test Results - VPP Performance Results 3n-skx
6377 - type: "table"
6378   title: "Detailed Test Results - VPP Performance Results 3n-skx"
6379   algorithm: "table_merged_details"
6380   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
6381   columns:
6382     - title: " |prein| Test Name |preout| "
6383       data: "data name"
6384     - 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| "
6385       data: "data msg"
6386   data: "vpp-perf-results-3n-skx"
6387   filter: "all"
6388   remove-ndr: False
6389   parameters:
6390   - "name"
6391   - "parent"
6392   - "msg"
6393
6394 # Detailed Test Results - VPP Performance Results 2n-skx
6395 - type: "table"
6396   title: "Detailed Test Results - VPP Performance Results 2n-skx"
6397   algorithm: "table_merged_details"
6398   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
6399   columns:
6400     - title: " |prein| Test Name |preout| "
6401       data: "data name"
6402     - 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| "
6403       data: "data msg"
6404   data: "vpp-perf-results-2n-skx"
6405   filter: "all"
6406   remove-ndr: False
6407   parameters:
6408   - "name"
6409   - "parent"
6410   - "msg"
6411
6412 # Detailed Test Results - VPP Performance Results 2n-clx
6413 - type: "table"
6414   title: "Detailed Test Results - VPP Performance Results 2n-clx"
6415   algorithm: "table_merged_details"
6416   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
6417   columns:
6418     - title: " |prein| Test Name |preout| "
6419       data: "data name"
6420     - 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| "
6421       data: "data msg"
6422   data: "vpp-perf-results-2n-clx"
6423   filter: "all"
6424   parameters:
6425   - "name"
6426   - "parent"
6427   - "msg"
6428
6429 # Detailed Test Results - VPP Performance Results 3n-tsh
6430 - type: "table"
6431   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
6432   algorithm: "table_merged_details"
6433   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
6434   columns:
6435     - title: " |prein| Test Name |preout| "
6436       data: "data name"
6437     - 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| "
6438       data: "data msg"
6439   data: "vpp-perf-results-3n-tsh"
6440   filter: "all"
6441   parameters:
6442   - "name"
6443   - "parent"
6444   - "msg"
6445
6446 # Detailed Test Results - VPP Performance Results 3n-dnv
6447 - type: "table"
6448   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
6449   algorithm: "table_merged_details"
6450   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
6451   columns:
6452     - title: " |prein| Test Name |preout| "
6453       data: "data name"
6454     - 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| "
6455       data: "data msg"
6456   data: "vpp-perf-results-3n-dnv"
6457   filter: "all"
6458   parameters:
6459   - "name"
6460   - "parent"
6461   - "msg"
6462
6463 # Detailed Test Results - VPP Performance Results 2n-dnv
6464 - type: "table"
6465   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
6466   algorithm: "table_merged_details"
6467   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
6468   columns:
6469     - title: " |prein| Test Name |preout| "
6470       data: "data name"
6471     - 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| "
6472       data: "data msg"
6473   data: "vpp-perf-results-2n-dnv"
6474   filter: "all"
6475   parameters:
6476   - "name"
6477   - "parent"
6478   - "msg"
6479
6480 # Test configuration - VPP Performance Test Configs 3n-hsw
6481 - type: "table"
6482   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
6483   algorithm: "table_merged_details"
6484   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
6485   columns:
6486     - title: " |prein| Test Name |preout| "
6487       data: "data name"
6488     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6489       data: "data conf-history"
6490   data: "vpp-perf-results-3n-hsw"
6491   filter: "all"
6492   parameters:
6493   - "parent"
6494   - "name"
6495   - "conf-history"
6496
6497 # Test configuration - VPP Performance Test Configs 3n-skx
6498 - type: "table"
6499   title: "Test configuration - VPP Performance Test Configs 3n-skx"
6500   algorithm: "table_merged_details"
6501   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
6502   columns:
6503     - title: " |prein| Test Name |preout| "
6504       data: "data name"
6505     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6506       data: "data conf-history"
6507   data: "vpp-perf-results-3n-skx"
6508   filter: "all"
6509   parameters:
6510   - "parent"
6511   - "name"
6512   - "conf-history"
6513
6514 # Test configuration - VPP Performance Test Configs 2n-skx
6515 - type: "table"
6516   title: "Test configuration - VPP Performance Test Configs 2n-skx"
6517   algorithm: "table_merged_details"
6518   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
6519   columns:
6520     - title: " |prein| Test Name |preout| "
6521       data: "data name"
6522     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6523       data: "data conf-history"
6524   data: "vpp-perf-results-2n-skx"
6525   filter: "all"
6526   parameters:
6527   - "parent"
6528   - "name"
6529   - "conf-history"
6530
6531 # Test configuration - VPP Performance Test Configs 2n-clx
6532 - type: "table"
6533   title: "Test configuration - VPP Performance Test Configs 2n-clx"
6534   algorithm: "table_merged_details"
6535   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
6536   columns:
6537     - title: " |prein| Test Name |preout| "
6538       data: "data name"
6539     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6540       data: "data conf-history"
6541   data: "vpp-perf-results-2n-clx"
6542   filter: "all"
6543   parameters:
6544   - "parent"
6545   - "name"
6546   - "conf-history"
6547
6548 # Test configuration - VPP Performance Test Configs 3n-tsh
6549 - type: "table"
6550   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
6551   algorithm: "table_merged_details"
6552   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
6553   columns:
6554     - title: " |prein| Test Name |preout| "
6555       data: "data name"
6556     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6557       data: "data conf-history"
6558   data: "vpp-perf-results-3n-tsh"
6559   filter: "all"
6560   parameters:
6561   - "parent"
6562   - "name"
6563   - "conf-history"
6564
6565 # Test configuration - VPP Performance Test Configs 3n-dnv
6566 - type: "table"
6567   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
6568   algorithm: "table_merged_details"
6569   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
6570   columns:
6571     - title: " |prein| Test Name |preout| "
6572       data: "data name"
6573     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6574       data: "data conf-history"
6575   data: "vpp-perf-results-3n-dnv"
6576   filter: "all"
6577   parameters:
6578   - "parent"
6579   - "name"
6580   - "conf-history"
6581
6582 # Test configuration - VPP Performance Test Configs 2n-dnv
6583 - type: "table"
6584   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
6585   algorithm: "table_merged_details"
6586   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
6587   columns:
6588     - title: " |prein| Test Name |preout| "
6589       data: "data name"
6590     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6591       data: "data conf-history"
6592   data: "vpp-perf-results-2n-dnv"
6593   filter: "all"
6594   parameters:
6595   - "parent"
6596   - "name"
6597   - "conf-history"
6598
6599 # Test Operational Data - VPP Performance Operational Data 3n-hsw
6600 - type: "table"
6601   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
6602   algorithm: "table_oper_data_html"
6603   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
6604   data: "vpp-perf-results-3n-hsw"
6605   filter: "all"
6606
6607 # Test Operational Data - VPP Performance Operational Data 3n-skx
6608 - type: "table"
6609   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
6610   algorithm: "table_oper_data_html"
6611   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
6612   data: "vpp-perf-results-3n-skx"
6613   filter: "all"
6614
6615 # Test Operational Data - VPP Performance Operational Data 2n-skx
6616 - type: "table"
6617   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
6618   algorithm: "table_oper_data_html"
6619   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
6620   data: "vpp-perf-results-2n-skx"
6621   filter: "all"
6622
6623 # Test Operational Data - VPP Performance Operational Data 2n-clx
6624 - type: "table"
6625   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
6626   algorithm: "table_oper_data_html"
6627   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
6628   data: "vpp-perf-results-2n-clx"
6629   filter: "all"
6630
6631 # Test Operational Data - VPP Performance Operational Data 3n-tsh
6632 - type: "table"
6633   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
6634   algorithm: "table_oper_data_html"
6635   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
6636   data: "vpp-perf-results-3n-tsh"
6637   filter: "all"
6638
6639 # Test Operational Data - VPP Performance Operational Data 3n-dnv
6640 - type: "table"
6641   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
6642   algorithm: "table_oper_data_html"
6643   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
6644   data: "vpp-perf-results-3n-dnv"
6645   filter: "all"
6646
6647 # Test Operational Data - VPP Performance Operational Data 2n-dnv
6648 - type: "table"
6649   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
6650   algorithm: "table_oper_data_html"
6651   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
6652   data: "vpp-perf-results-2n-dnv"
6653   filter: "all"
6654
6655 # Detailed Test Results - VPP MRR Results 3n-hsw
6656 - type: "table"
6657   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
6658   algorithm: "table_merged_details"
6659   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
6660   columns:
6661     - title: " |prein| Test Name |preout| "
6662       data: "data name"
6663     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6664       data: "data msg"
6665   data: "vpp-mrr-results-3n-hsw"
6666   filter: "all"
6667   parameters:
6668   - "name"
6669   - "parent"
6670   - "msg"
6671
6672 # Detailed Test Results - VPP MRR Results 3n-skx
6673 - type: "table"
6674   title: "Detailed Test Results - VPP MRR Results 3n-skx"
6675   algorithm: "table_merged_details"
6676   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
6677   columns:
6678     - title: " |prein| Test Name |preout| "
6679       data: "data name"
6680     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6681       data: "data msg"
6682   data: "vpp-mrr-results-3n-skx"
6683   filter: "all"
6684   parameters:
6685   - "name"
6686   - "parent"
6687   - "msg"
6688
6689 # Detailed Test Results - VPP MRR Results 2n-skx
6690 - type: "table"
6691   title: "Detailed Test Results - VPP MRR Results 2n-skx"
6692   algorithm: "table_merged_details"
6693   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
6694   columns:
6695     - title: " |prein| Test Name |preout| "
6696       data: "data name"
6697     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6698       data: "data msg"
6699   data: "vpp-mrr-results-2n-skx"
6700   filter: "all"
6701   parameters:
6702   - "name"
6703   - "parent"
6704   - "msg"
6705
6706 # Detailed Test Results - VPP MRR Results 2n-clx
6707 - type: "table"
6708   title: "Detailed Test Results - VPP MRR Results 2n-clx"
6709   algorithm: "table_merged_details"
6710   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
6711   columns:
6712     - title: " |prein| Test Name |preout| "
6713       data: "data name"
6714     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6715       data: "data msg"
6716   data: "vpp-mrr-results-2n-clx"
6717   filter: "all"
6718   parameters:
6719   - "name"
6720   - "parent"
6721   - "msg"
6722
6723 # Detailed Test Results - VPP MRR Results 3n-tsh
6724 - type: "table"
6725   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
6726   algorithm: "table_merged_details"
6727   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
6728   columns:
6729     - title: " |prein| Test Name |preout| "
6730       data: "data name"
6731     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6732       data: "data msg"
6733   data: "vpp-mrr-results-3n-tsh"
6734   filter: "all"
6735   parameters:
6736   - "name"
6737   - "parent"
6738   - "msg"
6739
6740 # Detailed Test Results - VPP MRR Results 3n-dnv
6741 - type: "table"
6742   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
6743   algorithm: "table_merged_details"
6744   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
6745   columns:
6746     - title: " |prein| Test Name |preout| "
6747       data: "data name"
6748     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6749       data: "data msg"
6750   data: "vpp-mrr-results-3n-dnv"
6751   filter: "all"
6752   parameters:
6753   - "name"
6754   - "parent"
6755   - "msg"
6756
6757 # Detailed Test Results - VPP MRR Results 2n-dnv
6758 - type: "table"
6759   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
6760   algorithm: "table_merged_details"
6761   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
6762   columns:
6763     - title: " |prein| Test Name |preout| "
6764       data: "data name"
6765     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6766       data: "data msg"
6767   data: "vpp-mrr-results-2n-dnv"
6768   filter: "all"
6769   parameters:
6770   - "name"
6771   - "parent"
6772   - "msg"
6773
6774 # Test configuration - VPP MRR Test Configs 3n-hsw
6775 - type: "table"
6776   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
6777   algorithm: "table_merged_details"
6778   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
6779   columns:
6780     - title: " |prein| Test Name |preout| "
6781       data: "data name"
6782     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6783       data: "data conf-history"
6784   data: "vpp-mrr-results-3n-hsw"
6785   filter: "all"
6786   parameters:
6787   - "parent"
6788   - "name"
6789   - "conf-history"
6790
6791 # Test configuration - VPP MRR Test Configs 3n-skx
6792 - type: "table"
6793   title: "Test configuration - VPP MRR Test Configs 3n-skx"
6794   algorithm: "table_merged_details"
6795   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
6796   columns:
6797     - title: " |prein| Test Name |preout| "
6798       data: "data name"
6799     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6800       data: "data conf-history"
6801   data: "vpp-mrr-results-3n-skx"
6802   filter: "all"
6803   parameters:
6804   - "parent"
6805   - "name"
6806   - "conf-history"
6807
6808 # Test configuration - VPP MRR Test Configs 2n-skx
6809 - type: "table"
6810   title: "Test configuration - VPP MRR Test Configs 2n-skx"
6811   algorithm: "table_merged_details"
6812   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
6813   columns:
6814     - title: " |prein| Test Name |preout| "
6815       data: "data name"
6816     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6817       data: "data conf-history"
6818   data: "vpp-mrr-results-2n-skx"
6819   filter: "all"
6820   parameters:
6821   - "parent"
6822   - "name"
6823   - "conf-history"
6824
6825 # Test configuration - VPP MRR Test Configs 2n-clx
6826 - type: "table"
6827   title: "Test configuration - VPP MRR Test Configs 2n-clx"
6828   algorithm: "table_merged_details"
6829   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
6830   columns:
6831     - title: " |prein| Test Name |preout| "
6832       data: "data name"
6833     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6834       data: "data conf-history"
6835   data: "vpp-mrr-results-2n-clx"
6836   filter: "all"
6837   parameters:
6838   - "parent"
6839   - "name"
6840   - "conf-history"
6841
6842 # Test configuration - VPP MRR Test Configs 3n-tsh
6843 - type: "table"
6844   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
6845   algorithm: "table_merged_details"
6846   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
6847   columns:
6848     - title: " |prein| Test Name |preout| "
6849       data: "data name"
6850     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6851       data: "data conf-history"
6852   data: "vpp-mrr-results-3n-tsh"
6853   filter: "all"
6854   parameters:
6855   - "parent"
6856   - "name"
6857   - "conf-history"
6858
6859 # Test configuration - VPP MRR Test Configs 3n-dnv
6860 - type: "table"
6861   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
6862   algorithm: "table_merged_details"
6863   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
6864   columns:
6865     - title: " |prein| Test Name |preout| "
6866       data: "data name"
6867     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6868       data: "data conf-history"
6869   data: "vpp-mrr-results-3n-dnv"
6870   filter: "all"
6871   parameters:
6872   - "parent"
6873   - "name"
6874   - "conf-history"
6875
6876 # Test configuration - VPP MRR Test Configs 2n-dnv
6877 - type: "table"
6878   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
6879   algorithm: "table_merged_details"
6880   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
6881   columns:
6882     - title: " |prein| Test Name |preout| "
6883       data: "data name"
6884     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6885       data: "data conf-history"
6886   data: "vpp-mrr-results-2n-dnv"
6887   filter: "all"
6888   parameters:
6889   - "parent"
6890   - "name"
6891   - "conf-history"
6892
6893 # Detailed Test Results - VPP Device Results - Ubuntu
6894 - type: "table"
6895   title: "Detailed Test Results - VPP Device Results - Ubuntu"
6896   algorithm: "table_merged_details"
6897   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
6898   columns:
6899     - title: " |prein| Test Name |preout| "
6900       data: "data name"
6901     - title: " |prein| Status |preout| "
6902       data: "data status"
6903   data: "vpp-device-results-ubuntu"
6904   filter: "all"
6905   parameters:
6906   - "name"
6907   - "parent"
6908   - "doc"
6909   - "status"
6910
6911 # Test configuration - VPP Device Test Configs - Ubuntu
6912 - type: "table"
6913   title: "Test configuration - VPP Device Test Configs - Ubuntu"
6914   algorithm: "table_merged_details"
6915   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
6916   columns:
6917     - title: " |prein| Test Name |preout| "
6918       data: "data name"
6919     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6920       data: "data conf-history"
6921   data: "vpp-device-results-ubuntu"
6922   filter: "all"
6923   parameters:
6924   - "parent"
6925   - "name"
6926   - "conf-history"
6927
6928 ################################################################################
6929
6930 # DPDK Performance Changes 3n-hsw 1t1c pdr
6931 - type: "table"
6932   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6933   algorithm: "table_comparison"
6934   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6935   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6936   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6937   columns:
6938     - title: "1908"
6939       data-set: "dpdk-performance-changes-3n-hsw-h1"
6940     - title: "2001"
6941       data-set: "dpdk-performance-changes-3n-hsw-ref"
6942     - title: "2005"
6943       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6944   comparisons:
6945     - title: "Diff"
6946       reference: 2
6947       compare: 3
6948   legend:
6949     - ""
6950     - "1908, 2001, 2005 - DPDK versions tested."
6951     - "Diff - difference between 2001 and 2005 DPDK version."
6952
6953 # DPDK Performance Changes 3n-hsw 2t2c pdr
6954 - type: "table"
6955   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6956   algorithm: "table_comparison"
6957   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6958   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6959   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6960   columns:
6961     - title: "1908"
6962       data-set: "dpdk-performance-changes-3n-hsw-h1"
6963     - title: "2001"
6964       data-set: "dpdk-performance-changes-3n-hsw-ref"
6965     - title: "2005"
6966       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6967   comparisons:
6968     - title: "Diff"
6969       reference: 2
6970       compare: 3
6971   legend:
6972     - ""
6973     - "1908, 2001, 2005 - DPDK versions tested."
6974     - "Diff - difference between 2001 and 2005 DPDK version."
6975
6976 # DPDK Performance Changes 3n-hsw 1t1c pdr
6977 - type: "table"
6978   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6979   algorithm: "table_comparison"
6980   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6981   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6982   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6983   columns:
6984     - title: "1908"
6985       data-set: "dpdk-performance-changes-3n-hsw-h1"
6986     - title: "2001"
6987       data-set: "dpdk-performance-changes-3n-hsw-ref"
6988     - title: "2005"
6989       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6990   comparisons:
6991     - title: "Diff"
6992       reference: 2
6993       compare: 3
6994   legend:
6995     - ""
6996     - "1908, 2001, 2005 - DPDK versions tested."
6997     - "Diff - difference between 2001 and 2005 DPDK version."
6998
6999 # DPDK Performance Changes 3n-hsw 2t2c ndr
7000 - type: "table"
7001   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
7002   algorithm: "table_comparison"
7003   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
7004   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7005   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
7006   columns:
7007     - title: "1908"
7008       data-set: "dpdk-performance-changes-3n-hsw-h1"
7009     - title: "2001"
7010       data-set: "dpdk-performance-changes-3n-hsw-ref"
7011     - title: "2005"
7012       data-set: "dpdk-performance-changes-3n-hsw-cmp"
7013   comparisons:
7014     - title: "Diff"
7015       reference: 2
7016       compare: 3
7017   legend:
7018     - ""
7019     - "1908, 2001, 2005 - DPDK versions tested."
7020     - "Diff - difference between 2001 and 2005 DPDK version."
7021
7022 # DPDK Performance Changes 3n-skx 2t1c pdr
7023 - type: "table"
7024   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
7025   algorithm: "table_comparison"
7026   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
7027   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7028   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7029   columns:
7030     - title: "1908"
7031       data-set: "dpdk-performance-changes-3n-skx-h1"
7032     - title: "2001"
7033       data-set: "dpdk-performance-changes-3n-skx-ref"
7034     - title: "2005"
7035       data-set: "dpdk-performance-changes-3n-skx-cmp"
7036   comparisons:
7037     - title: "Diff"
7038       reference: 2
7039       compare: 3
7040   legend:
7041     - ""
7042     - "1908, 2001, 2005 - DPDK versions tested."
7043     - "Diff - difference between 2001 and 2005 DPDK version."
7044
7045 # DPDK Performance Changes 3n-skx 4t2c pdr
7046 - type: "table"
7047   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
7048   algorithm: "table_comparison"
7049   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
7050   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7051   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7052   columns:
7053     - title: "1908"
7054       data-set: "dpdk-performance-changes-3n-skx-h1"
7055     - title: "2001"
7056       data-set: "dpdk-performance-changes-3n-skx-ref"
7057     - title: "2005"
7058       data-set: "dpdk-performance-changes-3n-skx-cmp"
7059   comparisons:
7060     - title: "Diff"
7061       reference: 2
7062       compare: 3
7063   legend:
7064     - ""
7065     - "1908, 2001, 2005 - DPDK versions tested."
7066     - "Diff - difference between 2001 and 2005 DPDK version."
7067
7068 # DPDK Performance Changes 3n-skx 2t1c ndr
7069 - type: "table"
7070   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
7071   algorithm: "table_comparison"
7072   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
7073   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7074   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7075   columns:
7076     - title: "1908"
7077       data-set: "dpdk-performance-changes-3n-skx-h1"
7078     - title: "2001"
7079       data-set: "dpdk-performance-changes-3n-skx-ref"
7080     - title: "2005"
7081       data-set: "dpdk-performance-changes-3n-skx-cmp"
7082   comparisons:
7083     - title: "Diff"
7084       reference: 2
7085       compare: 3
7086   legend:
7087     - ""
7088     - "1908, 2001, 2005 - DPDK versions tested."
7089     - "Diff - difference between 2001 and 2005 DPDK version."
7090
7091 # DPDK Performance Changes 3n-skx 4t2c ndr
7092 - type: "table"
7093   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
7094   algorithm: "table_comparison"
7095   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
7096   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7097   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7098   columns:
7099     - title: "1908"
7100       data-set: "dpdk-performance-changes-3n-skx-h1"
7101     - title: "2001"
7102       data-set: "dpdk-performance-changes-3n-skx-ref"
7103     - title: "2005"
7104       data-set: "dpdk-performance-changes-3n-skx-cmp"
7105   comparisons:
7106     - title: "Diff"
7107       reference: 2
7108       compare: 3
7109   legend:
7110     - ""
7111     - "1908, 2001, 2005 - DPDK versions tested."
7112     - "Diff - difference between 2001 and 2005 DPDK version."
7113
7114 # DPDK Performance Changes 2n-skx 2t1c pdr
7115 - type: "table"
7116   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
7117   algorithm: "table_comparison"
7118   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
7119   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7120   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7121   columns:
7122     - title: "1908"
7123       data-set: "dpdk-performance-changes-2n-skx-h1"
7124     - title: "2001"
7125       data-set: "dpdk-performance-changes-2n-skx-ref"
7126     - title: "2005"
7127       data-set: "dpdk-performance-changes-2n-skx-cmp"
7128   comparisons:
7129     - title: "Diff"
7130       reference: 2
7131       compare: 3
7132   legend:
7133     - ""
7134     - "1908, 2001, 2005 - DPDK versions tested."
7135     - "Diff - difference between 2001 and 2005 DPDK version."
7136
7137 # DPDK Performance Changes 2n-skx 4t2c pdr
7138 - type: "table"
7139   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
7140   algorithm: "table_comparison"
7141   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
7142   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7143   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7144   columns:
7145     - title: "1908"
7146       data-set: "dpdk-performance-changes-2n-skx-h1"
7147     - title: "2001"
7148       data-set: "dpdk-performance-changes-2n-skx-ref"
7149     - title: "2005"
7150       data-set: "dpdk-performance-changes-2n-skx-cmp"
7151   comparisons:
7152     - title: "Diff"
7153       reference: 2
7154       compare: 3
7155   legend:
7156     - ""
7157     - "1908, 2001, 2005 - DPDK versions tested."
7158     - "Diff - difference between 2001 and 2005 DPDK version."
7159
7160 # DPDK Performance Changes 2n-skx 2t1c ndr
7161 - type: "table"
7162   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
7163   algorithm: "table_comparison"
7164   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
7165   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7166   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7167   columns:
7168     - title: "1908"
7169       data-set: "dpdk-performance-changes-2n-skx-h1"
7170     - title: "2001"
7171       data-set: "dpdk-performance-changes-2n-skx-ref"
7172     - title: "2005"
7173       data-set: "dpdk-performance-changes-2n-skx-cmp"
7174   comparisons:
7175     - title: "Diff"
7176       reference: 2
7177       compare: 3
7178   legend:
7179     - ""
7180     - "1908, 2001, 2005 - DPDK versions tested."
7181     - "Diff - difference between 2001 and 2005 DPDK version."
7182
7183 # DPDK Performance Changes 2n-skx 4t2c ndr
7184 - type: "table"
7185   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
7186   algorithm: "table_comparison"
7187   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
7188   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7189   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7190   columns:
7191     - title: "1908"
7192       data-set: "dpdk-performance-changes-2n-skx-h1"
7193     - title: "2001"
7194       data-set: "dpdk-performance-changes-2n-skx-ref"
7195     - title: "2005"
7196       data-set: "dpdk-performance-changes-2n-skx-cmp"
7197   comparisons:
7198     - title: "Diff"
7199       reference: 2
7200       compare: 3
7201   legend:
7202     - ""
7203     - "1908, 2001, 2005 - DPDK versions tested."
7204     - "Diff - difference between 2001 and 2005 DPDK version."
7205
7206 # DPDK Performance Changes 2n-clx 2t1c pdr
7207 - type: "table"
7208   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
7209   algorithm: "table_comparison"
7210   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
7211   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7212   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7213   columns:
7214     - title: "2001"
7215       data-set: "dpdk-performance-changes-2n-clx-ref"
7216     - title: "2005"
7217       data-set: "dpdk-performance-changes-2n-clx-cmp"
7218   comparisons:
7219     - title: "Diff"
7220       reference: 1
7221       compare: 2
7222   legend:
7223     - ""
7224     - "2001, 2005 - DPDK versions tested."
7225     - "Diff - difference between 2001 and 2005 DPDK version."
7226
7227 # DPDK Performance Changes 2n-clx 4t2c pdr
7228 - type: "table"
7229   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
7230   algorithm: "table_comparison"
7231   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
7232   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7233   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7234   columns:
7235     - title: "2001"
7236       data-set: "dpdk-performance-changes-2n-clx-ref"
7237     - title: "2005"
7238       data-set: "dpdk-performance-changes-2n-clx-cmp"
7239   comparisons:
7240     - title: "Diff"
7241       reference: 1
7242       compare: 2
7243   legend:
7244     - ""
7245     - "2001, 2005 - DPDK versions tested."
7246     - "Diff - difference between 2001 and 2005 DPDK version."
7247
7248 # DPDK Performance Changes 2n-clx 2t1c ndr
7249 - type: "table"
7250   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
7251   algorithm: "table_comparison"
7252   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
7253   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7254   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7255   columns:
7256     - title: "2001"
7257       data-set: "dpdk-performance-changes-2n-clx-ref"
7258     - title: "2005"
7259       data-set: "dpdk-performance-changes-2n-clx-cmp"
7260   comparisons:
7261     - title: "Diff"
7262       reference: 1
7263       compare: 2
7264   legend:
7265     - ""
7266     - "2001, 2005 - DPDK versions tested."
7267     - "Diff - difference between 2001 and 2005 DPDK version."
7268
7269 # DPDK Performance Changes 2n-clx 4t2c ndr
7270 - type: "table"
7271   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
7272   algorithm: "table_comparison"
7273   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
7274   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7275   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7276   columns:
7277     - title: "2001"
7278       data-set: "dpdk-performance-changes-2n-clx-ref"
7279     - title: "2005"
7280       data-set: "dpdk-performance-changes-2n-clx-cmp"
7281   comparisons:
7282     - title: "Diff"
7283       reference: 1
7284       compare: 2
7285   legend:
7286     - ""
7287     - "2001, 2005 - DPDK versions tested."
7288     - "Diff - difference between 2001 and 2005 DPDK version."
7289
7290 # DPDK Performance Changes 2n-dnv 1t1c pdr
7291 - type: "table"
7292   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
7293   algorithm: "table_comparison"
7294   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
7295   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7296   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7297   columns:
7298     - title: "2001"
7299       data-set: "dpdk-performance-changes-2n-dnv-ref"
7300     - title: "2005"
7301       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7302   comparisons:
7303     - title: "Diff"
7304       reference: 1
7305       compare: 2
7306   legend:
7307     - ""
7308     - "2001, 2005 - DPDK versions tested."
7309     - "Diff - difference between 2001 and 2005 DPDK version."
7310
7311 # DPDK Performance Changes 2n-dnv 2t2c pdr
7312 - type: "table"
7313   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
7314   algorithm: "table_comparison"
7315   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
7316   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7317   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7318   columns:
7319     - title: "2001"
7320       data-set: "dpdk-performance-changes-2n-dnv-ref"
7321     - title: "2005"
7322       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7323   comparisons:
7324     - title: "Diff"
7325       reference: 1
7326       compare: 2
7327   legend:
7328     - ""
7329     - "2001, 2005 - DPDK versions tested."
7330     - "Diff - difference between 2001 and 2005 DPDK version."
7331
7332 # DPDK Performance Changes 2n-dnv 1t1c ndr
7333 - type: "table"
7334   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
7335   algorithm: "table_comparison"
7336   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
7337   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7338   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7339   columns:
7340     - title: "2001"
7341       data-set: "dpdk-performance-changes-2n-dnv-ref"
7342     - title: "2005"
7343       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7344   comparisons:
7345     - title: "Diff"
7346       reference: 1
7347       compare: 2
7348   legend:
7349     - ""
7350     - "2001, 2005 - DPDK versions tested."
7351     - "Diff - difference between 2001 and 2005 DPDK version."
7352
7353 # DPDK Performance Changes 2n-dnv 2t2c ndr
7354 - type: "table"
7355   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
7356   algorithm: "table_comparison"
7357   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
7358   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7359   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7360   columns:
7361     - title: "2001"
7362       data-set: "dpdk-performance-changes-2n-dnv-ref"
7363     - title: "2005"
7364       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7365   comparisons:
7366     - title: "Diff"
7367       reference: 1
7368       compare: 2
7369   legend:
7370     - ""
7371     - "2001, 2005 - DPDK versions tested."
7372     - "Diff - difference between 2001 and 2005 DPDK version."
7373
7374 # DPDK Performance Changes 3n-dnv 1t1c pdr
7375 - type: "table"
7376   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
7377   algorithm: "table_comparison"
7378   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
7379   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7380   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7381   columns:
7382     - title: "2001"
7383       data-set: "dpdk-performance-changes-3n-dnv-ref"
7384     - title: "2005"
7385       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7386   comparisons:
7387     - title: "Diff"
7388       reference: 1
7389       compare: 2
7390   legend:
7391     - ""
7392     - "2001, 2005 - DPDK versions tested."
7393     - "Diff - difference between 2001 and 2005 DPDK version."
7394
7395 # DPDK Performance Changes 3n-dnv 2t2c pdr
7396 - type: "table"
7397   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
7398   algorithm: "table_comparison"
7399   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
7400   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7401   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7402   columns:
7403     - title: "2001"
7404       data-set: "dpdk-performance-changes-3n-dnv-ref"
7405     - title: "2005"
7406       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7407   comparisons:
7408     - title: "Diff"
7409       reference: 1
7410       compare: 2
7411   legend:
7412     - ""
7413     - "2001, 2005 - DPDK versions tested."
7414     - "Diff - difference between 2001 and 2005 DPDK version."
7415
7416 # DPDK Performance Changes 3n-dnv 1t1c ndr
7417 - type: "table"
7418   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
7419   algorithm: "table_comparison"
7420   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
7421   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7422   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7423   columns:
7424     - title: "2001"
7425       data-set: "dpdk-performance-changes-3n-dnv-ref"
7426     - title: "2005"
7427       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7428   comparisons:
7429     - title: "Diff"
7430       reference: 1
7431       compare: 2
7432   legend:
7433     - ""
7434     - "2001, 2005 - DPDK versions tested."
7435     - "Diff - difference between 2001 and 2005 DPDK version."
7436
7437 # DPDK Performance Changes 3n-dnv 2t2c ndr
7438 - type: "table"
7439   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
7440   algorithm: "table_comparison"
7441   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
7442   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7443   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7444   columns:
7445     - title: "2001"
7446       data-set: "dpdk-performance-changes-3n-dnv-ref"
7447     - title: "2005"
7448       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7449   comparisons:
7450     - title: "Diff"
7451       reference: 1
7452       compare: 2
7453   legend:
7454     - ""
7455     - "2001, 2005 - DPDK versions tested."
7456     - "Diff - difference between 2001 and 2005 DPDK version."
7457
7458 # DPDK Performance Changes 3n-tsh 1t1c pdr
7459 - type: "table"
7460   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
7461   algorithm: "table_comparison"
7462   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
7463   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7464   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7465   columns:
7466     - title: "2001"
7467       data-set: "dpdk-performance-changes-3n-tsh-ref"
7468     - title: "2005"
7469       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7470   comparisons:
7471     - title: "Diff"
7472       reference: 1
7473       compare: 2
7474   legend:
7475     - ""
7476     - "2001, 2005 - DPDK versions tested."
7477     - "Diff - difference between 2001 and 2005 DPDK version."
7478
7479 # DPDK Performance Changes 3n-tsh 2t2c pdr
7480 - type: "table"
7481   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
7482   algorithm: "table_comparison"
7483   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
7484   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7485   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7486   columns:
7487     - title: "2001"
7488       data-set: "dpdk-performance-changes-3n-tsh-ref"
7489     - title: "2005"
7490       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7491   comparisons:
7492     - title: "Diff"
7493       reference: 1
7494       compare: 2
7495   legend:
7496     - ""
7497     - "2001, 2005 - DPDK versions tested."
7498     - "Diff - difference between 2001 and 2005 DPDK version."
7499
7500 # DPDK Performance Changes 3n-tsh 1t1c ndr
7501 - type: "table"
7502   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
7503   algorithm: "table_comparison"
7504   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
7505   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7506   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7507   columns:
7508     - title: "2001"
7509       data-set: "dpdk-performance-changes-3n-tsh-ref"
7510     - title: "2005"
7511       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7512   comparisons:
7513     - title: "Diff"
7514       reference: 1
7515       compare: 2
7516   legend:
7517     - ""
7518     - "2001, 2005 - DPDK versions tested."
7519     - "Diff - difference between 2001 and 2005 DPDK version."
7520
7521 # DPDK Performance Changes 3n-tsh 2t2c ndr
7522 - type: "table"
7523   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
7524   algorithm: "table_comparison"
7525   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
7526   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7527   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7528   columns:
7529     - title: "2001"
7530       data-set: "dpdk-performance-changes-3n-tsh-ref"
7531     - title: "2005"
7532       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7533   comparisons:
7534     - title: "Diff"
7535       reference: 1
7536       compare: 2
7537   legend:
7538     - ""
7539     - "2001, 2005 - DPDK versions tested."
7540     - "Diff - difference between 2001 and 2005 DPDK version."
7541
7542 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
7543 - type: "table"
7544   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
7545   algorithm: "table_comparison"
7546   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
7547   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7548   filter: "'NIC_Intel-X710'"
7549   columns:
7550     - title: "3n-hsw x710"
7551       data-set: "dpdk-compare-testbeds-ref"
7552     - title: "3n-skx x710"
7553       data-set: "dpdk-compare-testbeds-cmp"
7554   comparisons:
7555     - title: "Diff"
7556       reference: 1
7557       compare: 2
7558   legend:
7559     - ""
7560     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7561     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7562
7563 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
7564 - type: "table"
7565   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
7566   algorithm: "table_comparison"
7567   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
7568   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7569   filter: "'NIC_Intel-X710'"
7570   columns:
7571     - title: "3n-hsw x710"
7572       data-set: "dpdk-compare-testbeds-ref"
7573     - title: "3n-skx x710"
7574       data-set: "dpdk-compare-testbeds-cmp"
7575   comparisons:
7576     - title: "Diff"
7577       reference: 1
7578       compare: 2
7579   legend:
7580     - ""
7581     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7582     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7583
7584 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
7585 - type: "table"
7586   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
7587   algorithm: "table_comparison"
7588   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
7589   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7590   filter: "'NIC_Intel-XXV710'"
7591   columns:
7592     - title: "2n-skx"
7593       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7594     - title: "2n-clx"
7595       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7596   comparisons:
7597     - title: "Diff"
7598       reference: 1
7599       compare: 2
7600   legend:
7601     - ""
7602     - "2n-skx, 2n-clx - testbeds and NICs tested."
7603     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7604
7605 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
7606 - type: "table"
7607   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
7608   algorithm: "table_comparison"
7609   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
7610   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7611   filter: "'NIC_Intel-XXV710'"
7612   columns:
7613     - title: "2n-skx"
7614       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7615     - title: "2n-clx"
7616       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7617   comparisons:
7618     - title: "Diff"
7619       reference: 1
7620       compare: 2
7621   legend:
7622     - ""
7623     - "2n-skx, 2n-clx - testbeds and NICs tested."
7624     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7625
7626 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
7627 - type: "table"
7628   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
7629   algorithm: "table_comparison"
7630   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
7631   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7632   filter: "'NIC_Intel-XXV710'"
7633   columns:
7634     - title: "3n-skx"
7635       data-set: "dpdk-compare-topologies-ref"
7636     - title: "2n-skx"
7637       data-set: "dpdk-compare-topologies-cmp"
7638   comparisons:
7639     - title: "Diff"
7640       reference: 1
7641       compare: 2
7642   legend:
7643     - ""
7644     - "3n-skx, 2n-skx - topologies tested."
7645     - "Diff - difference between 3n-skx and 2n-skx topologies."
7646
7647 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
7648 - type: "table"
7649   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
7650   algorithm: "table_comparison"
7651   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
7652   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7653   filter: "'NIC_Intel-XXV710'"
7654   columns:
7655     - title: "3n-skx"
7656       data-set: "dpdk-compare-topologies-ref"
7657     - title: "2n-skx"
7658       data-set: "dpdk-compare-topologies-cmp"
7659   comparisons:
7660     - title: "Diff"
7661       reference: 1
7662       compare: 2
7663   legend:
7664     - ""
7665     - "3n-skx, 2n-skx - topologies tested."
7666     - "Diff - difference between 3n-skx and 2n-skx topologies."
7667
7668 # Detailed Test Results - DPDK Performance Results 3n-hsw
7669 - type: "table"
7670   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
7671   algorithm: "table_merged_details"
7672   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
7673   columns:
7674     - title: " |prein| Test Name |preout| "
7675       data: "data name"
7676     - 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| "
7677       data: "data msg"
7678   data: "dpdk-perf-results-3n-hsw"
7679   filter: "all"
7680   parameters:
7681   - "name"
7682   - "parent"
7683   - "msg"
7684
7685 # Detailed Test Results - DPDK Performance Results 3n-skx
7686 - type: "table"
7687   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
7688   algorithm: "table_merged_details"
7689   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
7690   columns:
7691     - title: " |prein| Test Name |preout| "
7692       data: "data name"
7693     - 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| "
7694       data: "data msg"
7695   data: "dpdk-perf-results-3n-skx"
7696   filter: "all"
7697   remove-ndr: False
7698   parameters:
7699   - "name"
7700   - "parent"
7701   - "msg"
7702
7703 # Detailed Test Results - DPDK Performance Results 2n-skx
7704 - type: "table"
7705   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
7706   algorithm: "table_merged_details"
7707   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
7708   columns:
7709     - title: " |prein| Test Name |preout| "
7710       data: "data name"
7711     - 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| "
7712       data: "data msg"
7713   data: "dpdk-perf-results-2n-skx"
7714   filter: "all"
7715   remove-ndr: False
7716   parameters:
7717   - "name"
7718   - "parent"
7719   - "msg"
7720
7721 # Detailed Test Results - DPDK Performance Results 2n-clx
7722 - type: "table"
7723   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
7724   algorithm: "table_merged_details"
7725   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
7726   columns:
7727     - title: " |prein| Test Name |preout| "
7728       data: "data name"
7729     - 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| "
7730       data: "data msg"
7731   data: "dpdk-perf-results-2n-clx"
7732   filter: "all"
7733   parameters:
7734   - "name"
7735   - "parent"
7736   - "msg"
7737
7738 # Detailed Test Results - DPDK Performance Results 2n-dnv
7739 - type: "table"
7740   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
7741   algorithm: "table_merged_details"
7742   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
7743   columns:
7744     - title: " |prein| Test Name |preout| "
7745       data: "data name"
7746     - 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| "
7747       data: "data msg"
7748   data: "dpdk-perf-results-2n-dnv"
7749   filter: "all"
7750   parameters:
7751   - "name"
7752   - "parent"
7753   - "msg"
7754
7755 # Detailed Test Results - DPDK Performance Results 3n-dnv
7756 - type: "table"
7757   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
7758   algorithm: "table_merged_details"
7759   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
7760   columns:
7761     - title: " |prein| Test Name |preout| "
7762       data: "data name"
7763     - 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| "
7764       data: "data msg"
7765   data: "dpdk-perf-results-3n-dnv"
7766   filter: "all"
7767   parameters:
7768   - "name"
7769   - "parent"
7770   - "msg"
7771
7772 # Detailed Test Results - DPDK Performance Results 3n-tsh
7773 - type: "table"
7774   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
7775   algorithm: "table_merged_details"
7776   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
7777   columns:
7778     - title: " |prein| Test Name |preout| "
7779       data: "data name"
7780     - 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| "
7781       data: "data msg"
7782   data: "dpdk-perf-results-3n-tsh"
7783   filter: "all"
7784   parameters:
7785   - "name"
7786   - "parent"
7787   - "msg"
7788
7789 ################################################################################
7790 ###                                F I L E S                                 ###
7791 ################################################################################
7792
7793 # VPP Performance Results
7794 - type: "file"
7795   title: "VPP Performance Results"
7796   algorithm: "file_details_split"
7797   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
7798   dir-tables:
7799     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
7800     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
7801     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
7802     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
7803     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
7804 #    - "{DIR[DTR,PERF,VPP,2N,DNV]}"
7805 #    - "{DIR[DTR,PERF,VPP,3N,DNV]}"
7806   data:
7807     - "vpp-perf-results-2n-skx"
7808     - "vpp-perf-results-3n-skx"
7809     - "vpp-perf-results-2n-clx"
7810     - "vpp-perf-results-3n-hsw"
7811     - "vpp-perf-results-3n-tsh"
7812 #    - "vpp-perf-results-2n-dnv"
7813 #    - "vpp-perf-results-3n-dnv"
7814   filter: "all"
7815   data-start-level: 4
7816   order-chapters:
7817     level-1:
7818       - "l2"
7819       - "ip4"
7820       - "ip6"
7821       - "srv6"
7822       - "ip4_tunnels"
7823       - "ip6_tunnels"
7824       - "vm_vhost"
7825       - "container_memif"
7826       - "crypto"
7827       - "vts"
7828       - "lb"
7829       - "nfv_density"
7830       - "hoststack"
7831     level-2:
7832       - "2n-skx"
7833       - "3n-skx"
7834       - "2n-clx"
7835       - "3n-hsw"
7836       - "3n-tsh"
7837       - "2n-dnv"
7838       - "3n-dnv"
7839     level-3:
7840       - "xl710"
7841       - "x520"
7842       - "xxv710"
7843       - "x710"
7844       - "x553"
7845       - "cx556a"
7846       - "vic1227"
7847       - "vic1385"
7848
7849 # VPP Performance Configuration
7850 - type: "file"
7851   title: "VPP Performance Configuration"
7852   algorithm: "file_details_split"
7853   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
7854   dir-tables:
7855     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
7856     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
7857     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
7858     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
7859     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
7860 #    - "{DIR[DTC,PERF,VPP,2N,DNV]}"
7861 #    - "{DIR[DTC,PERF,VPP,3N,DNV]}"
7862   data:
7863     - "vpp-perf-results-2n-skx"
7864     - "vpp-perf-results-3n-skx"
7865     - "vpp-perf-results-2n-clx"
7866     - "vpp-perf-results-3n-hsw"
7867     - "vpp-perf-results-3n-tsh"
7868 #    - "vpp-perf-results-2n-dnv"
7869 #    - "vpp-perf-results-3n-dnv"
7870   filter: "all"
7871   data-start-level: 4
7872   order-chapters:
7873     level-1:
7874       - "l2"
7875       - "ip4"
7876       - "ip6"
7877       - "srv6"
7878       - "ip4_tunnels"
7879       - "ip6_tunnels"
7880       - "vm_vhost"
7881       - "container_memif"
7882       - "crypto"
7883       - "vts"
7884       - "lb"
7885       - "nfv_density"
7886       - "hoststack"
7887     level-2:
7888       - "2n-skx"
7889       - "3n-skx"
7890       - "2n-clx"
7891       - "3n-hsw"
7892       - "3n-tsh"
7893       - "2n-dnv"
7894       - "3n-dnv"
7895     level-3:
7896       - "xl710"
7897       - "x520"
7898       - "xxv710"
7899       - "x710"
7900       - "x553"
7901       - "cx556a"
7902       - "vic1227"
7903       - "vic1385"
7904
7905 # VPP Performance Operational
7906 - type: "file"
7907   title: "VPP Performance Operational"
7908   algorithm: "file_details_split_html"
7909   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7910   dir-tables:
7911     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7912     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7913     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7914     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7915     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7916 #    - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7917 #    - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7918   data:
7919     - "vpp-perf-results-2n-skx"
7920     - "vpp-perf-results-3n-skx"
7921     - "vpp-perf-results-2n-clx"
7922     - "vpp-perf-results-3n-hsw"
7923     - "vpp-perf-results-3n-tsh"
7924 #    - "vpp-perf-results-2n-dnv"
7925 #    - "vpp-perf-results-3n-dnv"
7926   filter: "all"
7927   data-start-level: 4
7928   order-chapters:
7929     level-1:
7930       - "l2"
7931       - "ip4"
7932       - "ip6"
7933       - "srv6"
7934       - "ip4_tunnels"
7935       - "ip6_tunnels"
7936       - "vm_vhost"
7937       - "container_memif"
7938       - "crypto"
7939       - "vts"
7940       - "lb"
7941       - "nfv_density"
7942       - "hoststack"
7943     level-2:
7944       - "2n-skx"
7945       - "3n-skx"
7946       - "2n-clx"
7947       - "3n-hsw"
7948       - "3n-tsh"
7949       - "2n-dnv"
7950       - "3n-dnv"
7951     level-3:
7952       - "xl710"
7953       - "x520"
7954       - "xxv710"
7955       - "x710"
7956       - "x553"
7957       - "cx556a"
7958       - "vic1227"
7959       - "vic1385"
7960
7961 # VPP MRR Results
7962 - type: "file"
7963   title: "VPP MRR Results"
7964   algorithm: "file_details_split"
7965   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7966   dir-tables:
7967     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7968     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7969     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7970     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7971     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7972 #    - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7973 #    - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7974   data:
7975     - "vpp-mrr-results-2n-skx"
7976     - "vpp-mrr-results-3n-skx"
7977     - "vpp-mrr-results-2n-clx"
7978     - "vpp-mrr-results-3n-hsw"
7979     - "vpp-mrr-results-3n-tsh"
7980 #    - "vpp-mrr-results-2n-dnv"
7981 #    - "vpp-mrr-results-3n-dnv"
7982   filter: "all"
7983   data-start-level: 4
7984   order-chapters:
7985     level-1:
7986       - "l2"
7987       - "ip4"
7988       - "ip6"
7989       - "srv6"
7990       - "ip4_tunnels"
7991       - "ip6_tunnels"
7992       - "vm_vhost"
7993       - "container_memif"
7994       - "crypto"
7995       - "vts"
7996       - "lb"
7997       - "nfv_density"
7998       - "hoststack"
7999     level-2:
8000       - "2n-skx"
8001       - "3n-skx"
8002       - "2n-clx"
8003       - "3n-hsw"
8004       - "3n-tsh"
8005       - "2n-dnv"
8006       - "3n-dnv"
8007     level-3:
8008       - "xl710"
8009       - "x520"
8010       - "xxv710"
8011       - "x710"
8012       - "x553"
8013       - "cx556a"
8014       - "vic1227"
8015       - "vic1385"
8016
8017 # VPP MRR Configuration
8018 - type: "file"
8019   title: "VPP MRR Configuration"
8020   algorithm: "file_details_split"
8021   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
8022   dir-tables:
8023     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
8024     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
8025     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
8026     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
8027     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
8028     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
8029     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
8030   data:
8031     - "vpp-mrr-results-2n-skx"
8032     - "vpp-mrr-results-3n-skx"
8033     - "vpp-mrr-results-2n-clx"
8034     - "vpp-mrr-results-3n-hsw"
8035     - "vpp-mrr-results-3n-tsh"
8036 #    - "vpp-mrr-results-2n-dnv"
8037 #    - "vpp-mrr-results-3n-dnv"
8038   filter: "all"
8039   data-start-level: 4
8040   order-chapters:
8041     level-1:
8042       - "l2"
8043       - "ip4"
8044       - "ip6"
8045       - "srv6"
8046       - "ip4_tunnels"
8047       - "ip6_tunnels"
8048       - "vm_vhost"
8049       - "container_memif"
8050       - "crypto"
8051       - "vts"
8052       - "lb"
8053       - "nfv_density"
8054       - "hoststack"
8055     level-2:
8056       - "2n-skx"
8057       - "3n-skx"
8058       - "2n-clx"
8059       - "3n-hsw"
8060       - "3n-tsh"
8061       - "2n-dnv"
8062       - "3n-dnv"
8063     level-3:
8064       - "xl710"
8065       - "x520"
8066       - "xxv710"
8067       - "x710"
8068       - "x553"
8069       - "cx556a"
8070       - "vic1227"
8071       - "vic1385"
8072
8073 # VPP Device Results - Ubuntu
8074 - type: "file"
8075   title: "VPP Device Results - Ubuntu"
8076   algorithm: "file_test_results"
8077   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
8078   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
8079   data: "vpp-device-results-ubuntu"
8080   filter: "all"
8081   data-start-level: 4
8082
8083 # VPP Device Configuration - Ubuntu
8084 - type: "file"
8085   title: "VPP Device Configuration - Ubuntu"
8086   algorithm: "file_test_results"
8087   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
8088   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
8089   data: "vpp-device-results-ubuntu"
8090   filter: "all"
8091   data-start-level: 4
8092
8093 # DPDK Performance Results 3n-hsw
8094 - type: "file"
8095   title: "DPDK Performance Results 3n-hsw"
8096   algorithm: "file_test_results"
8097   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
8098   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
8099   data: "dpdk-perf-results-3n-hsw"
8100   filter: "all"
8101   data-start-level: 4
8102
8103 # DPDK Performance Results 3n-skx
8104 - type: "file"
8105   title: "DPDK Performance Results 3n-skx"
8106   algorithm: "file_test_results"
8107   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
8108   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
8109   data: "dpdk-perf-results-3n-skx"
8110   filter: "all"
8111   data-start-level: 4
8112
8113 # DPDK Performance Results 2n-skx
8114 - type: "file"
8115   title: "DPDK Performance Results 2n-skx"
8116   algorithm: "file_test_results"
8117   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
8118   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
8119   data: "dpdk-perf-results-2n-skx"
8120   filter: "all"
8121   data-start-level: 4
8122
8123 # DPDK Performance Results 2n-clx
8124 - type: "file"
8125   title: "DPDK Performance Results 2n-clx"
8126   algorithm: "file_test_results"
8127   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
8128   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
8129   data: "dpdk-perf-results-2n-clx"
8130   filter: "all"
8131   data-start-level: 4
8132
8133 # DPDK Performance Results 2n-dnv
8134 - type: "file"
8135   title: "DPDK Performance Results 2n-dnv"
8136   algorithm: "file_test_results"
8137   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
8138   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
8139   data: "dpdk-perf-results-2n-dnv"
8140   filter: "all"
8141   data-start-level: 4
8142
8143 # DPDK Performance Results 3n-dnv
8144 - type: "file"
8145   title: "DPDK Performance Results 3n-dnv"
8146   algorithm: "file_test_results"
8147   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
8148   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
8149   data: "dpdk-perf-results-3n-dnv"
8150   filter: "all"
8151   data-start-level: 4
8152
8153 # DPDK Performance Results 3n-tsh
8154 - type: "file"
8155   title: "DPDK Performance Results 3n-tsh"
8156   algorithm: "file_test_results"
8157   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
8158   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
8159   data: "dpdk-perf-results-3n-tsh"
8160   filter: "all"
8161   data-start-level: 4
8162
8163 ################################################################################
8164 ###                                P L O T S                                 ###
8165 ################################################################################
8166
8167 # Hoststack tests 3n-hsw
8168
8169 - type: "plot"
8170   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
8171   algorithm: "plot_perf_box_name"
8172   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
8173   data: "plot-vpp-hoststack-3n-hsw"
8174   include:
8175     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
8176     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
8177   layout:
8178     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
8179     layout: "plot-hoststack"
8180
8181 - type: "plot"
8182   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
8183   algorithm: "plot_perf_box_name"
8184   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
8185   data: "plot-vpp-hoststack-3n-hsw"
8186   include:
8187     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
8188     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
8189   layout:
8190     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
8191     layout: "plot-hoststack"
8192
8193 - type: "plot"
8194   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
8195   algorithm: "plot_perf_box_name"
8196   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
8197   data: "plot-vpp-hoststack-3n-hsw"
8198   include:
8199     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
8200     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
8201     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
8202     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
8203   layout:
8204     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
8205     layout: "plot-hoststack"
8206
8207 ################################################################################
8208
8209 # Soak Test (PLRsearch), boxes - 2n-clx
8210 - type: "plot"
8211   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8212   algorithm: "plot_perf_box_name"
8213   output-file-type: ".html"
8214   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
8215   data: "plot-vpp-soak-2n-clx"
8216   include:
8217     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8218     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8219     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8221     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8222     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8223   layout:
8224     title: "30 Minutes Soak Test (PLRsearch)"
8225     layout: "plot-soak-throughput"
8226
8227 # Soak Test (PLRsearch), boxes - 2n-clx
8228 - type: "plot"
8229   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8230   algorithm: "plot_perf_box_name"
8231   output-file-type: ".html"
8232   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
8233   data: "plot-vpp-soak-2n-clx"
8234   include:
8235     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8236     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8237     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8238     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8239     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8240     - "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"
8241   layout:
8242     title: "30 Minutes Soak Test (PLRsearch)"
8243     layout: "plot-soak-throughput"
8244
8245 # Soak Test (PLRsearch), boxes - 2n-skx
8246 - type: "plot"
8247   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8248   algorithm: "plot_perf_box_name"
8249   output-file-type: ".html"
8250   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
8251   data: "plot-vpp-soak-2n-skx"
8252   include:
8253     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8254     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8255     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8256     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8259   layout:
8260     title: "30 Minutes Soak Test (PLRsearch)"
8261     layout: "plot-soak-throughput"
8262
8263 # Soak Test (PLRsearch), boxes - 2n-skx
8264 - type: "plot"
8265   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8266   algorithm: "plot_perf_box_name"
8267   output-file-type: ".html"
8268   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
8269   data: "plot-vpp-soak-2n-skx"
8270   include:
8271     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8272     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8273     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8274     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8275     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8276     - "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"
8277   layout:
8278     title: "30 Minutes Soak Test (PLRsearch)"
8279     layout: "plot-soak-throughput"
8280
8281 ###############################################################################
8282
8283 # Reconf tests 2n-skx
8284
8285 - type: "plot"
8286   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8287   algorithm: "plot_nf_reconf_box_name"
8288   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8289   data: "plot-vpp-nfv-reconf-2n-skx"
8290   include:
8291     - "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"
8292     - "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"
8293     - "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"
8294     - "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"
8295     - "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"
8296     - "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"
8297   layout:
8298     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8299     layout: "plot-throughput"
8300
8301 - type: "plot"
8302   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8303   algorithm: "plot_nf_reconf_box_name"
8304   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8305   data: "plot-vpp-nfv-reconf-2n-skx"
8306   include:
8307     - "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"
8308     - "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"
8309     - "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"
8310     - "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"
8311     - "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"
8312     - "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"
8313   layout:
8314     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8315     layout: "plot-throughput"
8316
8317 - type: "plot"
8318   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8319   algorithm: "plot_nf_reconf_box_name"
8320   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8321   data: "plot-vpp-nfv-reconf-2n-skx"
8322   include:
8323     - "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"
8324     - "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"
8325     - "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"
8326     - "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"
8327     - "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"
8328     - "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"
8329   layout:
8330     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8331     layout: "plot-throughput"
8332
8333 ###############################################################################
8334
8335 # Reconf tests 2n-clx
8336
8337 - type: "plot"
8338   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8339   algorithm: "plot_nf_reconf_box_name"
8340   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8341   data: "plot-vpp-nfv-reconf-2n-clx"
8342   include:
8343     - "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"
8344     - "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"
8345     - "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"
8346     - "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"
8347   layout:
8348     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8349     layout: "plot-throughput"
8350
8351 - type: "plot"
8352   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8353   algorithm: "plot_nf_reconf_box_name"
8354   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8355   data: "plot-vpp-nfv-reconf-2n-clx"
8356   include:
8357     - "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"
8358     - "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"
8359     - "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"
8360     - "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"
8361   layout:
8362     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8363     layout: "plot-throughput"
8364
8365 - type: "plot"
8366   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8367   algorithm: "plot_nf_reconf_box_name"
8368   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8369   data: "plot-vpp-nfv-reconf-2n-clx"
8370   include:
8371     - "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"
8372     - "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"
8373     - "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"
8374     - "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"
8375   layout:
8376     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8377     layout: "plot-throughput"
8378
8379 ###############################################################################
8380
8381 # Plots - NF Density - VSC - MRR IMIX
8382 - type: "plot"
8383   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8384   algorithm: "plot_nf_heatmap"
8385   output-file-type: ".html"
8386   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
8387   data: "plot-vpp-nfv-2n-skx-mrr"
8388   filter: "'NIC_Intel-XXV710' and
8389            'NF_DENSITY' and
8390            'VHOST' and
8391            not 'VXLAN' and
8392            'CHAIN' and
8393            'NF_VPPIP4' and
8394            'IMIX' and
8395            '2T1C' and
8396            'MRR'"
8397   parameters:
8398   - "result"
8399   - "name"
8400   - "tags"
8401   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8402   x-axis: "X = VNFs per Service Chain"
8403   y-axis: "Y = Number of Service Chains"
8404   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8405   layout:
8406     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8407     layout: "plot-service-density"
8408
8409 - type: "plot"
8410   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8411   algorithm: "plot_nf_heatmap"
8412   output-file-type: ".html"
8413   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
8414   data: "plot-vpp-nfv-2n-skx-mrr"
8415   filter: "'NIC_Intel-XXV710' and
8416            'NF_DENSITY' and
8417            'VHOST' and
8418            not 'VXLAN' and
8419            'CHAIN' and
8420            'NF_VPPIP4' and
8421            'IMIX' and
8422            '4T2C' and
8423            'MRR'"
8424   parameters:
8425   - "result"
8426   - "name"
8427   - "tags"
8428   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8429   x-axis: "X = VNFs per Service Chain"
8430   y-axis: "Y = Number of Service Chains"
8431   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8432   layout:
8433     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8434     layout: "plot-service-density"
8435
8436 - type: "plot"
8437   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8438   algorithm: "plot_nf_heatmap"
8439   output-file-type: ".html"
8440   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
8441   data: "plot-vpp-nfv-2n-skx-mrr"
8442   filter: "'NIC_Intel-XXV710' and
8443            'NF_DENSITY' and
8444            'VHOST' and
8445            not 'VXLAN' and
8446            'CHAIN' and
8447            'NF_VPPIP4' and
8448            'IMIX' and
8449            '8T4C' and
8450            'MRR'"
8451   parameters:
8452   - "result"
8453   - "name"
8454   - "tags"
8455   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8456   x-axis: "X = VNFs per Service Chain"
8457   y-axis: "Y = Number of Service Chains"
8458   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8459   layout:
8460     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8461     layout: "plot-service-density"
8462
8463 # Plots - NF Density - VSC - NDR IMIX
8464 - type: "plot"
8465   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8466   algorithm: "plot_nf_heatmap"
8467   output-file-type: ".html"
8468   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
8469   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8470   filter: "'NIC_Intel-XXV710' and
8471            'NF_DENSITY' and
8472            'VHOST' and
8473            not 'VXLAN' and
8474            'CHAIN' and
8475            'NF_VPPIP4' and
8476            'IMIX' and
8477            '2T1C' and
8478            'NDRPDR'"
8479   parameters:
8480   - "throughput"
8481   - "name"
8482   - "tags"
8483   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8484   x-axis: "X = VNFs per Service Chain"
8485   y-axis: "Y = Number of Service Chains"
8486   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8487   layout:
8488     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8489     layout: "plot-service-density"
8490
8491 - type: "plot"
8492   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8493   algorithm: "plot_nf_heatmap"
8494   output-file-type: ".html"
8495   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
8496   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8497   filter: "'NIC_Intel-XXV710' and
8498            'NF_DENSITY' and
8499            'VHOST' and
8500            not 'VXLAN' and
8501            'CHAIN' and
8502            'NF_VPPIP4' and
8503            'IMIX' and
8504            '4T2C' and
8505            'NDRPDR'"
8506   parameters:
8507   - "throughput"
8508   - "name"
8509   - "tags"
8510   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8511   x-axis: "X = VNFs per Service Chain"
8512   y-axis: "Y = Number of Service Chains"
8513   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8514   layout:
8515     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8516     layout: "plot-service-density"
8517
8518 - type: "plot"
8519   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8520   algorithm: "plot_nf_heatmap"
8521   output-file-type: ".html"
8522   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
8523   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8524   filter: "'NIC_Intel-XXV710' and
8525            'NF_DENSITY' and
8526            'VHOST' and
8527            not 'VXLAN' and
8528            'CHAIN' and
8529            'NF_VPPIP4' and
8530            'IMIX' and
8531            '8T4C' and
8532            'NDRPDR'"
8533   parameters:
8534   - "throughput"
8535   - "name"
8536   - "tags"
8537   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8538   x-axis: "X = VNFs per Service Chain"
8539   y-axis: "Y = Number of Service Chains"
8540   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8541   layout:
8542     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8543     layout: "plot-service-density"
8544
8545 # Plots - NF Density - VSC - PDR IMIX
8546 - type: "plot"
8547   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8548   algorithm: "plot_nf_heatmap"
8549   output-file-type: ".html"
8550   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
8551   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8552   filter: "'NIC_Intel-XXV710' and
8553            'NF_DENSITY' and
8554            'VHOST' and
8555            not 'VXLAN' and
8556            'CHAIN' and
8557            'NF_VPPIP4' and
8558            'IMIX' and
8559            '2T1C' and
8560            'NDRPDR'"
8561   parameters:
8562   - "throughput"
8563   - "name"
8564   - "tags"
8565   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8566   x-axis: "X = VNFs per Service Chain"
8567   y-axis: "Y = Number of Service Chains"
8568   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8569   layout:
8570     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8571     layout: "plot-service-density"
8572
8573 - type: "plot"
8574   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8575   algorithm: "plot_nf_heatmap"
8576   output-file-type: ".html"
8577   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
8578   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8579   filter: "'NIC_Intel-XXV710' and
8580            'NF_DENSITY' and
8581            'VHOST' and
8582            not 'VXLAN' and
8583            'CHAIN' and
8584            'NF_VPPIP4' and
8585            'IMIX' and
8586            '4T2C' and
8587            'NDRPDR'"
8588   parameters:
8589   - "throughput"
8590   - "name"
8591   - "tags"
8592   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8593   x-axis: "X = VNFs per Service Chain"
8594   y-axis: "Y = Number of Service Chains"
8595   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8596   layout:
8597     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8598     layout: "plot-service-density"
8599
8600 - type: "plot"
8601   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8602   algorithm: "plot_nf_heatmap"
8603   output-file-type: ".html"
8604   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
8605   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8606   filter: "'NIC_Intel-XXV710' and
8607            'NF_DENSITY' and
8608            'VHOST' and
8609            not 'VXLAN' and
8610            'CHAIN' and
8611            'NF_VPPIP4' and
8612            'IMIX' and
8613            '8T4C' and
8614            'NDRPDR'"
8615   parameters:
8616   - "throughput"
8617   - "name"
8618   - "tags"
8619   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8620   x-axis: "X = VNFs per Service Chain"
8621   y-axis: "Y = Number of Service Chains"
8622   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8623   layout:
8624     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8625     layout: "plot-service-density"
8626
8627 ###############################################################################
8628
8629 # Plots - NF Density - VSC - MRR IMIX
8630 - type: "plot"
8631   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8632   algorithm: "plot_nf_heatmap"
8633   output-file-type: ".html"
8634   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
8635   data: "plot-vpp-nfv-2n-skx-mrr"
8636   filter: "'NIC_Intel-XXV710' and
8637            'NF_DENSITY' and
8638            'VHOST' and
8639            'VXLAN' and
8640            'CHAIN' and
8641            'IMIX' and
8642            '2T1C' and
8643            'MRR'"
8644   parameters:
8645   - "result"
8646   - "name"
8647   - "tags"
8648   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8649   x-axis: "X = VNFs per Service Chain"
8650   y-axis: "Y = Number of Service Chains"
8651   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8652   layout:
8653     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8654     layout: "plot-service-density"
8655
8656 - type: "plot"
8657   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8658   algorithm: "plot_nf_heatmap"
8659   output-file-type: ".html"
8660   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
8661   data: "plot-vpp-nfv-2n-skx-mrr"
8662   filter: "'NIC_Intel-XXV710' and
8663            'NF_DENSITY' and
8664            'VHOST' and
8665            'VXLAN' and
8666            'CHAIN' and
8667            'IMIX' and
8668            '4T2C' and
8669            'MRR'"
8670   parameters:
8671   - "result"
8672   - "name"
8673   - "tags"
8674   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8675   x-axis: "X = VNFs per Service Chain"
8676   y-axis: "Y = Number of Service Chains"
8677   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8678   layout:
8679     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8680     layout: "plot-service-density"
8681
8682 - type: "plot"
8683   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8684   algorithm: "plot_nf_heatmap"
8685   output-file-type: ".html"
8686   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
8687   data: "plot-vpp-nfv-2n-skx-mrr"
8688   filter: "'NIC_Intel-XXV710' and
8689            'NF_DENSITY' and
8690            'VHOST' and
8691            'VXLAN' and
8692            'CHAIN' and
8693            'IMIX' and
8694            '8T4C' and
8695            'MRR'"
8696   parameters:
8697   - "result"
8698   - "name"
8699   - "tags"
8700   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8701   x-axis: "X = VNFs per Service Chain"
8702   y-axis: "Y = Number of Service Chains"
8703   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8704   layout:
8705     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8706     layout: "plot-service-density"
8707
8708 # Plots - NF Density - VSC - NDR IMIX
8709 - type: "plot"
8710   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8711   algorithm: "plot_nf_heatmap"
8712   output-file-type: ".html"
8713   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8714   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8715   filter: "'NIC_Intel-XXV710' and
8716            'NF_DENSITY' and
8717            'VHOST' and
8718            'VXLAN' and
8719            'CHAIN' and
8720            'IMIX' and
8721            '2T1C' and
8722            'NDRPDR'"
8723   parameters:
8724   - "throughput"
8725   - "name"
8726   - "tags"
8727   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8728   x-axis: "X = VNFs per Service Chain"
8729   y-axis: "Y = Number of Service Chains"
8730   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8731   layout:
8732     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8733     layout: "plot-service-density"
8734
8735 - type: "plot"
8736   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8737   algorithm: "plot_nf_heatmap"
8738   output-file-type: ".html"
8739   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8740   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8741   filter: "'NIC_Intel-XXV710' and
8742            'NF_DENSITY' and
8743            'VHOST' and
8744            'VXLAN' and
8745            'CHAIN' and
8746            'IMIX' and
8747            '4T2C' and
8748            'NDRPDR'"
8749   parameters:
8750   - "throughput"
8751   - "name"
8752   - "tags"
8753   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8754   x-axis: "X = VNFs per Service Chain"
8755   y-axis: "Y = Number of Service Chains"
8756   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8757   layout:
8758     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8759     layout: "plot-service-density"
8760
8761 - type: "plot"
8762   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8763   algorithm: "plot_nf_heatmap"
8764   output-file-type: ".html"
8765   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8766   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8767   filter: "'NIC_Intel-XXV710' and
8768            'NF_DENSITY' and
8769            'VHOST' and
8770            'VXLAN' and
8771            'CHAIN' and
8772            'IMIX' and
8773            '8T4C' and
8774            'NDRPDR'"
8775   parameters:
8776   - "throughput"
8777   - "name"
8778   - "tags"
8779   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8780   x-axis: "X = VNFs per Service Chain"
8781   y-axis: "Y = Number of Service Chains"
8782   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8783   layout:
8784     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8785     layout: "plot-service-density"
8786
8787 # Plots - NF Density - VSC - PDR IMIX
8788 - type: "plot"
8789   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8790   algorithm: "plot_nf_heatmap"
8791   output-file-type: ".html"
8792   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8793   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8794   filter: "'NIC_Intel-XXV710' and
8795            'NF_DENSITY' and
8796            'VHOST' and
8797            'VXLAN' and
8798            'CHAIN' and
8799            'IMIX' and
8800            '2T1C' and
8801            'NDRPDR'"
8802   parameters:
8803   - "throughput"
8804   - "name"
8805   - "tags"
8806   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8807   x-axis: "X = VNFs per Service Chain"
8808   y-axis: "Y = Number of Service Chains"
8809   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8810   layout:
8811     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8812     layout: "plot-service-density"
8813
8814 - type: "plot"
8815   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8816   algorithm: "plot_nf_heatmap"
8817   output-file-type: ".html"
8818   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8819   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8820   filter: "'NIC_Intel-XXV710' and
8821            'NF_DENSITY' and
8822            'VHOST' and
8823            'VXLAN' and
8824            'CHAIN' and
8825            'IMIX' and
8826            '4T2C' and
8827            'NDRPDR'"
8828   parameters:
8829   - "throughput"
8830   - "name"
8831   - "tags"
8832   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8833   x-axis: "X = VNFs per Service Chain"
8834   y-axis: "Y = Number of Service Chains"
8835   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8836   layout:
8837     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8838     layout: "plot-service-density"
8839
8840 - type: "plot"
8841   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8842   algorithm: "plot_nf_heatmap"
8843   output-file-type: ".html"
8844   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8845   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8846   filter: "'NIC_Intel-XXV710' and
8847            'NF_DENSITY' and
8848            'VHOST' and
8849            'VXLAN' and
8850            'CHAIN' and
8851            'IMIX' and
8852            '8T4C' and
8853            'NDRPDR'"
8854   parameters:
8855   - "throughput"
8856   - "name"
8857   - "tags"
8858   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8859   x-axis: "X = VNFs per Service Chain"
8860   y-axis: "Y = Number of Service Chains"
8861   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8862   layout:
8863     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8864     layout: "plot-service-density"
8865
8866 ###############################################################################
8867
8868 # Plots - NF Density - CSC - MRR IMIX
8869 - type: "plot"
8870   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8871   algorithm: "plot_nf_heatmap"
8872   output-file-type: ".html"
8873   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8874   data: "plot-vpp-nfv-2n-skx-mrr"
8875   filter: "'NIC_Intel-XXV710' and
8876            'NF_DENSITY' and
8877            'DOCKER' and
8878            'CHAIN' and
8879            'NF_VPPIP4' and
8880            'IMIX' and
8881            '2T1C' and
8882            'MRR'"
8883   parameters:
8884   - "result"
8885   - "name"
8886   - "tags"
8887   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8888   x-axis: "X = CNFs per Service Chain"
8889   y-axis: "Y = Number of Service Chains"
8890   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8891   layout:
8892     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8893     layout: "plot-service-density"
8894
8895 - type: "plot"
8896   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8897   algorithm: "plot_nf_heatmap"
8898   output-file-type: ".html"
8899   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8900   data: "plot-vpp-nfv-2n-skx-mrr"
8901   filter: "'NIC_Intel-XXV710' and
8902            'NF_DENSITY' and
8903            'DOCKER' and
8904            'CHAIN' and
8905            'NF_VPPIP4' and
8906            'IMIX' and
8907            '4T2C' and
8908            'MRR'"
8909   parameters:
8910   - "result"
8911   - "name"
8912   - "tags"
8913   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8914   x-axis: "X = CNFs per Service Chain"
8915   y-axis: "Y = Number of Service Chains"
8916   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8917   layout:
8918     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8919     layout: "plot-service-density"
8920
8921 - type: "plot"
8922   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8923   algorithm: "plot_nf_heatmap"
8924   output-file-type: ".html"
8925   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8926   data: "plot-vpp-nfv-2n-skx-mrr"
8927   filter: "'NIC_Intel-XXV710' and
8928            'NF_DENSITY' and
8929            'DOCKER' and
8930            'CHAIN' and
8931            'NF_VPPIP4' and
8932            'IMIX' and
8933            '8T4C' and
8934            'MRR'"
8935   parameters:
8936   - "result"
8937   - "name"
8938   - "tags"
8939   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8940   x-axis: "X = CNFs per Service Chain"
8941   y-axis: "Y = Number of Service Chains"
8942   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8943   layout:
8944     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8945     layout: "plot-service-density"
8946
8947 # Plots - NF Density - CSC - NDR IMIX
8948 - type: "plot"
8949   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8950   algorithm: "plot_nf_heatmap"
8951   output-file-type: ".html"
8952   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8953   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8954   filter: "'NIC_Intel-XXV710' and
8955            'NF_DENSITY' and
8956            'DOCKER' and
8957            'CHAIN' and
8958            'NF_VPPIP4' and
8959            'IMIX' and
8960            '2T1C' and
8961            'NDRPDR'"
8962   parameters:
8963   - "throughput"
8964   - "name"
8965   - "tags"
8966   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8967   x-axis: "X = CNFs per Service Chain"
8968   y-axis: "Y = Number of Service Chains"
8969   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8970   layout:
8971     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8972     layout: "plot-service-density"
8973
8974 - type: "plot"
8975   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8976   algorithm: "plot_nf_heatmap"
8977   output-file-type: ".html"
8978   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8979   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8980   filter: "'NIC_Intel-XXV710' and
8981            'NF_DENSITY' and
8982            'DOCKER' and
8983            'CHAIN' and
8984            'NF_VPPIP4' and
8985            'IMIX' and
8986            '4T2C' and
8987            'NDRPDR'"
8988   parameters:
8989   - "throughput"
8990   - "name"
8991   - "tags"
8992   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8993   x-axis: "X = CNFs per Service Chain"
8994   y-axis: "Y = Number of Service Chains"
8995   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8996   layout:
8997     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8998     layout: "plot-service-density"
8999
9000 - type: "plot"
9001   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9002   algorithm: "plot_nf_heatmap"
9003   output-file-type: ".html"
9004   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
9005   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9006   filter: "'NIC_Intel-XXV710' and
9007            'NF_DENSITY' and
9008            'DOCKER' and
9009            'CHAIN' and
9010            'NF_VPPIP4' and
9011            'IMIX' and
9012            '8T4C' and
9013            'NDRPDR'"
9014   parameters:
9015   - "throughput"
9016   - "name"
9017   - "tags"
9018   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9019   x-axis: "X = CNFs per Service Chain"
9020   y-axis: "Y = Number of Service Chains"
9021   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9022   layout:
9023     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9024     layout: "plot-service-density"
9025
9026 # Plots - NF Density - CSC - PDR IMIX
9027 - type: "plot"
9028   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9029   algorithm: "plot_nf_heatmap"
9030   output-file-type: ".html"
9031   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
9032   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9033   filter: "'NIC_Intel-XXV710' and
9034            'NF_DENSITY' and
9035            'DOCKER' and
9036            'CHAIN' and
9037            'NF_VPPIP4' and
9038            'IMIX' and
9039            '2T1C' and
9040            'NDRPDR'"
9041   parameters:
9042   - "throughput"
9043   - "name"
9044   - "tags"
9045   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9046   x-axis: "X = CNFs per Service Chain"
9047   y-axis: "Y = Number of Service Chains"
9048   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9049   layout:
9050     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9051     layout: "plot-service-density"
9052
9053 - type: "plot"
9054   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9055   algorithm: "plot_nf_heatmap"
9056   output-file-type: ".html"
9057   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
9058   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9059   filter: "'NIC_Intel-XXV710' and
9060            'NF_DENSITY' and
9061            'DOCKER' and
9062            'CHAIN' and
9063            'NF_VPPIP4' and
9064            'IMIX' and
9065            '4T2C' and
9066            'NDRPDR'"
9067   parameters:
9068   - "throughput"
9069   - "name"
9070   - "tags"
9071   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9072   x-axis: "X = CNFs per Service Chain"
9073   y-axis: "Y = Number of Service Chains"
9074   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9075   layout:
9076     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9077     layout: "plot-service-density"
9078
9079 - type: "plot"
9080   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9081   algorithm: "plot_nf_heatmap"
9082   output-file-type: ".html"
9083   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
9084   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9085   filter: "'NIC_Intel-XXV710' and
9086            'NF_DENSITY' and
9087            'DOCKER' and
9088            'CHAIN' and
9089            'NF_VPPIP4' and
9090            'IMIX' and
9091            '8T4C' and
9092            'NDRPDR'"
9093   parameters:
9094   - "throughput"
9095   - "name"
9096   - "tags"
9097   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9098   x-axis: "X = CNFs per Service Chain"
9099   y-axis: "Y = Number of Service Chains"
9100   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9101   layout:
9102     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9103     layout: "plot-service-density"
9104
9105 ################################################################################
9106 #
9107 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9108 #- type: "plot"
9109 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9110 #  algorithm: "plot_nf_heatmap"
9111 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
9112 #  data: "plot-vpp-nfv-3n-skx-mrr"
9113 #  filter: "'NIC_Intel-XXV710' and
9114 #           'NF_DENSITY' and
9115 #           'DOCKER' and
9116 #           'CHAIN' and
9117 #           'NF_VPPIP4' and
9118 #           'IPSEC' and
9119 #           'TNL_4' and
9120 #           'IMIX' and
9121 #           '2T1C' and
9122 #           'MRR'"
9123 #  parameters:
9124 #  - "result"
9125 #  - "name"
9126 #  - "tags"
9127 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9128 #  x-axis: "X = CNFs per Service Chain"
9129 #  y-axis: "Y = Number of Service Chains"
9130 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9131 #  layout:
9132 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9133 #    layout: "plot-service-density"
9134 #
9135 #- type: "plot"
9136 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9137 #  algorithm: "plot_nf_heatmap"
9138 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
9139 #  data: "plot-vpp-nfv-3n-skx-mrr"
9140 #  filter: "'NIC_Intel-XXV710' and
9141 #           'NF_DENSITY' and
9142 #           'DOCKER' and
9143 #           'CHAIN' and
9144 #           'NF_VPPIP4' and
9145 #           'IPSEC' and
9146 #           'TNL_4' and
9147 #           'IMIX' and
9148 #           '4T2C' and
9149 #           'MRR'"
9150 #  parameters:
9151 #  - "result"
9152 #  - "name"
9153 #  - "tags"
9154 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9155 #  x-axis: "X = CNFs per Service Chain"
9156 #  y-axis: "Y = Number of Service Chains"
9157 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9158 #  layout:
9159 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9160 #    layout: "plot-service-density"
9161 #
9162 #- type: "plot"
9163 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9164 #  algorithm: "plot_nf_heatmap"
9165 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
9166 #  data: "plot-vpp-nfv-3n-skx-mrr"
9167 #  filter: "'NIC_Intel-XXV710' and
9168 #           'NF_DENSITY' and
9169 #           'DOCKER' and
9170 #           'CHAIN' and
9171 #           'NF_VPPIP4' and
9172 #           'IPSEC' and
9173 #           'TNL_4' and
9174 #           'IMIX' and
9175 #           '8T4C' and
9176 #           'MRR'"
9177 #  parameters:
9178 #  - "result"
9179 #  - "name"
9180 #  - "tags"
9181 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9182 #  x-axis: "X = CNFs per Service Chain"
9183 #  y-axis: "Y = Number of Service Chains"
9184 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9185 #  layout:
9186 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9187 #    layout: "plot-service-density"
9188
9189 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9190 - type: "plot"
9191   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9192   algorithm: "plot_nf_heatmap"
9193   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
9194   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9195   filter: "'NIC_Intel-XXV710' and
9196            'NF_DENSITY' and
9197            'DOCKER' and
9198            'CHAIN' and
9199            'NF_VPPIP4' and
9200            'IPSEC' and
9201            'TNL_4' and
9202            'IMIX' and
9203            '2T1C' and
9204            'NDRPDR'"
9205   parameters:
9206   - "throughput"
9207   - "name"
9208   - "tags"
9209   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9210   x-axis: "X = CNFs per Service Chain"
9211   y-axis: "Y = Number of Service Chains"
9212   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9213   layout:
9214     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9215     layout: "plot-service-density"
9216
9217 - type: "plot"
9218   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9219   algorithm: "plot_nf_heatmap"
9220   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
9221   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9222   filter: "'NIC_Intel-XXV710' and
9223            'NF_DENSITY' and
9224            'DOCKER' and
9225            'CHAIN' and
9226            'NF_VPPIP4' and
9227            'IPSEC' and
9228            'TNL_4' and
9229            'IMIX' and
9230            '4T2C' and
9231            'NDRPDR'"
9232   parameters:
9233   - "throughput"
9234   - "name"
9235   - "tags"
9236   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9237   x-axis: "X = CNFs per Service Chain"
9238   y-axis: "Y = Number of Service Chains"
9239   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9240   layout:
9241     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9242     layout: "plot-service-density"
9243
9244 - type: "plot"
9245   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9246   algorithm: "plot_nf_heatmap"
9247   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
9248   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9249   filter: "'NIC_Intel-XXV710' and
9250            'NF_DENSITY' and
9251            'DOCKER' and
9252            'CHAIN' and
9253            'NF_VPPIP4' and
9254            'IPSEC' and
9255            'TNL_4' and
9256            'IMIX' and
9257            '8T4C' and
9258            'NDRPDR'"
9259   parameters:
9260   - "throughput"
9261   - "name"
9262   - "tags"
9263   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9264   x-axis: "X = CNFs per Service Chain"
9265   y-axis: "Y = Number of Service Chains"
9266   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9267   layout:
9268     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9269     layout: "plot-service-density"
9270
9271 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9272 - type: "plot"
9273   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9274   algorithm: "plot_nf_heatmap"
9275   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
9276   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9277   filter: "'NIC_Intel-XXV710' and
9278            'NF_DENSITY' and
9279            'DOCKER' and
9280            'CHAIN' and
9281            'NF_VPPIP4' and
9282            'IPSEC' and
9283            'TNL_4' and
9284            'IMIX' and
9285            '2T1C' and
9286            'NDRPDR'"
9287   parameters:
9288   - "throughput"
9289   - "name"
9290   - "tags"
9291   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9292   x-axis: "X = CNFs per Service Chain"
9293   y-axis: "Y = Number of Service Chains"
9294   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9295   layout:
9296     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9297     layout: "plot-service-density"
9298
9299 - type: "plot"
9300   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9301   algorithm: "plot_nf_heatmap"
9302   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
9303   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9304   filter: "'NIC_Intel-XXV710' and
9305            'NF_DENSITY' and
9306            'DOCKER' and
9307            'CHAIN' and
9308            'NF_VPPIP4' and
9309            'IPSEC' and
9310            'TNL_4' and
9311            'IMIX' and
9312            '4T2C' and
9313            'NDRPDR'"
9314   parameters:
9315   - "throughput"
9316   - "name"
9317   - "tags"
9318   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9319   x-axis: "X = CNFs per Service Chain"
9320   y-axis: "Y = Number of Service Chains"
9321   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9322   layout:
9323     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9324     layout: "plot-service-density"
9325
9326 - type: "plot"
9327   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9328   algorithm: "plot_nf_heatmap"
9329   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
9330   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9331   filter: "'NIC_Intel-XXV710' and
9332            'NF_DENSITY' and
9333            'DOCKER' and
9334            'CHAIN' and
9335            'NF_VPPIP4' and
9336            'IPSEC' and
9337            'TNL_4' and
9338            'IMIX' and
9339            '8T4C' and
9340            'NDRPDR'"
9341   parameters:
9342   - "throughput"
9343   - "name"
9344   - "tags"
9345   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9346   x-axis: "X = CNFs per Service Chain"
9347   y-axis: "Y = Number of Service Chains"
9348   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9349   layout:
9350     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9351     layout: "plot-service-density"
9352
9353 ###############################################################################
9354
9355 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9356 #- type: "plot"
9357 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9358 #  algorithm: "plot_nf_heatmap"
9359 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
9360 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9361 #  filter: "'NIC_Intel-XL710' and
9362 #           'NF_DENSITY' and
9363 #           'DOCKER' and
9364 #           'CHAIN' and
9365 #           'NF_VPPIP4' and
9366 #           'IMIX' and
9367 #           'TNL_4' and
9368 #           '1T1C' and
9369 #           'MRR'"
9370 #  parameters:
9371 #  - "result"
9372 #  - "name"
9373 #  - "tags"
9374 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9375 #  x-axis: "X = CNFs per Service Chain"
9376 #  y-axis: "Y = Number of Service Chains"
9377 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9378 #  layout:
9379 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9380 #    layout: "plot-service-density"
9381 #
9382 #- type: "plot"
9383 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9384 #  algorithm: "plot_nf_heatmap"
9385 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
9386 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9387 #  filter: "'NIC_Intel-XL710' and
9388 #           'NF_DENSITY' and
9389 #           'DOCKER' and
9390 #           'CHAIN' and
9391 #           'NF_VPPIP4' and
9392 #           'IPSEC' and
9393 #           'TNL_4' and
9394 #           'IMIX' and
9395 #           '2T2C' and
9396 #           'MRR'"
9397 #  parameters:
9398 #  - "result"
9399 #  - "name"
9400 #  - "tags"
9401 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9402 #  x-axis: "X = CNFs per Service Chain"
9403 #  y-axis: "Y = Number of Service Chains"
9404 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9405 #  layout:
9406 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9407 #    layout: "plot-service-density"
9408 #
9409 #- type: "plot"
9410 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9411 #  algorithm: "plot_nf_heatmap"
9412 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9413 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9414 #  filter: "'NIC_Intel-XL710' and
9415 #           'NF_DENSITY' and
9416 #           'DOCKER' and
9417 #           'CHAIN' and
9418 #           'NF_VPPIP4' and
9419 #           'IPSEC' and
9420 #           'TNL_4' and
9421 #           'IMIX' and
9422 #           '4T4C' and
9423 #           'MRR'"
9424 #  parameters:
9425 #  - "result"
9426 #  - "name"
9427 #  - "tags"
9428 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9429 #  x-axis: "X = CNFs per Service Chain"
9430 #  y-axis: "Y = Number of Service Chains"
9431 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9432 #  layout:
9433 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9434 #    layout: "plot-service-density"
9435
9436 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9437 #- type: "plot"
9438 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9439 #  algorithm: "plot_nf_heatmap"
9440 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9441 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9442 #  filter: "'NIC_Intel-XL710' and
9443 #           'NF_DENSITY' and
9444 #           'DOCKER' and
9445 #           'CHAIN' and
9446 #           'NF_VPPIP4' and
9447 #           'IPSEC' and
9448 #           'TNL_4' and
9449 #           'IMIX' and
9450 #           '1T1C' and
9451 #           'NDRPDR'"
9452 #  parameters:
9453 #  - "throughput"
9454 #  - "name"
9455 #  - "tags"
9456 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9457 #  x-axis: "X = CNFs per Service Chain"
9458 #  y-axis: "Y = Number of Service Chains"
9459 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9460 #  layout:
9461 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9462 #    layout: "plot-service-density"
9463 #
9464 #- type: "plot"
9465 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9466 #  algorithm: "plot_nf_heatmap"
9467 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9468 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9469 #  filter: "'NIC_Intel-XL710' and
9470 #           'NF_DENSITY' and
9471 #           'DOCKER' and
9472 #           'CHAIN' and
9473 #           'NF_VPPIP4' and
9474 #           'IPSEC' and
9475 #           'TNL_4' and
9476 #           'IMIX' and
9477 #           '2T2C' and
9478 #           'NDRPDR'"
9479 #  parameters:
9480 #  - "throughput"
9481 #  - "name"
9482 #  - "tags"
9483 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9484 #  x-axis: "X = CNFs per Service Chain"
9485 #  y-axis: "Y = Number of Service Chains"
9486 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9487 #  layout:
9488 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9489 #    layout: "plot-service-density"
9490 #
9491 #- type: "plot"
9492 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9493 #  algorithm: "plot_nf_heatmap"
9494 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9495 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9496 #  filter: "'NIC_Intel-XL710' and
9497 #           'NF_DENSITY' and
9498 #           'DOCKER' and
9499 #           'CHAIN' and
9500 #           'NF_VPPIP4' and
9501 #           'IPSEC' and
9502 #           'TNL_4' and
9503 #           'IMIX' and
9504 #           '4T4C' and
9505 #           'NDRPDR'"
9506 #  parameters:
9507 #  - "throughput"
9508 #  - "name"
9509 #  - "tags"
9510 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9511 #  x-axis: "X = CNFs per Service Chain"
9512 #  y-axis: "Y = Number of Service Chains"
9513 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9514 #  layout:
9515 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9516 #    layout: "plot-service-density"
9517 #
9518 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9519 #- type: "plot"
9520 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9521 #  algorithm: "plot_nf_heatmap"
9522 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9523 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9524 #  filter: "'NIC_Intel-XL710' and
9525 #           'NF_DENSITY' and
9526 #           'DOCKER' and
9527 #           'CHAIN' and
9528 #           'NF_VPPIP4' and
9529 #           'IPSEC' and
9530 #           'TNL_4' and
9531 #           'IMIX' and
9532 #           '1T1C' and
9533 #           'NDRPDR'"
9534 #  parameters:
9535 #  - "throughput"
9536 #  - "name"
9537 #  - "tags"
9538 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9539 #  x-axis: "X = CNFs per Service Chain"
9540 #  y-axis: "Y = Number of Service Chains"
9541 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9542 #  layout:
9543 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9544 #    layout: "plot-service-density"
9545 #
9546 #- type: "plot"
9547 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9548 #  algorithm: "plot_nf_heatmap"
9549 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9550 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9551 #  filter: "'NIC_Intel-XL710' and
9552 #           'NF_DENSITY' and
9553 #           'DOCKER' and
9554 #           'CHAIN' and
9555 #           'NF_VPPIP4' and
9556 #           'IPSEC' and
9557 #           'TNL_4' and
9558 #           'IMIX' and
9559 #           '2T2C' and
9560 #           'NDRPDR'"
9561 #  parameters:
9562 #  - "throughput"
9563 #  - "name"
9564 #  - "tags"
9565 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9566 #  x-axis: "X = CNFs per Service Chain"
9567 #  y-axis: "Y = Number of Service Chains"
9568 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9569 #  layout:
9570 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9571 #    layout: "plot-service-density"
9572 #
9573 #- type: "plot"
9574 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9575 #  algorithm: "plot_nf_heatmap"
9576 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9577 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9578 #  filter: "'NIC_Intel-XL710' and
9579 #           'NF_DENSITY' and
9580 #           'DOCKER' and
9581 #           'CHAIN' and
9582 #           'NF_VPPIP4' and
9583 #           'IPSEC' and
9584 #           'TNL_4' and
9585 #           'IMIX' and
9586 #           '4T4C' and
9587 #           'NDRPDR'"
9588 #  parameters:
9589 #  - "throughput"
9590 #  - "name"
9591 #  - "tags"
9592 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9593 #  x-axis: "X = CNFs per Service Chain"
9594 #  y-axis: "Y = Number of Service Chains"
9595 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9596 #  layout:
9597 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9598 #    layout: "plot-service-density"
9599
9600 ###############################################################################
9601
9602 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9603 #- type: "plot"
9604 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9605 #  algorithm: "plot_nf_heatmap"
9606 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9607 #  data: "plot-vpp-nfv-3n-skx-mrr"
9608 #  filter: "'NIC_Intel-XXV710' and
9609 #           'NF_DENSITY' and
9610 #           'DOCKER' and
9611 #           'CHAIN' and
9612 #           'NF_VPPIP4' and
9613 #           'IPSEC' and
9614 #           'TNL_1000' and
9615 #           'IMIX' and
9616 #           '2T1C' and
9617 #           'MRR'"
9618 #  parameters:
9619 #  - "result"
9620 #  - "name"
9621 #  - "tags"
9622 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9623 #  x-axis: "X = CNFs per Service Chain"
9624 #  y-axis: "Y = Number of Service Chains"
9625 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9626 #  layout:
9627 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9628 #    layout: "plot-service-density"
9629 #
9630 #- type: "plot"
9631 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9632 #  algorithm: "plot_nf_heatmap"
9633 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9634 #  data: "plot-vpp-nfv-3n-skx-mrr"
9635 #  filter: "'NIC_Intel-XXV710' and
9636 #           'NF_DENSITY' and
9637 #           'DOCKER' and
9638 #           'CHAIN' and
9639 #           'NF_VPPIP4' and
9640 #           'IPSEC' and
9641 #           'TNL_1000' and
9642 #           'IMIX' and
9643 #           '4T2C' and
9644 #           'MRR'"
9645 #  parameters:
9646 #  - "result"
9647 #  - "name"
9648 #  - "tags"
9649 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9650 #  x-axis: "X = CNFs per Service Chain"
9651 #  y-axis: "Y = Number of Service Chains"
9652 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9653 #  layout:
9654 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9655 #    layout: "plot-service-density"
9656 #
9657 #- type: "plot"
9658 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9659 #  algorithm: "plot_nf_heatmap"
9660 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9661 #  data: "plot-vpp-nfv-3n-skx-mrr"
9662 #  filter: "'NIC_Intel-XXV710' and
9663 #           'NF_DENSITY' and
9664 #           'DOCKER' and
9665 #           'CHAIN' and
9666 #           'NF_VPPIP4' and
9667 #           'IPSEC' and
9668 #           'TNL_1000' and
9669 #           'IMIX' and
9670 #           '8T4C' and
9671 #           'MRR'"
9672 #  parameters:
9673 #  - "result"
9674 #  - "name"
9675 #  - "tags"
9676 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9677 #  x-axis: "X = CNFs per Service Chain"
9678 #  y-axis: "Y = Number of Service Chains"
9679 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9680 #  layout:
9681 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9682 #    layout: "plot-service-density"
9683
9684 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9685 - type: "plot"
9686   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9687   algorithm: "plot_nf_heatmap"
9688   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9689   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9690   filter: "'NIC_Intel-XXV710' and
9691            'NF_DENSITY' and
9692            'DOCKER' and
9693            'CHAIN' and
9694            'NF_VPPIP4' and
9695            'IPSEC' and
9696            'TNL_1000' and
9697            'IMIX' and
9698            '2T1C' and
9699            'NDRPDR'"
9700   parameters:
9701   - "throughput"
9702   - "name"
9703   - "tags"
9704   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9705   x-axis: "X = CNFs per Service Chain"
9706   y-axis: "Y = Number of Service Chains"
9707   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9708   layout:
9709     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9710     layout: "plot-service-density"
9711
9712 - type: "plot"
9713   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9714   algorithm: "plot_nf_heatmap"
9715   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9716   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9717   filter: "'NIC_Intel-XXV710' and
9718            'NF_DENSITY' and
9719            'DOCKER' and
9720            'CHAIN' and
9721            'NF_VPPIP4' and
9722            'IPSEC' and
9723            'TNL_1000' and
9724            'IMIX' and
9725            '4T2C' and
9726            'NDRPDR'"
9727   parameters:
9728   - "throughput"
9729   - "name"
9730   - "tags"
9731   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9732   x-axis: "X = CNFs per Service Chain"
9733   y-axis: "Y = Number of Service Chains"
9734   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9735   layout:
9736     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9737     layout: "plot-service-density"
9738
9739 - type: "plot"
9740   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9741   algorithm: "plot_nf_heatmap"
9742   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9743   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9744   filter: "'NIC_Intel-XXV710' and
9745            'NF_DENSITY' and
9746            'DOCKER' and
9747            'CHAIN' and
9748            'NF_VPPIP4' and
9749            'IPSEC' and
9750            'TNL_1000' and
9751            'IMIX' and
9752            '8T4C' and
9753            'NDRPDR'"
9754   parameters:
9755   - "throughput"
9756   - "name"
9757   - "tags"
9758   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9759   x-axis: "X = CNFs per Service Chain"
9760   y-axis: "Y = Number of Service Chains"
9761   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9762   layout:
9763     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9764     layout: "plot-service-density"
9765
9766 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9767 - type: "plot"
9768   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9769   algorithm: "plot_nf_heatmap"
9770   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9771   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9772   filter: "'NIC_Intel-XXV710' and
9773            'NF_DENSITY' and
9774            'DOCKER' and
9775            'CHAIN' and
9776            'NF_VPPIP4' and
9777            'IPSEC' and
9778            'TNL_1000' and
9779            'IMIX' and
9780            '2T1C' and
9781            'NDRPDR'"
9782   parameters:
9783   - "throughput"
9784   - "name"
9785   - "tags"
9786   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9787   x-axis: "X = CNFs per Service Chain"
9788   y-axis: "Y = Number of Service Chains"
9789   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9790   layout:
9791     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9792     layout: "plot-service-density"
9793
9794 - type: "plot"
9795   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9796   algorithm: "plot_nf_heatmap"
9797   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9798   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9799   filter: "'NIC_Intel-XXV710' and
9800            'NF_DENSITY' and
9801            'DOCKER' and
9802            'CHAIN' and
9803            'NF_VPPIP4' and
9804            'IPSEC' and
9805            'TNL_1000' and
9806            'IMIX' and
9807            '4T2C' and
9808            'NDRPDR'"
9809   parameters:
9810   - "throughput"
9811   - "name"
9812   - "tags"
9813   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9814   x-axis: "X = CNFs per Service Chain"
9815   y-axis: "Y = Number of Service Chains"
9816   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9817   layout:
9818     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9819     layout: "plot-service-density"
9820
9821 - type: "plot"
9822   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9823   algorithm: "plot_nf_heatmap"
9824   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9825   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9826   filter: "'NIC_Intel-XXV710' and
9827            'NF_DENSITY' and
9828            'DOCKER' and
9829            'CHAIN' and
9830            'NF_VPPIP4' and
9831            'IPSEC' and
9832            'TNL_1000' and
9833            'IMIX' and
9834            '8T4C' and
9835            'NDRPDR'"
9836   parameters:
9837   - "throughput"
9838   - "name"
9839   - "tags"
9840   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9841   x-axis: "X = CNFs per Service Chain"
9842   y-axis: "Y = Number of Service Chains"
9843   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9844   layout:
9845     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9846     layout: "plot-service-density"
9847
9848 ###############################################################################
9849
9850 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9851 #- type: "plot"
9852 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9853 #  algorithm: "plot_nf_heatmap"
9854 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9855 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9856 #  filter: "'NIC_Intel-XL710' and
9857 #           'NF_DENSITY' and
9858 #           'DOCKER' and
9859 #           'CHAIN' and
9860 #           'NF_VPPIP4' and
9861 #           'IMIX' and
9862 #           'TNL_1000' and
9863 #           '1T1C' and
9864 #           'MRR'"
9865 #  parameters:
9866 #  - "result"
9867 #  - "name"
9868 #  - "tags"
9869 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9870 #  x-axis: "X = CNFs per Service Chain"
9871 #  y-axis: "Y = Number of Service Chains"
9872 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9873 #  layout:
9874 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9875 #    layout: "plot-service-density"
9876 #
9877 #- type: "plot"
9878 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9879 #  algorithm: "plot_nf_heatmap"
9880 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9881 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9882 #  filter: "'NIC_Intel-XL710' and
9883 #           'NF_DENSITY' and
9884 #           'DOCKER' and
9885 #           'CHAIN' and
9886 #           'NF_VPPIP4' and
9887 #           'IPSEC' and
9888 #           'TNL_1000' and
9889 #           'IMIX' and
9890 #           '2T2C' and
9891 #           'MRR'"
9892 #  parameters:
9893 #  - "result"
9894 #  - "name"
9895 #  - "tags"
9896 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9897 #  x-axis: "X = CNFs per Service Chain"
9898 #  y-axis: "Y = Number of Service Chains"
9899 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9900 #  layout:
9901 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9902 #    layout: "plot-service-density"
9903 #
9904 #- type: "plot"
9905 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9906 #  algorithm: "plot_nf_heatmap"
9907 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9908 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9909 #  filter: "'NIC_Intel-XL710' and
9910 #           'NF_DENSITY' and
9911 #           'DOCKER' and
9912 #           'CHAIN' and
9913 #           'NF_VPPIP4' and
9914 #           'IPSEC' and
9915 #           'TNL_1000' and
9916 #           'IMIX' and
9917 #           '4T4C' and
9918 #           'MRR'"
9919 #  parameters:
9920 #  - "result"
9921 #  - "name"
9922 #  - "tags"
9923 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9924 #  x-axis: "X = CNFs per Service Chain"
9925 #  y-axis: "Y = Number of Service Chains"
9926 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9927 #  layout:
9928 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9929 #    layout: "plot-service-density"
9930
9931 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9932 #- type: "plot"
9933 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9934 #  algorithm: "plot_nf_heatmap"
9935 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9936 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9937 #  filter: "'NIC_Intel-XL710' and
9938 #           'NF_DENSITY' and
9939 #           'DOCKER' and
9940 #           'CHAIN' and
9941 #           'NF_VPPIP4' and
9942 #           'IPSEC' and
9943 #           'TNL_1000' and
9944 #           'IMIX' and
9945 #           '1T1C' and
9946 #           'NDRPDR'"
9947 #  parameters:
9948 #  - "throughput"
9949 #  - "name"
9950 #  - "tags"
9951 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9952 #  x-axis: "X = CNFs per Service Chain"
9953 #  y-axis: "Y = Number of Service Chains"
9954 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9955 #  layout:
9956 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9957 #    layout: "plot-service-density"
9958 #
9959 #- type: "plot"
9960 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9961 #  algorithm: "plot_nf_heatmap"
9962 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9963 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9964 #  filter: "'NIC_Intel-XL710' and
9965 #           'NF_DENSITY' and
9966 #           'DOCKER' and
9967 #           'CHAIN' and
9968 #           'NF_VPPIP4' and
9969 #           'IPSEC' and
9970 #           'TNL_1000' and
9971 #           'IMIX' and
9972 #           '2T2C' and
9973 #           'NDRPDR'"
9974 #  parameters:
9975 #  - "throughput"
9976 #  - "name"
9977 #  - "tags"
9978 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9979 #  x-axis: "X = CNFs per Service Chain"
9980 #  y-axis: "Y = Number of Service Chains"
9981 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9982 #  layout:
9983 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9984 #    layout: "plot-service-density"
9985 #
9986 #- type: "plot"
9987 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9988 #  algorithm: "plot_nf_heatmap"
9989 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9990 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9991 #  filter: "'NIC_Intel-XL710' and
9992 #           'NF_DENSITY' and
9993 #           'DOCKER' and
9994 #           'CHAIN' and
9995 #           'NF_VPPIP4' and
9996 #           'IPSEC' and
9997 #           'TNL_1000' and
9998 #           'IMIX' and
9999 #           '4T4C' and
10000 #           'NDRPDR'"
10001 #  parameters:
10002 #  - "throughput"
10003 #  - "name"
10004 #  - "tags"
10005 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10006 #  x-axis: "X = CNFs per Service Chain"
10007 #  y-axis: "Y = Number of Service Chains"
10008 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10009 #  layout:
10010 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10011 #    layout: "plot-service-density"
10012 #
10013 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
10014 #- type: "plot"
10015 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10016 #  algorithm: "plot_nf_heatmap"
10017 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
10018 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10019 #  filter: "'NIC_Intel-XL710' and
10020 #           'NF_DENSITY' and
10021 #           'DOCKER' and
10022 #           'CHAIN' and
10023 #           'NF_VPPIP4' and
10024 #           'IPSEC' and
10025 #           'TNL_1000' and
10026 #           'IMIX' and
10027 #           '1T1C' and
10028 #           'NDRPDR'"
10029 #  parameters:
10030 #  - "throughput"
10031 #  - "name"
10032 #  - "tags"
10033 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10034 #  x-axis: "X = CNFs per Service Chain"
10035 #  y-axis: "Y = Number of Service Chains"
10036 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10037 #  layout:
10038 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10039 #    layout: "plot-service-density"
10040 #
10041 #- type: "plot"
10042 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10043 #  algorithm: "plot_nf_heatmap"
10044 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
10045 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10046 #  filter: "'NIC_Intel-XL710' and
10047 #           'NF_DENSITY' and
10048 #           'DOCKER' and
10049 #           'CHAIN' and
10050 #           'NF_VPPIP4' and
10051 #           'IPSEC' and
10052 #           'TNL_1000' and
10053 #           'IMIX' and
10054 #           '2T2C' and
10055 #           'NDRPDR'"
10056 #  parameters:
10057 #  - "throughput"
10058 #  - "name"
10059 #  - "tags"
10060 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10061 #  x-axis: "X = CNFs per Service Chain"
10062 #  y-axis: "Y = Number of Service Chains"
10063 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10064 #  layout:
10065 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10066 #    layout: "plot-service-density"
10067 #
10068 #- type: "plot"
10069 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10070 #  algorithm: "plot_nf_heatmap"
10071 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
10072 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10073 #  filter: "'NIC_Intel-XL710' and
10074 #           'NF_DENSITY' and
10075 #           'DOCKER' and
10076 #           'CHAIN' and
10077 #           'NF_VPPIP4' and
10078 #           'IPSEC' and
10079 #           'TNL_1000' and
10080 #           'IMIX' and
10081 #           '4T4C' and
10082 #           'NDRPDR'"
10083 #  parameters:
10084 #  - "throughput"
10085 #  - "name"
10086 #  - "tags"
10087 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10088 #  x-axis: "X = CNFs per Service Chain"
10089 #  y-axis: "Y = Number of Service Chains"
10090 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10091 #  layout:
10092 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10093 #    layout: "plot-service-density"
10094
10095 ###############################################################################
10096
10097 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10098 #- type: "plot"
10099 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10100 #  algorithm: "plot_nf_heatmap"
10101 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
10102 #  data: "plot-vpp-nfv-3n-skx-mrr"
10103 #  filter: "'NIC_Intel-XXV710' and
10104 #           'NF_DENSITY' and
10105 #           'DOCKER' and
10106 #           'CHAIN' and
10107 #           'NF_VPPIP4' and
10108 #           'IPSEC' and
10109 #           'TNL_10000' and
10110 #           'IMIX' and
10111 #           '2T1C' and
10112 #           'MRR'"
10113 #  parameters:
10114 #  - "result"
10115 #  - "name"
10116 #  - "tags"
10117 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10118 #  x-axis: "X = CNFs per Service Chain"
10119 #  y-axis: "Y = Number of Service Chains"
10120 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10121 #  layout:
10122 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10123 #    layout: "plot-service-density"
10124 #
10125 #- type: "plot"
10126 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10127 #  algorithm: "plot_nf_heatmap"
10128 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
10129 #  data: "plot-vpp-nfv-3n-skx-mrr"
10130 #  filter: "'NIC_Intel-XXV710' and
10131 #           'NF_DENSITY' and
10132 #           'DOCKER' and
10133 #           'CHAIN' and
10134 #           'NF_VPPIP4' and
10135 #           'IPSEC' and
10136 #           'TNL_10000' and
10137 #           'IMIX' and
10138 #           '4T2C' and
10139 #           'MRR'"
10140 #  parameters:
10141 #  - "result"
10142 #  - "name"
10143 #  - "tags"
10144 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10145 #  x-axis: "X = CNFs per Service Chain"
10146 #  y-axis: "Y = Number of Service Chains"
10147 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10148 #  layout:
10149 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10150 #    layout: "plot-service-density"
10151 #
10152 #- type: "plot"
10153 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10154 #  algorithm: "plot_nf_heatmap"
10155 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
10156 #  data: "plot-vpp-nfv-3n-skx-mrr"
10157 #  filter: "'NIC_Intel-XXV710' and
10158 #           'NF_DENSITY' and
10159 #           'DOCKER' and
10160 #           'CHAIN' and
10161 #           'NF_VPPIP4' and
10162 #           'IPSEC' and
10163 #           'TNL_10000' and
10164 #           'IMIX' and
10165 #           '8T4C' and
10166 #           'MRR'"
10167 #  parameters:
10168 #  - "result"
10169 #  - "name"
10170 #  - "tags"
10171 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10172 #  x-axis: "X = CNFs per Service Chain"
10173 #  y-axis: "Y = Number of Service Chains"
10174 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10175 #  layout:
10176 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10177 #    layout: "plot-service-density"
10178
10179 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10180 - type: "plot"
10181   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10182   algorithm: "plot_nf_heatmap"
10183   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
10184   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10185   filter: "'NIC_Intel-XXV710' and
10186            'NF_DENSITY' and
10187            'DOCKER' and
10188            'CHAIN' and
10189            'NF_VPPIP4' and
10190            'IPSEC' and
10191            'TNL_10000' and
10192            'IMIX' and
10193            '2T1C' and
10194            'NDRPDR'"
10195   parameters:
10196   - "throughput"
10197   - "name"
10198   - "tags"
10199   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10200   x-axis: "X = CNFs per Service Chain"
10201   y-axis: "Y = Number of Service Chains"
10202   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10203   layout:
10204     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10205     layout: "plot-service-density"
10206
10207 - type: "plot"
10208   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10209   algorithm: "plot_nf_heatmap"
10210   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
10211   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10212   filter: "'NIC_Intel-XXV710' and
10213            'NF_DENSITY' and
10214            'DOCKER' and
10215            'CHAIN' and
10216            'NF_VPPIP4' and
10217            'IPSEC' and
10218            'TNL_10000' and
10219            'IMIX' and
10220            '4T2C' and
10221            'NDRPDR'"
10222   parameters:
10223   - "throughput"
10224   - "name"
10225   - "tags"
10226   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10227   x-axis: "X = CNFs per Service Chain"
10228   y-axis: "Y = Number of Service Chains"
10229   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10230   layout:
10231     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10232     layout: "plot-service-density"
10233
10234 - type: "plot"
10235   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10236   algorithm: "plot_nf_heatmap"
10237   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
10238   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10239   filter: "'NIC_Intel-XXV710' and
10240            'NF_DENSITY' and
10241            'DOCKER' and
10242            'CHAIN' and
10243            'NF_VPPIP4' and
10244            'IPSEC' and
10245            'TNL_10000' and
10246            'IMIX' and
10247            '8T4C' and
10248            'NDRPDR'"
10249   parameters:
10250   - "throughput"
10251   - "name"
10252   - "tags"
10253   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10254   x-axis: "X = CNFs per Service Chain"
10255   y-axis: "Y = Number of Service Chains"
10256   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10257   layout:
10258     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10259     layout: "plot-service-density"
10260
10261 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10262 - type: "plot"
10263   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10264   algorithm: "plot_nf_heatmap"
10265   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
10266   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10267   filter: "'NIC_Intel-XXV710' and
10268            'NF_DENSITY' and
10269            'DOCKER' and
10270            'CHAIN' and
10271            'NF_VPPIP4' and
10272            'IPSEC' and
10273            'TNL_10000' and
10274            'IMIX' and
10275            '2T1C' and
10276            'NDRPDR'"
10277   parameters:
10278   - "throughput"
10279   - "name"
10280   - "tags"
10281   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10282   x-axis: "X = CNFs per Service Chain"
10283   y-axis: "Y = Number of Service Chains"
10284   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10285   layout:
10286     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10287     layout: "plot-service-density"
10288
10289 - type: "plot"
10290   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10291   algorithm: "plot_nf_heatmap"
10292   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
10293   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10294   filter: "'NIC_Intel-XXV710' and
10295            'NF_DENSITY' and
10296            'DOCKER' and
10297            'CHAIN' and
10298            'NF_VPPIP4' and
10299            'IPSEC' and
10300            'TNL_10000' and
10301            'IMIX' and
10302            '4T2C' and
10303            'NDRPDR'"
10304   parameters:
10305   - "throughput"
10306   - "name"
10307   - "tags"
10308   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10309   x-axis: "X = CNFs per Service Chain"
10310   y-axis: "Y = Number of Service Chains"
10311   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10312   layout:
10313     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10314     layout: "plot-service-density"
10315
10316 - type: "plot"
10317   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10318   algorithm: "plot_nf_heatmap"
10319   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
10320   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10321   filter: "'NIC_Intel-XXV710' and
10322            'NF_DENSITY' and
10323            'DOCKER' and
10324            'CHAIN' and
10325            'NF_VPPIP4' and
10326            'IPSEC' and
10327            'TNL_10000' and
10328            'IMIX' and
10329            '8T4C' and
10330            'NDRPDR'"
10331   parameters:
10332   - "throughput"
10333   - "name"
10334   - "tags"
10335   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10336   x-axis: "X = CNFs per Service Chain"
10337   y-axis: "Y = Number of Service Chains"
10338   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10339   layout:
10340     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10341     layout: "plot-service-density"
10342
10343 ###############################################################################
10344
10345 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10346 #- type: "plot"
10347 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10348 #  algorithm: "plot_nf_heatmap"
10349 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
10350 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10351 #  filter: "'NIC_Intel-XL710' and
10352 #           'NF_DENSITY' and
10353 #           'DOCKER' and
10354 #           'CHAIN' and
10355 #           'NF_VPPIP4' and
10356 #           'IMIX' and
10357 #           'TNL_10000' and
10358 #           '1T1C' and
10359 #           'MRR'"
10360 #  parameters:
10361 #  - "result"
10362 #  - "name"
10363 #  - "tags"
10364 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10365 #  x-axis: "X = CNFs per Service Chain"
10366 #  y-axis: "Y = Number of Service Chains"
10367 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10368 #  layout:
10369 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10370 #    layout: "plot-service-density"
10371 #
10372 #- type: "plot"
10373 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10374 #  algorithm: "plot_nf_heatmap"
10375 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
10376 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10377 #  filter: "'NIC_Intel-XL710' and
10378 #           'NF_DENSITY' and
10379 #           'DOCKER' and
10380 #           'CHAIN' and
10381 #           'NF_VPPIP4' and
10382 #           'IPSEC' and
10383 #           'TNL_10000' and
10384 #           'IMIX' and
10385 #           '2T2C' and
10386 #           'MRR'"
10387 #  parameters:
10388 #  - "result"
10389 #  - "name"
10390 #  - "tags"
10391 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10392 #  x-axis: "X = CNFs per Service Chain"
10393 #  y-axis: "Y = Number of Service Chains"
10394 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10395 #  layout:
10396 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10397 #    layout: "plot-service-density"
10398 #
10399 #- type: "plot"
10400 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10401 #  algorithm: "plot_nf_heatmap"
10402 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
10403 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10404 #  filter: "'NIC_Intel-XL710' and
10405 #           'NF_DENSITY' and
10406 #           'DOCKER' and
10407 #           'CHAIN' and
10408 #           'NF_VPPIP4' and
10409 #           'IPSEC' and
10410 #           'TNL_10000' and
10411 #           'IMIX' and
10412 #           '4T4C' and
10413 #           'MRR'"
10414 #  parameters:
10415 #  - "result"
10416 #  - "name"
10417 #  - "tags"
10418 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10419 #  x-axis: "X = CNFs per Service Chain"
10420 #  y-axis: "Y = Number of Service Chains"
10421 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10422 #  layout:
10423 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10424 #    layout: "plot-service-density"
10425
10426 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10427 #- type: "plot"
10428 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10429 #  algorithm: "plot_nf_heatmap"
10430 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10431 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10432 #  filter: "'NIC_Intel-XL710' and
10433 #           'NF_DENSITY' and
10434 #           'DOCKER' and
10435 #           'CHAIN' and
10436 #           'NF_VPPIP4' and
10437 #           'IPSEC' and
10438 #           'TNL_10000' and
10439 #           'IMIX' and
10440 #           '1T1C' and
10441 #           'NDRPDR'"
10442 #  parameters:
10443 #  - "throughput"
10444 #  - "name"
10445 #  - "tags"
10446 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10447 #  x-axis: "X = CNFs per Service Chain"
10448 #  y-axis: "Y = Number of Service Chains"
10449 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10450 #  layout:
10451 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10452 #    layout: "plot-service-density"
10453 #
10454 #- type: "plot"
10455 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10456 #  algorithm: "plot_nf_heatmap"
10457 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10458 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10459 #  filter: "'NIC_Intel-XL710' and
10460 #           'NF_DENSITY' and
10461 #           'DOCKER' and
10462 #           'CHAIN' and
10463 #           'NF_VPPIP4' and
10464 #           'IPSEC' and
10465 #           'TNL_10000' and
10466 #           'IMIX' and
10467 #           '2T2C' and
10468 #           'NDRPDR'"
10469 #  parameters:
10470 #  - "throughput"
10471 #  - "name"
10472 #  - "tags"
10473 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10474 #  x-axis: "X = CNFs per Service Chain"
10475 #  y-axis: "Y = Number of Service Chains"
10476 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10477 #  layout:
10478 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10479 #    layout: "plot-service-density"
10480 #
10481 #- type: "plot"
10482 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10483 #  algorithm: "plot_nf_heatmap"
10484 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10485 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10486 #  filter: "'NIC_Intel-XL710' and
10487 #           'NF_DENSITY' and
10488 #           'DOCKER' and
10489 #           'CHAIN' and
10490 #           'NF_VPPIP4' and
10491 #           'IPSEC' and
10492 #           'TNL_10000' and
10493 #           'IMIX' and
10494 #           '4T4C' and
10495 #           'NDRPDR'"
10496 #  parameters:
10497 #  - "throughput"
10498 #  - "name"
10499 #  - "tags"
10500 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10501 #  x-axis: "X = CNFs per Service Chain"
10502 #  y-axis: "Y = Number of Service Chains"
10503 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10504 #  layout:
10505 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10506 #    layout: "plot-service-density"
10507 #
10508 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10509 #- type: "plot"
10510 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10511 #  algorithm: "plot_nf_heatmap"
10512 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10513 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10514 #  filter: "'NIC_Intel-XL710' and
10515 #           'NF_DENSITY' and
10516 #           'DOCKER' and
10517 #           'CHAIN' and
10518 #           'NF_VPPIP4' and
10519 #           'IPSEC' and
10520 #           'TNL_10000' and
10521 #           'IMIX' and
10522 #           '1T1C' and
10523 #           'NDRPDR'"
10524 #  parameters:
10525 #  - "throughput"
10526 #  - "name"
10527 #  - "tags"
10528 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10529 #  x-axis: "X = CNFs per Service Chain"
10530 #  y-axis: "Y = Number of Service Chains"
10531 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10532 #  layout:
10533 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10534 #    layout: "plot-service-density"
10535 #
10536 #- type: "plot"
10537 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10538 #  algorithm: "plot_nf_heatmap"
10539 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10540 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10541 #  filter: "'NIC_Intel-XL710' and
10542 #           'NF_DENSITY' and
10543 #           'DOCKER' and
10544 #           'CHAIN' and
10545 #           'NF_VPPIP4' and
10546 #           'IPSEC' and
10547 #           'TNL_10000' and
10548 #           'IMIX' and
10549 #           '2T2C' and
10550 #           'NDRPDR'"
10551 #  parameters:
10552 #  - "throughput"
10553 #  - "name"
10554 #  - "tags"
10555 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10556 #  x-axis: "X = CNFs per Service Chain"
10557 #  y-axis: "Y = Number of Service Chains"
10558 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10559 #  layout:
10560 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10561 #    layout: "plot-service-density"
10562 #
10563 #- type: "plot"
10564 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10565 #  algorithm: "plot_nf_heatmap"
10566 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10567 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10568 #  filter: "'NIC_Intel-XL710' and
10569 #           'NF_DENSITY' and
10570 #           'DOCKER' and
10571 #           'CHAIN' and
10572 #           'NF_VPPIP4' and
10573 #           'IPSEC' and
10574 #           'TNL_10000' and
10575 #           'IMIX' and
10576 #           '4T4C' and
10577 #           'NDRPDR'"
10578 #  parameters:
10579 #  - "throughput"
10580 #  - "name"
10581 #  - "tags"
10582 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10583 #  x-axis: "X = CNFs per Service Chain"
10584 #  y-axis: "Y = Number of Service Chains"
10585 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10586 #  layout:
10587 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10588 #    layout: "plot-service-density"
10589
10590 ###############################################################################
10591
10592 # Plots - NF Density - CSP - MRR IMIX
10593 - type: "plot"
10594   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10595   algorithm: "plot_nf_heatmap"
10596   output-file-type: ".html"
10597   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10598   data: "plot-vpp-nfv-2n-skx-mrr"
10599   filter: "'NIC_Intel-XXV710' and
10600            'NF_DENSITY' and
10601            'DOCKER' and
10602            'PIPELINE' and
10603            'NF_VPPIP4' and
10604            'IMIX' and
10605            '2T1C' and
10606            'MRR'"
10607   parameters:
10608   - "result"
10609   - "name"
10610   - "tags"
10611   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10612   x-axis: "X = CNFs per Service Pipeline"
10613   y-axis: "Y = Number of Service Pipelines"
10614   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10615   layout:
10616     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10617     layout: "plot-service-density"
10618
10619 - type: "plot"
10620   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10621   algorithm: "plot_nf_heatmap"
10622   output-file-type: ".html"
10623   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10624   data: "plot-vpp-nfv-2n-skx-mrr"
10625   filter: "'NIC_Intel-XXV710' and
10626            'NF_DENSITY' and
10627            'DOCKER' and
10628            'PIPELINE' and
10629            'NF_VPPIP4' and
10630            'IMIX' and
10631            '4T2C' and
10632            'MRR'"
10633   parameters:
10634   - "result"
10635   - "name"
10636   - "tags"
10637   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10638   x-axis: "X = CNFs per Service Pipeline"
10639   y-axis: "Y = Number of Service Pipelines"
10640   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10641   layout:
10642     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10643     layout: "plot-service-density"
10644
10645 - type: "plot"
10646   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10647   algorithm: "plot_nf_heatmap"
10648   output-file-type: ".html"
10649   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10650   data: "plot-vpp-nfv-2n-skx-mrr"
10651   filter: "'NIC_Intel-XXV710' and
10652            'NF_DENSITY' and
10653            'DOCKER' and
10654            'PIPELINE' and
10655            'NF_VPPIP4' and
10656            'IMIX' and
10657            '8T4C' and
10658            'MRR'"
10659   parameters:
10660   - "result"
10661   - "name"
10662   - "tags"
10663   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10664   x-axis: "X = CNFs per Service Pipeline"
10665   y-axis: "Y = Number of Service Pipelines"
10666   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10667   layout:
10668     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10669     layout: "plot-service-density"
10670
10671 # Plots - NF Density - CSP - NDR IMIX
10672 - type: "plot"
10673   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10674   algorithm: "plot_nf_heatmap"
10675   output-file-type: ".html"
10676   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10677   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10678   filter: "'NIC_Intel-XXV710' and
10679            'NF_DENSITY' and
10680            'DOCKER' and
10681            'PIPELINE' and
10682            'NF_VPPIP4' and
10683            'IMIX' and
10684            '2T1C' and
10685            'NDRPDR'"
10686   parameters:
10687   - "throughput"
10688   - "name"
10689   - "tags"
10690   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10691   x-axis: "X = CNFs per Service Pipeline"
10692   y-axis: "Y = Number of Service Pipelines"
10693   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10694   layout:
10695     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10696     layout: "plot-service-density"
10697
10698 - type: "plot"
10699   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10700   algorithm: "plot_nf_heatmap"
10701   output-file-type: ".html"
10702   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10703   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10704   filter: "'NIC_Intel-XXV710' and
10705            'NF_DENSITY' and
10706            'DOCKER' and
10707            'PIPELINE' and
10708            'NF_VPPIP4' and
10709            'IMIX' and
10710            '4T2C' and
10711            'NDRPDR'"
10712   parameters:
10713   - "throughput"
10714   - "name"
10715   - "tags"
10716   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10717   x-axis: "X = CNFs per Service Pipeline"
10718   y-axis: "Y = Number of Service Pipelines"
10719   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10720   layout:
10721     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10722     layout: "plot-service-density"
10723
10724 - type: "plot"
10725   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10726   algorithm: "plot_nf_heatmap"
10727   output-file-type: ".html"
10728   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10729   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10730   filter: "'NIC_Intel-XXV710' and
10731            'NF_DENSITY' and
10732            'DOCKER' and
10733            'PIPELINE' and
10734            'NF_VPPIP4' and
10735            'IMIX' and
10736            '8T4C' and
10737            'NDRPDR'"
10738   parameters:
10739   - "throughput"
10740   - "name"
10741   - "tags"
10742   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10743   x-axis: "X = CNFs per Service Pipeline"
10744   y-axis: "Y = Number of Service Pipelines"
10745   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10746   layout:
10747     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10748     layout: "plot-service-density"
10749
10750 # Plots - NF Density - CSP - PDR IMIX
10751 - type: "plot"
10752   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10753   algorithm: "plot_nf_heatmap"
10754   output-file-type: ".html"
10755   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10756   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10757   filter: "'NIC_Intel-XXV710' and
10758            'NF_DENSITY' and
10759            'DOCKER' and
10760            'PIPELINE' and
10761            'NF_VPPIP4' and
10762            'IMIX' and
10763            '2T1C' and
10764            'NDRPDR'"
10765   parameters:
10766   - "throughput"
10767   - "name"
10768   - "tags"
10769   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10770   x-axis: "X = CNFs per Service Pipeline"
10771   y-axis: "Y = Number of Service Pipelines"
10772   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10773   layout:
10774     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10775     layout: "plot-service-density"
10776
10777 - type: "plot"
10778   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10779   algorithm: "plot_nf_heatmap"
10780   output-file-type: ".html"
10781   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10782   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10783   filter: "'NIC_Intel-XXV710' and
10784            'NF_DENSITY' and
10785            'DOCKER' and
10786            'PIPELINE' and
10787            'NF_VPPIP4' and
10788            'IMIX' and
10789            '4T2C' and
10790            'NDRPDR'"
10791   parameters:
10792   - "throughput"
10793   - "name"
10794   - "tags"
10795   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10796   x-axis: "X = CNFs per Service Pipeline"
10797   y-axis: "Y = Number of Service Pipelines"
10798   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10799   layout:
10800     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10801     layout: "plot-service-density"
10802
10803 - type: "plot"
10804   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10805   algorithm: "plot_nf_heatmap"
10806   output-file-type: ".html"
10807   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10808   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10809   filter: "'NIC_Intel-XXV710' and
10810            'NF_DENSITY' and
10811            'DOCKER' and
10812            'PIPELINE' and
10813            'NF_VPPIP4' and
10814            'IMIX' and
10815            '8T4C' and
10816            'NDRPDR'"
10817   parameters:
10818   - "throughput"
10819   - "name"
10820   - "tags"
10821   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10822   x-axis: "X = CNFs per Service Pipeline"
10823   y-axis: "Y = Number of Service Pipelines"
10824   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10825   layout:
10826     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10827     layout: "plot-service-density"
10828
10829 ###############################################################################
10830 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10831
10832 - type: "plot"
10833   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10834   algorithm: "plot_nf_heatmap"
10835   output-file-type: ".html"
10836   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10837   data: "plot-vpp-nfv-2n-clx-mrr"
10838   filter: "'NIC_Intel-XXV710' and
10839            'NF_DENSITY' and
10840            'VHOST' and
10841            not 'VXLAN' and
10842            'CHAIN' and
10843            'NF_VPPIP4' and
10844            'IMIX' and
10845            '2T1C' and
10846            'MRR'"
10847   parameters:
10848   - "result"
10849   - "name"
10850   - "tags"
10851   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10852   x-axis: "X = VNFs per Service Chain"
10853   y-axis: "Y = Number of Service Chains"
10854   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10855   layout:
10856     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10857     layout: "plot-service-density"
10858
10859 - type: "plot"
10860   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10861   algorithm: "plot_nf_heatmap"
10862   output-file-type: ".html"
10863   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10864   data: "plot-vpp-nfv-2n-clx-mrr"
10865   filter: "'NIC_Intel-XXV710' and
10866            'NF_DENSITY' and
10867            'VHOST' and
10868            not 'VXLAN' and
10869            'CHAIN' and
10870            'NF_VPPIP4' and
10871            'IMIX' and
10872            '4T2C' and
10873            'MRR'"
10874   parameters:
10875   - "result"
10876   - "name"
10877   - "tags"
10878   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10879   x-axis: "X = VNFs per Service Chain"
10880   y-axis: "Y = Number of Service Chains"
10881   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10882   layout:
10883     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10884     layout: "plot-service-density"
10885
10886 - type: "plot"
10887   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10888   algorithm: "plot_nf_heatmap"
10889   output-file-type: ".html"
10890   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10891   data: "plot-vpp-nfv-2n-clx-mrr"
10892   filter: "'NIC_Intel-XXV710' and
10893            'NF_DENSITY' and
10894            'VHOST' and
10895            not 'VXLAN' and
10896            'CHAIN' and
10897            'NF_VPPIP4' and
10898            'IMIX' and
10899            '8T4C' and
10900            'MRR'"
10901   parameters:
10902   - "result"
10903   - "name"
10904   - "tags"
10905   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10906   x-axis: "X = VNFs per Service Chain"
10907   y-axis: "Y = Number of Service Chains"
10908   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10909   layout:
10910     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10911     layout: "plot-service-density"
10912
10913 # Plots - NF Density - VSC - NDR IMIX
10914 - type: "plot"
10915   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10916   algorithm: "plot_nf_heatmap"
10917   output-file-type: ".html"
10918   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10919   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10920   filter: "'NIC_Intel-XXV710' and
10921            'NF_DENSITY' and
10922            'VHOST' and
10923            not 'VXLAN' and
10924            'CHAIN' and
10925            'NF_VPPIP4' and
10926            'IMIX' and
10927            '2T1C' and
10928            'NDRPDR'"
10929   parameters:
10930   - "throughput"
10931   - "name"
10932   - "tags"
10933   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10934   x-axis: "X = VNFs per Service Chain"
10935   y-axis: "Y = Number of Service Chains"
10936   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10937   layout:
10938     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10939     layout: "plot-service-density"
10940
10941 - type: "plot"
10942   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10943   algorithm: "plot_nf_heatmap"
10944   output-file-type: ".html"
10945   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10946   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10947   filter: "'NIC_Intel-XXV710' and
10948            'NF_DENSITY' and
10949            'VHOST' and
10950            not 'VXLAN' and
10951            'CHAIN' and
10952            'NF_VPPIP4' and
10953            'IMIX' and
10954            '4T2C' and
10955            'NDRPDR'"
10956   parameters:
10957   - "throughput"
10958   - "name"
10959   - "tags"
10960   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10961   x-axis: "X = VNFs per Service Chain"
10962   y-axis: "Y = Number of Service Chains"
10963   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10964   layout:
10965     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10966     layout: "plot-service-density"
10967
10968 - type: "plot"
10969   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10970   algorithm: "plot_nf_heatmap"
10971   output-file-type: ".html"
10972   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10973   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10974   filter: "'NIC_Intel-XXV710' and
10975            'NF_DENSITY' and
10976            'VHOST' and
10977            not 'VXLAN' and
10978            'CHAIN' and
10979            'NF_VPPIP4' and
10980            'IMIX' and
10981            '8T4C' and
10982            'NDRPDR'"
10983   parameters:
10984   - "throughput"
10985   - "name"
10986   - "tags"
10987   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10988   x-axis: "X = VNFs per Service Chain"
10989   y-axis: "Y = Number of Service Chains"
10990   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10991   layout:
10992     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10993     layout: "plot-service-density"
10994
10995 # Plots - NF Density - VSC - PDR IMIX
10996 - type: "plot"
10997   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10998   algorithm: "plot_nf_heatmap"
10999   output-file-type: ".html"
11000   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
11001   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11002   filter: "'NIC_Intel-XXV710' and
11003            'NF_DENSITY' and
11004            'VHOST' and
11005            not 'VXLAN' and
11006            'CHAIN' and
11007            'NF_VPPIP4' and
11008            'IMIX' and
11009            '2T1C' and
11010            'NDRPDR'"
11011   parameters:
11012   - "throughput"
11013   - "name"
11014   - "tags"
11015   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11016   x-axis: "X = VNFs per Service Chain"
11017   y-axis: "Y = Number of Service Chains"
11018   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11019   layout:
11020     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11021     layout: "plot-service-density"
11022
11023 - type: "plot"
11024   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11025   algorithm: "plot_nf_heatmap"
11026   output-file-type: ".html"
11027   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
11028   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11029   filter: "'NIC_Intel-XXV710' and
11030            'NF_DENSITY' and
11031            'VHOST' and
11032            not 'VXLAN' and
11033            'CHAIN' and
11034            'NF_VPPIP4' and
11035            'IMIX' and
11036            '4T2C' and
11037            'NDRPDR'"
11038   parameters:
11039   - "throughput"
11040   - "name"
11041   - "tags"
11042   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11043   x-axis: "X = VNFs per Service Chain"
11044   y-axis: "Y = Number of Service Chains"
11045   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11046   layout:
11047     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11048     layout: "plot-service-density"
11049
11050 - type: "plot"
11051   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11052   algorithm: "plot_nf_heatmap"
11053   output-file-type: ".html"
11054   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
11055   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11056   filter: "'NIC_Intel-XXV710' and
11057            'NF_DENSITY' and
11058            'VHOST' and
11059            not 'VXLAN' and
11060            'CHAIN' and
11061            'NF_VPPIP4' and
11062            'IMIX' and
11063            '8T4C' and
11064            'NDRPDR'"
11065   parameters:
11066   - "throughput"
11067   - "name"
11068   - "tags"
11069   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11070   x-axis: "X = VNFs per Service Chain"
11071   y-axis: "Y = Number of Service Chains"
11072   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11073   layout:
11074     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11075     layout: "plot-service-density"
11076
11077 # Plots - NF Density - VSC - MRR IMIX
11078 - type: "plot"
11079   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11080   algorithm: "plot_nf_heatmap"
11081   output-file-type: ".html"
11082   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
11083   data: "plot-vpp-nfv-2n-clx-mrr"
11084   filter: "'NIC_Intel-XXV710' and
11085            'NF_DENSITY' and
11086            'VHOST' and
11087            'VXLAN' and
11088            'CHAIN' and
11089            'IMIX' and
11090            '2T1C' and
11091            'MRR'"
11092   parameters:
11093   - "result"
11094   - "name"
11095   - "tags"
11096   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11097   x-axis: "X = VNFs per Service Chain"
11098   y-axis: "Y = Number of Service Chains"
11099   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11100   layout:
11101     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11102     layout: "plot-service-density"
11103
11104 - type: "plot"
11105   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11106   algorithm: "plot_nf_heatmap"
11107   output-file-type: ".html"
11108   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
11109   data: "plot-vpp-nfv-2n-clx-mrr"
11110   filter: "'NIC_Intel-XXV710' and
11111            'NF_DENSITY' and
11112            'VHOST' and
11113            'VXLAN' and
11114            'CHAIN' and
11115            'IMIX' and
11116            '4T2C' and
11117            'MRR'"
11118   parameters:
11119   - "result"
11120   - "name"
11121   - "tags"
11122   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11123   x-axis: "X = VNFs per Service Chain"
11124   y-axis: "Y = Number of Service Chains"
11125   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11126   layout:
11127     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11128     layout: "plot-service-density"
11129
11130 - type: "plot"
11131   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11132   algorithm: "plot_nf_heatmap"
11133   output-file-type: ".html"
11134   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
11135   data: "plot-vpp-nfv-2n-clx-mrr"
11136   filter: "'NIC_Intel-XXV710' and
11137            'NF_DENSITY' and
11138            'VHOST' and
11139            'VXLAN' and
11140            'CHAIN' and
11141            'IMIX' and
11142            '8T4C' and
11143            'MRR'"
11144   parameters:
11145   - "result"
11146   - "name"
11147   - "tags"
11148   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11149   x-axis: "X = VNFs per Service Chain"
11150   y-axis: "Y = Number of Service Chains"
11151   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11152   layout:
11153     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11154     layout: "plot-service-density"
11155
11156 # Plots - NF Density - VSC - NDR IMIX
11157 - type: "plot"
11158   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11159   algorithm: "plot_nf_heatmap"
11160   output-file-type: ".html"
11161   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
11162   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11163   filter: "'NIC_Intel-XXV710' and
11164            'NF_DENSITY' and
11165            'VHOST' and
11166            'VXLAN' and
11167            'CHAIN' and
11168            'IMIX' and
11169            '2T1C' and
11170            'NDRPDR'"
11171   parameters:
11172   - "throughput"
11173   - "name"
11174   - "tags"
11175   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11176   x-axis: "X = VNFs per Service Chain"
11177   y-axis: "Y = Number of Service Chains"
11178   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11179   layout:
11180     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11181     layout: "plot-service-density"
11182
11183 - type: "plot"
11184   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11185   algorithm: "plot_nf_heatmap"
11186   output-file-type: ".html"
11187   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
11188   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11189   filter: "'NIC_Intel-XXV710' and
11190            'NF_DENSITY' and
11191            'VHOST' and
11192            'VXLAN' and
11193            'CHAIN' and
11194            'IMIX' and
11195            '4T2C' and
11196            'NDRPDR'"
11197   parameters:
11198   - "throughput"
11199   - "name"
11200   - "tags"
11201   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11202   x-axis: "X = VNFs per Service Chain"
11203   y-axis: "Y = Number of Service Chains"
11204   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11205   layout:
11206     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11207     layout: "plot-service-density"
11208
11209 - type: "plot"
11210   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11211   algorithm: "plot_nf_heatmap"
11212   output-file-type: ".html"
11213   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
11214   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11215   filter: "'NIC_Intel-XXV710' and
11216            'NF_DENSITY' and
11217            'VHOST' and
11218            'VXLAN' and
11219            'CHAIN' and
11220            'IMIX' and
11221            '8T4C' and
11222            'NDRPDR'"
11223   parameters:
11224   - "throughput"
11225   - "name"
11226   - "tags"
11227   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11228   x-axis: "X = VNFs per Service Chain"
11229   y-axis: "Y = Number of Service Chains"
11230   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11231   layout:
11232     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11233     layout: "plot-service-density"
11234
11235 # Plots - NF Density - VSC - PDR IMIX
11236 - type: "plot"
11237   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11238   algorithm: "plot_nf_heatmap"
11239   output-file-type: ".html"
11240   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
11241   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11242   filter: "'NIC_Intel-XXV710' and
11243            'NF_DENSITY' and
11244            'VHOST' and
11245            'VXLAN' and
11246            'CHAIN' and
11247            'IMIX' and
11248            '2T1C' and
11249            'NDRPDR'"
11250   parameters:
11251   - "throughput"
11252   - "name"
11253   - "tags"
11254   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11255   x-axis: "X = VNFs per Service Chain"
11256   y-axis: "Y = Number of Service Chains"
11257   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11258   layout:
11259     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11260     layout: "plot-service-density"
11261
11262 - type: "plot"
11263   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11264   algorithm: "plot_nf_heatmap"
11265   output-file-type: ".html"
11266   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
11267   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11268   filter: "'NIC_Intel-XXV710' and
11269            'NF_DENSITY' and
11270            'VHOST' and
11271            'VXLAN' and
11272            'CHAIN' and
11273            'IMIX' and
11274            '4T2C' and
11275            'NDRPDR'"
11276   parameters:
11277   - "throughput"
11278   - "name"
11279   - "tags"
11280   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11281   x-axis: "X = VNFs per Service Chain"
11282   y-axis: "Y = Number of Service Chains"
11283   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11284   layout:
11285     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11286     layout: "plot-service-density"
11287
11288 - type: "plot"
11289   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11290   algorithm: "plot_nf_heatmap"
11291   output-file-type: ".html"
11292   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
11293   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11294   filter: "'NIC_Intel-XXV710' and
11295            'NF_DENSITY' and
11296            'VHOST' and
11297            'VXLAN' and
11298            'CHAIN' and
11299            'IMIX' and
11300            '8T4C' and
11301            'NDRPDR'"
11302   parameters:
11303   - "throughput"
11304   - "name"
11305   - "tags"
11306   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11307   x-axis: "X = VNFs per Service Chain"
11308   y-axis: "Y = Number of Service Chains"
11309   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11310   layout:
11311     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11312     layout: "plot-service-density"
11313
11314 # Plots - NF Density - CSC - MRR IMIX
11315 - type: "plot"
11316   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11317   algorithm: "plot_nf_heatmap"
11318   output-file-type: ".html"
11319   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
11320   data: "plot-vpp-nfv-2n-clx-mrr"
11321   filter: "'NIC_Intel-XXV710' and
11322            'NF_DENSITY' and
11323            'DOCKER' and
11324            'CHAIN' and
11325            'NF_VPPIP4' and
11326            'IMIX' and
11327            '2T1C' and
11328            'MRR'"
11329   parameters:
11330   - "result"
11331   - "name"
11332   - "tags"
11333   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11334   x-axis: "X = CNFs per Service Chain"
11335   y-axis: "Y = Number of Service Chains"
11336   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11337   layout:
11338     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11339     layout: "plot-service-density"
11340
11341 - type: "plot"
11342   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11343   algorithm: "plot_nf_heatmap"
11344   output-file-type: ".html"
11345   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
11346   data: "plot-vpp-nfv-2n-clx-mrr"
11347   filter: "'NIC_Intel-XXV710' and
11348            'NF_DENSITY' and
11349            'DOCKER' and
11350            'CHAIN' and
11351            'NF_VPPIP4' and
11352            'IMIX' and
11353            '4T2C' and
11354            'MRR'"
11355   parameters:
11356   - "result"
11357   - "name"
11358   - "tags"
11359   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11360   x-axis: "X = CNFs per Service Chain"
11361   y-axis: "Y = Number of Service Chains"
11362   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11363   layout:
11364     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11365     layout: "plot-service-density"
11366
11367 - type: "plot"
11368   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11369   algorithm: "plot_nf_heatmap"
11370   output-file-type: ".html"
11371   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
11372   data: "plot-vpp-nfv-2n-clx-mrr"
11373   filter: "'NIC_Intel-XXV710' and
11374            'NF_DENSITY' and
11375            'DOCKER' and
11376            'CHAIN' and
11377            'NF_VPPIP4' and
11378            'IMIX' and
11379            '8T4C' and
11380            'MRR'"
11381   parameters:
11382   - "result"
11383   - "name"
11384   - "tags"
11385   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11386   x-axis: "X = CNFs per Service Chain"
11387   y-axis: "Y = Number of Service Chains"
11388   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11389   layout:
11390     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11391     layout: "plot-service-density"
11392
11393 # Plots - NF Density - CSC - NDR IMIX
11394 - type: "plot"
11395   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11396   algorithm: "plot_nf_heatmap"
11397   output-file-type: ".html"
11398   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
11399   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11400   filter: "'NIC_Intel-XXV710' and
11401            'NF_DENSITY' and
11402            'DOCKER' and
11403            'CHAIN' and
11404            'NF_VPPIP4' and
11405            'IMIX' and
11406            '2T1C' and
11407            'NDRPDR'"
11408   parameters:
11409   - "throughput"
11410   - "name"
11411   - "tags"
11412   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11413   x-axis: "X = CNFs per Service Chain"
11414   y-axis: "Y = Number of Service Chains"
11415   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11416   layout:
11417     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11418     layout: "plot-service-density"
11419
11420 - type: "plot"
11421   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11422   algorithm: "plot_nf_heatmap"
11423   output-file-type: ".html"
11424   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
11425   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11426   filter: "'NIC_Intel-XXV710' and
11427            'NF_DENSITY' and
11428            'DOCKER' and
11429            'CHAIN' and
11430            'NF_VPPIP4' and
11431            'IMIX' and
11432            '4T2C' and
11433            'NDRPDR'"
11434   parameters:
11435   - "throughput"
11436   - "name"
11437   - "tags"
11438   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11439   x-axis: "X = CNFs per Service Chain"
11440   y-axis: "Y = Number of Service Chains"
11441   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11442   layout:
11443     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11444     layout: "plot-service-density"
11445
11446 - type: "plot"
11447   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11448   algorithm: "plot_nf_heatmap"
11449   output-file-type: ".html"
11450   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11451   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11452   filter: "'NIC_Intel-XXV710' and
11453            'NF_DENSITY' and
11454            'DOCKER' and
11455            'CHAIN' and
11456            'NF_VPPIP4' and
11457            'IMIX' and
11458            '8T4C' and
11459            'NDRPDR'"
11460   parameters:
11461   - "throughput"
11462   - "name"
11463   - "tags"
11464   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11465   x-axis: "X = CNFs per Service Chain"
11466   y-axis: "Y = Number of Service Chains"
11467   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11468   layout:
11469     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11470     layout: "plot-service-density"
11471
11472 # Plots - NF Density - CSC - PDR IMIX
11473 - type: "plot"
11474   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11475   algorithm: "plot_nf_heatmap"
11476   output-file-type: ".html"
11477   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11478   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11479   filter: "'NIC_Intel-XXV710' and
11480            'NF_DENSITY' and
11481            'DOCKER' and
11482            'CHAIN' and
11483            'NF_VPPIP4' and
11484            'IMIX' and
11485            '2T1C' and
11486            'NDRPDR'"
11487   parameters:
11488   - "throughput"
11489   - "name"
11490   - "tags"
11491   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11492   x-axis: "X = CNFs per Service Chain"
11493   y-axis: "Y = Number of Service Chains"
11494   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11495   layout:
11496     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11497     layout: "plot-service-density"
11498
11499 - type: "plot"
11500   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11501   algorithm: "plot_nf_heatmap"
11502   output-file-type: ".html"
11503   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11504   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11505   filter: "'NIC_Intel-XXV710' and
11506            'NF_DENSITY' and
11507            'DOCKER' and
11508            'CHAIN' and
11509            'NF_VPPIP4' and
11510            'IMIX' and
11511            '4T2C' and
11512            'NDRPDR'"
11513   parameters:
11514   - "throughput"
11515   - "name"
11516   - "tags"
11517   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11518   x-axis: "X = CNFs per Service Chain"
11519   y-axis: "Y = Number of Service Chains"
11520   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11521   layout:
11522     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11523     layout: "plot-service-density"
11524
11525 - type: "plot"
11526   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11527   algorithm: "plot_nf_heatmap"
11528   output-file-type: ".html"
11529   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11530   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11531   filter: "'NIC_Intel-XXV710' and
11532            'NF_DENSITY' and
11533            'DOCKER' and
11534            'CHAIN' and
11535            'NF_VPPIP4' and
11536            'IMIX' and
11537            '8T4C' and
11538            'NDRPDR'"
11539   parameters:
11540   - "throughput"
11541   - "name"
11542   - "tags"
11543   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11544   x-axis: "X = CNFs per Service Chain"
11545   y-axis: "Y = Number of Service Chains"
11546   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11547   layout:
11548     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11549     layout: "plot-service-density"
11550
11551 # Plots - NF Density - CSP - MRR IMIX
11552 - type: "plot"
11553   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11554   algorithm: "plot_nf_heatmap"
11555   output-file-type: ".html"
11556   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11557   data: "plot-vpp-nfv-2n-clx-mrr"
11558   filter: "'NIC_Intel-XXV710' and
11559            'NF_DENSITY' and
11560            'DOCKER' and
11561            'PIPELINE' and
11562            'NF_VPPIP4' and
11563            'IMIX' and
11564            '2T1C' and
11565            'MRR'"
11566   parameters:
11567   - "result"
11568   - "name"
11569   - "tags"
11570   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11571   x-axis: "X = CNFs per Service Pipeline"
11572   y-axis: "Y = Number of Service Pipelines"
11573   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11574   layout:
11575     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11576     layout: "plot-service-density"
11577
11578 - type: "plot"
11579   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11580   algorithm: "plot_nf_heatmap"
11581   output-file-type: ".html"
11582   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11583   data: "plot-vpp-nfv-2n-clx-mrr"
11584   filter: "'NIC_Intel-XXV710' and
11585            'NF_DENSITY' and
11586            'DOCKER' and
11587            'PIPELINE' and
11588            'NF_VPPIP4' and
11589            'IMIX' and
11590            '4T2C' and
11591            'MRR'"
11592   parameters:
11593   - "result"
11594   - "name"
11595   - "tags"
11596   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11597   x-axis: "X = CNFs per Service Pipeline"
11598   y-axis: "Y = Number of Service Pipelines"
11599   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11600   layout:
11601     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11602     layout: "plot-service-density"
11603
11604 - type: "plot"
11605   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11606   algorithm: "plot_nf_heatmap"
11607   output-file-type: ".html"
11608   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11609   data: "plot-vpp-nfv-2n-clx-mrr"
11610   filter: "'NIC_Intel-XXV710' and
11611            'NF_DENSITY' and
11612            'DOCKER' and
11613            'PIPELINE' and
11614            'NF_VPPIP4' and
11615            'IMIX' and
11616            '8T4C' and
11617            'MRR'"
11618   parameters:
11619   - "result"
11620   - "name"
11621   - "tags"
11622   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11623   x-axis: "X = CNFs per Service Pipeline"
11624   y-axis: "Y = Number of Service Pipelines"
11625   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11626   layout:
11627     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11628     layout: "plot-service-density"
11629
11630 # Plots - NF Density - CSP - NDR IMIX
11631 - type: "plot"
11632   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11633   algorithm: "plot_nf_heatmap"
11634   output-file-type: ".html"
11635   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11636   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11637   filter: "'NIC_Intel-XXV710' and
11638            'NF_DENSITY' and
11639            'DOCKER' and
11640            'PIPELINE' and
11641            'NF_VPPIP4' and
11642            'IMIX' and
11643            '2T1C' and
11644            'NDRPDR'"
11645   parameters:
11646   - "throughput"
11647   - "name"
11648   - "tags"
11649   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11650   x-axis: "X = CNFs per Service Pipeline"
11651   y-axis: "Y = Number of Service Pipelines"
11652   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11653   layout:
11654     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11655     layout: "plot-service-density"
11656
11657 - type: "plot"
11658   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11659   algorithm: "plot_nf_heatmap"
11660   output-file-type: ".html"
11661   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11662   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11663   filter: "'NIC_Intel-XXV710' and
11664            'NF_DENSITY' and
11665            'DOCKER' and
11666            'PIPELINE' and
11667            'NF_VPPIP4' and
11668            'IMIX' and
11669            '4T2C' and
11670            'NDRPDR'"
11671   parameters:
11672   - "throughput"
11673   - "name"
11674   - "tags"
11675   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11676   x-axis: "X = CNFs per Service Pipeline"
11677   y-axis: "Y = Number of Service Pipelines"
11678   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11679   layout:
11680     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11681     layout: "plot-service-density"
11682
11683 - type: "plot"
11684   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11685   algorithm: "plot_nf_heatmap"
11686   output-file-type: ".html"
11687   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11688   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11689   filter: "'NIC_Intel-XXV710' and
11690            'NF_DENSITY' and
11691            'DOCKER' and
11692            'PIPELINE' and
11693            'NF_VPPIP4' and
11694            'IMIX' and
11695            '8T4C' and
11696            'NDRPDR'"
11697   parameters:
11698   - "throughput"
11699   - "name"
11700   - "tags"
11701   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11702   x-axis: "X = CNFs per Service Pipeline"
11703   y-axis: "Y = Number of Service Pipelines"
11704   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11705   layout:
11706     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11707     layout: "plot-service-density"
11708
11709 # Plots - NF Density - CSP - PDR IMIX
11710 - type: "plot"
11711   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11712   algorithm: "plot_nf_heatmap"
11713   output-file-type: ".html"
11714   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11715   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11716   filter: "'NIC_Intel-XXV710' and
11717            'NF_DENSITY' and
11718            'DOCKER' and
11719            'PIPELINE' and
11720            'NF_VPPIP4' and
11721            'IMIX' and
11722            '2T1C' and
11723            'NDRPDR'"
11724   parameters:
11725   - "throughput"
11726   - "name"
11727   - "tags"
11728   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11729   x-axis: "X = CNFs per Service Pipeline"
11730   y-axis: "Y = Number of Service Pipelines"
11731   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11732   layout:
11733     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11734     layout: "plot-service-density"
11735
11736 - type: "plot"
11737   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11738   algorithm: "plot_nf_heatmap"
11739   output-file-type: ".html"
11740   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11741   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11742   filter: "'NIC_Intel-XXV710' and
11743            'NF_DENSITY' and
11744            'DOCKER' and
11745            'PIPELINE' and
11746            'NF_VPPIP4' and
11747            'IMIX' and
11748            '4T2C' and
11749            'NDRPDR'"
11750   parameters:
11751   - "throughput"
11752   - "name"
11753   - "tags"
11754   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11755   x-axis: "X = CNFs per Service Pipeline"
11756   y-axis: "Y = Number of Service Pipelines"
11757   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11758   layout:
11759     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11760     layout: "plot-service-density"
11761
11762 - type: "plot"
11763   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11764   algorithm: "plot_nf_heatmap"
11765   output-file-type: ".html"
11766   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11767   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11768   filter: "'NIC_Intel-XXV710' and
11769            'NF_DENSITY' and
11770            'DOCKER' and
11771            'PIPELINE' and
11772            'NF_VPPIP4' and
11773            'IMIX' and
11774            '8T4C' and
11775            'NDRPDR'"
11776   parameters:
11777   - "throughput"
11778   - "name"
11779   - "tags"
11780   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11781   x-axis: "X = CNFs per Service Pipeline"
11782   y-axis: "Y = Number of Service Pipelines"
11783   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11784   layout:
11785     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11786     layout: "plot-service-density"
11787
11788 ################################################################################
11789
11790 # Packet Throughput
11791
11792 - type: "plot"
11793   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11794   algorithm: "plot_perf_box_name"
11795   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11796   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11797   include:
11798     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11799     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11800     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11801     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11802   layout:
11803     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11804     layout: "plot-throughput"
11805
11806 - type: "plot"
11807   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11808   algorithm: "plot_perf_box_name"
11809   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11810   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11811   include:
11812     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11813     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11814     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11815     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11816   layout:
11817     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11818     layout: "plot-throughput"
11819
11820 - type: "plot"
11821   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11822   algorithm: "plot_perf_box_name"
11823   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11824   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11825   include:
11826     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11827     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11828     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11829     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11830   layout:
11831     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11832     layout: "plot-throughput"
11833
11834 - type: "plot"
11835   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11836   algorithm: "plot_perf_box_name"
11837   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11838   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11839   include:
11840     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11841     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11842     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11843     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11844   layout:
11845     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11846     layout: "plot-throughput"
11847
11848 - type: "plot"
11849   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11850   algorithm: "plot_perf_box_name"
11851   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11852   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11853   include:
11854     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11855     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11856     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11857     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11858     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11859   layout:
11860     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11861     layout: "plot-throughput"
11862
11863 - type: "plot"
11864   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11865   algorithm: "plot_perf_box_name"
11866   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11867   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11868   include:
11869     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11870     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11871     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11872     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11873     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11874   layout:
11875     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11876     layout: "plot-throughput"
11877
11878 - type: "plot"
11879   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11880   algorithm: "plot_perf_box_name"
11881   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11882   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11883   include:
11884     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11885     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11886     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11887     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11888     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11889   layout:
11890     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11891     layout: "plot-throughput"
11892
11893 - type: "plot"
11894   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11895   algorithm: "plot_perf_box_name"
11896   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11897   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11898   include:
11899     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11900     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11901     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11902     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11903     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11904   layout:
11905     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11906     layout: "plot-throughput"
11907
11908 - type: "plot"
11909   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11910   algorithm: "plot_perf_box_name"
11911   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11912   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11913   include:
11914     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11915     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11916     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11917     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11918     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11919   layout:
11920     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11921     layout: "plot-throughput"
11922
11923 - type: "plot"
11924   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11925   algorithm: "plot_perf_box_name"
11926   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11927   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11928   include:
11929     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11930     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11931     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11932     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11933     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11934   layout:
11935     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11936     layout: "plot-throughput"
11937
11938 - type: "plot"
11939   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11940   algorithm: "plot_perf_box_name"
11941   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11942   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11943   include:
11944     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11945     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11946     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11947     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11948     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11949     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11950   layout:
11951     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11952     layout: "plot-throughput"
11953
11954 - type: "plot"
11955   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11956   algorithm: "plot_perf_box_name"
11957   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11958   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11959   include:
11960     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11961     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11962     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11963     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11964     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11965     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11966   layout:
11967     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11968     layout: "plot-throughput"
11969
11970 - type: "plot"
11971   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11972   algorithm: "plot_perf_box_name"
11973   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11974   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11975   include:
11976     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11977     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11978     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11979     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11980     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11981   layout:
11982     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11983     layout: "plot-throughput"
11984
11985 - type: "plot"
11986   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11987   algorithm: "plot_perf_box_name"
11988   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11989   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11990   include:
11991     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11992     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11993     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11994     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11995     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11996   layout:
11997     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11998     layout: "plot-throughput"
11999
12000 - type: "plot"
12001   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
12002   algorithm: "plot_perf_box_name"
12003   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
12004   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12005   include:
12006     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
12007     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
12008     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
12009   layout:
12010     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
12011     layout: "plot-throughput"
12012
12013 - type: "plot"
12014   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
12015   algorithm: "plot_perf_box_name"
12016   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
12017   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12018   include:
12019     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
12020     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
12021     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
12022   layout:
12023     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
12024     layout: "plot-throughput"
12025
12026 - type: "plot"
12027   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12028   algorithm: "plot_perf_box_name"
12029   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12030   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12031   include:
12032     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12033     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12034     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12035     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12036     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12037   layout:
12038     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12039     layout: "plot-throughput"
12040
12041 - type: "plot"
12042   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12043   algorithm: "plot_perf_box_name"
12044   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12045   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12046   include:
12047     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12048     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12049     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12050     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12051     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12052   layout:
12053     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12054     layout: "plot-throughput"
12055
12056 - type: "plot"
12057   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12058   algorithm: "plot_perf_box_name"
12059   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12060   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12061   include:
12062     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
12063     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
12064     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
12065   layout:
12066     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12067     layout: "plot-throughput"
12068
12069 - type: "plot"
12070   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12071   algorithm: "plot_perf_box_name"
12072   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12073   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12074   include:
12075     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
12076     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
12077     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
12078   layout:
12079     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12080     layout: "plot-throughput"
12081
12082 - type: "plot"
12083   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12084   algorithm: "plot_perf_box_name"
12085   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12086   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12087   include:
12088     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12089     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12090     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12091     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12092     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12093     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12094   layout:
12095     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12096     layout: "plot-throughput"
12097
12098 - type: "plot"
12099   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12100   algorithm: "plot_perf_box_name"
12101   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12102   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12103   include:
12104     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12105     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12106     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12107     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12108     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12109     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12110   layout:
12111     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12112     layout: "plot-throughput"
12113
12114 - type: "plot"
12115   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12116   algorithm: "plot_perf_box_name"
12117   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12118   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12119   include:
12120     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12121     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12122     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12123     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12124     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12125     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12126   layout:
12127     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12128     layout: "plot-throughput"
12129
12130 - type: "plot"
12131   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12132   algorithm: "plot_perf_box_name"
12133   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12134   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12135   include:
12136     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12137     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12138     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12139     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12140     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12141     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12142   layout:
12143     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12144     layout: "plot-throughput"
12145
12146 - type: "plot"
12147   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12148   algorithm: "plot_perf_box_name"
12149   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12150   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12151   include:
12152     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12153     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12154     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12155   layout:
12156     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12157     layout: "plot-throughput"
12158
12159 - type: "plot"
12160   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12161   algorithm: "plot_perf_box_name"
12162   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12163   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12164   include:
12165     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12166     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12167     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12168   layout:
12169     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12170     layout: "plot-throughput"
12171
12172 - type: "plot"
12173   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12174   algorithm: "plot_perf_box_name"
12175   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12176   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12177   include:
12178     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12179     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12180 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12181 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12182 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12183   layout:
12184     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12185     layout: "plot-throughput"
12186
12187 - type: "plot"
12188   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12189   algorithm: "plot_perf_box_name"
12190   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12191   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12192   include:
12193     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12194     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12195 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12196 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12197 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12198   layout:
12199     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12200     layout: "plot-throughput"
12201
12202 - type: "plot"
12203   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12204   algorithm: "plot_perf_box_name"
12205   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12206   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12207   include:
12208     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12209     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12210     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12211     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12212     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12213   layout:
12214     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12215     layout: "plot-throughput"
12216
12217 - type: "plot"
12218   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12219   algorithm: "plot_perf_box_name"
12220   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12221   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12222   include:
12223     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12224     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12225     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12226     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12227     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12228   layout:
12229     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12230     layout: "plot-throughput"
12231
12232 - type: "plot"
12233   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12234   algorithm: "plot_perf_box_name"
12235   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12236   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12237   include:
12238     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12239     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12240     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12241     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12242     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12243   layout:
12244     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12245     layout: "plot-throughput"
12246
12247 - type: "plot"
12248   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12249   algorithm: "plot_perf_box_name"
12250   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12251   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12252   include:
12253     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12254     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12255     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12256     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12257     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12258   layout:
12259     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12260     layout: "plot-throughput"
12261
12262 - type: "plot"
12263   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12264   algorithm: "plot_perf_box_name"
12265   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12266   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12267   include:
12268     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12269     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12270     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12271     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12272     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12273     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12274   layout:
12275     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12276     layout: "plot-throughput"
12277
12278 - type: "plot"
12279   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12280   algorithm: "plot_perf_box_name"
12281   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12282   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12283   include:
12284     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12285     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12286     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12287     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12288     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12289     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12290   layout:
12291     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12292     layout: "plot-throughput"
12293
12294 - type: "plot"
12295   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12296   algorithm: "plot_perf_box_name"
12297   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12298   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12299   include:
12300     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12301     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12302     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12303     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12304     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12305     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12306   layout:
12307     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12308     layout: "plot-throughput"
12309
12310 - type: "plot"
12311   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12312   algorithm: "plot_perf_box_name"
12313   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12314   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12315   include:
12316     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12317     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12318     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12319     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12320     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12321     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12322   layout:
12323     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12324     layout: "plot-throughput"
12325
12326 - type: "plot"
12327   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12328   algorithm: "plot_perf_box_name"
12329   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12330   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12331   include:
12332     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12333     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12334     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12335     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12336     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12337   layout:
12338     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12339     layout: "plot-throughput"
12340
12341 - type: "plot"
12342   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12343   algorithm: "plot_perf_box_name"
12344   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12345   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12346   include:
12347     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12348     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12349     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12350     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12351     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12352   layout:
12353     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12354     layout: "plot-throughput"
12355
12356 - type: "plot"
12357   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12358   algorithm: "plot_perf_box_name"
12359   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12360   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12361   include:
12362     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12363     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12364     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12365     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12366     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12367     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12368   layout:
12369     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12370     layout: "plot-throughput"
12371
12372 - type: "plot"
12373   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12374   algorithm: "plot_perf_box_name"
12375   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12376   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12377   include:
12378     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12379     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12380     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12381     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12382     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12383     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12384   layout:
12385     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12386     layout: "plot-throughput"
12387
12388 - type: "plot"
12389   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12390   algorithm: "plot_perf_box_name"
12391   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12392   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12393   include:
12394     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12395     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12396     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12397     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12398     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12399   layout:
12400     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12401     layout: "plot-throughput"
12402
12403 - type: "plot"
12404   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12405   algorithm: "plot_perf_box_name"
12406   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12407   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12408   include:
12409     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12410     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12411     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12412     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12413     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12414   layout:
12415     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12416     layout: "plot-throughput"
12417
12418 - type: "plot"
12419   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12420   algorithm: "plot_perf_box_name"
12421   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12422   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12423   include:
12424     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12425     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12426     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12427     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12428     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12429     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12430   layout:
12431     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12432     layout: "plot-throughput"
12433
12434 - type: "plot"
12435   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12436   algorithm: "plot_perf_box_name"
12437   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12438   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12439   include:
12440     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12441     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12442     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12443     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12444     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12445     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12446   layout:
12447     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12448     layout: "plot-throughput"
12449
12450 - type: "plot"
12451   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12452   algorithm: "plot_perf_box_name"
12453   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12454   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12455   include:
12456     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12457     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12458     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12459     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12460     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12461   layout:
12462     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12463     layout: "plot-throughput"
12464
12465 - type: "plot"
12466   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12467   algorithm: "plot_perf_box_name"
12468   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12469   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12470   include:
12471     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12472     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12473     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12474     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12475     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12476   layout:
12477     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12478     layout: "plot-throughput"
12479
12480 - type: "plot"
12481   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12482   algorithm: "plot_perf_box_name"
12483   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12484   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12485   include:
12486     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12487     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12488     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12489     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12490     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12491     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12492   layout:
12493     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12494     layout: "plot-throughput"
12495
12496 - type: "plot"
12497   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12498   algorithm: "plot_perf_box_name"
12499   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12500   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12501   include:
12502     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12503     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12504     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12505     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12506     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12507     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12508   layout:
12509     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12510     layout: "plot-throughput"
12511
12512 - type: "plot"
12513   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12514   algorithm: "plot_perf_box_name"
12515   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12516   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12517   include:
12518     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12519     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12520   layout:
12521     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12522     layout: "plot-throughput"
12523
12524 - type: "plot"
12525   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12526   algorithm: "plot_perf_box_name"
12527   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12528   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12529   include:
12530     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12531     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12532   layout:
12533     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12534     layout: "plot-throughput"
12535
12536 - type: "plot"
12537   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12538   algorithm: "plot_perf_box_name"
12539   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12540   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12541   include:
12542     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12543     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12544     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12545     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12546   layout:
12547     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12548     layout: "plot-throughput"
12549
12550 - type: "plot"
12551   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12552   algorithm: "plot_perf_box_name"
12553   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12554   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12555   include:
12556     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12557     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12558     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12559     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12560   layout:
12561     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12562     layout: "plot-throughput"
12563
12564 - type: "plot"
12565   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12566   algorithm: "plot_perf_box_name"
12567   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12568   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12569   include:
12570     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12571     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12572     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12573     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12574   layout:
12575     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12576     layout: "plot-throughput"
12577
12578 - type: "plot"
12579   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12580   algorithm: "plot_perf_box_name"
12581   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12582   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12583   include:
12584     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12585     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12586     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12587     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12588   layout:
12589     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12590     layout: "plot-throughput"
12591
12592 - type: "plot"
12593   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12594   algorithm: "plot_perf_box_name"
12595   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12596   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12597   include:
12598     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12599     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12600     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12601     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12602   layout:
12603     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12604     layout: "plot-throughput"
12605
12606 - type: "plot"
12607   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12608   algorithm: "plot_perf_box_name"
12609   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12610   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12611   include:
12612     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12613     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12614     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12615     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12616   layout:
12617     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12618     layout: "plot-throughput"
12619
12620 - type: "plot"
12621   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12622   algorithm: "plot_perf_box_name"
12623   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12624   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12625   include:
12626     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12627     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12628     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12629     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12630   layout:
12631     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12632     layout: "plot-throughput"
12633
12634 - type: "plot"
12635   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12636   algorithm: "plot_perf_box_name"
12637   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12638   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12639   include:
12640     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12641     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12642     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12643     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12644   layout:
12645     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12646     layout: "plot-throughput"
12647
12648 - type: "plot"
12649   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12650   algorithm: "plot_perf_box_name"
12651   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12652   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12653   include:
12654     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12655     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12656     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12657     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12658     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12659     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12660   layout:
12661     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12662     layout: "plot-throughput"
12663
12664 - type: "plot"
12665   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12666   algorithm: "plot_perf_box_name"
12667   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12668   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12669   include:
12670     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12671     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12672     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12673     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12674     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12675     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12676   layout:
12677     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12678     layout: "plot-throughput"
12679
12680 - type: "plot"
12681   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12682   algorithm: "plot_perf_box_name"
12683   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12684   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12685   include:
12686     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12687     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12688     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12689     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12690     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12691   layout:
12692     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12693     layout: "plot-throughput"
12694
12695 - type: "plot"
12696   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12697   algorithm: "plot_perf_box_name"
12698   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12699   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12700   include:
12701     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12702     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12703     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12704     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12705     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12706   layout:
12707     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12708     layout: "plot-throughput"
12709
12710 - type: "plot"
12711   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12712   algorithm: "plot_perf_box_name"
12713   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12714   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12715   include:
12716     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12717     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12718     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12719     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12720     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12721   layout:
12722     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12723     layout: "plot-throughput"
12724
12725 - type: "plot"
12726   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12727   algorithm: "plot_perf_box_name"
12728   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12729   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12730   include:
12731     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12732     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12733     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12734     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12735     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12736   layout:
12737     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12738     layout: "plot-throughput"
12739
12740 - type: "plot"
12741   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12742   algorithm: "plot_perf_box_name"
12743   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12744   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12745   include:
12746     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12747     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12748     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12749   layout:
12750     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12751     layout: "plot-throughput"
12752
12753 - type: "plot"
12754   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12755   algorithm: "plot_perf_box_name"
12756   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12757   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12758   include:
12759     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12760     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12761     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12762   layout:
12763     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12764     layout: "plot-throughput"
12765
12766 - type: "plot"
12767   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12768   algorithm: "plot_perf_box_name"
12769   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12770   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12771   include:
12772     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12773     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12774     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12775   layout:
12776     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12777     layout: "plot-throughput"
12778
12779 - type: "plot"
12780   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12781   algorithm: "plot_perf_box_name"
12782   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12783   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12784   include:
12785     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12786     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12787     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12788   layout:
12789     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12790     layout: "plot-throughput"
12791
12792 - type: "plot"
12793   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12794   algorithm: "plot_perf_box_name"
12795   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12796   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12797   include:
12798     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12799     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12800     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12801     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12802     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12803   layout:
12804     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12805     layout: "plot-throughput"
12806
12807 - type: "plot"
12808   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12809   algorithm: "plot_perf_box_name"
12810   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12811   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12812   include:
12813     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12814     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12815     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12816     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12817     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12818   layout:
12819     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12820     layout: "plot-throughput"
12821
12822 - type: "plot"
12823   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12824   algorithm: "plot_perf_box_name"
12825   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12826   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12827   include:
12828     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12829     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12830     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12831     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12832     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12833   layout:
12834     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12835     layout: "plot-throughput"
12836
12837 - type: "plot"
12838   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12839   algorithm: "plot_perf_box_name"
12840   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12841   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12842   include:
12843     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12844     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12845     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12846     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12847     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12848   layout:
12849     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12850     layout: "plot-throughput"
12851
12852 - type: "plot"
12853   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12854   algorithm: "plot_perf_box_name"
12855   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12856   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12857   include:
12858     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12859     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12860     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12861     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12862     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12863   layout:
12864     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12865     layout: "plot-throughput"
12866
12867 - type: "plot"
12868   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12869   algorithm: "plot_perf_box_name"
12870   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12871   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12872   include:
12873     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12874     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12875     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12876     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12877     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12878   layout:
12879     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12880     layout: "plot-throughput"
12881
12882 - type: "plot"
12883   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12884   algorithm: "plot_perf_box_name"
12885   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12886   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12887   include:
12888     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12889     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12890     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12891     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12892     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12893   layout:
12894     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12895     layout: "plot-throughput"
12896
12897 - type: "plot"
12898   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12899   algorithm: "plot_perf_box_name"
12900   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12901   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12902   include:
12903     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12904     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12905     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12906     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12907     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12908   layout:
12909     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12910     layout: "plot-throughput"
12911
12912 - type: "plot"
12913   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12914   algorithm: "plot_perf_box_name"
12915   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12916   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12917   include:
12918     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12919     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12920     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12921     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12922     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12923   layout:
12924     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12925     layout: "plot-throughput"
12926
12927 - type: "plot"
12928   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12929   algorithm: "plot_perf_box_name"
12930   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12931   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12932   include:
12933     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12934     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12935     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12936     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12937     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12938   layout:
12939     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12940     layout: "plot-throughput"
12941
12942 - type: "plot"
12943   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12944   algorithm: "plot_perf_box_name"
12945   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12946   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12947   include:
12948     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12949     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12950     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12951     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12952     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12953     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12954   layout:
12955     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12956     layout: "plot-throughput"
12957
12958 - type: "plot"
12959   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12960   algorithm: "plot_perf_box_name"
12961   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12962   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12963   include:
12964     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12965     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12966     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12967     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12968     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12969     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12970   layout:
12971     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12972     layout: "plot-throughput"
12973
12974 - type: "plot"
12975   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12976   algorithm: "plot_perf_box_name"
12977   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12978   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12979   include:
12980     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12981     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12982     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12983     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12984   layout:
12985     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12986     layout: "plot-throughput"
12987
12988 - type: "plot"
12989   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12990   algorithm: "plot_perf_box_name"
12991   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12992   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12993   include:
12994     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12995     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12996     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12997     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12998   layout:
12999     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13000     layout: "plot-throughput"
13001
13002 - type: "plot"
13003   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
13004   algorithm: "plot_perf_box_name"
13005   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
13006   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13007   include:
13008     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13009     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13010     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13011     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13012     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13013     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13014   layout:
13015     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
13016     layout: "plot-throughput"
13017
13018 - type: "plot"
13019   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13020   algorithm: "plot_perf_box_name"
13021   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13022   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13023   include:
13024     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13025     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13026     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13027     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13028     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13029     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13030   layout:
13031     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13032     layout: "plot-throughput"
13033
13034 - type: "plot"
13035   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13036   algorithm: "plot_perf_box_name"
13037   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13038   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13039   include:
13040     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13041     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13042     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13043     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13044     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13045     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13046   layout:
13047     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13048     layout: "plot-throughput"
13049
13050 - type: "plot"
13051   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13052   algorithm: "plot_perf_box_name"
13053   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13054   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13055   include:
13056     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13057     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13058     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13059     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13060     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13061     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13062   layout:
13063     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13064     layout: "plot-throughput"
13065
13066 - type: "plot"
13067   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13068   algorithm: "plot_perf_box_name"
13069   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13070   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13071   include:
13072     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13073     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13074     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13075     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13076     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13077     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13078   layout:
13079     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13080     layout: "plot-throughput"
13081
13082 - type: "plot"
13083   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13084   algorithm: "plot_perf_box_name"
13085   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13086   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13087   include:
13088     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13089     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13090     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13091     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13092     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13093     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13094   layout:
13095     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13096     layout: "plot-throughput"
13097
13098 - type: "plot"
13099   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13100   algorithm: "plot_perf_box_name"
13101   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13102   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13103   include:
13104     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13105     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13106     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13107     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13108     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13109     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13110   layout:
13111     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13112     layout: "plot-throughput"
13113
13114 - type: "plot"
13115   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13116   algorithm: "plot_perf_box_name"
13117   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13118   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13119   include:
13120     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13121     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13122     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13123     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13124     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13125     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13126   layout:
13127     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13128     layout: "plot-throughput"
13129
13130 - type: "plot"
13131   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13132   algorithm: "plot_perf_box_name"
13133   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13134   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13135   include:
13136     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13137     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13138     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13139     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13140     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13141     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13142   layout:
13143     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13144     layout: "plot-throughput"
13145
13146 - type: "plot"
13147   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13148   algorithm: "plot_perf_box_name"
13149   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13150   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13151   include:
13152     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13153     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13154     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13155     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13156     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13157     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13158   layout:
13159     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13160     layout: "plot-throughput"
13161
13162 - type: "plot"
13163   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13164   algorithm: "plot_perf_box_name"
13165   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13166   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13167   include:
13168     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13169     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13170     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13171     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13172     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13173     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13174   layout:
13175     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13176     layout: "plot-throughput"
13177
13178 - type: "plot"
13179   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13180   algorithm: "plot_perf_box_name"
13181   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13182   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13183   include:
13184     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13185     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13186     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13187     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13188     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13189     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13190   layout:
13191     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13192     layout: "plot-throughput"
13193
13194 - type: "plot"
13195   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13196   algorithm: "plot_perf_box_name"
13197   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13198   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13199   include:
13200     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13201     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13202     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13203     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13204     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13205     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13206   layout:
13207     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13208     layout: "plot-throughput"
13209
13210 - type: "plot"
13211   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13212   algorithm: "plot_perf_box_name"
13213   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13214   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13215   include:
13216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13217     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13218     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13219     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13222   layout:
13223     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13224     layout: "plot-throughput"
13225
13226 - type: "plot"
13227   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13228   algorithm: "plot_perf_box_name"
13229   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13230   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13231   include:
13232     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13233     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13234     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13236     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13238   layout:
13239     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13240     layout: "plot-throughput"
13241
13242 - type: "plot"
13243   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13244   algorithm: "plot_perf_box_name"
13245   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13246   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13247   include:
13248     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13249     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13250     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13251     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13252     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13253     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13254   layout:
13255     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13256     layout: "plot-throughput"
13257
13258 - type: "plot"
13259   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13260   algorithm: "plot_perf_box_name"
13261   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13262   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13263   include:
13264     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13265     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13266     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13267     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13268   layout:
13269     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13270     layout: "plot-throughput"
13271
13272 - type: "plot"
13273   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13274   algorithm: "plot_perf_box_name"
13275   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13276   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13277   include:
13278     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13279     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13280     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13281     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13282   layout:
13283     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13284     layout: "plot-throughput"
13285
13286 - type: "plot"
13287   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13288   algorithm: "plot_perf_box_name"
13289   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13290   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13291   include:
13292     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13293     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13294     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13295     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13296   layout:
13297     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13298     layout: "plot-throughput"
13299
13300 - type: "plot"
13301   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13302   algorithm: "plot_perf_box_name"
13303   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13304   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13305   include:
13306     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13307     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13308     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13309     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13310   layout:
13311     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13312     layout: "plot-throughput"
13313
13314 - type: "plot"
13315   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13316   algorithm: "plot_perf_box_name"
13317   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13318   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13319   include:
13320     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13321     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13322     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13323     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13324     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13325     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13326   layout:
13327     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13328     layout: "plot-throughput"
13329
13330 - type: "plot"
13331   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13332   algorithm: "plot_perf_box_name"
13333   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13334   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13335   include:
13336     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13337     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13338     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13339     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13340     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13341     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13342   layout:
13343     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13344     layout: "plot-throughput"
13345
13346 - type: "plot"
13347   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13348   algorithm: "plot_perf_box_name"
13349   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13350   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13351   include:
13352     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13353     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13354     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13355     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13356     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13357   layout:
13358     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13359     layout: "plot-throughput"
13360
13361 - type: "plot"
13362   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13363   algorithm: "plot_perf_box_name"
13364   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13365   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13366   include:
13367     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13368     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13369     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13370     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13371     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13372   layout:
13373     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13374     layout: "plot-throughput"
13375
13376 - type: "plot"
13377   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13378   algorithm: "plot_perf_box_name"
13379   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13380   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13381   include:
13382     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13383     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13384     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13385     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13386     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13387   layout:
13388     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13389     layout: "plot-throughput"
13390
13391 - type: "plot"
13392   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13393   algorithm: "plot_perf_box_name"
13394   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13395   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13396   include:
13397     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13398     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13399     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13400     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13401     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13402   layout:
13403     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13404     layout: "plot-throughput"
13405
13406 - type: "plot"
13407   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13408   algorithm: "plot_perf_box_name"
13409   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13410   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13411   include:
13412     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13413     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13414     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13415     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13416   layout:
13417     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13418     layout: "plot-throughput"
13419
13420 - type: "plot"
13421   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13422   algorithm: "plot_perf_box_name"
13423   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13424   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13425   include:
13426     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13427     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13428     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13429     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13430   layout:
13431     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13432     layout: "plot-throughput"
13433
13434 - type: "plot"
13435   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13436   algorithm: "plot_perf_box_name"
13437   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13438   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13439   include:
13440     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13441     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13442     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13443     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13444     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13445     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13446   layout:
13447     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13448     layout: "plot-throughput"
13449
13450 - type: "plot"
13451   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13452   algorithm: "plot_perf_box_name"
13453   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13454   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13455   include:
13456     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13457     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13458     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13459     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13460     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13461     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13462   layout:
13463     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13464     layout: "plot-throughput"
13465
13466 - type: "plot"
13467   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13468   algorithm: "plot_perf_box_name"
13469   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13470   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13471   include:
13472     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13473     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13474     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13475     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13476     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13477     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13478   layout:
13479     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13480     layout: "plot-throughput"
13481
13482 - type: "plot"
13483   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13484   algorithm: "plot_perf_box_name"
13485   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13486   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13487   include:
13488     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13489     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13490     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13491     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13492     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13493     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13494   layout:
13495     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13496     layout: "plot-throughput"
13497
13498 - type: "plot"
13499   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13500   algorithm: "plot_perf_box_name"
13501   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13502   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13503   include:
13504     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13505     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13506     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13507     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13508     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13509     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13510   layout:
13511     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13512     layout: "plot-throughput"
13513
13514 - type: "plot"
13515   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13516   algorithm: "plot_perf_box_name"
13517   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13518   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13519   include:
13520     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13521     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13522     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13523     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13524     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13525     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13526   layout:
13527     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13528     layout: "plot-throughput"
13529
13530 - type: "plot"
13531   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13532   algorithm: "plot_perf_box_name"
13533   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13534   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13535   include:
13536     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13537     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13538     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13539     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13540     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13541     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13542   layout:
13543     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13544     layout: "plot-throughput"
13545
13546 - type: "plot"
13547   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13548   algorithm: "plot_perf_box_name"
13549   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13550   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13551   include:
13552     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13553     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13554     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13555     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13556     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13557     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13558   layout:
13559     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13560     layout: "plot-throughput"
13561
13562 - type: "plot"
13563   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13564   algorithm: "plot_perf_box_name"
13565   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13566   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13567   include:
13568     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13569     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13570     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13571     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13572   layout:
13573     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13574     layout: "plot-throughput"
13575
13576 - type: "plot"
13577   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13578   algorithm: "plot_perf_box_name"
13579   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13580   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13581   include:
13582     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13583     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13584     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13585     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13586   layout:
13587     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13588     layout: "plot-throughput"
13589
13590 - type: "plot"
13591   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13592   algorithm: "plot_perf_box_name"
13593   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13594   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13595   include:
13596     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13597     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13598     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13599     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13600     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13601     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13602   layout:
13603     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13604     layout: "plot-throughput"
13605
13606 - type: "plot"
13607   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13608   algorithm: "plot_perf_box_name"
13609   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13610   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13611   include:
13612     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13613     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13614     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13615     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13616     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13617     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13618   layout:
13619     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13620     layout: "plot-throughput"
13621
13622 - type: "plot"
13623   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13624   algorithm: "plot_perf_box_name"
13625   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13626   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13627   include:
13628     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13629     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13630     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13631     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13632     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13633     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13634   layout:
13635     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13636     layout: "plot-throughput"
13637
13638 - type: "plot"
13639   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13640   algorithm: "plot_perf_box_name"
13641   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13642   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13643   include:
13644     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13645     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13646     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13647     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13648     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13649     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13650   layout:
13651     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13652     layout: "plot-throughput"
13653
13654 #- type: "plot"
13655 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13656 #  algorithm: "plot_perf_box_name"
13657 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13658 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13659 #  include:
13660 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13661 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13662 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13663 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13664 #  layout:
13665 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13666 #    layout: "plot-throughput"
13667 #
13668 #- type: "plot"
13669 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13670 #  algorithm: "plot_perf_box_name"
13671 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13672 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13673 #  include:
13674 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13675 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13676 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13677 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13678 #  layout:
13679 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13680 #    layout: "plot-throughput"
13681
13682 - type: "plot"
13683   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13684   algorithm: "plot_perf_box_name"
13685   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13686   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13687   include:
13688     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13689     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13690     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13691     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13692     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13693     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13694   layout:
13695     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13696     layout: "plot-throughput"
13697
13698 - type: "plot"
13699   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13700   algorithm: "plot_perf_box_name"
13701   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13702   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13703   include:
13704     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13705     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13706     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13707     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13708     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13709     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13710   layout:
13711     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13712     layout: "plot-throughput"
13713
13714 #- type: "plot"
13715 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13716 #  algorithm: "plot_perf_box_name"
13717 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13718 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13719 #  include:
13720 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13721 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13722 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13723 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13724 #  layout:
13725 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13726 #    layout: "plot-throughput"
13727 #
13728 #- type: "plot"
13729 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13730 #  algorithm: "plot_perf_box_name"
13731 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13732 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13733 #  include:
13734 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13735 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13736 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13737 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13738 #  layout:
13739 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13740 #    layout: "plot-throughput"
13741
13742 - type: "plot"
13743   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13744   algorithm: "plot_perf_box_name"
13745   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13746   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13747   include:
13748     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13749     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13750     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13751     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13752     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13753     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13754   layout:
13755     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13756     layout: "plot-throughput"
13757
13758 - type: "plot"
13759   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13760   algorithm: "plot_perf_box_name"
13761   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13762   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13763   include:
13764     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13765     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13766     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13767     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13768     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13769     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13770   layout:
13771     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13772     layout: "plot-throughput"
13773
13774 #- type: "plot"
13775 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13776 #  algorithm: "plot_perf_box_name"
13777 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13778 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13779 #  include:
13780 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13781 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13782 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13783 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13784 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13785 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13786 #  layout:
13787 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13788 #    layout: "plot-throughput"
13789 #
13790 #- type: "plot"
13791 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13792 #  algorithm: "plot_perf_box_name"
13793 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13794 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13795 #  include:
13796 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13797 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13798 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13799 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13800 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13801 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13802 #  layout:
13803 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13804 #    layout: "plot-throughput"
13805
13806 - type: "plot"
13807   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13808   algorithm: "plot_perf_box_name"
13809   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13810   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13811   include:
13812     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13813     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13814     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13815     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13816     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13817     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13818   layout:
13819     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13820     layout: "plot-throughput"
13821
13822 - type: "plot"
13823   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13824   algorithm: "plot_perf_box_name"
13825   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13826   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13827   include:
13828     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13829     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13830     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13831     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13832     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13833     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13834   layout:
13835     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13836     layout: "plot-throughput"
13837
13838 - type: "plot"
13839   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13840   algorithm: "plot_perf_box_name"
13841   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13842   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13843   include:
13844     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13845     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13846     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13847 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13848 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13849 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13850   layout:
13851     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13852     layout: "plot-throughput"
13853
13854 - type: "plot"
13855   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13856   algorithm: "plot_perf_box_name"
13857   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13858   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13859   include:
13860     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13861     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13862     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13863 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13864 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13865 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13866   layout:
13867     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13868     layout: "plot-throughput"
13869
13870 - type: "plot"
13871   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13872   algorithm: "plot_perf_box_name"
13873   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13874   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13875   include:
13876     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13877     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13878     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13879     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13880     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13881     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13882   layout:
13883     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13884     layout: "plot-throughput"
13885
13886 - type: "plot"
13887   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13888   algorithm: "plot_perf_box_name"
13889   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13890   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13891   include:
13892     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13893     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13894     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13895     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13896     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13897     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13898   layout:
13899     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13900     layout: "plot-throughput"
13901
13902 - type: "plot"
13903   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13904   algorithm: "plot_perf_box_name"
13905   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13906   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13907   include:
13908     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13909     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13910     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13911     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13912     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13913     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13914   layout:
13915     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13916     layout: "plot-throughput"
13917
13918 - type: "plot"
13919   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13920   algorithm: "plot_perf_box_name"
13921   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13922   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13923   include:
13924     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13925     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13926     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13927     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13928     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13929     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13930   layout:
13931     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13932     layout: "plot-throughput"
13933
13934 #- type: "plot"
13935 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13936 #  algorithm: "plot_perf_box_name"
13937 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13938 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13939 #  include:
13940 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13941 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13942 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13943 #  layout:
13944 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13945 #    layout: "plot-throughput"
13946 #
13947 #- type: "plot"
13948 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13949 #  algorithm: "plot_perf_box_name"
13950 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13951 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13952 #  include:
13953 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13954 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13955 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13956 #  layout:
13957 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13958 #    layout: "plot-throughput"
13959
13960 - type: "plot"
13961   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13962   algorithm: "plot_perf_box_name"
13963   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13964   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13965   include:
13966     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13967     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13968     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13969     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13970     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13971   layout:
13972     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13973     layout: "plot-throughput"
13974
13975 - type: "plot"
13976   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13977   algorithm: "plot_perf_box_name"
13978   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13979   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13980   include:
13981     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13982     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13983     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13984     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13985     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13986   layout:
13987     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13988     layout: "plot-throughput"
13989
13990 - type: "plot"
13991   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13992   algorithm: "plot_perf_box_name"
13993   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13994   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13995   include:
13996     - "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"
13997     - "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"
13998     - "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"
13999     - "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"
14000     - "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"
14001   layout:
14002     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14003     layout: "plot-throughput"
14004
14005 - type: "plot"
14006   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14007   algorithm: "plot_perf_box_name"
14008   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14009   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14010   include:
14011     - "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"
14012     - "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"
14013     - "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"
14014     - "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"
14015     - "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"
14016   layout:
14017     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14018     layout: "plot-throughput"
14019
14020 - type: "plot"
14021   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14022   algorithm: "plot_perf_box_name"
14023   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14024   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14025   include:
14026     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14027     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14028     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14029     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14030     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14031   layout:
14032     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14033     layout: "plot-throughput"
14034
14035 - type: "plot"
14036   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14037   algorithm: "plot_perf_box_name"
14038   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14039   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14040   include:
14041     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14042     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14043     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14044     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14045     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14046   layout:
14047     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14048     layout: "plot-throughput"
14049
14050 - type: "plot"
14051   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14052   algorithm: "plot_perf_box_name"
14053   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14054   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14055   include:
14056     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14057     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14058     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14059     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14060     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14061   layout:
14062     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14063     layout: "plot-throughput"
14064
14065 - type: "plot"
14066   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14067   algorithm: "plot_perf_box_name"
14068   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14069   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14070   include:
14071     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14072     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14073     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14074     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14075     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14076   layout:
14077     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14078     layout: "plot-throughput"
14079
14080 - type: "plot"
14081   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14082   algorithm: "plot_perf_box_name"
14083   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14084   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14085   include:
14086     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14087     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14088     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14089     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14090     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14091   layout:
14092     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14093     layout: "plot-throughput"
14094
14095 - type: "plot"
14096   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14097   algorithm: "plot_perf_box_name"
14098   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14099   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14100   include:
14101     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14102     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14103     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14104     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14105     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14106   layout:
14107     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14108     layout: "plot-throughput"
14109
14110 - type: "plot"
14111   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14112   algorithm: "plot_perf_box_name"
14113   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14114   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14115   include:
14116     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14117     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14118     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14119     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14120     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14121   layout:
14122     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14123     layout: "plot-throughput"
14124
14125 - type: "plot"
14126   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14127   algorithm: "plot_perf_box_name"
14128   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14129   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14130   include:
14131     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14132     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14133     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14134     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14135     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14136   layout:
14137     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14138     layout: "plot-throughput"
14139
14140 - type: "plot"
14141   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14142   algorithm: "plot_perf_box_name"
14143   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14144   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14145   include:
14146     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14147     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14148     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14149     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14150   layout:
14151     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14152     layout: "plot-throughput"
14153
14154 - type: "plot"
14155   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14156   algorithm: "plot_perf_box_name"
14157   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14158   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14159   include:
14160     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14161     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14162     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14163     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14164   layout:
14165     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14166     layout: "plot-throughput"
14167
14168 - type: "plot"
14169   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14170   algorithm: "plot_perf_box_name"
14171   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14172   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14173   include:
14174     - "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"
14175     - "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"
14176     - "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"
14177     - "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"
14178   layout:
14179     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14180     layout: "plot-throughput"
14181
14182 - type: "plot"
14183   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14184   algorithm: "plot_perf_box_name"
14185   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14186   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14187   include:
14188     - "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"
14189     - "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"
14190     - "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"
14191     - "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"
14192   layout:
14193     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14194     layout: "plot-throughput"
14195
14196 - type: "plot"
14197   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14198   algorithm: "plot_perf_box_name"
14199   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14200   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14201   include:
14202     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14203     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14204     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14205     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14206     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14207     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14208   layout:
14209     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14210     layout: "plot-throughput"
14211
14212 - type: "plot"
14213   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14214   algorithm: "plot_perf_box_name"
14215   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14216   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14217   include:
14218     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14219     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14220     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14221     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14222     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14223     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14224   layout:
14225     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14226     layout: "plot-throughput"
14227
14228 - type: "plot"
14229   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14230   algorithm: "plot_perf_box_name"
14231   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14232   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14233   include:
14234     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14235     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14236     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14237     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14238     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14239     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14240   layout:
14241     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14242     layout: "plot-throughput"
14243
14244 - type: "plot"
14245   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14246   algorithm: "plot_perf_box_name"
14247   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14248   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14249   include:
14250     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14251     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14252     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14253     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14254     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14255     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14256   layout:
14257     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14258     layout: "plot-throughput"
14259
14260 - type: "plot"
14261   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14262   algorithm: "plot_perf_box_name"
14263   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14264   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14265   include:
14266     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14267     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14268     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14269     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14270     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14271     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14272   layout:
14273     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14274     layout: "plot-throughput"
14275
14276 - type: "plot"
14277   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14278   algorithm: "plot_perf_box_name"
14279   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14280   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14281   include:
14282     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14283     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14284     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14285     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14286     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14287     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14288   layout:
14289     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14290     layout: "plot-throughput"
14291
14292 - type: "plot"
14293   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14294   algorithm: "plot_perf_box_name"
14295   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14296   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14297   include:
14298     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14299     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14300     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14301     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14302     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14303   layout:
14304     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14305     layout: "plot-throughput"
14306
14307 - type: "plot"
14308   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14309   algorithm: "plot_perf_box_name"
14310   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14311   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14312   include:
14313     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14314     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14315     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14316     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14317     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14318   layout:
14319     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14320     layout: "plot-throughput"
14321
14322 - type: "plot"
14323   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14324   algorithm: "plot_perf_box_name"
14325   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14326   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14327   include:
14328     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14329     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14330   layout:
14331     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14332     layout: "plot-throughput"
14333
14334 - type: "plot"
14335   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14336   algorithm: "plot_perf_box_name"
14337   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14338   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14339   include:
14340     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14341     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14342   layout:
14343     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14344     layout: "plot-throughput"
14345
14346 - type: "plot"
14347   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14348   algorithm: "plot_perf_box_name"
14349   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14350   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14351   include:
14352     - "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"
14353     - "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"
14354   layout:
14355     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14356     layout: "plot-throughput"
14357
14358 - type: "plot"
14359   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14360   algorithm: "plot_perf_box_name"
14361   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14362   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14363   include:
14364     - "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"
14365     - "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"
14366   layout:
14367     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14368     layout: "plot-throughput"
14369
14370 - type: "plot"
14371   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14372   algorithm: "plot_perf_box_name"
14373   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14374   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14375   include:
14376     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14377     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14378   layout:
14379     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14380     layout: "plot-throughput"
14381
14382 - type: "plot"
14383   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14384   algorithm: "plot_perf_box_name"
14385   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14386   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14387   include:
14388     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14389     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14390   layout:
14391     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14392     layout: "plot-throughput"
14393
14394 - type: "plot"
14395   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14396   algorithm: "plot_perf_box_name"
14397   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14398   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14399   include:
14400     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14401     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14402   layout:
14403     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14404     layout: "plot-throughput"
14405
14406 - type: "plot"
14407   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14408   algorithm: "plot_perf_box_name"
14409   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14410   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14411   include:
14412     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14413     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14414   layout:
14415     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14416     layout: "plot-throughput"
14417
14418 - type: "plot"
14419   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14420   algorithm: "plot_perf_box_name"
14421   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14422   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14423   include:
14424     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14425     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14426     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14427     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14428     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14429     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14430   layout:
14431     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14432     layout: "plot-throughput"
14433
14434 - type: "plot"
14435   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14436   algorithm: "plot_perf_box_name"
14437   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14438   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14439   include:
14440     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14441     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14442     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14443     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14444     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14445     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14446   layout:
14447     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14448     layout: "plot-throughput"
14449
14450 - type: "plot"
14451   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14452   algorithm: "plot_perf_box_name"
14453   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14454   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14455   include:
14456     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14457     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14458     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14459     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14460     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14461     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14462   layout:
14463     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14464     layout: "plot-throughput"
14465
14466 - type: "plot"
14467   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14468   algorithm: "plot_perf_box_name"
14469   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14470   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14471   include:
14472     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14473     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14474     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14475     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14476     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14477     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14478   layout:
14479     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14480     layout: "plot-throughput"
14481
14482 #- type: "plot"
14483 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14484 #  algorithm: "plot_perf_box_name"
14485 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14486 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14487 #  include:
14488 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14489 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14490 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14491 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14492 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14493 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14494 #  layout:
14495 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14496 #    layout: "plot-throughput"
14497 #
14498 #- type: "plot"
14499 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14500 #  algorithm: "plot_perf_box_name"
14501 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14502 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14503 #  include:
14504 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14505 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14506 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14507 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14508 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14509 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14510 #  layout:
14511 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14512 #    layout: "plot-throughput"
14513
14514 - type: "plot"
14515   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14516   algorithm: "plot_perf_box_name"
14517   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14518   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14519   include:
14520     - "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"
14521     - "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"
14522     - "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"
14523     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14524     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14525     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14526   layout:
14527     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14528     layout: "plot-throughput"
14529
14530 - type: "plot"
14531   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14532   algorithm: "plot_perf_box_name"
14533   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14534   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14535   include:
14536     - "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"
14537     - "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"
14538     - "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"
14539     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14540     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14541     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14542   layout:
14543     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14544     layout: "plot-throughput"
14545
14546 ################################################################################
14547
14548 # Packet Speedup
14549
14550 - type: "plot"
14551   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14552   algorithm: "plot_tsa_name"
14553   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14554   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14555   include:
14556     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14557     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14558     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14559     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14560   layout:
14561     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14562     layout: "plot-throughput-speedup-analysis"
14563
14564 - type: "plot"
14565   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14566   algorithm: "plot_tsa_name"
14567   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14568   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14569   include:
14570     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14571     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14572     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14573     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14574   layout:
14575     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14576     layout: "plot-throughput-speedup-analysis"
14577
14578 - type: "plot"
14579   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14580   algorithm: "plot_tsa_name"
14581   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14582   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14583   include:
14584     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14585     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14586     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14587     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14588   layout:
14589     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14590     layout: "plot-throughput-speedup-analysis"
14591
14592 - type: "plot"
14593   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14594   algorithm: "plot_tsa_name"
14595   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14596   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14597   include:
14598     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14599     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14600     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14601     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14602   layout:
14603     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14604     layout: "plot-throughput-speedup-analysis"
14605
14606 - type: "plot"
14607   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14608   algorithm: "plot_tsa_name"
14609   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14610   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14611   include:
14612     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14613     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14614     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14615     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14616     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14617   layout:
14618     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14619     layout: "plot-throughput-speedup-analysis"
14620
14621 - type: "plot"
14622   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14623   algorithm: "plot_tsa_name"
14624   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14625   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14626   include:
14627     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14628     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14629     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14630     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14631     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14632   layout:
14633     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14634     layout: "plot-throughput-speedup-analysis"
14635
14636 - type: "plot"
14637   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14638   algorithm: "plot_tsa_name"
14639   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14640   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14641   include:
14642     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14643     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14644     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14645     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14646     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14647   layout:
14648     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14649     layout: "plot-throughput-speedup-analysis"
14650
14651 - type: "plot"
14652   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14653   algorithm: "plot_tsa_name"
14654   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14655   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14656   include:
14657     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14658     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14659     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14660     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14661     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14662   layout:
14663     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14664     layout: "plot-throughput-speedup-analysis"
14665
14666 - type: "plot"
14667   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14668   algorithm: "plot_tsa_name"
14669   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14670   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14671   include:
14672     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14673     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14674     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14675     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14676     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14677     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14678   layout:
14679     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14680     layout: "plot-throughput-speedup-analysis"
14681
14682 - type: "plot"
14683   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14684   algorithm: "plot_tsa_name"
14685   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14686   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14687   include:
14688     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14689     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14690     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14691     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14692     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14693     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14694   layout:
14695     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14696     layout: "plot-throughput-speedup-analysis"
14697
14698 - type: "plot"
14699   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14700   algorithm: "plot_tsa_name"
14701   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14702   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14703   include:
14704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14709   layout:
14710     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14711     layout: "plot-throughput-speedup-analysis"
14712
14713 - type: "plot"
14714   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14715   algorithm: "plot_tsa_name"
14716   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14717   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14718   include:
14719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14724   layout:
14725     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14726     layout: "plot-throughput-speedup-analysis"
14727
14728 - type: "plot"
14729   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14730   algorithm: "plot_tsa_name"
14731   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14732   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14733   include:
14734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14737   layout:
14738     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14739     layout: "plot-throughput-speedup-analysis"
14740
14741 - type: "plot"
14742   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14743   algorithm: "plot_tsa_name"
14744   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14745   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14746   include:
14747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14750   layout:
14751     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14752     layout: "plot-throughput-speedup-analysis"
14753
14754 - type: "plot"
14755   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14756   algorithm: "plot_tsa_name"
14757   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14758   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14759   include:
14760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14765   layout:
14766     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14767     layout: "plot-throughput-speedup-analysis"
14768
14769 - type: "plot"
14770   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14771   algorithm: "plot_tsa_name"
14772   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14773   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14774   include:
14775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14780   layout:
14781     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14782     layout: "plot-throughput-speedup-analysis"
14783
14784 - type: "plot"
14785   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14786   algorithm: "plot_tsa_name"
14787   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14788   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14789   include:
14790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14793   layout:
14794     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14795     layout: "plot-throughput-speedup-analysis"
14796
14797 - type: "plot"
14798   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14799   algorithm: "plot_tsa_name"
14800   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14801   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14802   include:
14803     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14804     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14805     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14806   layout:
14807     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14808     layout: "plot-throughput-speedup-analysis"
14809
14810 - type: "plot"
14811   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14812   algorithm: "plot_tsa_name"
14813   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14814   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14815   include:
14816     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14820     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14821     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14822   layout:
14823     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14824     layout: "plot-throughput-speedup-analysis"
14825
14826 - type: "plot"
14827   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14828   algorithm: "plot_tsa_name"
14829   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14830   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14831   include:
14832     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14833     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14834     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14835     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14837     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14838   layout:
14839     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14840     layout: "plot-throughput-speedup-analysis"
14841
14842 - type: "plot"
14843   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14844   algorithm: "plot_tsa_name"
14845   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14846   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14847   include:
14848     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14849     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14850     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14851     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14853     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14854   layout:
14855     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14856     layout: "plot-throughput-speedup-analysis"
14857
14858 - type: "plot"
14859   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14860   algorithm: "plot_tsa_name"
14861   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14862   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14863   include:
14864     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14865     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14866     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14867     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14868     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14869     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14870   layout:
14871     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14872     layout: "plot-throughput-speedup-analysis"
14873
14874 - type: "plot"
14875   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14876   algorithm: "plot_tsa_name"
14877   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14878   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14879   include:
14880     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14881     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14882     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14883   layout:
14884     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14885     layout: "plot-throughput-speedup-analysis"
14886
14887 - type: "plot"
14888   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14889   algorithm: "plot_tsa_name"
14890   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14891   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14892   include:
14893     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14894     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14895     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14896   layout:
14897     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14898     layout: "plot-throughput-speedup-analysis"
14899
14900 - type: "plot"
14901   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14902   algorithm: "plot_tsa_name"
14903   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14904   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14905   include:
14906     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14907     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14908     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14909 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14910 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14911   layout:
14912     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14913     layout: "plot-throughput-speedup-analysis"
14914
14915 - type: "plot"
14916   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14917   algorithm: "plot_tsa_name"
14918   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14919   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14920   include:
14921     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14922     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14923     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14924 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14925 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14926   layout:
14927     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14928     layout: "plot-throughput-speedup-analysis"
14929
14930 - type: "plot"
14931   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14932   algorithm: "plot_tsa_name"
14933   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14934   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14935   include:
14936     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14937     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14938     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14939     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14940     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14941   layout:
14942     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14943     layout: "plot-throughput-speedup-analysis"
14944
14945 - type: "plot"
14946   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14947   algorithm: "plot_tsa_name"
14948   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14949   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14950   include:
14951     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14952     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14953     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14954     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14955     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14956   layout:
14957     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14958     layout: "plot-throughput-speedup-analysis"
14959
14960 - type: "plot"
14961   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14962   algorithm: "plot_tsa_name"
14963   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14964   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14965   include:
14966     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14967     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14968     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14969     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14970     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14971   layout:
14972     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14973     layout: "plot-throughput-speedup-analysis"
14974
14975 - type: "plot"
14976   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14977   algorithm: "plot_tsa_name"
14978   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14979   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14980   include:
14981     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14982     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14983     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14984     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14985     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14986   layout:
14987     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14988     layout: "plot-throughput-speedup-analysis"
14989
14990 - type: "plot"
14991   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14992   algorithm: "plot_tsa_name"
14993   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14994   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14995   include:
14996     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14997     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14998     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14999     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15000     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
15001     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15002   layout:
15003     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
15004     layout: "plot-throughput-speedup-analysis"
15005
15006 - type: "plot"
15007   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15008   algorithm: "plot_tsa_name"
15009   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15010   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15011   include:
15012     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15013     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15014     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15015     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15016     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
15017     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15018   layout:
15019     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
15020     layout: "plot-throughput-speedup-analysis"
15021
15022 - type: "plot"
15023   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15024   algorithm: "plot_tsa_name"
15025   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15026   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15027   include:
15028     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15029     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15030     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15031     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15032     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15033     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15034   layout:
15035     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15036     layout: "plot-throughput-speedup-analysis"
15037
15038 - type: "plot"
15039   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15040   algorithm: "plot_tsa_name"
15041   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15042   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15043   include:
15044     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15045     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15046     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15047     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15048     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15049     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15050   layout:
15051     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15052     layout: "plot-throughput-speedup-analysis"
15053
15054 - type: "plot"
15055   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15056   algorithm: "plot_tsa_name"
15057   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15058   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15059   include:
15060     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15061     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15062   layout:
15063     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
15064     layout: "plot-throughput-speedup-analysis"
15065
15066 - type: "plot"
15067   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15068   algorithm: "plot_tsa_name"
15069   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15070   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15071   include:
15072     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15073     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15074   layout:
15075     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
15076     layout: "plot-throughput-speedup-analysis"
15077
15078 - type: "plot"
15079   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15080   algorithm: "plot_tsa_name"
15081   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15082   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15083   include:
15084     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15085     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15086     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15087     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15088   layout:
15089     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
15090     layout: "plot-throughput-speedup-analysis"
15091
15092 - type: "plot"
15093   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15094   algorithm: "plot_tsa_name"
15095   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15096   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15097   include:
15098     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15099     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15100     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15101     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15102   layout:
15103     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
15104     layout: "plot-throughput-speedup-analysis"
15105
15106 - type: "plot"
15107   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15108   algorithm: "plot_tsa_name"
15109   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15110   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15111   include:
15112     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15113     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15114     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15115     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15116   layout:
15117     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
15118     layout: "plot-throughput-speedup-analysis"
15119
15120 - type: "plot"
15121   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15122   algorithm: "plot_tsa_name"
15123   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15124   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15125   include:
15126     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15127     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15128     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15129     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15130   layout:
15131     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15132     layout: "plot-throughput-speedup-analysis"
15133
15134 - type: "plot"
15135   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15136   algorithm: "plot_tsa_name"
15137   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15138   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15139   include:
15140     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15141     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15142     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15143     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15144     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15145     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15146   layout:
15147     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15148     layout: "plot-throughput-speedup-analysis"
15149
15150 - type: "plot"
15151   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15152   algorithm: "plot_tsa_name"
15153   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15154   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15155   include:
15156     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15157     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15158     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15159     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15160     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15161     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15162   layout:
15163     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15164     layout: "plot-throughput-speedup-analysis"
15165
15166 - type: "plot"
15167   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15168   algorithm: "plot_tsa_name"
15169   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15170   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15171   include:
15172     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15173     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15174     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15175     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15176     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15177   layout:
15178     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15179     layout: "plot-throughput-speedup-analysis"
15180
15181 - type: "plot"
15182   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15183   algorithm: "plot_tsa_name"
15184   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15185   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15186   include:
15187     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15188     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15189     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15190     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15191     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15192   layout:
15193     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15194     layout: "plot-throughput-speedup-analysis"
15195
15196 - type: "plot"
15197   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15198   algorithm: "plot_tsa_name"
15199   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15200   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15201   include:
15202     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15203     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15204     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15205     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15206     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15207   layout:
15208     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15209     layout: "plot-throughput-speedup-analysis"
15210
15211 - type: "plot"
15212   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15213   algorithm: "plot_tsa_name"
15214   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15215   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15216   include:
15217     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15218     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15219     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15220     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15221     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15222   layout:
15223     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15224     layout: "plot-throughput-speedup-analysis"
15225
15226 - type: "plot"
15227   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15228   algorithm: "plot_tsa_name"
15229   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15230   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15231   include:
15232     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15233     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15234     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15235   layout:
15236     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15237     layout: "plot-throughput-speedup-analysis"
15238
15239 - type: "plot"
15240   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15241   algorithm: "plot_tsa_name"
15242   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15243   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15244   include:
15245     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15246     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15247     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15248   layout:
15249     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15250     layout: "plot-throughput-speedup-analysis"
15251
15252 - type: "plot"
15253   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15254   algorithm: "plot_tsa_name"
15255   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15256   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15257   include:
15258     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15259     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15260     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15261   layout:
15262     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15263     layout: "plot-throughput-speedup-analysis"
15264
15265 - type: "plot"
15266   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15267   algorithm: "plot_tsa_name"
15268   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15269   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15270   include:
15271     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15272     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15273     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15274   layout:
15275     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15276     layout: "plot-throughput-speedup-analysis"
15277
15278 - type: "plot"
15279   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15280   algorithm: "plot_tsa_name"
15281   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15282   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15283   include:
15284     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15285     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15286     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15287     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15288     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15289   layout:
15290     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15291     layout: "plot-throughput-speedup-analysis"
15292
15293 - type: "plot"
15294   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15295   algorithm: "plot_tsa_name"
15296   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15297   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15298   include:
15299     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15300     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15301     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15302     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15303     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15304   layout:
15305     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15306     layout: "plot-throughput-speedup-analysis"
15307
15308 - type: "plot"
15309   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15310   algorithm: "plot_tsa_name"
15311   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15312   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15313   include:
15314     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15315     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15316     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15317     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15318     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15319   layout:
15320     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15321     layout: "plot-throughput-speedup-analysis"
15322
15323 - type: "plot"
15324   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15325   algorithm: "plot_tsa_name"
15326   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15327   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15328   include:
15329     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15330     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15331     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15332     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15333     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15334   layout:
15335     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15336     layout: "plot-throughput-speedup-analysis"
15337
15338 - type: "plot"
15339   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15340   algorithm: "plot_tsa_name"
15341   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15342   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15343   include:
15344     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15345     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15346     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15347     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15348     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15349     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15350   layout:
15351     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15352     layout: "plot-throughput-speedup-analysis"
15353
15354 - type: "plot"
15355   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15356   algorithm: "plot_tsa_name"
15357   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15358   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15359   include:
15360     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15361     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15362     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15363     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15364     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15365     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15366   layout:
15367     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15368     layout: "plot-throughput-speedup-analysis"
15369
15370 - type: "plot"
15371   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15372   algorithm: "plot_tsa_name"
15373   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15374   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15375   include:
15376     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15377     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15378     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15379     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15380   layout:
15381     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15382     layout: "plot-throughput-speedup-analysis"
15383
15384 - type: "plot"
15385   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15386   algorithm: "plot_tsa_name"
15387   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15388   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15389   include:
15390     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15391     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15392     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15393     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15394   layout:
15395     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15396     layout: "plot-throughput-speedup-analysis"
15397
15398 - type: "plot"
15399   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15400   algorithm: "plot_tsa_name"
15401   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15402   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15403   include:
15404     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15405     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15406     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15407     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15408     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15409     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15410   layout:
15411     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15412     layout: "plot-throughput-speedup-analysis"
15413
15414 - type: "plot"
15415   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15416   algorithm: "plot_tsa_name"
15417   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15418   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15419   include:
15420     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15421     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15422     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15423     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15424     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15425     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15426   layout:
15427     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15428     layout: "plot-throughput-speedup-analysis"
15429
15430 - type: "plot"
15431   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15432   algorithm: "plot_tsa_name"
15433   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15434   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15435   include:
15436     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15437     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15438     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15439     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15440     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15441     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15442   layout:
15443     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15444     layout: "plot-throughput-speedup-analysis"
15445
15446 - type: "plot"
15447   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15448   algorithm: "plot_tsa_name"
15449   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15450   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15451   include:
15452     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15453     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15454     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15455     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15456     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15457     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15458   layout:
15459     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15460     layout: "plot-throughput-speedup-analysis"
15461
15462 - type: "plot"
15463   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15464   algorithm: "plot_tsa_name"
15465   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15466   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15467   include:
15468     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15469     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15470     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15471     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15472     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15473     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15474   layout:
15475     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15476     layout: "plot-throughput-speedup-analysis"
15477
15478 - type: "plot"
15479   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15480   algorithm: "plot_tsa_name"
15481   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15482   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15483   include:
15484     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15485     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15486     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15487     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15488     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15489     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15490   layout:
15491     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15492     layout: "plot-throughput-speedup-analysis"
15493
15494 - type: "plot"
15495   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15496   algorithm: "plot_tsa_name"
15497   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15498   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15499   include:
15500     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15501     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15502     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15503     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15504     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15505     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15506   layout:
15507     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15508     layout: "plot-throughput-speedup-analysis"
15509
15510 - type: "plot"
15511   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15512   algorithm: "plot_tsa_name"
15513   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15514   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15515   include:
15516     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15517     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15518     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15519     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15520     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15521     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15522   layout:
15523     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15524     layout: "plot-throughput-speedup-analysis"
15525
15526 - type: "plot"
15527   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15528   algorithm: "plot_tsa_name"
15529   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15530   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15531   include:
15532     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15533     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15534     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15535     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15536     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15537     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15538   layout:
15539     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15540     layout: "plot-throughput-speedup-analysis"
15541
15542 - type: "plot"
15543   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15544   algorithm: "plot_tsa_name"
15545   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15546   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15547   include:
15548     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15549     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15550     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15551     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15552     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15553     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15554   layout:
15555     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15556     layout: "plot-throughput-speedup-analysis"
15557
15558 - type: "plot"
15559   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15560   algorithm: "plot_tsa_name"
15561   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15562   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15563   include:
15564     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15565     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15566     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15567     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15568   layout:
15569     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15570     layout: "plot-throughput-speedup-analysis"
15571
15572 - type: "plot"
15573   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15574   algorithm: "plot_tsa_name"
15575   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15576   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15577   include:
15578     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15579     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15580     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15581     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15582   layout:
15583     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15584     layout: "plot-throughput-speedup-analysis"
15585
15586 - type: "plot"
15587   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15588   algorithm: "plot_tsa_name"
15589   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15590   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15591   include:
15592     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15593     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15594     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15595     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15596   layout:
15597     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15598     layout: "plot-throughput-speedup-analysis"
15599
15600 - type: "plot"
15601   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15602   algorithm: "plot_tsa_name"
15603   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15604   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15605   include:
15606     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15607     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15608     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15609     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15610   layout:
15611     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15612     layout: "plot-throughput-speedup-analysis"
15613
15614 - type: "plot"
15615   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15616   algorithm: "plot_tsa_name"
15617   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15618   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15619   include:
15620     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15621     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15622     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15623     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15624     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15625     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15626   layout:
15627     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15628     layout: "plot-throughput-speedup-analysis"
15629
15630 - type: "plot"
15631   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15632   algorithm: "plot_tsa_name"
15633   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15634   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15635   include:
15636     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15637     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15638     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15639     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15640     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15641     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15642   layout:
15643     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15644     layout: "plot-throughput-speedup-analysis"
15645
15646 - type: "plot"
15647   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15648   algorithm: "plot_tsa_name"
15649   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15650   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15651   include:
15652     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15653     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15654     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15655     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15656     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15657   layout:
15658     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15659     layout: "plot-throughput-speedup-analysis"
15660
15661 - type: "plot"
15662   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15663   algorithm: "plot_tsa_name"
15664   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15665   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15666   include:
15667     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15668     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15669     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15670     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15671     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15672   layout:
15673     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15674     layout: "plot-throughput-speedup-analysis"
15675
15676 - type: "plot"
15677   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15678   algorithm: "plot_tsa_name"
15679   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15680   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15681   include:
15682     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15683     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15684     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15685     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15686     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15687   layout:
15688     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15689     layout: "plot-throughput-speedup-analysis"
15690
15691 - type: "plot"
15692   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15693   algorithm: "plot_tsa_name"
15694   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15695   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15696   include:
15697     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15698     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15699     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15700     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15701     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15702   layout:
15703     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15704     layout: "plot-throughput-speedup-analysis"
15705
15706 - type: "plot"
15707   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15708   algorithm: "plot_tsa_name"
15709   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15710   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15711   include:
15712     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15713     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15714     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15715     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15716   layout:
15717     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15718     layout: "plot-throughput-speedup-analysis"
15719
15720 - type: "plot"
15721   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15722   algorithm: "plot_tsa_name"
15723   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15724   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15725   include:
15726     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15727     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15728     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15729     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15730   layout:
15731     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15732     layout: "plot-throughput-speedup-analysis"
15733
15734 - type: "plot"
15735   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15736   algorithm: "plot_tsa_name"
15737   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15738   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15739   include:
15740     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15741     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15742     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15743     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15744     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15745     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15746   layout:
15747     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15748     layout: "plot-throughput-speedup-analysis"
15749
15750 - type: "plot"
15751   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15752   algorithm: "plot_tsa_name"
15753   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15754   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15755   include:
15756     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15757     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15758     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15759     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15760     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15761     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15762   layout:
15763     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15764     layout: "plot-throughput-speedup-analysis"
15765
15766 - type: "plot"
15767   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15768   algorithm: "plot_tsa_name"
15769   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15770   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15771   include:
15772     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15773     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15774     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15775     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15776     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15777     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15778   layout:
15779     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15780     layout: "plot-throughput-speedup-analysis"
15781
15782 - type: "plot"
15783   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15784   algorithm: "plot_tsa_name"
15785   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15786   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15787   include:
15788     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15789     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15790     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15791     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15792     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15793     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15794   layout:
15795     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15796     layout: "plot-throughput-speedup-analysis"
15797
15798 - type: "plot"
15799   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15800   algorithm: "plot_tsa_name"
15801   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15802   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15803   include:
15804     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15805     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15806     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15807     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15808     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15809     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15810   layout:
15811     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15812     layout: "plot-throughput-speedup-analysis"
15813
15814 - type: "plot"
15815   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15816   algorithm: "plot_tsa_name"
15817   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15818   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15819   include:
15820     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15821     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15822     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15823     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15824     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15825     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15826   layout:
15827     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15828     layout: "plot-throughput-speedup-analysis"
15829
15830 - type: "plot"
15831   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15832   algorithm: "plot_tsa_name"
15833   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15834   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15835   include:
15836     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15837     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15838     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15839     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15840     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15841     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15842   layout:
15843     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15844     layout: "plot-throughput-speedup-analysis"
15845
15846 - type: "plot"
15847   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15848   algorithm: "plot_tsa_name"
15849   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15850   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15851   include:
15852     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15853     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15854     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15855     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15856     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15857     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15858   layout:
15859     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15860     layout: "plot-throughput-speedup-analysis"
15861
15862 - type: "plot"
15863   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15864   algorithm: "plot_tsa_name"
15865   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15866   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15867   include:
15868     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15869     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15870     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15871     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15872     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15873     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15874   layout:
15875     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15876     layout: "plot-throughput-speedup-analysis"
15877
15878 - type: "plot"
15879   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15880   algorithm: "plot_tsa_name"
15881   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15882   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15883   include:
15884     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15885     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15886     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15887     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15888     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15889     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15890   layout:
15891     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15892     layout: "plot-throughput-speedup-analysis"
15893
15894 - type: "plot"
15895   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15896   algorithm: "plot_tsa_name"
15897   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15898   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15899   include:
15900     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15901     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15902     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15903     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15904     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15905   layout:
15906     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15907     layout: "plot-throughput-speedup-analysis"
15908
15909 - type: "plot"
15910   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15911   algorithm: "plot_tsa_name"
15912   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15913   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15914   include:
15915     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15916     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15917     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15918     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15919     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15920   layout:
15921     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15922     layout: "plot-throughput-speedup-analysis"
15923
15924 - type: "plot"
15925   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15926   algorithm: "plot_tsa_name"
15927   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15928   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15929   include:
15930     - "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"
15931     - "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"
15932     - "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"
15933     - "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"
15934     - "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"
15935   layout:
15936     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15937     layout: "plot-throughput-speedup-analysis"
15938
15939 - type: "plot"
15940   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15941   algorithm: "plot_tsa_name"
15942   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15943   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15944   include:
15945     - "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"
15946     - "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"
15947     - "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"
15948     - "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"
15949     - "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"
15950   layout:
15951     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15952     layout: "plot-throughput-speedup-analysis"
15953
15954 - type: "plot"
15955   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15956   algorithm: "plot_tsa_name"
15957   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15958   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15959   include:
15960     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15961     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15962     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15963     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15964     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15965   layout:
15966     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15967     layout: "plot-throughput-speedup-analysis"
15968
15969 - type: "plot"
15970   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15971   algorithm: "plot_tsa_name"
15972   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15973   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15974   include:
15975     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15976     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15977     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15978     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15979     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15980   layout:
15981     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15982     layout: "plot-throughput-speedup-analysis"
15983
15984 - type: "plot"
15985   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15986   algorithm: "plot_tsa_name"
15987   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15988   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15989   include:
15990     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15991     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15992     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15993     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15994     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15995   layout:
15996     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15997     layout: "plot-throughput-speedup-analysis"
15998
15999 - type: "plot"
16000   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16001   algorithm: "plot_tsa_name"
16002   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16003   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16004   include:
16005     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16006     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16007     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16008     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16009     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16010   layout:
16011     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16012     layout: "plot-throughput-speedup-analysis"
16013
16014 - type: "plot"
16015   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16016   algorithm: "plot_tsa_name"
16017   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
16018   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16019   include:
16020     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16021     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16022     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16023     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16024     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16025   layout:
16026     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16027     layout: "plot-throughput-speedup-analysis"
16028
16029 - type: "plot"
16030   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16031   algorithm: "plot_tsa_name"
16032   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
16033   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16034   include:
16035     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16036     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16037     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16038     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16039     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16040   layout:
16041     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16042     layout: "plot-throughput-speedup-analysis"
16043
16044 - type: "plot"
16045   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16046   algorithm: "plot_tsa_name"
16047   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16048   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16049   include:
16050     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16051     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16052     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16053     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16054     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16055   layout:
16056     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16057     layout: "plot-throughput-speedup-analysis"
16058
16059 - type: "plot"
16060   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16061   algorithm: "plot_tsa_name"
16062   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16063   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16064   include:
16065     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16066     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16067     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16068     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16069     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16070   layout:
16071     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16072     layout: "plot-throughput-speedup-analysis"
16073
16074 - type: "plot"
16075   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16076   algorithm: "plot_tsa_name"
16077   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16078   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16079   include:
16080     - "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"
16081     - "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"
16082     - "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"
16083     - "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"
16084   layout:
16085     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16086     layout: "plot-throughput-speedup-analysis"
16087
16088 - type: "plot"
16089   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16090   algorithm: "plot_tsa_name"
16091   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16092   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16093   include:
16094     - "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"
16095     - "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"
16096     - "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"
16097     - "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"
16098   layout:
16099     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16100     layout: "plot-throughput-speedup-analysis"
16101
16102 - type: "plot"
16103   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16104   algorithm: "plot_tsa_name"
16105   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16106   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16107   include:
16108     - "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"
16109     - "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"
16110     - "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"
16111     - "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"
16112   layout:
16113     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16114     layout: "plot-throughput-speedup-analysis"
16115
16116 - type: "plot"
16117   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16118   algorithm: "plot_tsa_name"
16119   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16120   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16121   include:
16122     - "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"
16123     - "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"
16124     - "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"
16125     - "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"
16126   layout:
16127     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16128     layout: "plot-throughput-speedup-analysis"
16129
16130 - type: "plot"
16131   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16132   algorithm: "plot_tsa_name"
16133   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16134   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16135   include:
16136     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16137     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16138     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16139     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16140     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16141     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16142   layout:
16143     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16144     layout: "plot-throughput-speedup-analysis"
16145
16146 - type: "plot"
16147   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16148   algorithm: "plot_tsa_name"
16149   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16150   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16151   include:
16152     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16153     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16154     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16155     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16156     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16157     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16158   layout:
16159     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16160     layout: "plot-throughput-speedup-analysis"
16161
16162 - type: "plot"
16163   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16164   algorithm: "plot_tsa_name"
16165   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16166   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16167   include:
16168     - "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"
16169     - "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"
16170     - "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"
16171     - "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"
16172     - "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"
16173     - "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"
16174   layout:
16175     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16176     layout: "plot-throughput-speedup-analysis"
16177
16178 - type: "plot"
16179   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16180   algorithm: "plot_tsa_name"
16181   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16182   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16183   include:
16184     - "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"
16185     - "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"
16186     - "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"
16187     - "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"
16188     - "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"
16189     - "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"
16190   layout:
16191     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16192     layout: "plot-throughput-speedup-analysis"
16193
16194 - type: "plot"
16195   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16196   algorithm: "plot_tsa_name"
16197   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16198   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16199   include:
16200     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16201     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16202     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16203     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16204     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16205     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16206   layout:
16207     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16208     layout: "plot-throughput-speedup-analysis"
16209
16210 - type: "plot"
16211   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16212   algorithm: "plot_tsa_name"
16213   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16214   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16215   include:
16216     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16217     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16218     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16219     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16220     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16221     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16222   layout:
16223     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16224     layout: "plot-throughput-speedup-analysis"
16225
16226 - type: "plot"
16227   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16228   algorithm: "plot_tsa_name"
16229   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16230   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16231   include:
16232     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16233     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16234     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16235     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16236     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16237   layout:
16238     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16239     layout: "plot-throughput-speedup-analysis"
16240
16241 - type: "plot"
16242   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16243   algorithm: "plot_tsa_name"
16244   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16245   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16246   include:
16247     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16248     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16249     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16250     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16251     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16252   layout:
16253     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16254     layout: "plot-throughput-speedup-analysis"
16255
16256 - type: "plot"
16257   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16258   algorithm: "plot_tsa_name"
16259   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16260   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16261   include:
16262     - "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"
16263     - "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"
16264   layout:
16265     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16266     layout: "plot-throughput-speedup-analysis"
16267
16268 - type: "plot"
16269   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16270   algorithm: "plot_tsa_name"
16271   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16272   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16273   include:
16274     - "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"
16275     - "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"
16276   layout:
16277     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16278     layout: "plot-throughput-speedup-analysis"
16279
16280 - type: "plot"
16281   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16282   algorithm: "plot_tsa_name"
16283   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16284   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16285   include:
16286     - "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"
16287     - "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"
16288   layout:
16289     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16290     layout: "plot-throughput-speedup-analysis"
16291
16292 - type: "plot"
16293   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16294   algorithm: "plot_tsa_name"
16295   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16296   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16297   include:
16298     - "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"
16299     - "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"
16300   layout:
16301     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16302     layout: "plot-throughput-speedup-analysis"
16303
16304 - type: "plot"
16305   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16306   algorithm: "plot_tsa_name"
16307   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16308   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16309   include:
16310     - "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"
16311     - "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"
16312     - "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"
16313     - "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"
16314     - "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"
16315     - "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"
16316   layout:
16317     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16318     layout: "plot-throughput-speedup-analysis"
16319
16320 - type: "plot"
16321   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16322   algorithm: "plot_tsa_name"
16323   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16324   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16325   include:
16326     - "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"
16327     - "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"
16328     - "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"
16329     - "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"
16330     - "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"
16331     - "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"
16332   layout:
16333     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16334     layout: "plot-throughput-speedup-analysis"
16335
16336 - type: "plot"
16337   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16338   algorithm: "plot_tsa_name"
16339   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16340   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16341   include:
16342     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16343     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16344     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16345     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16346     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16347   layout:
16348     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16349     layout: "plot-throughput-speedup-analysis"
16350
16351 - type: "plot"
16352   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16353   algorithm: "plot_tsa_name"
16354   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16355   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16356   include:
16357     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16358     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16359     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16360     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16361     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16362   layout:
16363     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16364     layout: "plot-throughput-speedup-analysis"
16365
16366 - type: "plot"
16367   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16368   algorithm: "plot_tsa_name"
16369   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16370   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16371   include:
16372     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16373     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16374     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16375     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16376     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16377   layout:
16378     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16379     layout: "plot-throughput-speedup-analysis"
16380
16381 - type: "plot"
16382   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16383   algorithm: "plot_tsa_name"
16384   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16385   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16386   include:
16387     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16388     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16389     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16390     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16391     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16392   layout:
16393     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16394     layout: "plot-throughput-speedup-analysis"
16395
16396 - type: "plot"
16397   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16398   algorithm: "plot_tsa_name"
16399   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16400   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16401   include:
16402     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16403     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16404     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16405     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16406     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16407     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16408   layout:
16409     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16410     layout: "plot-throughput-speedup-analysis"
16411
16412 - type: "plot"
16413   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16414   algorithm: "plot_tsa_name"
16415   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16416   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16417   include:
16418     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16419     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16420     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16421     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16422     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16423     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16424   layout:
16425     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16426     layout: "plot-throughput-speedup-analysis"
16427
16428 - type: "plot"
16429   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16430   algorithm: "plot_tsa_name"
16431   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16432   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16433   include:
16434     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16435     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16436     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16437     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16438   layout:
16439     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16440     layout: "plot-throughput-speedup-analysis"
16441
16442 - type: "plot"
16443   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16444   algorithm: "plot_tsa_name"
16445   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16446   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16447   include:
16448     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16449     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16450     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16451     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16452   layout:
16453     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16454     layout: "plot-throughput-speedup-analysis"
16455
16456 - type: "plot"
16457   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16458   algorithm: "plot_tsa_name"
16459   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16460   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16461   include:
16462     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16463     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16464     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16465     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16466     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16467   layout:
16468     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16469     layout: "plot-throughput-speedup-analysis"
16470
16471 - type: "plot"
16472   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16473   algorithm: "plot_tsa_name"
16474   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16475   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16476   include:
16477     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16478     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16479     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16480     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16481     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16482   layout:
16483     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16484     layout: "plot-throughput-speedup-analysis"
16485
16486 - type: "plot"
16487   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16488   algorithm: "plot_tsa_name"
16489   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16490   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16491   include:
16492     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16493     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16494     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16495     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16496     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16497     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16498   layout:
16499     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16500     layout: "plot-throughput-speedup-analysis"
16501
16502 - type: "plot"
16503   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16504   algorithm: "plot_tsa_name"
16505   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16506   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16507   include:
16508     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16509     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16510     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16511     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16512     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16513     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16514   layout:
16515     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16516     layout: "plot-throughput-speedup-analysis"
16517
16518 - type: "plot"
16519   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16520   algorithm: "plot_tsa_name"
16521   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16522   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16523   include:
16524     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16525     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16526     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16527     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16528   layout:
16529     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16530     layout: "plot-throughput-speedup-analysis"
16531
16532 - type: "plot"
16533   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16534   algorithm: "plot_tsa_name"
16535   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16536   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16537   include:
16538     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16539     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16540     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16541     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16542   layout:
16543     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16544     layout: "plot-throughput-speedup-analysis"
16545
16546 - type: "plot"
16547   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16548   algorithm: "plot_tsa_name"
16549   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16550   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16551   include:
16552     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16553     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16554     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16555     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16556     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16557     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16558   layout:
16559     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16560     layout: "plot-throughput-speedup-analysis"
16561
16562 - type: "plot"
16563   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16564   algorithm: "plot_tsa_name"
16565   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16566   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16567   include:
16568     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16569     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16570     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16571     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16572     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16573     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16574   layout:
16575     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16576     layout: "plot-throughput-speedup-analysis"
16577
16578 - type: "plot"
16579   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16580   algorithm: "plot_tsa_name"
16581   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16582   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16583   include:
16584     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16585     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16586     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16587     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16588     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16589     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16590   layout:
16591     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16592     layout: "plot-throughput-speedup-analysis"
16593
16594 - type: "plot"
16595   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16596   algorithm: "plot_tsa_name"
16597   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16598   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16599   include:
16600     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16601     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16602     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16603     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16604     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16605     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16606   layout:
16607     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16608     layout: "plot-throughput-speedup-analysis"
16609
16610 - type: "plot"
16611   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16612   algorithm: "plot_tsa_name"
16613   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16614   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16615   include:
16616     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16617     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16618     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16619     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16620     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16621     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16622   layout:
16623     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16624     layout: "plot-throughput-speedup-analysis"
16625
16626 - type: "plot"
16627   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16628   algorithm: "plot_tsa_name"
16629   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16630   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16631   include:
16632     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16633     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16634     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16635     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16636     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16637     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16638   layout:
16639     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16640     layout: "plot-throughput-speedup-analysis"
16641
16642 - type: "plot"
16643   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16644   algorithm: "plot_tsa_name"
16645   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16646   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16647   include:
16648     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16649     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16650     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16651     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16652     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16653     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16654   layout:
16655     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16656     layout: "plot-throughput-speedup-analysis"
16657
16658 - type: "plot"
16659   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16660   algorithm: "plot_tsa_name"
16661   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16662   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16663   include:
16664     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16665     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16666     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16667     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16668     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16669     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16670   layout:
16671     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16672     layout: "plot-throughput-speedup-analysis"
16673
16674 - type: "plot"
16675   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16676   algorithm: "plot_tsa_name"
16677   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16678   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16679   include:
16680     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16681     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16682     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16683     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16684     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16685     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16686   layout:
16687     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16688     layout: "plot-throughput-speedup-analysis"
16689
16690 - type: "plot"
16691   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16692   algorithm: "plot_tsa_name"
16693   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16694   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16695   include:
16696     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16697     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16698     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16699     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16700     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16701     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16702   layout:
16703     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16704     layout: "plot-throughput-speedup-analysis"
16705
16706 #- type: "plot"
16707 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16708 #  algorithm: "plot_tsa_name"
16709 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16710 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16711 #  include:
16712 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16713 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16714 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16715 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16716 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16717 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16718 #  layout:
16719 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16720 #    layout: "plot-throughput-speedup-analysis"
16721 #
16722 #- type: "plot"
16723 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16724 #  algorithm: "plot_tsa_name"
16725 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16726 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16727 #  include:
16728 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16729 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16730 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16731 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16732 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16733 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16734 #  layout:
16735 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16736 #    layout: "plot-throughput-speedup-analysis"
16737
16738 - type: "plot"
16739   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16740   algorithm: "plot_tsa_name"
16741   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16742   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16743   include:
16744     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16745     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16746     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16747     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16748     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16749   layout:
16750     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16751     layout: "plot-throughput-speedup-analysis"
16752
16753 - type: "plot"
16754   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16755   algorithm: "plot_tsa_name"
16756   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16757   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16758   include:
16759     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16760     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16761     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16762     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16763     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16764   layout:
16765     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16766     layout: "plot-throughput-speedup-analysis"
16767
16768 - type: "plot"
16769   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16770   algorithm: "plot_tsa_name"
16771   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16772   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16773   include:
16774     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16775     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16776     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16777     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16778     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16779     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16780   layout:
16781     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16782     layout: "plot-throughput-speedup-analysis"
16783
16784 - type: "plot"
16785   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16786   algorithm: "plot_tsa_name"
16787   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16788   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16789   include:
16790     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16791     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16792     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16793     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16794     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16795     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16796   layout:
16797     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16798     layout: "plot-throughput-speedup-analysis"
16799
16800 - type: "plot"
16801   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16802   algorithm: "plot_tsa_name"
16803   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16804   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16805   include:
16806     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16807     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16808     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16809     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16810     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16811   layout:
16812     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16813     layout: "plot-throughput-speedup-analysis"
16814
16815 - type: "plot"
16816   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16817   algorithm: "plot_tsa_name"
16818   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16819   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16820   include:
16821     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16822     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16823     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16824     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16825     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16826   layout:
16827     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16828     layout: "plot-throughput-speedup-analysis"
16829
16830 #- type: "plot"
16831 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16832 #  algorithm: "plot_tsa_name"
16833 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16834 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16835 #  include:
16836 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16837 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16838 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16839 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16840 #  layout:
16841 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16842 #    layout: "plot-throughput-speedup-analysis"
16843 #
16844 #- type: "plot"
16845 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16846 #  algorithm: "plot_tsa_name"
16847 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16848 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16849 #  include:
16850 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16851 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16852 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16853 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16854 #  layout:
16855 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16856 #    layout: "plot-throughput-speedup-analysis"
16857
16858 - type: "plot"
16859   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16860   algorithm: "plot_tsa_name"
16861   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16862   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16863   include:
16864     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16865     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16866     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16867     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16868     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16869     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16870   layout:
16871     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16872     layout: "plot-throughput-speedup-analysis"
16873
16874 - type: "plot"
16875   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16876   algorithm: "plot_tsa_name"
16877   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16878   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16879   include:
16880     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16881     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16882     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16883     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16884     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16885     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16886   layout:
16887     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16888     layout: "plot-throughput-speedup-analysis"
16889
16890 - type: "plot"
16891   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16892   algorithm: "plot_tsa_name"
16893   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16894   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16895   include:
16896     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16897     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16898     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16899     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16900     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16901   layout:
16902     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16903     layout: "plot-throughput-speedup-analysis"
16904
16905 - type: "plot"
16906   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16907   algorithm: "plot_tsa_name"
16908   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16909   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16910   include:
16911     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16912     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16913     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16914     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16915     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16916   layout:
16917     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16918     layout: "plot-throughput-speedup-analysis"
16919
16920 - type: "plot"
16921   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16922   algorithm: "plot_tsa_name"
16923   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16924   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16925   include:
16926     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16927     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16928     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16929     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16930     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16931     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16932   layout:
16933     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16934     layout: "plot-throughput-speedup-analysis"
16935
16936 - type: "plot"
16937   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16938   algorithm: "plot_tsa_name"
16939   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16940   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16941   include:
16942     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16943     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16944     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16945     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16946     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16947     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16948   layout:
16949     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16950     layout: "plot-throughput-speedup-analysis"
16951
16952 - type: "plot"
16953   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16954   algorithm: "plot_tsa_name"
16955   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16956   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16957   include:
16958     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16959     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16960     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16961     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16962   layout:
16963     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16964     layout: "plot-throughput-speedup-analysis"
16965
16966 - type: "plot"
16967   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16968   algorithm: "plot_tsa_name"
16969   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16970   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16971   include:
16972     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16973     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16974     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16975     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16976   layout:
16977     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16978     layout: "plot-throughput-speedup-analysis"
16979
16980 - type: "plot"
16981   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16982   algorithm: "plot_tsa_name"
16983   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16984   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16985   include:
16986     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16987     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16988     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16989     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16990     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16991   layout:
16992     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16993     layout: "plot-throughput-speedup-analysis"
16994
16995 - type: "plot"
16996   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16997   algorithm: "plot_tsa_name"
16998   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16999   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17000   include:
17001     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17002     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17003     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17004     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17005     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17006   layout:
17007     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17008     layout: "plot-throughput-speedup-analysis"
17009
17010 - type: "plot"
17011   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17012   algorithm: "plot_tsa_name"
17013   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17014   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17015   include:
17016     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17017     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17018     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17019     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17020     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17021     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17022   layout:
17023     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17024     layout: "plot-throughput-speedup-analysis"
17025
17026 - type: "plot"
17027   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17028   algorithm: "plot_tsa_name"
17029   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17030   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17031   include:
17032     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17033     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17034     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17035     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17036     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17037     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17038   layout:
17039     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17040     layout: "plot-throughput-speedup-analysis"
17041
17042 #- type: "plot"
17043 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17044 #  algorithm: "plot_tsa_name"
17045 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17046 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17047 #  include:
17048 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17049 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17050 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17051 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17052 #  layout:
17053 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17054 #    layout: "plot-throughput-speedup-analysis"
17055 #
17056 #- type: "plot"
17057 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17058 #  algorithm: "plot_tsa_name"
17059 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17060 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17061 #  include:
17062 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17063 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17064 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17065 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17066 #  layout:
17067 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17068 #    layout: "plot-throughput-speedup-analysis"
17069
17070 - type: "plot"
17071   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17072   algorithm: "plot_tsa_name"
17073   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17074   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17075   include:
17076     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17077     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17078     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17079     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17080     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17081     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17082   layout:
17083     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17084     layout: "plot-throughput-speedup-analysis"
17085
17086 - type: "plot"
17087   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17088   algorithm: "plot_tsa_name"
17089   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17090   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17091   include:
17092     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17093     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17094     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17095     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17096     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17097     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17098   layout:
17099     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17100     layout: "plot-throughput-speedup-analysis"
17101
17102 #- type: "plot"
17103 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17104 #  algorithm: "plot_tsa_name"
17105 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17106 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17107 #  include:
17108 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17109 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17110 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17111 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17112 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17113 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17114 #  layout:
17115 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17116 #    layout: "plot-throughput-speedup-analysis"
17117 #
17118 #- type: "plot"
17119 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17120 #  algorithm: "plot_tsa_name"
17121 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17122 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17123 #  include:
17124 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17125 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17126 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17127 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17128 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17129 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17130 #  layout:
17131 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17132 #    layout: "plot-throughput-speedup-analysis"
17133
17134 #- type: "plot"
17135 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17136 #  algorithm: "plot_tsa_name"
17137 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17138 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17139 #  include:
17140 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17141 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17142 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17143 #  layout:
17144 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17145 #    layout: "plot-throughput-speedup-analysis"
17146 #
17147 #- type: "plot"
17148 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17149 #  algorithm: "plot_tsa_name"
17150 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17151 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17152 #  include:
17153 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17154 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17155 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17156 #  layout:
17157 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17158 #    layout: "plot-throughput-speedup-analysis"
17159
17160 ################################################################################
17161
17162 # Packet Throughput - DPDK
17163
17164 # 2n-skx-xxv710
17165
17166 - type: "plot"
17167   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17168   algorithm: "plot_perf_box_name"
17169   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17170   data: "plot-dpdk-throughput-latency-2n-skx"
17171   include:
17172     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17173     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17174   layout:
17175     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17176     layout: "plot-throughput"
17177
17178 - type: "plot"
17179   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17180   algorithm: "plot_perf_box_name"
17181   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17182   data: "plot-dpdk-throughput-latency-2n-skx"
17183   include:
17184     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17185     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17186   layout:
17187     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17188     layout: "plot-throughput"
17189
17190 - type: "plot"
17191   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17192   algorithm: "plot_perf_box_name"
17193   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17194   data: "plot-dpdk-throughput-latency-2n-skx"
17195   include:
17196     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17197     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17198   layout:
17199     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17200     layout: "plot-throughput"
17201
17202 - type: "plot"
17203   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17204   algorithm: "plot_perf_box_name"
17205   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17206   data: "plot-dpdk-throughput-latency-2n-skx"
17207   include:
17208     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17209     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17210   layout:
17211     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17212     layout: "plot-throughput"
17213
17214 # 2n-skx-x710
17215
17216 - type: "plot"
17217   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17218   algorithm: "plot_perf_box_name"
17219   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17220   data: "plot-dpdk-throughput-latency-2n-skx"
17221   include:
17222     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17223     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17224   layout:
17225     title: "2n-skx-x710-64b-2t1c-base-ndr"
17226     layout: "plot-throughput"
17227
17228 - type: "plot"
17229   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17230   algorithm: "plot_perf_box_name"
17231   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17232   data: "plot-dpdk-throughput-latency-2n-skx"
17233   include:
17234     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17235     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17236   layout:
17237     title: "2n-skx-x710-64b-4t2c-base-ndr"
17238     layout: "plot-throughput"
17239
17240 - type: "plot"
17241   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17242   algorithm: "plot_perf_box_name"
17243   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17244   data: "plot-dpdk-throughput-latency-2n-skx"
17245   include:
17246     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17247     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17248   layout:
17249     title: "2n-skx-x710-64b-2t1c-base-pdr"
17250     layout: "plot-throughput"
17251
17252 - type: "plot"
17253   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17254   algorithm: "plot_perf_box_name"
17255   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17256   data: "plot-dpdk-throughput-latency-2n-skx"
17257   include:
17258     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17259     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17260   layout:
17261     title: "2n-skx-x710-64b-4t2c-base-pdr"
17262     layout: "plot-throughput"
17263
17264 # 3n-skx-xxv710
17265
17266 - type: "plot"
17267   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17268   algorithm: "plot_perf_box_name"
17269   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17270   data: "plot-dpdk-throughput-latency-3n-skx"
17271   include:
17272     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17273     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17274   layout:
17275     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17276     layout: "plot-throughput"
17277
17278 - type: "plot"
17279   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17280   algorithm: "plot_perf_box_name"
17281   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17282   data: "plot-dpdk-throughput-latency-3n-skx"
17283   include:
17284     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17285     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17286   layout:
17287     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17288     layout: "plot-throughput"
17289
17290 - type: "plot"
17291   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17292   algorithm: "plot_perf_box_name"
17293   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17294   data: "plot-dpdk-throughput-latency-3n-skx"
17295   include:
17296     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17297     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17298   layout:
17299     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17300     layout: "plot-throughput"
17301
17302 - type: "plot"
17303   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17304   algorithm: "plot_perf_box_name"
17305   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17306   data: "plot-dpdk-throughput-latency-3n-skx"
17307   include:
17308     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17309     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17310   layout:
17311     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17312     layout: "plot-throughput"
17313
17314 # 3n-skx-x710
17315
17316 - type: "plot"
17317   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17318   algorithm: "plot_perf_box_name"
17319   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17320   data: "plot-dpdk-throughput-latency-3n-skx"
17321   include:
17322     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17323     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17324   layout:
17325     title: "3n-skx-x710-64b-2t1c-base-ndr"
17326     layout: "plot-throughput"
17327
17328 - type: "plot"
17329   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17330   algorithm: "plot_perf_box_name"
17331   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17332   data: "plot-dpdk-throughput-latency-3n-skx"
17333   include:
17334     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17335     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17336   layout:
17337     title: "3n-skx-x710-64b-4t2c-base-ndr"
17338     layout: "plot-throughput"
17339
17340 - type: "plot"
17341   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17342   algorithm: "plot_perf_box_name"
17343   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17344   data: "plot-dpdk-throughput-latency-3n-skx"
17345   include:
17346     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17347     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17348   layout:
17349     title: "3n-skx-x710-64b-2t1c-base-pdr"
17350     layout: "plot-throughput"
17351
17352 - type: "plot"
17353   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17354   algorithm: "plot_perf_box_name"
17355   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17356   data: "plot-dpdk-throughput-latency-3n-skx"
17357   include:
17358     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17359     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17360   layout:
17361     title: "3n-skx-x710-64b-4t2c-base-pdr"
17362     layout: "plot-throughput"
17363
17364 # 3n-hsw-xl710
17365
17366 - type: "plot"
17367   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17368   algorithm: "plot_perf_box_name"
17369   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17370   data: "plot-dpdk-throughput-latency-3n-hsw"
17371   include:
17372     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17373     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17374   layout:
17375     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17376     layout: "plot-throughput"
17377
17378 - type: "plot"
17379   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17380   algorithm: "plot_perf_box_name"
17381   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17382   data: "plot-dpdk-throughput-latency-3n-hsw"
17383   include:
17384     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17385     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17386   layout:
17387     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17388     layout: "plot-throughput"
17389
17390 - type: "plot"
17391   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17392   algorithm: "plot_perf_box_name"
17393   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17394   data: "plot-dpdk-throughput-latency-3n-hsw"
17395   include:
17396     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17397     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17398   layout:
17399     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17400     layout: "plot-throughput"
17401
17402 - type: "plot"
17403   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17404   algorithm: "plot_perf_box_name"
17405   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17406   data: "plot-dpdk-throughput-latency-3n-hsw"
17407   include:
17408     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17409     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17410   layout:
17411     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17412     layout: "plot-throughput"
17413
17414 # 3n-hsw-x710
17415
17416 - type: "plot"
17417   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17418   algorithm: "plot_perf_box_name"
17419   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17420   data: "plot-dpdk-throughput-latency-3n-hsw"
17421   include:
17422     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17423     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17424   layout:
17425     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17426     layout: "plot-throughput"
17427
17428 - type: "plot"
17429   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17430   algorithm: "plot_perf_box_name"
17431   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17432   data: "plot-dpdk-throughput-latency-3n-hsw"
17433   include:
17434     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17435     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17436   layout:
17437     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17438     layout: "plot-throughput"
17439
17440 - type: "plot"
17441   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17442   algorithm: "plot_perf_box_name"
17443   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17444   data: "plot-dpdk-throughput-latency-3n-hsw"
17445   include:
17446     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17447     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17448   layout:
17449     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17450     layout: "plot-throughput"
17451
17452 - type: "plot"
17453   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17454   algorithm: "plot_perf_box_name"
17455   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17456   data: "plot-dpdk-throughput-latency-3n-hsw"
17457   include:
17458     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17459     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17460   layout:
17461     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17462     layout: "plot-throughput"
17463
17464 # 2n-dnv-x553
17465
17466 - type: "plot"
17467   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17468   algorithm: "plot_perf_box_name"
17469   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17470   data: "plot-dpdk-throughput-latency-2n-dnv"
17471   include:
17472     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17473     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17474   layout:
17475     title: "2n-dnv-x553-64b-1t1c-base-ndr"
17476     layout: "plot-throughput"
17477
17478 - type: "plot"
17479   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17480   algorithm: "plot_perf_box_name"
17481   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17482   data: "plot-dpdk-throughput-latency-2n-dnv"
17483   include:
17484     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17485     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17486   layout:
17487     title: "2n-dnv-x553-64b-2t2c-base-ndr"
17488     layout: "plot-throughput"
17489
17490 - type: "plot"
17491   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17492   algorithm: "plot_perf_box_name"
17493   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17494   data: "plot-dpdk-throughput-latency-2n-dnv"
17495   include:
17496     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17497     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17498   layout:
17499     title: "2n-dnv-x553-64b-1t1c-base-pdr"
17500     layout: "plot-throughput"
17501
17502 - type: "plot"
17503   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17504   algorithm: "plot_perf_box_name"
17505   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17506   data: "plot-dpdk-throughput-latency-2n-dnv"
17507   include:
17508     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17509     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17510   layout:
17511     title: "2n-dnv-x553-64b-2t2c-base-pdr"
17512     layout: "plot-throughput"
17513
17514 # 3n-dnv-x553
17515
17516 - type: "plot"
17517   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17518   algorithm: "plot_perf_box_name"
17519   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17520   data: "plot-dpdk-throughput-latency-3n-dnv"
17521   include:
17522     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17523     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17524   layout:
17525     title: "3n-dnv-x553-64b-1t1c-base-ndr"
17526     layout: "plot-throughput"
17527
17528 - type: "plot"
17529   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17530   algorithm: "plot_perf_box_name"
17531   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17532   data: "plot-dpdk-throughput-latency-3n-dnv"
17533   include:
17534     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17535     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17536   layout:
17537     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17538     layout: "plot-throughput"
17539
17540 - type: "plot"
17541   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17542   algorithm: "plot_perf_box_name"
17543   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17544   data: "plot-dpdk-throughput-latency-3n-dnv"
17545   include:
17546     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17547     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17548   layout:
17549     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17550     layout: "plot-throughput"
17551
17552 - type: "plot"
17553   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17554   algorithm: "plot_perf_box_name"
17555   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17556   data: "plot-dpdk-throughput-latency-3n-dnv"
17557   include:
17558     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17559     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17560   layout:
17561     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17562     layout: "plot-throughput"
17563
17564 # 3n-tsh-x520
17565
17566 - type: "plot"
17567   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17568   algorithm: "plot_perf_box_name"
17569   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17570   data: "plot-dpdk-throughput-latency-3n-tsh"
17571   include:
17572     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17573     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17574   layout:
17575     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17576     layout: "plot-throughput"
17577
17578 - type: "plot"
17579   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17580   algorithm: "plot_perf_box_name"
17581   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17582   data: "plot-dpdk-throughput-latency-3n-tsh"
17583   include:
17584     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17585     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17586   layout:
17587     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17588     layout: "plot-throughput"
17589
17590 - type: "plot"
17591   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17592   algorithm: "plot_perf_box_name"
17593   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17594   data: "plot-dpdk-throughput-latency-3n-tsh"
17595   include:
17596     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17597     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17598   layout:
17599     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17600     layout: "plot-throughput"
17601
17602 - type: "plot"
17603   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17604   algorithm: "plot_perf_box_name"
17605   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17606   data: "plot-dpdk-throughput-latency-3n-tsh"
17607   include:
17608     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17609     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17610   layout:
17611     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17612     layout: "plot-throughput"
17613
17614 ################################################################################
17615 ###   2n-clx                                                                 ###
17616 ################################################################################
17617
17618 # Packet Throughput
17619
17620 - type: "plot"
17621   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17622   algorithm: "plot_perf_box_name"
17623   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17624   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17625   include:
17626     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17627     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17628     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17629     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17630   layout:
17631     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17632     layout: "plot-throughput"
17633
17634 - type: "plot"
17635   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17636   algorithm: "plot_perf_box_name"
17637   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17638   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17639   include:
17640     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17641     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17642     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17643     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17644   layout:
17645     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17646     layout: "plot-throughput"
17647
17648 - type: "plot"
17649   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17650   algorithm: "plot_perf_box_name"
17651   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17652   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17653   include:
17654     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17655     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17656     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17657     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17658   layout:
17659     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17660     layout: "plot-throughput"
17661
17662 - type: "plot"
17663   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17664   algorithm: "plot_perf_box_name"
17665   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17666   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17667   include:
17668     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17669     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17670     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17671     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17672   layout:
17673     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17674     layout: "plot-throughput"
17675
17676 - type: "plot"
17677   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17678   algorithm: "plot_perf_box_name"
17679   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17680   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17681   include:
17682 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17683     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17684     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17685     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17686   layout:
17687     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17688     layout: "plot-throughput"
17689
17690 - type: "plot"
17691   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17692   algorithm: "plot_perf_box_name"
17693   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17694   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17695   include:
17696 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17697     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17698     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17699     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17700   layout:
17701     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17702     layout: "plot-throughput"
17703
17704 - type: "plot"
17705   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17706   algorithm: "plot_perf_box_name"
17707   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17708   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17709   include:
17710     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17711     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17712     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17713     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17714     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17715     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17716   layout:
17717     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17718     layout: "plot-throughput"
17719
17720 - type: "plot"
17721   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17722   algorithm: "plot_perf_box_name"
17723   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17724   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17725   include:
17726     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17727     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17728     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17729     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17730     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17731     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17732   layout:
17733     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17734     layout: "plot-throughput"
17735
17736 - type: "plot"
17737   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17738   algorithm: "plot_perf_box_name"
17739   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17740   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17741   include:
17742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17744     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17745     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17746   layout:
17747     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17748     layout: "plot-throughput"
17749
17750 - type: "plot"
17751   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17752   algorithm: "plot_perf_box_name"
17753   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17754   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17755   include:
17756     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17757     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17758     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17760   layout:
17761     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17762     layout: "plot-throughput"
17763
17764 - type: "plot"
17765   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17766   algorithm: "plot_perf_box_name"
17767   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17768   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17769   include:
17770     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17773   layout:
17774     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17775     layout: "plot-throughput"
17776
17777 - type: "plot"
17778   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17779   algorithm: "plot_perf_box_name"
17780   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17781   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17782   include:
17783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17786   layout:
17787     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17788     layout: "plot-throughput"
17789
17790 - type: "plot"
17791   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17792   algorithm: "plot_perf_box_name"
17793   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17794   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17795   include:
17796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17799     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17800     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17801   layout:
17802     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17803     layout: "plot-throughput"
17804
17805 - type: "plot"
17806   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17807   algorithm: "plot_perf_box_name"
17808   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17809   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17810   include:
17811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17813     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17814     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17815     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17816   layout:
17817     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17818     layout: "plot-throughput"
17819
17820 - type: "plot"
17821   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17822   algorithm: "plot_perf_box_name"
17823   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17824   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17825   include:
17826     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17827     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17829   layout:
17830     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17831     layout: "plot-throughput"
17832
17833 - type: "plot"
17834   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17835   algorithm: "plot_perf_box_name"
17836   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17837   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17838   include:
17839     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17840     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17841     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17842   layout:
17843     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17844     layout: "plot-throughput"
17845
17846 - type: "plot"
17847   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17848   algorithm: "plot_perf_box_name"
17849   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17850   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17851   include:
17852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17853     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17854     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17855     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17856     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17857     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17858   layout:
17859     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17860     layout: "plot-throughput"
17861
17862 - type: "plot"
17863   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17864   algorithm: "plot_perf_box_name"
17865   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17866   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17867   include:
17868     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17869     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17870     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17871     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17872     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17873     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17874   layout:
17875     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17876     layout: "plot-throughput"
17877
17878 - type: "plot"
17879   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17880   algorithm: "plot_perf_box_name"
17881   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17882   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17883   include:
17884     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17885     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17886     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17887     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17888     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17889     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17890   layout:
17891     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17892     layout: "plot-throughput"
17893
17894 - type: "plot"
17895   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17896   algorithm: "plot_perf_box_name"
17897   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17898   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17899   include:
17900     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17901     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17902     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17903     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17904     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17906   layout:
17907     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17908     layout: "plot-throughput"
17909
17910 - type: "plot"
17911   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17912   algorithm: "plot_perf_box_name"
17913   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17914   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17915   include:
17916     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17917     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17918   layout:
17919     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17920     layout: "plot-throughput"
17921
17922 - type: "plot"
17923   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17924   algorithm: "plot_perf_box_name"
17925   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17926   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17927   include:
17928     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17929     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17930   layout:
17931     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17932     layout: "plot-throughput"
17933
17934 - type: "plot"
17935   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17936   algorithm: "plot_perf_box_name"
17937   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17938   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17939   include:
17940     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17941     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17942     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17943     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17944     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17945     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17946   layout:
17947     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17948     layout: "plot-throughput"
17949
17950 - type: "plot"
17951   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17952   algorithm: "plot_perf_box_name"
17953   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17954   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17955   include:
17956     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17957     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17958     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17959     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17960     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17961     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17962   layout:
17963     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17964     layout: "plot-throughput"
17965
17966 - type: "plot"
17967   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17968   algorithm: "plot_perf_box_name"
17969   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17970   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17971   include:
17972     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17973     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17974     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17975     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17976     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17977 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17978   layout:
17979     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17980     layout: "plot-throughput"
17981
17982 - type: "plot"
17983   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17984   algorithm: "plot_perf_box_name"
17985   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17986   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17987   include:
17988     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17989     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17990     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17991     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17992     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17993 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17994   layout:
17995     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17996     layout: "plot-throughput"
17997
17998 - type: "plot"
17999   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18000   algorithm: "plot_perf_box_name"
18001   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18002   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18003   include:
18004     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18005     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18006     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18007     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18008     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18009     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18010   layout:
18011     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18012     layout: "plot-throughput"
18013
18014 - type: "plot"
18015   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18016   algorithm: "plot_perf_box_name"
18017   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18018   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18019   include:
18020     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18021     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18022     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18023     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18024     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18025     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18026   layout:
18027     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18028     layout: "plot-throughput"
18029
18030 - type: "plot"
18031   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18032   algorithm: "plot_perf_box_name"
18033   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18034   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18035   include:
18036     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18037     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18038     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18039     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18040     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18041   layout:
18042     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18043     layout: "plot-throughput"
18044
18045 - type: "plot"
18046   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18047   algorithm: "plot_perf_box_name"
18048   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18049   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18050   include:
18051     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18052     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18053     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18054     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18055     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18056   layout:
18057     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18058     layout: "plot-throughput"
18059
18060 - type: "plot"
18061   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18062   algorithm: "plot_perf_box_name"
18063   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18064   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18065   include:
18066     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18067     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18068     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18069     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18070     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18071   layout:
18072     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18073     layout: "plot-throughput"
18074
18075 - type: "plot"
18076   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18077   algorithm: "plot_perf_box_name"
18078   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18079   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18080   include:
18081     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18082     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18083     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18084     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18085     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18086   layout:
18087     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18088     layout: "plot-throughput"
18089
18090 - type: "plot"
18091   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18092   algorithm: "plot_perf_box_name"
18093   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18094   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18095   include:
18096     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18097     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18098     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18099     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18100     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18101   layout:
18102     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18103     layout: "plot-throughput"
18104
18105 - type: "plot"
18106   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18107   algorithm: "plot_perf_box_name"
18108   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18109   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18110   include:
18111     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18112     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18113     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18114     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18115     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18116   layout:
18117     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18118     layout: "plot-throughput"
18119
18120 - type: "plot"
18121   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18122   algorithm: "plot_perf_box_name"
18123   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18124   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18125   include:
18126     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18127     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18128     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18129     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18130     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18131   layout:
18132     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18133     layout: "plot-throughput"
18134
18135 - type: "plot"
18136   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18137   algorithm: "plot_perf_box_name"
18138   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18139   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18140   include:
18141     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18142     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18143     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18144     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18145     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18146   layout:
18147     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18148     layout: "plot-throughput"
18149
18150 - type: "plot"
18151   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18152   algorithm: "plot_perf_box_name"
18153   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18154   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18155   include:
18156     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18157     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18158     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18159     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18160     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18161   layout:
18162     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18163     layout: "plot-throughput"
18164
18165 - type: "plot"
18166   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18167   algorithm: "plot_perf_box_name"
18168   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18169   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18170   include:
18171     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18172     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18173     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18174     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18175     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18176   layout:
18177     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18178     layout: "plot-throughput"
18179
18180 - type: "plot"
18181   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18182   algorithm: "plot_perf_box_name"
18183   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18184   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18185   include:
18186     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18187     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18188     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18189     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18190     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18191     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18192   layout:
18193     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18194     layout: "plot-throughput"
18195
18196 - type: "plot"
18197   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18198   algorithm: "plot_perf_box_name"
18199   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18200   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18201   include:
18202     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18203     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18204     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18205     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18208   layout:
18209     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18210     layout: "plot-throughput"
18211
18212 - type: "plot"
18213   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18214   algorithm: "plot_perf_box_name"
18215   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18216   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18217   include:
18218     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18219     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18222   layout:
18223     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18224     layout: "plot-throughput"
18225
18226 - type: "plot"
18227   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18228   algorithm: "plot_perf_box_name"
18229   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18230   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18231   include:
18232     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18233     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18234     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18236   layout:
18237     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18238     layout: "plot-throughput"
18239
18240 - type: "plot"
18241   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18242   algorithm: "plot_perf_box_name"
18243   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18244   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18245   include:
18246     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18247     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18248     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18249     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18250     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18251     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18252   layout:
18253     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18254     layout: "plot-throughput"
18255
18256 - type: "plot"
18257   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18258   algorithm: "plot_perf_box_name"
18259   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18260   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18261   include:
18262     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18263     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18264     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18265     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18266     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18267     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18268   layout:
18269     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18270     layout: "plot-throughput"
18271
18272 - type: "plot"
18273   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18274   algorithm: "plot_perf_box_name"
18275   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18276   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18277   include:
18278     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18279     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18280     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18281     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18282   layout:
18283     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18284     layout: "plot-throughput"
18285
18286 - type: "plot"
18287   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18288   algorithm: "plot_perf_box_name"
18289   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18290   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18291   include:
18292     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18293     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18294     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18295     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18296   layout:
18297     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18298     layout: "plot-throughput"
18299
18300 - type: "plot"
18301   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18302   algorithm: "plot_perf_box_name"
18303   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18304   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18305   include:
18306     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18307     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18308     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18309     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18310     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18311     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18312   layout:
18313     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18314     layout: "plot-throughput"
18315
18316 - type: "plot"
18317   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18318   algorithm: "plot_perf_box_name"
18319   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18320   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18321   include:
18322     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18323     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18324     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18325     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18326     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18327     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18328   layout:
18329     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18330     layout: "plot-throughput"
18331
18332 - type: "plot"
18333   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18334   algorithm: "plot_perf_box_name"
18335   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18336   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18337   include:
18338     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18339     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18340     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18341     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18342   layout:
18343     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18344     layout: "plot-throughput"
18345
18346 - type: "plot"
18347   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18348   algorithm: "plot_perf_box_name"
18349   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18350   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18351   include:
18352     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18353     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18354     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18355     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18356   layout:
18357     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18358     layout: "plot-throughput"
18359
18360 - type: "plot"
18361   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18362   algorithm: "plot_perf_box_name"
18363   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18364   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18365   include:
18366     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18367     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18368     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18369     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18370     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18371   layout:
18372     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18373     layout: "plot-throughput"
18374
18375 - type: "plot"
18376   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18377   algorithm: "plot_perf_box_name"
18378   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18379   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18380   include:
18381     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18382     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18383     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18384     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18385     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18386   layout:
18387     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18388     layout: "plot-throughput"
18389
18390 - type: "plot"
18391   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18392   algorithm: "plot_perf_box_name"
18393   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18394   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18395   include:
18396     - "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"
18397     - "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"
18398     - "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"
18399     - "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"
18400     - "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"
18401   layout:
18402     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18403     layout: "plot-throughput"
18404
18405 - type: "plot"
18406   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18407   algorithm: "plot_perf_box_name"
18408   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18409   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18410   include:
18411     - "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"
18412     - "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"
18413     - "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"
18414     - "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"
18415     - "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"
18416   layout:
18417     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18418     layout: "plot-throughput"
18419
18420 - type: "plot"
18421   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18422   algorithm: "plot_perf_box_name"
18423   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18424   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18425   include:
18426     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18427     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18428     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18429     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18430     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18431   layout:
18432     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18433     layout: "plot-throughput"
18434
18435 - type: "plot"
18436   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18437   algorithm: "plot_perf_box_name"
18438   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18439   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18440   include:
18441     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18443     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18444     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18445     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18446   layout:
18447     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18448     layout: "plot-throughput"
18449
18450 - type: "plot"
18451   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18452   algorithm: "plot_perf_box_name"
18453   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18454   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18455   include:
18456     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18457     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18458     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18459     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18460     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18461   layout:
18462     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18463     layout: "plot-throughput"
18464
18465 - type: "plot"
18466   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18467   algorithm: "plot_perf_box_name"
18468   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18469   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18470   include:
18471     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18472     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18473     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18474     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18475     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18476   layout:
18477     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18478     layout: "plot-throughput"
18479
18480 - type: "plot"
18481   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18482   algorithm: "plot_perf_box_name"
18483   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18484   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18485   include:
18486     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18487     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18488     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18489     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18490   layout:
18491     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18492     layout: "plot-throughput"
18493
18494 - type: "plot"
18495   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18496   algorithm: "plot_perf_box_name"
18497   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18498   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18499   include:
18500     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18501     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18502     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18503     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18504   layout:
18505     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18506     layout: "plot-throughput"
18507
18508 - type: "plot"
18509   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18510   algorithm: "plot_perf_box_name"
18511   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18512   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18513   include:
18514     - "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"
18515     - "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"
18516     - "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"
18517     - "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"
18518   layout:
18519     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18520     layout: "plot-throughput"
18521
18522 - type: "plot"
18523   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18524   algorithm: "plot_perf_box_name"
18525   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18526   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18527   include:
18528     - "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"
18529     - "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"
18530     - "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"
18531     - "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"
18532   layout:
18533     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18534     layout: "plot-throughput"
18535
18536 - type: "plot"
18537   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18538   algorithm: "plot_perf_box_name"
18539   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18540   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18541   include:
18542     - "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"
18543     - "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"
18544     - "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"
18545     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18546     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18547     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18548   layout:
18549     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18550     layout: "plot-throughput"
18551
18552 - type: "plot"
18553   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18554   algorithm: "plot_perf_box_name"
18555   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18556   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18557   include:
18558     - "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"
18559     - "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"
18560     - "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"
18561     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18562     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18563     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18564   layout:
18565     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18566     layout: "plot-throughput"
18567
18568 ################################################################################
18569
18570 # Packet Speedup
18571
18572 - type: "plot"
18573   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18574   algorithm: "plot_tsa_name"
18575   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18576   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18577   include:
18578     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18579     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18580     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18581     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18582   layout:
18583     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18584     layout: "plot-throughput-speedup-analysis"
18585
18586 - type: "plot"
18587   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18588   algorithm: "plot_tsa_name"
18589   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18590   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18591   include:
18592     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18593     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18594     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18595     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18596   layout:
18597     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18598     layout: "plot-throughput-speedup-analysis"
18599
18600 - type: "plot"
18601   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18602   algorithm: "plot_tsa_name"
18603   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18604   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18605   include:
18606     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18607     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18608     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18609     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18610   layout:
18611     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18612     layout: "plot-throughput-speedup-analysis"
18613
18614 - type: "plot"
18615   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18616   algorithm: "plot_tsa_name"
18617   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18618   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18619   include:
18620     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18621     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18622     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18623     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18624   layout:
18625     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18626     layout: "plot-throughput-speedup-analysis"
18627
18628 - type: "plot"
18629   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18630   algorithm: "plot_tsa_name"
18631   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18632   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18633   include:
18634     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18635     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18636     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18637     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18638   layout:
18639     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18640     layout: "plot-throughput-speedup-analysis"
18641
18642 - type: "plot"
18643   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18644   algorithm: "plot_tsa_name"
18645   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18646   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18647   include:
18648     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18649     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18650     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18651     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18652   layout:
18653     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18654     layout: "plot-throughput-speedup-analysis"
18655
18656 - type: "plot"
18657   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18658   algorithm: "plot_tsa_name"
18659   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18660   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18661   include:
18662     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18663     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18664     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18665     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18666     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18667     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18668   layout:
18669     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18670     layout: "plot-throughput-speedup-analysis"
18671
18672 - type: "plot"
18673   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18674   algorithm: "plot_tsa_name"
18675   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18676   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18677   include:
18678     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18679     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18680     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18681     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18682     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18683     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18684   layout:
18685     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18686     layout: "plot-throughput-speedup-analysis"
18687
18688 - type: "plot"
18689   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18690   algorithm: "plot_tsa_name"
18691   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18692   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18693   include:
18694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18698   layout:
18699     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18700     layout: "plot-throughput-speedup-analysis"
18701
18702 - type: "plot"
18703   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18704   algorithm: "plot_tsa_name"
18705   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18706   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18707   include:
18708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18709     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18712   layout:
18713     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18714     layout: "plot-throughput-speedup-analysis"
18715
18716 - type: "plot"
18717   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18718   algorithm: "plot_tsa_name"
18719   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18720   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18721   include:
18722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18725   layout:
18726     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18727     layout: "plot-throughput-speedup-analysis"
18728
18729 - type: "plot"
18730   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18731   algorithm: "plot_tsa_name"
18732   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18733   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18734   include:
18735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18738   layout:
18739     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18740     layout: "plot-throughput-speedup-analysis"
18741
18742 - type: "plot"
18743   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18744   algorithm: "plot_tsa_name"
18745   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18746   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18747   include:
18748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18753   layout:
18754     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18755     layout: "plot-throughput-speedup-analysis"
18756
18757 - type: "plot"
18758   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18759   algorithm: "plot_tsa_name"
18760   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18761   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18762   include:
18763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18768   layout:
18769     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18770     layout: "plot-throughput-speedup-analysis"
18771
18772 - type: "plot"
18773   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18774   algorithm: "plot_tsa_name"
18775   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18776   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18777   include:
18778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18781   layout:
18782     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18783     layout: "plot-throughput-speedup-analysis"
18784
18785 - type: "plot"
18786   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18787   algorithm: "plot_tsa_name"
18788   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18789   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18790   include:
18791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18794   layout:
18795     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18796     layout: "plot-throughput-speedup-analysis"
18797
18798 - type: "plot"
18799   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18800   algorithm: "plot_tsa_name"
18801   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18802   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18803   include:
18804     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18805     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18806     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18807     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18808     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18809     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18810   layout:
18811     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18812     layout: "plot-throughput-speedup-analysis"
18813
18814 - type: "plot"
18815   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18816   algorithm: "plot_tsa_name"
18817   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18818   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18819   include:
18820     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18821     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18822     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18825     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18826   layout:
18827     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18828     layout: "plot-throughput-speedup-analysis"
18829
18830 - type: "plot"
18831   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18832   algorithm: "plot_tsa_name"
18833   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18834   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18835   include:
18836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18837     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18838     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18839     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18840     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18841     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18842   layout:
18843     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18844     layout: "plot-throughput-speedup-analysis"
18845
18846 - type: "plot"
18847   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18848   algorithm: "plot_tsa_name"
18849   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18850   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18851   include:
18852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18853     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18854     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18855     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18856     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18857     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18858   layout:
18859     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18860     layout: "plot-throughput-speedup-analysis"
18861
18862 - type: "plot"
18863   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18864   algorithm: "plot_tsa_name"
18865   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18866   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18867   include:
18868     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18869     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18870   layout:
18871     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18872     layout: "plot-throughput-speedup-analysis"
18873
18874 - type: "plot"
18875   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18876   algorithm: "plot_tsa_name"
18877   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18878   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18879   include:
18880     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18881     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18882   layout:
18883     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18884     layout: "plot-throughput-speedup-analysis"
18885
18886 - type: "plot"
18887   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18888   algorithm: "plot_tsa_name"
18889   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18890   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18891   include:
18892     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18893     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18894     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18895     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18896     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18897     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18898   layout:
18899     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18900     layout: "plot-throughput-speedup-analysis"
18901
18902 - type: "plot"
18903   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18904   algorithm: "plot_tsa_name"
18905   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18906   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18907   include:
18908     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18909     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18910     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18911     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18912     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18913     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18914   layout:
18915     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18916     layout: "plot-throughput-speedup-analysis"
18917
18918 - type: "plot"
18919   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18920   algorithm: "plot_tsa_name"
18921   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18922   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18923   include:
18924     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18925     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18926     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18927     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18928     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18929     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18930   layout:
18931     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18932     layout: "plot-throughput-speedup-analysis"
18933
18934 - type: "plot"
18935   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18936   algorithm: "plot_tsa_name"
18937   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18938   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18939   include:
18940     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18941     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18942     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18943     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18944     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18945     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18946   layout:
18947     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18948     layout: "plot-throughput-speedup-analysis"
18949
18950 - type: "plot"
18951   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18952   algorithm: "plot_tsa_name"
18953   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18954   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18955   include:
18956     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18957     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18958     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18959     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18960     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18961     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18962   layout:
18963     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18964     layout: "plot-throughput-speedup-analysis"
18965
18966 - type: "plot"
18967   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18968   algorithm: "plot_tsa_name"
18969   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18970   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18971   include:
18972     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18973     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18974     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18975     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18976     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18977     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18978   layout:
18979     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18980     layout: "plot-throughput-speedup-analysis"
18981
18982 - type: "plot"
18983   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18984   algorithm: "plot_tsa_name"
18985   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18986   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18987   include:
18988     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18989     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18990     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18991     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18992     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18993   layout:
18994     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18995     layout: "plot-throughput-speedup-analysis"
18996
18997 - type: "plot"
18998   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18999   algorithm: "plot_tsa_name"
19000   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19001   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19002   include:
19003     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19004     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19005     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19006     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19007     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19008   layout:
19009     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
19010     layout: "plot-throughput-speedup-analysis"
19011
19012 - type: "plot"
19013   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19014   algorithm: "plot_tsa_name"
19015   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19016   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19017   include:
19018     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19019     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19020     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19021     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19022     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19023   layout:
19024     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
19025     layout: "plot-throughput-speedup-analysis"
19026
19027 - type: "plot"
19028   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19029   algorithm: "plot_tsa_name"
19030   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19031   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19032   include:
19033     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19034     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19035     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19036     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19037     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19038   layout:
19039     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
19040     layout: "plot-throughput-speedup-analysis"
19041
19042 - type: "plot"
19043   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19044   algorithm: "plot_tsa_name"
19045   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19046   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19047   include:
19048     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19049     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19050     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19051     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19052     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19053   layout:
19054     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
19055     layout: "plot-throughput-speedup-analysis"
19056
19057 - type: "plot"
19058   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19059   algorithm: "plot_tsa_name"
19060   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19061   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19062   include:
19063     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19064     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19065     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19066     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19067     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19068   layout:
19069     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
19070     layout: "plot-throughput-speedup-analysis"
19071
19072 - type: "plot"
19073   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19074   algorithm: "plot_tsa_name"
19075   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19076   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19077   include:
19078     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19079     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19080     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19081     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19082     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19083   layout:
19084     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
19085     layout: "plot-throughput-speedup-analysis"
19086
19087 - type: "plot"
19088   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19089   algorithm: "plot_tsa_name"
19090   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19091   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19092   include:
19093     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19094     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19095     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19096     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19097     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19098   layout:
19099     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19100     layout: "plot-throughput-speedup-analysis"
19101
19102 - type: "plot"
19103   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19104   algorithm: "plot_tsa_name"
19105   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19106   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19107   include:
19108     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19109     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19110     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19111     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19112     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19113   layout:
19114     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19115     layout: "plot-throughput-speedup-analysis"
19116
19117 - type: "plot"
19118   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19119   algorithm: "plot_tsa_name"
19120   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19121   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19122   include:
19123     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19124     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19125     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19126     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19127     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19128   layout:
19129     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19130     layout: "plot-throughput-speedup-analysis"
19131
19132 - type: "plot"
19133   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19134   algorithm: "plot_tsa_name"
19135   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19136   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19137   include:
19138     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19139     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19140     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19141     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19142     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19143     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19144   layout:
19145     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19146     layout: "plot-throughput-speedup-analysis"
19147
19148 - type: "plot"
19149   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19150   algorithm: "plot_tsa_name"
19151   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19152   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19153   include:
19154     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19155     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19156     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19157     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19158     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19159     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19160   layout:
19161     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19162     layout: "plot-throughput-speedup-analysis"
19163
19164 - type: "plot"
19165   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19166   algorithm: "plot_tsa_name"
19167   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19168   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19169   include:
19170     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19171     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19172     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19173     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19174   layout:
19175     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19176     layout: "plot-throughput-speedup-analysis"
19177
19178 - type: "plot"
19179   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19180   algorithm: "plot_tsa_name"
19181   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19182   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19183   include:
19184     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19185     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19186     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19187     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19188   layout:
19189     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19190     layout: "plot-throughput-speedup-analysis"
19191
19192 - type: "plot"
19193   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19194   algorithm: "plot_tsa_name"
19195   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19196   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19197   include:
19198     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19199     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19200     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19201     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19202     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19203     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19204   layout:
19205     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19206     layout: "plot-throughput-speedup-analysis"
19207
19208 - type: "plot"
19209   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19210   algorithm: "plot_tsa_name"
19211   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19212   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19213   include:
19214     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19215     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19217     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19218     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19219     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19220   layout:
19221     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19222     layout: "plot-throughput-speedup-analysis"
19223
19224 - type: "plot"
19225   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19226   algorithm: "plot_tsa_name"
19227   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19228   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19229   include:
19230     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19231     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19232     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19233     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19234   layout:
19235     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19236     layout: "plot-throughput-speedup-analysis"
19237
19238 - type: "plot"
19239   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19240   algorithm: "plot_tsa_name"
19241   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19242   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19243   include:
19244     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19245     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19246     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19247     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19248   layout:
19249     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19250     layout: "plot-throughput-speedup-analysis"
19251
19252 - type: "plot"
19253   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19254   algorithm: "plot_tsa_name"
19255   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19256   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19257   include:
19258     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19259     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19260     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19261     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19262     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19263     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19264   layout:
19265     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19266     layout: "plot-throughput-speedup-analysis"
19267
19268 - type: "plot"
19269   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19270   algorithm: "plot_tsa_name"
19271   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19272   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19273   include:
19274     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19275     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19276     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19277     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19278     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19279     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19280   layout:
19281     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19282     layout: "plot-throughput-speedup-analysis"
19283
19284 - type: "plot"
19285   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19286   algorithm: "plot_tsa_name"
19287   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19288   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19289   include:
19290     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19291     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19292     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19293     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19294   layout:
19295     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19296     layout: "plot-throughput-speedup-analysis"
19297
19298 - type: "plot"
19299   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19300   algorithm: "plot_tsa_name"
19301   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19302   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19303   include:
19304     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19305     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19306     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19307     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19308   layout:
19309     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19310     layout: "plot-throughput-speedup-analysis"
19311
19312 - type: "plot"
19313   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19314   algorithm: "plot_tsa_name"
19315   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19316   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19317   include:
19318     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19319     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19320     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19321     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19322     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19323   layout:
19324     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19325     layout: "plot-throughput-speedup-analysis"
19326
19327 - type: "plot"
19328   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19329   algorithm: "plot_tsa_name"
19330   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19331   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19332   include:
19333     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19334     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19335     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19336     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19337     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19338   layout:
19339     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19340     layout: "plot-throughput-speedup-analysis"
19341
19342 - type: "plot"
19343   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19344   algorithm: "plot_tsa_name"
19345   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19346   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19347   include:
19348     - "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"
19349     - "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"
19350     - "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"
19351     - "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"
19352     - "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"
19353   layout:
19354     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19355     layout: "plot-throughput-speedup-analysis"
19356
19357 - type: "plot"
19358   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19359   algorithm: "plot_tsa_name"
19360   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19361   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19362   include:
19363     - "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"
19364     - "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"
19365     - "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"
19366     - "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"
19367     - "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"
19368   layout:
19369     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19370     layout: "plot-throughput-speedup-analysis"
19371
19372 - type: "plot"
19373   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19374   algorithm: "plot_tsa_name"
19375   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19376   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19377   include:
19378     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19379     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19380     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19381     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19382     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19383   layout:
19384     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19385     layout: "plot-throughput-speedup-analysis"
19386
19387 - type: "plot"
19388   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19389   algorithm: "plot_tsa_name"
19390   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19391   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19392   include:
19393     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19394     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19395     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19396     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19397     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19398   layout:
19399     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19400     layout: "plot-throughput-speedup-analysis"
19401
19402 - type: "plot"
19403   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19404   algorithm: "plot_tsa_name"
19405   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19406   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19407   include:
19408     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19409     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19410     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19411     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19412     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19413   layout:
19414     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19415     layout: "plot-throughput-speedup-analysis"
19416
19417 - type: "plot"
19418   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19419   algorithm: "plot_tsa_name"
19420   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19421   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19422   include:
19423     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19424     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19425     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19426     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19427     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19428   layout:
19429     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19430     layout: "plot-throughput-speedup-analysis"
19431
19432 - type: "plot"
19433   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19434   algorithm: "plot_tsa_name"
19435   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19436   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19437   include:
19438     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19439     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19440     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19441     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19442   layout:
19443     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19444     layout: "plot-throughput-speedup-analysis"
19445
19446 - type: "plot"
19447   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19448   algorithm: "plot_tsa_name"
19449   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19450   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19451   include:
19452     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19453     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19454     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19455     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19456   layout:
19457     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19458     layout: "plot-throughput-speedup-analysis"
19459
19460 - type: "plot"
19461   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19462   algorithm: "plot_tsa_name"
19463   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19464   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19465   include:
19466     - "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"
19467     - "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"
19468     - "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"
19469     - "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"
19470   layout:
19471     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19472     layout: "plot-throughput-speedup-analysis"
19473
19474 - type: "plot"
19475   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19476   algorithm: "plot_tsa_name"
19477   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19478   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19479   include:
19480     - "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"
19481     - "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"
19482     - "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"
19483     - "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"
19484   layout:
19485     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19486     layout: "plot-throughput-speedup-analysis"
19487
19488 - type: "plot"
19489   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19490   algorithm: "plot_tsa_name"
19491   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19492   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19493   include:
19494     - "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"
19495     - "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"
19496     - "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"
19497     - "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"
19498     - "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"
19499     - "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"
19500   layout:
19501     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19502     layout: "plot-throughput-speedup-analysis"
19503
19504 - type: "plot"
19505   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19506   algorithm: "plot_tsa_name"
19507   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19508   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19509   include:
19510     - "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"
19511     - "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"
19512     - "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"
19513     - "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"
19514     - "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"
19515     - "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"
19516   layout:
19517     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19518     layout: "plot-throughput-speedup-analysis"
19519
19520 ################################################################################
19521
19522 # Packet Throughput - DPDK
19523
19524 # 2n-clx-xxv710
19525
19526 - type: "plot"
19527   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19528   algorithm: "plot_perf_box_name"
19529   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19530   data: "plot-dpdk-throughput-latency-2n-clx"
19531   include:
19532     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19533     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19534   layout:
19535     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19536     layout: "plot-throughput"
19537
19538 - type: "plot"
19539   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19540   algorithm: "plot_perf_box_name"
19541   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19542   data: "plot-dpdk-throughput-latency-2n-clx"
19543   include:
19544     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19545     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19546   layout:
19547     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19548     layout: "plot-throughput"
19549
19550 - type: "plot"
19551   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19552   algorithm: "plot_perf_box_name"
19553   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19554   data: "plot-dpdk-throughput-latency-2n-clx"
19555   include:
19556     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19557     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19558   layout:
19559     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19560     layout: "plot-throughput"
19561
19562 - type: "plot"
19563   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19564   algorithm: "plot_perf_box_name"
19565   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19566   data: "plot-dpdk-throughput-latency-2n-clx"
19567   include:
19568     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19569     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19570   layout:
19571     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19572     layout: "plot-throughput"
19573
19574 # 2n-clx-x710
19575
19576 - type: "plot"
19577   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19578   algorithm: "plot_perf_box_name"
19579   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19580   data: "plot-dpdk-throughput-latency-2n-clx"
19581   include:
19582     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19583     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19584   layout:
19585     title: "2n-clx-x710-64b-2t1c-base-ndr"
19586     layout: "plot-throughput"
19587
19588 - type: "plot"
19589   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19590   algorithm: "plot_perf_box_name"
19591   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19592   data: "plot-dpdk-throughput-latency-2n-clx"
19593   include:
19594     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19595     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19596   layout:
19597     title: "2n-clx-x710-64b-4t2c-base-ndr"
19598     layout: "plot-throughput"
19599
19600 - type: "plot"
19601   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19602   algorithm: "plot_perf_box_name"
19603   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19604   data: "plot-dpdk-throughput-latency-2n-clx"
19605   include:
19606     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19607     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19608   layout:
19609     title: "2n-clx-x710-64b-2t1c-base-pdr"
19610     layout: "plot-throughput"
19611
19612 - type: "plot"
19613   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19614   algorithm: "plot_perf_box_name"
19615   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19616   data: "plot-dpdk-throughput-latency-2n-clx"
19617   include:
19618     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19619     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19620   layout:
19621     title: "2n-clx-x710-64b-4t2c-base-pdr"
19622     layout: "plot-throughput"
19623
19624 ################################################################################
19625
19626 - type: "plot"
19627   title: "Latency by percentile: 2n-skx"
19628   algorithm: "plot_hdrh_lat_by_percentile"
19629   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19630   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19631   target-links: "../../_static/vpp"
19632   data: "plot-vpp-hdrh-lat-2n-skx"
19633   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19634   layout:
19635     layout: "plot-hdrh-latency-by-percentile"
19636
19637 - type: "plot"
19638   title: "Latency by percentile: 3n-skx"
19639   algorithm: "plot_hdrh_lat_by_percentile"
19640   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19641   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19642   target-links: "../../_static/vpp"
19643   data: "plot-vpp-hdrh-lat-3n-skx"
19644   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19645   layout:
19646     layout: "plot-hdrh-latency-by-percentile"
19647
19648 - type: "plot"
19649   title: "Latency by percentile: 2n-clx"
19650   algorithm: "plot_hdrh_lat_by_percentile"
19651   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19652   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19653   target-links: "../../_static/vpp"
19654   data: "plot-vpp-hdrh-lat-2n-clx"
19655   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19656   layout:
19657     layout: "plot-hdrh-latency-by-percentile"
19658
19659 - type: "plot"
19660   title: "Latency by percentile: 3n-hsw"
19661   algorithm: "plot_hdrh_lat_by_percentile"
19662   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19663   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19664   target-links: "../../_static/vpp"
19665   data: "plot-vpp-hdrh-lat-3n-hsw"
19666   filter: "'1T1C' and 'NIC_Intel-XL710'"
19667   layout:
19668     layout: "plot-hdrh-latency-by-percentile"
19669
19670 - type: "plot"
19671   title: "Latency by percentile: 3n-tsh"
19672   algorithm: "plot_hdrh_lat_by_percentile"
19673   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19674   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19675   target-links: "../../_static/vpp"
19676   data: "plot-vpp-hdrh-lat-3n-tsh"
19677   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19678   layout:
19679     layout: "plot-hdrh-latency-by-percentile"
19680
19681 - type: "plot"
19682   title: "Latency by percentile: DPDK 2n-skx"
19683   algorithm: "plot_hdrh_lat_by_percentile"
19684   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19685   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19686   target-links: "../../_static/dpdk"
19687   data: "plot-dpdk-hdrh-lat-2n-skx"
19688   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19689   layout:
19690     layout: "plot-hdrh-latency-by-percentile"
19691
19692 - type: "plot"
19693   title: "Latency by percentile: DPDK 3n-skx"
19694   algorithm: "plot_hdrh_lat_by_percentile"
19695   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19696   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19697   target-links: "../../_static/dpdk"
19698   data: "plot-dpdk-hdrh-lat-3n-skx"
19699   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19700   layout:
19701     layout: "plot-hdrh-latency-by-percentile"
19702
19703 - type: "plot"
19704   title: "Latency by percentile: DPDK 2n-clx"
19705   algorithm: "plot_hdrh_lat_by_percentile"
19706   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19707   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19708   target-links: "../../_static/dpdk"
19709   data: "plot-dpdk-hdrh-lat-2n-clx"
19710   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19711   layout:
19712     layout: "plot-hdrh-latency-by-percentile"
19713
19714 - type: "plot"
19715   title: "Latency by percentile: DPDK 3n-hsw"
19716   algorithm: "plot_hdrh_lat_by_percentile"
19717   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19718   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19719   target-links: "../../_static/dpdk"
19720   data: "plot-dpdk-hdrh-lat-3n-hsw"
19721   filter: "'1T1C' and 'NIC_Intel-XL710'"
19722   layout:
19723     layout: "plot-hdrh-latency-by-percentile"
19724
19725 - type: "plot"
19726   title: "Latency by percentile: DPDK 3n-tsh"
19727   algorithm: "plot_hdrh_lat_by_percentile"
19728   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19729   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19730   target-links: "../../_static/dpdk"
19731   data: "plot-dpdk-hdrh-lat-3n-tsh"
19732   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19733   layout:
19734     layout: "plot-hdrh-latency-by-percentile"