Report: Add NAT44 Latency graphs
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Plots:
150
151     # 3n-hsw
152
153     plot-vpp-throughput-lat-tsa-3n-hsw:
154       csit-vpp-perf-report-iterative-2009-3n-hsw:
155         - 21  # rls2009 NDRPDR iter env 5
156         - 22  # rls2009 NDRPDR iter env 5
157         - 24  # rls2009 NDRPDR iter env 5
158         - 25  # rls2009 NDRPDR iter env 5
159         - 26  # rls2009 NDRPDR iter env 5
160         - 27  # rls2009 NDRPDR iter env 5
161         - 28  # rls2009 NDRPDR iter env 5
162         - 29  # rls2009 NDRPDR iter env 5
163         - 30  # rls2009 NDRPDR iter env 5
164         - 31  # rls2009 NDRPDR iter env 5
165
166     plot-vpp-hdrh-lat-3n-hsw:
167       csit-vpp-perf-report-iterative-2009-3n-hsw:
168         - 22  # rls2009 NDRPDR iter env 5
169
170     plot-vpp-hoststack-3n-hsw:
171       csit-vpp-perf-report-iterative-2009-3n-hsw:
172         - 32  # rls2009 Hoststack iter env 5
173         - 33  # rls2009 Hoststack iter env 5
174         - 34  # rls2009 Hoststack iter env 5
175         - 35  # rls2009 Hoststack iter env 5
176         - 36  # rls2009 Hoststack iter env 5
177         - 37  # rls2009 Hoststack iter env 5
178         - 38  # rls2009 Hoststack iter env 5
179         - 39  # rls2009 Hoststack iter env 5
180         - 40  # rls2009 Hoststack iter env 5
181         - 41  # rls2009 Hoststack iter env 5
182
183     plot-dpdk-throughput-latency-3n-hsw:
184       csit-dpdk-perf-report-iterative-2009-3n-hsw:
185         - 6   # NDRPDR iter env5
186         - 7   # NDRPDR iter env5
187         - 8   # NDRPDR iter env5
188         - 9   # NDRPDR iter env5
189         - 10  # NDRPDR iter env5
190         - 11  # NDRPDR iter env5
191         - 12  # NDRPDR iter env5
192         - 13  # NDRPDR iter env5
193         - 14  # NDRPDR iter env5
194         - 15  # NDRPDR iter env5
195
196     plot-dpdk-hdrh-lat-3n-hsw:
197       csit-dpdk-perf-report-iterative-2009-3n-hsw:
198         - 6   # NDRPDR iter env5
199
200     # 3n-skx
201
202     plot-vpp-throughput-lat-tsa-3n-skx:
203       # TODO: Add:
204       csit-vpp-perf-report-iterative-2009-3n-skx:
205         - 26  # rls2009 NDRPDR iter env 5
206         - 27  # rls2009 NDRPDR iter env 5
207         - 28  # rls2009 NDRPDR iter env 5
208         - 29  # rls2009 NDRPDR iter env 5
209
210     plot-vpp-hdrh-lat-3n-skx:
211       csit-vpp-perf-report-iterative-2009-3n-skx:
212         - 27  # rls2009 NDRPDR iter env 5
213
214 #    plot-vpp-nfv-3n-skx-ndrpdr:
215 #      # No data
216 #      csit-vpp-perf-report-iterative-2009-3n-skx:
217
218 #    plot-vpp-nfv-3n-skx-mrr:
219 #      # No data
220 #      csit-vpp-perf-report-iterative-2009-3n-skx:
221
222     plot-dpdk-throughput-latency-3n-skx:
223       csit-dpdk-perf-report-iterative-2009-3n-skx:
224         - 4   # NDRPDR sel env5
225         - 5   # NDRPDR sel env5
226         - 6   # NDRPDR sel env5
227         - 7   # NDRPDR sel env5
228         - 8   # NDRPDR sel env5
229         - 9   # NDRPDR sel env5
230         - 14  # NDRPDR sel env5
231         - 11  # NDRPDR sel env5
232         - 12  # NDRPDR sel env5
233         - 13  # NDRPDR sel env5
234
235     plot-dpdk-hdrh-lat-3n-skx:
236       csit-dpdk-perf-report-iterative-2009-3n-skx:
237         - 4   # NDRPDR sel env5
238
239     # 2n-skx
240
241     plot-vpp-throughput-lat-tsa-2n-skx:
242       csit-vpp-perf-report-iterative-2009-2n-skx:
243         - 35  # rls2009 NDRPDR iter env 5
244         - 36  # rls2009 NDRPDR iter env 5
245         - 37  # rls2009 NDRPDR iter env 5
246         - 39  # rls2009 NDRPDR iter env 5
247         - 40  # rls2009 NDRPDR iter env 5
248         - 42  # rls2009 NDRPDR iter env 5
249         - 43  # rls2009 NDRPDR iter env 5
250         - 44  # rls2009 NDRPDR iter env 5
251         - 46  # rls2009 NDRPDR iter env 5
252         - 48  # rls2009 NDRPDR iter env 5
253         - 51  # rls2009 NDRPDR iter NAT44 env 5
254         - 52  # rls2009 NDRPDR iter NAT44 env 5
255         - 53  # rls2009 NDRPDR iter NAT44 env 5
256         - 54  # rls2009 NDRPDR iter NAT44 env 5
257         - 55  # rls2009 NDRPDR iter NAT44 env 5
258         - 56  # rls2009 NDRPDR iter NAT44 env 5
259         - 57  # rls2009 NDRPDR iter NAT44 env 5
260         - 58  # rls2009 NDRPDR iter NAT44 env 5
261         - 59  # rls2009 NDRPDR iter NAT44 env 5
262         - 60  # rls2009 NDRPDR iter NAT44 env 5
263
264     plot-vpp-hdrh-lat-2n-skx:
265       csit-vpp-perf-report-iterative-2009-2n-skx:
266         - 35  # rls2009 NDRPDR iter env 5
267
268     plot-vpp-hdrh-lat-2n-skx-nat44:
269       csit-vpp-perf-report-iterative-2009-2n-skx:
270         - 51  # rls2009 NDRPDR iter NAT44 env 5
271
272     plot-vpp-soak-2n-skx:
273       csit-vpp-perf-report-iterative-2009-2n-skx:
274         - 33  # rls2009 soak env 5
275         - 34  # rls2009 soak env 5
276
277     plot-vpp-nfv-2n-skx-ndrpdr:
278       csit-vpp-perf-report-iterative-2009-2n-skx:
279         - 38  # rls2009 nf-density iter env 5
280         - 41  # rls2009 nf-density iter env 5
281         - 45  # rls2009 nf-density iter env 5
282         - 47  # rls2009 nf-density iter env 5
283         - 49  # rls2009 nf-density iter env 5
284         - 63  # rls2009 nf-density iter env 5
285         - 65  # rls2009 nf-density iter env 5
286         - 66  # rls2009 nf-density iter env 5
287         - 71  # rls2009 nf-density iter env 5
288         - 72  # rls2009 nf-density iter env 5
289
290     plot-vpp-nfv-2n-skx-mrr:
291       csit-vpp-perf-report-iterative-2009-2n-skx:
292         - 50  # rls2009 MRR nf-density iter env 5
293
294     plot-vpp-nfv-reconf-2n-skx:
295       csit-vpp-perf-report-iterative-2009-2n-skx:
296         - 27  # rls2009 reconf env 5
297         - 28  # rls2009 reconf env 5
298         - 29  # rls2009 reconf env 5
299         - 30  # rls2009 reconf env 5
300         - 31  # rls2009 reconf env 5
301         - 32  # rls2009 reconf env 5
302         - 61  # rls2009 reconf env 5
303         - 62  # rls2009 reconf env 5
304         - 68  # rls2009 reconf env 5
305         - 70  # rls2009 reconf env 5
306
307     plot-dpdk-throughput-latency-2n-skx:
308       csit-dpdk-perf-report-iterative-2009-2n-skx:
309         - 4   # NDRPDR iter env5
310         - 5   # NDRPDR iter env5
311         - 6   # NDRPDR iter env5
312         - 7   # NDRPDR iter env5
313         - 8   # NDRPDR iter env5
314         - 9   # NDRPDR iter env5
315         - 10  # NDRPDR iter env5
316         - 11  # NDRPDR iter env5
317         - 12  # NDRPDR iter env5
318         - 13  # NDRPDR iter env5
319
320     plot-dpdk-hdrh-lat-2n-skx:
321       csit-dpdk-perf-report-iterative-2009-2n-skx:
322         - 4   # NDRPDR iter env5
323
324     # 2n-clx
325
326     plot-vpp-throughput-lat-tsa-2n-clx:
327       # TODO: Add:
328       csit-vpp-perf-report-iterative-2009-2n-clx:
329         - 36  # rls2009 NDRPDR iter env 5
330         - 38  # rls2009 NDRPDR iter env 5
331         - 39  # rls2009 NDRPDR iter env 5
332         - 40  # rls2009 NDRPDR iter env 5
333         - 41  # rls2009 NDRPDR iter env 5
334         - 42  # rls2009 NDRPDR iter env 5
335         - 64  # rls2009 NDRPDR iter env 5
336
337     plot-vpp-hdrh-lat-2n-clx:
338       csit-vpp-perf-report-iterative-2009-2n-clx:
339         - 36  # rls2009 NDRPDR iter env 5
340
341     plot-vpp-nfv-2n-clx-ndrpdr:
342       # TODO: Add:
343       csit-vpp-perf-report-iterative-2009-2n-clx:
344         - 37  # rls2009 nf-density iter env 5
345         - 43  # rls2009 nf-density iter env 5
346
347     plot-vpp-nfv-2n-clx-mrr:
348       csit-vpp-perf-report-iterative-2009-2n-clx:
349         - 45  # rls2009 MRR nf-density iter env 5
350
351     plot-vpp-nfv-reconf-2n-clx:
352       # TODO: Add:
353       csit-vpp-perf-report-iterative-2009-2n-clx:
354         - 25  # rls2009 reconf env 5
355         - 27  # rls2009 reconf env 5
356         - 28  # rls2009 reconf env 5
357         - 29  # rls2009 reconf env 5
358         - 30  # rls2009 reconf env 5
359         - 30  # rls2009 reconf env 5
360         - 32  # rls2009 reconf env 5
361         - 48  # rls2009 reconf env 5
362         - 53  # rls2009 reconf env 5
363
364     plot-vpp-soak-2n-clx:
365       csit-vpp-perf-report-iterative-2009-2n-clx:
366         - 33  # rls2009 soak env 5
367         - 34  # rls2009 soak env 5
368
369     plot-dpdk-throughput-latency-2n-clx:
370       csit-dpdk-perf-report-iterative-2009-2n-clx:
371         - 4   # NDRPDR iter env5
372         - 5   # NDRPDR iter env5
373         - 6   # NDRPDR iter env5
374         - 7   # NDRPDR iter env5
375         - 8   # NDRPDR iter env5
376         - 9   # NDRPDR iter env5
377         - 10  # NDRPDR iter env5
378         - 11  # NDRPDR iter env5
379         - 12  # NDRPDR iter env5
380         - 13  # NDRPDR iter env5
381
382     plot-dpdk-hdrh-lat-2n-clx:
383       csit-dpdk-perf-report-iterative-2009-2n-clx:
384         - 4   # NDRPDR iter env5
385
386     # 3n-tsh
387
388     plot-vpp-throughput-lat-tsa-3n-tsh:
389       # TODO: Add:
390       csit-vpp-perf-report-iterative-2009-3n-tsh:
391         - 14  # rls2009 NDRPDR iter env 5
392
393     plot-vpp-hdrh-lat-3n-tsh:
394       csit-vpp-perf-report-iterative-2009-3n-tsh:
395         - 14  # rls2009 NDRPDR iter env 5
396
397     plot-dpdk-throughput-latency-3n-tsh:
398       # TODO: Add:
399       csit-dpdk-perf-report-iterative-2009-3n-tsh:
400         - 1   # NDRPDR iter env5
401         - 2   # NDRPDR iter env5
402         - 3   # NDRPDR iter env5
403         - 4   # NDRPDR iter env5
404         - 5   # NDRPDR iter env5
405         - 6   # NDRPDR iter env5
406         - 7   # NDRPDR iter env5
407         - 9   # NDRPDR iter env5
408         - 10  # NDRPDR iter env5
409
410     plot-dpdk-hdrh-lat-3n-tsh:
411       csit-dpdk-perf-report-iterative-2009-3n-tsh:
412         - 1   # NDRPDR iter env5
413
414     # 3n-dnv
415
416     plot-vpp-throughput-lat-tsa-3n-dnv:
417       # TODO: Add:
418       csit-vpp-perf-report-iterative-2009-3n-dnv:
419         - 3   # rls2009 NDRPDR iter env 5
420         - 6   # rls2009 NDRPDR iter env 5
421         - 7   # rls2009 NDRPDR iter env 5
422         - 8   # rls2009 NDRPDR iter env 5
423         - 10  # rls2009 NDRPDR iter env 5
424         - 11  # rls2009 NDRPDR iter env 5
425         - 12  # rls2009 NDRPDR iter env 5
426         - 14  # rls2009 NDRPDR iter env 5
427         - 15  # rls2009 NDRPDR iter env 5
428
429 #    plot-dpdk-throughput-latency-3n-dnv:
430 #      # No data
431 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
432
433     # 2n-dnv
434
435     plot-vpp-throughput-lat-tsa-2n-dnv:
436       csit-vpp-perf-report-iterative-2009-2n-dnv:
437         - 3   # rls2009 NDRPDR iter env 5
438         - 5   # rls2009 NDRPDR iter env 5
439         - 6   # rls2009 NDRPDR iter env 5
440         - 7   # rls2009 NDRPDR iter env 5
441         - 9   # rls2009 NDRPDR iter env 5
442         - 10  # rls2009 NDRPDR iter env 5
443         - 11  # rls2009 NDRPDR iter env 5
444         - 12  # rls2009 NDRPDR iter env 5
445         - 14  # rls2009 NDRPDR iter env 5
446         - 15  # rls2009 NDRPDR iter env 5
447
448 #    plot-dpdk-throughput-latency-2n-dnv:
449 #      # No data
450 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
451
452     ###########################################################################
453     # Simple tables (only one data set):
454
455     # NIC Comparisons
456
457     vpp-nic-comparison-3n-skx:
458       # TODO: Add:
459       csit-vpp-perf-report-iterative-2009-3n-skx:
460         - 26  # rls2009 NDRPDR iter env 5
461         - 27  # rls2009 NDRPDR iter env 5
462         - 28  # rls2009 NDRPDR iter env 5
463         - 29  # rls2009 NDRPDR iter env 5
464
465     vpp-nic-comparison-2n-skx:
466       csit-vpp-perf-report-iterative-2009-2n-skx:
467         - 35  # rls2009 NDRPDR iter env 5
468         - 36  # rls2009 NDRPDR iter env 5
469         - 37  # rls2009 NDRPDR iter env 5
470         - 39  # rls2009 NDRPDR iter env 5
471         - 40  # rls2009 NDRPDR iter env 5
472         - 42  # rls2009 NDRPDR iter env 5
473         - 43  # rls2009 NDRPDR iter env 5
474         - 44  # rls2009 NDRPDR iter env 5
475         - 46  # rls2009 NDRPDR iter env 5
476         - 48  # rls2009 NDRPDR iter env 5
477         - 51  # rls2009 NDRPDR iter NAT44 env 5
478         - 52  # rls2009 NDRPDR iter NAT44 env 5
479         - 53  # rls2009 NDRPDR iter NAT44 env 5
480         - 54  # rls2009 NDRPDR iter NAT44 env 5
481         - 55  # rls2009 NDRPDR iter NAT44 env 5
482         - 56  # rls2009 NDRPDR iter NAT44 env 5
483         - 57  # rls2009 NDRPDR iter NAT44 env 5
484         - 58  # rls2009 NDRPDR iter NAT44 env 5
485         - 59  # rls2009 NDRPDR iter NAT44 env 5
486         - 60  # rls2009 NDRPDR iter NAT44 env 5
487
488     vpp-nic-comparison-3n-skx-mrr:
489       csit-vpp-perf-report-iterative-2009-3n-skx:
490         - 24  # rls2009 MRR iter env 5
491
492     vpp-nic-comparison-2n-skx-mrr:
493       csit-vpp-perf-report-iterative-2009-2n-skx:
494         - 26  # rls2009 MRR iter env 5
495
496     # Results
497
498     vpp-perf-results-3n-hsw:
499       csit-vpp-perf-report-coverage-2009-3n-hsw:
500         - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
501         - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
502         - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
503         - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
504         - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
505         - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
506         - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
507         - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
508         - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
509         - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
510         - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
511         - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
512         - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
513         - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
514         - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
515         - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
516         - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
517         - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
518         - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
519         - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
520         - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
521         - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
522         - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
523         - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
524         - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
525         - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
526         - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
527         - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
528         - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
529         - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
530         - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
531         - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
532         - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
533         - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
534         - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
535
536     vpp-perf-results-3n-skx:
537       # TODO: Replace:
538       csit-vpp-perf-report-iterative-2009-3n-skx:
539         - 27  # rls2009 NDRPDR iter env 5
540 #      csit-vpp-perf-report-coverage-2009-3n-skx:
541 #        -
542
543     vpp-perf-results-2n-skx:
544       # TODO: Add:
545       csit-vpp-perf-report-coverage-2009-2n-skx:
546         - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
547         - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
548         - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
549         - 13  # rls2009 NDRPDR cov 2n-skx-ip4-05
550         - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
551         - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
552         - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
553         - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
554         - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
555
556     vpp-perf-results-2n-clx:
557       # TODO: Replace:
558       csit-vpp-perf-report-iterative-2009-2n-clx:
559         - 36  # rls2009 NDRPDR iter env 5
560 #      csit-vpp-perf-report-coverage-2009-2n-clx:
561 #        -
562
563     vpp-perf-results-3n-tsh:
564       # TODO: Replace???
565       csit-vpp-perf-report-iterative-2009-3n-tsh:
566         - 14  # rls2009 NDRPDR iter env 5
567 #      csit-vpp-perf-report-coverage-2009-3n-tsh:
568 #        -
569
570     vpp-perf-results-3n-dnv:
571       # TODO: Add:
572       csit-vpp-perf-report-coverage-2009-3n-dnv:
573         - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
574         - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
575         - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
576         - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
577
578     vpp-perf-results-2n-dnv:
579       csit-vpp-perf-report-coverage-2009-2n-dnv:
580         - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
581         - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
582         - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
583         - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
584         - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
585         - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
586
587     vpp-mrr-results-3n-hsw:
588       csit-vpp-perf-report-iterative-2009-3n-hsw:
589         - 23  # rls2009 MRR iter env 5
590
591     vpp-mrr-results-3n-skx:
592       csit-vpp-perf-report-iterative-2009-3n-skx:
593         - 24  # rls2009 MRR iter env 5
594
595     vpp-mrr-results-2n-skx:
596       csit-vpp-perf-report-iterative-2009-2n-skx:
597         - 26  # rls2009 MRR iter env 5
598
599     vpp-mrr-results-2n-clx:
600       csit-vpp-perf-report-iterative-2009-2n-clx:
601         - 35  # rls2009 MRR iter env 5
602
603     vpp-mrr-results-3n-tsh:
604       csit-vpp-perf-report-iterative-2009-3n-tsh:
605         - 15  # rls2006 MRR iter env 5
606
607     vpp-mrr-results-3n-dnv:
608       csit-vpp-perf-report-iterative-2009-3n-dnv:
609         - 22  # rls2009 MRR iter env 5
610
611     vpp-mrr-results-2n-dnv:
612       csit-vpp-perf-report-iterative-2009-2n-dnv:
613         - 13  # rls2009 MRR iter env 5
614
615     vpp-device-results-ubuntu:
616       csit-vpp-device-2009-ubuntu1804-1n-skx:
617         - 131 # rls2009 env 5
618
619     dpdk-perf-results-3n-hsw:
620       csit-dpdk-perf-report-iterative-2009-3n-hsw:
621         - 6   # NDRPDR iter env5
622
623     dpdk-perf-results-3n-skx:
624       csit-dpdk-perf-report-iterative-2009-3n-skx:
625         - 4   # NDRPDR sel env5
626
627     dpdk-perf-results-2n-skx:
628       csit-dpdk-perf-report-iterative-2009-2n-skx:
629         - 4   # NDRPDR iter env5
630
631     dpdk-perf-results-2n-clx:
632       csit-dpdk-perf-report-iterative-2009-2n-clx:
633         - 4   # NDRPDR iter env5
634
635 #    dpdk-perf-results-2n-dnv:
636 #      # No data
637 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
638
639 #    dpdk-perf-results-3n-dnv:
640 #      # No data
641 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
642
643     dpdk-perf-results-3n-tsh:
644       csit-dpdk-perf-report-iterative-2009-3n-tsh:
645         - 1   # NDRPDR iter env5
646
647 ###########################################################################
648     # Tables (more than one data set)
649
650     # Performance changes
651
652     vpp-performance-changes-3n-hsw-h1:
653       csit-vpp-perf-report-iterative-2005-3n-hsw:
654         - 31  # NDRPDR sel 2001.0-4
655         - 32  # NDRPDR sel 2001.0-4
656         - 33  # NDRPDR sel 2001.0-4
657         - 34  # NDRPDR sel 2001.0-4
658         - 35  # NDRPDR sel 2001.0-4
659         - 36  # NDRPDR sel 2001.0-4
660         - 38  # NDRPDR sel 2001.0-4
661     vpp-performance-changes-3n-hsw-ref-env4:
662       csit-vpp-perf-report-iterative-2005-3n-hsw:
663         - 20  # NDRPDR sel env 4
664         - 21  # NDRPDR sel env 4
665         - 22  # NDRPDR sel env 4
666         - 23  # NDRPDR sel env 4
667         - 24  # NDRPDR sel env 4
668         - 25  # NDRPDR sel env 4
669         - 26  # NDRPDR sel env 4
670         - 27  # NDRPDR sel env 4
671         - 28  # NDRPDR sel env 4
672         - 29  # NDRPDR sel env 4
673     vpp-performance-changes-3n-hsw-ref-env5:
674       csit-vpp-perf-report-iterative-2009-3n-hsw:
675         - 9   # rls2005 NDRPDR iter env 5
676         - 10  # rls2005 NDRPDR iter env 5
677         - 11  # rls2005 NDRPDR iter env 5
678         - 12  # rls2005 NDRPDR iter env 5
679         - 13  # rls2005 NDRPDR iter env 5
680         - 14  # rls2005 NDRPDR iter env 5
681         - 15  # rls2005 NDRPDR iter env 5
682         - 16  # rls2005 NDRPDR iter env 5
683         - 17  # rls2005 NDRPDR iter env 5
684         - 19  # rls2005 NDRPDR iter env 5
685     vpp-performance-changes-3n-hsw-cmp:
686       csit-vpp-perf-report-iterative-2009-3n-hsw:
687         - 21  # rls2009 NDRPDR iter env 5
688         - 22  # rls2009 NDRPDR iter env 5
689         - 24  # rls2009 NDRPDR iter env 5
690         - 25  # rls2009 NDRPDR iter env 5
691         - 26  # rls2009 NDRPDR iter env 5
692         - 27  # rls2009 NDRPDR iter env 5
693         - 28  # rls2009 NDRPDR iter env 5
694         - 29  # rls2009 NDRPDR iter env 5
695         - 30  # rls2009 NDRPDR iter env 5
696         - 31  # rls2009 NDRPDR iter env 5
697
698     vpp-performance-changes-3n-skx-h1:
699       csit-vpp-perf-report-iterative-2005-3n-skx:
700         - 50  # NDRPDR sel 2001.0-4
701         - 51  # NDRPDR sel 2001.0-4
702         - 52  # NDRPDR sel 2001.0-4
703         - 53  # NDRPDR sel 2001.0-4
704         - 54  # NDRPDR sel 2001.0-4
705     vpp-performance-changes-3n-skx-ref-env4:
706       csit-vpp-perf-report-iterative-2005-3n-skx:
707         - 42  # NDRPDR sel env 4
708         - 43  # NDRPDR sel env 4
709         - 44  # NDRPDR sel env 4
710         - 45  # NDRPDR sel env 4
711         - 47  # NDRPDR sel env 4
712         - 55  # NDRPDR sel env 4
713         - 56  # NDRPDR sel env 4
714         - 57  # NDRPDR sel env 4
715         - 61  # NDRPDR sel env 4
716         - 62  # NDRPDR sel env 4
717     vpp-performance-changes-3n-skx-ref-env5:
718       csit-vpp-perf-report-iterative-2009-3n-skx:
719         - 13  # rls2005 NDRPDR iter env 5
720         - 18  # rls2005 NDRPDR iter env 5
721         - 19  # rls2005 NDRPDR iter env 5
722     vpp-performance-changes-3n-skx-cmp:
723       # TODO: Add:
724       csit-vpp-perf-report-iterative-2009-3n-skx:
725         - 26  # rls2009 NDRPDR iter env 5
726         - 27  # rls2009 NDRPDR iter env 5
727         - 28  # rls2009 NDRPDR iter env 5
728         - 29  # rls2009 NDRPDR iter env 5
729
730     vpp-performance-changes-2n-skx-h1:
731       csit-vpp-perf-report-iterative-2005-2n-skx:
732         - 100 # NDRPDR sel 2001.0-4
733         - 101 # NDRPDR sel 2001.0-4
734         - 102 # NDRPDR sel 2001.0-4
735         - 103 # NDRPDR sel 2001.0-4
736         - 104 # NDRPDR sel 2001.0-4
737         - 105 # NDRPDR sel 2001.0-4
738     vpp-performance-changes-2n-skx-ref-env4:
739       csit-vpp-perf-report-iterative-2005-2n-skx:
740         - 88  # NDRPDR sel env 4
741         - 89  # NDRPDR sel env 4
742         - 90  # NDRPDR sel env 4
743         - 91  # NDRPDR sel env 4
744         - 92  # NDRPDR sel env 4
745         - 93  # NDRPDR sel env 4
746         - 94  # NDRPDR sel env 4
747         - 125 # NDRPDR sel env 4
748         - 126 # NDRPDR sel env 4
749         - 127 # NDRPDR sel env 4
750     vpp-performance-changes-2n-skx-ref-env5:
751       csit-vpp-perf-report-iterative-2009-2n-skx:
752         - 13  # rls2005 NDRPDR iter env 5
753         - 16  # rls2005 NDRPDR iter env 5
754         - 17  # rls2005 NDRPDR iter env 5
755         - 18  # rls2005 NDRPDR iter env 5
756         - 19  # rls2005 NDRPDR iter env 5
757         - 21  # rls2005 NDRPDR iter env 5
758         - 22  # rls2005 NDRPDR iter env 5
759         - 23  # rls2005 NDRPDR iter env 5
760         - 24  # rls2005 NDRPDR iter env 5
761         - 25  # rls2005 NDRPDR iter env 5
762     vpp-performance-changes-2n-skx-cmp:
763       csit-vpp-perf-report-iterative-2009-2n-skx:
764         - 35  # rls2009 NDRPDR iter env 5
765         - 36  # rls2009 NDRPDR iter env 5
766         - 37  # rls2009 NDRPDR iter env 5
767         - 39  # rls2009 NDRPDR iter env 5
768         - 40  # rls2009 NDRPDR iter env 5
769         - 42  # rls2009 NDRPDR iter env 5
770         - 43  # rls2009 NDRPDR iter env 5
771         - 44  # rls2009 NDRPDR iter env 5
772         - 46  # rls2009 NDRPDR iter env 5
773         - 48  # rls2009 NDRPDR iter env 5
774         - 51  # rls2009 NDRPDR iter NAT44 env 5
775         - 52  # rls2009 NDRPDR iter NAT44 env 5
776         - 53  # rls2009 NDRPDR iter NAT44 env 5
777         - 54  # rls2009 NDRPDR iter NAT44 env 5
778         - 55  # rls2009 NDRPDR iter NAT44 env 5
779         - 56  # rls2009 NDRPDR iter NAT44 env 5
780         - 57  # rls2009 NDRPDR iter NAT44 env 5
781         - 58  # rls2009 NDRPDR iter NAT44 env 5
782         - 59  # rls2009 NDRPDR iter NAT44 env 5
783         - 60  # rls2009 NDRPDR iter NAT44 env 5
784
785     vpp-performance-changes-2n-clx-h1:
786       csit-vpp-perf-report-iterative-2005-2n-clx:
787         - 73  # NDRPDR sel 2001.0-4
788         - 74  # NDRPDR sel 2001.0-4
789         - 75  # NDRPDR sel 2001.0-4
790         - 76  # NDRPDR sel 2001.0-4
791         - 77  # NDRPDR sel 2001.0-4
792         - 78  # NDRPDR sel 2001.0-4
793         - 79  # NDRPDR sel 2001.0-4
794         - 80  # NDRPDR sel 2001.0-4
795     vpp-performance-changes-2n-clx-ref-env4:
796       csit-vpp-perf-report-iterative-2005-2n-clx:
797         - 62  # NDRPDR sel env 4
798         - 63  # NDRPDR sel env 4
799         - 64  # NDRPDR sel env 4
800         - 65  # NDRPDR sel env 4
801         - 66  # NDRPDR sel env 4
802         - 68  # NDRPDR sel env 4
803         - 69  # NDRPDR sel env 4
804         - 70  # NDRPDR sel env 4
805         - 103 # NDRPDR sel env 4
806         - 104 # NDRPDR sel env 4
807     vpp-performance-changes-2n-clx-ref-env5:
808       csit-vpp-perf-report-iterative-2009-2n-clx:
809         - 13  # rls2005 NDRPDR iter env 5
810         - 15  # rls2005 NDRPDR iter env 5
811         - 17  # rls2005 NDRPDR iter env 5
812         - 18  # rls2005 NDRPDR iter env 5
813         - 19  # rls2005 NDRPDR iter env 5
814         - 20  # rls2005 NDRPDR iter env 5
815         - 21  # rls2005 NDRPDR iter env 5
816         - 22  # rls2005 NDRPDR iter env 5
817         - 23  # rls2005 NDRPDR iter env 5
818         - 24  # rls2005 NDRPDR iter env 5
819     vpp-performance-changes-2n-clx-cmp:
820       # TODO: Add:
821       csit-vpp-perf-report-iterative-2009-2n-clx:
822         - 36  # rls2009 NDRPDR iter env 5
823         - 38  # rls2009 NDRPDR iter env 5
824         - 39  # rls2009 NDRPDR iter env 5
825         - 40  # rls2009 NDRPDR iter env 5
826         - 41  # rls2009 NDRPDR iter env 5
827         - 42  # rls2009 NDRPDR iter env 5
828         - 64  # rls2009 NDRPDR iter env 5
829
830     vpp-performance-changes-2n-dnv-h1:
831       csit-vpp-perf-verify-2001-2n-dnv:
832         - 4   # NDRPDR sel
833         - 5   # NDRPDR sel
834         - 6   # NDRPDR sel
835         - 7   # NDRPDR sel
836         - 8   # NDRPDR sel
837         - 9   # NDRPDR sel
838         - 10  # NDRPDR sel
839         - 11  # NDRPDR sel
840         - 13  # NDRPDR sel
841         - 16  # NDRPDR sel
842     vpp-performance-changes-2n-dnv-ref:
843       csit-vpp-perf-report-iterative-2009-2n-dnv:
844         - 16  # rls2005 NDRPDR iter env 5
845         - 17  # rls2005 NDRPDR iter env 5
846         - 18  # rls2005 NDRPDR iter env 5
847         - 19  # rls2005 NDRPDR iter env 5
848         - 21  # rls2005 NDRPDR iter env 5
849         - 24  # rls2005 NDRPDR iter env 5
850         - 27  # rls2005 NDRPDR iter env 5
851         - 28  # rls2005 NDRPDR iter env 5
852         - 29  # rls2005 NDRPDR iter env 5
853         - 30  # rls2005 NDRPDR iter env 5
854     vpp-performance-changes-2n-dnv-cmp:
855       csit-vpp-perf-report-iterative-2009-2n-dnv:
856         - 3   # rls2009 NDRPDR iter env 5
857         - 5   # rls2009 NDRPDR iter env 5
858         - 6   # rls2009 NDRPDR iter env 5
859         - 7   # rls2009 NDRPDR iter env 5
860         - 9   # rls2009 NDRPDR iter env 5
861         - 10  # rls2009 NDRPDR iter env 5
862         - 11  # rls2009 NDRPDR iter env 5
863         - 12  # rls2009 NDRPDR iter env 5
864         - 14  # rls2009 NDRPDR iter env 5
865         - 15  # rls2009 NDRPDR iter env 5
866
867     vpp-performance-changes-3n-dnv-h1:
868       csit-vpp-perf-verify-2001-3n-dnv:
869         - 5   # NDRPDR sel
870         - 6   # NDRPDR sel
871         - 7   # NDRPDR sel
872         - 8   # NDRPDR sel
873         - 9   # NDRPDR sel
874         - 10  # NDRPDR sel
875         - 12  # NDRPDR sel
876         - 16  # NDRPDR sel
877         - 17  # NDRPDR sel
878         - 18  # NDRPDR sel
879     vpp-performance-changes-3n-dnv-ref:
880       # TODO: Add:
881       csit-vpp-perf-report-iterative-2009-3n-dnv:
882         - 16  # rls2005 NDRPDR iter env 5
883     vpp-performance-changes-3n-dnv-cmp:
884       # TODO: Add:
885       csit-vpp-perf-report-iterative-2009-3n-dnv:
886         - 3   # rls2009 NDRPDR iter env 5
887         - 6   # rls2009 NDRPDR iter env 5
888         - 7   # rls2009 NDRPDR iter env 5
889         - 8   # rls2009 NDRPDR iter env 5
890         - 10  # rls2009 NDRPDR iter env 5
891         - 11  # rls2009 NDRPDR iter env 5
892         - 12  # rls2009 NDRPDR iter env 5
893         - 14  # rls2009 NDRPDR iter env 5
894         - 15  # rls2009 NDRPDR iter env 5
895
896     vpp-performance-changes-3n-tsh-h1:
897       csit-vpp-perf-report-iterative-2005-3n-tsh:
898         - 28  # NDRPDR sel 2001.0-4
899         - 29  # NDRPDR sel 2001.0-4
900         - 31  # NDRPDR sel 2001.0-4
901     vpp-performance-changes-3n-tsh-ref-env4:
902       csit-vpp-perf-report-iterative-2005-3n-tsh:
903         - 23  # NDRPDR sel env 4
904         - 25  # NDRPDR sel env 4
905         - 33  # NDRPDR sel env 4
906         - 34  # NDRPDR sel env 4
907         - 35  # NDRPDR sel env 4
908         - 36  # NDRPDR sel env 4
909         - 37  # NDRPDR sel env 4
910         - 38  # NDRPDR sel env 4
911         - 39  # NDRPDR sel env 4
912         - 40  # NDRPDR sel env 4
913     vpp-performance-changes-3n-tsh-ref-env5:
914       csit-vpp-perf-report-iterative-2009-3n-tsh:
915         - 8   # rls2005 NDRPDR iter env 5
916         - 11  # rls2005 NDRPDR iter env 5
917         - 12  # rls2005 NDRPDR iter env 5
918     vpp-performance-changes-3n-tsh-cmp:
919       # TODO: Add:
920       csit-vpp-perf-report-iterative-2009-3n-tsh:
921         - 14  # rls2009 NDRPDR iter env 5
922
923     vpp-soak-vs-ndr-2n-skx-ref:
924       csit-vpp-perf-report-iterative-2009-2n-skx:
925         - 35  # rls2009 NDRPDR iter env 5
926         - 36  # rls2009 NDRPDR iter env 5
927         - 37  # rls2009 NDRPDR iter env 5
928         - 39  # rls2009 NDRPDR iter env 5
929         - 40  # rls2009 NDRPDR iter env 5
930         - 42  # rls2009 NDRPDR iter env 5
931         - 43  # rls2009 NDRPDR iter env 5
932         - 44  # rls2009 NDRPDR iter env 5
933         - 46  # rls2009 NDRPDR iter env 5
934         - 48  # rls2009 NDRPDR iter env 5
935     vpp-soak-vs-ndr-2n-skx-cmp:
936       csit-vpp-perf-report-iterative-2009-2n-skx:
937         - 33  # rls2009 soak env 5
938         - 34  # rls2009 soak env 5
939     vpp-soak-vs-ndr-2n-skx:
940       csit-vpp-perf-report-iterative-2009-2n-skx:
941         - 35  # rls2009 NDRPDR iter env 5
942         - 36  # rls2009 NDRPDR iter env 5
943         - 37  # rls2009 NDRPDR iter env 5
944         - 39  # rls2009 NDRPDR iter env 5
945         - 40  # rls2009 NDRPDR iter env 5
946         - 42  # rls2009 NDRPDR iter env 5
947         - 43  # rls2009 NDRPDR iter env 5
948         - 44  # rls2009 NDRPDR iter env 5
949         - 46  # rls2009 NDRPDR iter env 5
950         - 48  # rls2009 NDRPDR iter env 5
951         - 33  # rls2009 soak env 5
952         - 34  # rls2009 soak env 5
953
954     vpp-soak-vs-ndr-2n-clx-ref:
955       # TODO: Add:
956       csit-vpp-perf-report-iterative-2009-2n-clx:
957         - 36  # rls2009 NDRPDR iter env 5
958         - 38  # rls2009 NDRPDR iter env 5
959         - 39  # rls2009 NDRPDR iter env 5
960         - 40  # rls2009 NDRPDR iter env 5
961         - 41  # rls2009 NDRPDR iter env 5
962         - 42  # rls2009 NDRPDR iter env 5
963         - 64  # rls2009 NDRPDR iter env 5
964     vpp-soak-vs-ndr-2n-clx-cmp:
965       csit-vpp-perf-report-iterative-2009-2n-clx:
966         - 33  # rls2009 soak env 5
967         - 34  # rls2009 soak env 5
968     vpp-soak-vs-ndr-2n-clx:
969       # TODO: Add:
970       csit-vpp-perf-report-iterative-2009-2n-clx:
971         - 36  # rls2009 NDRPDR iter env 5
972         - 38  # rls2009 NDRPDR iter env 5
973         - 39  # rls2009 NDRPDR iter env 5
974         - 40  # rls2009 NDRPDR iter env 5
975         - 41  # rls2009 NDRPDR iter env 5
976         - 42  # rls2009 NDRPDR iter env 5
977         - 64  # rls2009 NDRPDR iter env 5
978         - 33  # rls2009 soak env 5
979         - 34  # rls2009 soak env 5
980
981     vpp-performance-changes-3n-hsw-mrr-h1:
982       csit-vpp-perf-verify-2001-3n-hsw:
983         - 17  # MRR sel
984     vpp-performance-changes-3n-hsw-mrr-ref-env4:
985       csit-vpp-perf-report-iterative-2005-3n-hsw:
986         - 30  # MRR env 4
987     vpp-performance-changes-3n-hsw-mrr-ref-env5:
988       csit-vpp-perf-report-iterative-2009-3n-hsw:
989         - 18  # rls2005 MRR iter env 5
990     vpp-performance-changes-3n-hsw-mrr-cmp:
991       csit-vpp-perf-report-iterative-2009-3n-hsw:
992         - 23  # rls2009 MRR iter env 5
993
994     vpp-performance-changes-3n-skx-mrr-h1:
995       csit-vpp-perf-verify-2001-3n-skx:
996         - 50  # MRR sel
997         - 53  # MRR sel addition
998     vpp-performance-changes-3n-skx-mrr-ref-env4:
999       csit-vpp-perf-report-iterative-2005-3n-skx:
1000         - 49  # MRR sel env 4
1001     vpp-performance-changes-3n-skx-mrr-ref-env5:
1002       csit-vpp-perf-report-iterative-2009-3n-skx:
1003         - 17  # rls2005 MRR iter env 5
1004     vpp-performance-changes-3n-skx-mrr-cmp:
1005       csit-vpp-perf-report-iterative-2009-3n-skx:
1006         - 24  # rls2009 MRR iter env 5
1007
1008     vpp-performance-changes-2n-skx-mrr-h1:
1009       csit-vpp-perf-verify-2001-2n-skx:
1010         - 101 # MRR sel
1011         - 128 # MRR sel addition
1012     vpp-performance-changes-2n-skx-mrr-ref-env4:
1013       csit-vpp-perf-report-iterative-2005-2n-skx:
1014         - 99  # MRR sel env 4
1015     vpp-performance-changes-2n-skx-mrr-ref-env5:
1016       csit-vpp-perf-report-iterative-2009-2n-skx:
1017         - 20  # rls2005 MRR iter env 5
1018     vpp-performance-changes-2n-skx-mrr-cmp:
1019       csit-vpp-perf-report-iterative-2009-2n-skx:
1020         - 26  # rls2009 MRR iter env 5
1021
1022     vpp-performance-changes-2n-clx-mrr-h1:
1023       csit-vpp-perf-verify-2001-2n-clx:
1024         - 39  # MRR
1025     vpp-performance-changes-2n-clx-mrr-ref-env4:
1026       csit-vpp-perf-report-iterative-2005-2n-clx:
1027         - 72   # MRR sel env 4
1028     vpp-performance-changes-2n-clx-mrr-ref-env5:
1029       csit-vpp-perf-report-iterative-2009-2n-clx:
1030         - 16  # rls2005 MRR iter env 5
1031     vpp-performance-changes-2n-clx-mrr-cmp:
1032       csit-vpp-perf-report-iterative-2009-2n-clx:
1033         - 35  # rls2009 MRR iter env 5
1034
1035     vpp-performance-changes-2n-dnv-mrr-h1:
1036       csit-vpp-perf-verify-2001-2n-dnv:
1037         - 12  # MRR sel
1038     vpp-performance-changes-2n-dnv-mrr-ref:
1039       csit-vpp-perf-report-iterative-2009-2n-dnv:
1040         - 23  # rls2005 MRR iter env 5
1041     vpp-performance-changes-2n-dnv-mrr-cmp:
1042       csit-vpp-perf-report-iterative-2009-2n-dnv:
1043         - 13  # rls2009 MRR iter env 5
1044
1045     vpp-performance-changes-3n-dnv-mrr-h1:
1046       csit-vpp-perf-verify-2001-3n-dnv:
1047         - 11  # MRR sel
1048     vpp-performance-changes-3n-dnv-mrr-ref:
1049       csit-vpp-perf-report-iterative-2009-3n-dnv:
1050         - 19  # rls2005 MRR iter env 5
1051     vpp-performance-changes-3n-dnv-mrr-cmp:
1052       csit-vpp-perf-report-iterative-2009-3n-dnv:
1053         - 22  # rls2009 MRR iter env 5
1054
1055     vpp-performance-changes-3n-tsh-mrr-h1:
1056       csit-vpp-perf-verify-2001-3n-tsh:
1057         - 9   # MRR sel
1058     vpp-performance-changes-3n-tsh-mrr-ref-env4:
1059       csit-vpp-perf-report-iterative-2005-3n-tsh:
1060         - 27  # MRR sel env 4
1061     vpp-performance-changes-3n-tsh-mrr-ref-env5:
1062       csit-vpp-perf-report-iterative-2009-3n-tsh:
1063         - 13  # rls2005 MRR iter env 5
1064     vpp-performance-changes-3n-tsh-mrr-cmp:
1065       csit-vpp-perf-report-iterative-2009-3n-tsh:
1066         - 15  # rls2006 MRR iter env 5
1067
1068     dpdk-performance-changes-3n-hsw-h1:
1069       csit-dpdk-perf-verify-2001-3n-hsw:
1070         - 4   # NDRPDR sel
1071         - 5   # NDRPDR sel
1072         - 6   # NDRPDR sel
1073         - 7   # NDRPDR sel
1074         - 8   # NDRPDR sel
1075         - 9   # NDRPDR sel
1076         - 10  # NDRPDR sel
1077         - 11  # NDRPDR sel
1078         - 12  # NDRPDR sel
1079         - 13  # NDRPDR sel
1080         - 15  # NDRPDR sel
1081         - 16  # NDRPDR sel
1082         - 17  # NDRPDR sel
1083         - 18  # NDRPDR sel
1084         - 19  # NDRPDR sel
1085         - 20  # NDRPDR sel
1086         - 21  # NDRPDR sel
1087         - 22  # NDRPDR sel
1088         - 23  # NDRPDR sel
1089         - 24  # NDRPDR sel
1090     dpdk-performance-changes-3n-hsw-ref:
1091       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1092         - 25  # NDRPDR iter
1093         - 26  # NDRPDR iter
1094         - 27  # NDRPDR iter
1095         - 28  # NDRPDR iter
1096         - 29  # NDRPDR iter
1097         - 30  # NDRPDR iter
1098         - 31  # NDRPDR iter
1099         - 32  # NDRPDR iter
1100         - 33  # NDRPDR iter
1101         - 34  # NDRPDR iter
1102     dpdk-performance-changes-3n-hsw-cmp:
1103       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1104         - 6   # NDRPDR iter env5
1105         - 7   # NDRPDR iter env5
1106         - 8   # NDRPDR iter env5
1107         - 9   # NDRPDR iter env5
1108         - 10  # NDRPDR iter env5
1109         - 11  # NDRPDR iter env5
1110         - 12  # NDRPDR iter env5
1111         - 13  # NDRPDR iter env5
1112         - 14  # NDRPDR iter env5
1113         - 15  # NDRPDR iter env5
1114
1115     dpdk-performance-changes-3n-skx-h1:
1116       csit-dpdk-perf-verify-2001-3n-skx:
1117         - 29  # NDRPDR sel xxv710
1118         - 33  # NDRPDR sel xxv710
1119         - 34  # NDRPDR sel xxv710
1120         - 35  # NDRPDR sel xxv710
1121         - 36  # NDRPDR sel xxv710
1122         - 37  # NDRPDR sel xxv710
1123         - 41  # NDRPDR sel xxv710
1124         - 42  # NDRPDR sel xxv710
1125         - 43  # NDRPDR sel xxv710
1126         - 45  # NDRPDR sel xxv710
1127         - 30  # NDRPDR sel x710
1128         - 31  # NDRPDR sel x710
1129         - 32  # NDRPDR sel x710
1130         - 38  # NDRPDR sel x710
1131         - 39  # NDRPDR sel x710
1132         - 40  # NDRPDR sel x710
1133         - 44  # NDRPDR sel x710
1134         - 46  # NDRPDR sel x710
1135         - 47  # NDRPDR sel x710
1136         - 48  # NDRPDR sel x710
1137     dpdk-performance-changes-3n-skx-ref:
1138       csit-dpdk-perf-report-iterative-2005-3n-skx:
1139         - 28  # NDRPDR iter
1140         - 29  # NDRPDR iter
1141         - 30  # NDRPDR iter
1142         - 31  # NDRPDR iter
1143         - 32  # NDRPDR iter
1144         - 33  # NDRPDR iter
1145         - 34  # NDRPDR iter
1146         - 35  # NDRPDR iter
1147         - 36  # NDRPDR iter
1148         - 37  # NDRPDR iter
1149     dpdk-performance-changes-3n-skx-cmp:
1150       csit-dpdk-perf-report-iterative-2009-3n-skx:
1151         - 4   # NDRPDR sel env5
1152         - 5   # NDRPDR sel env5
1153         - 6   # NDRPDR sel env5
1154         - 7   # NDRPDR sel env5
1155         - 8   # NDRPDR sel env5
1156         - 9   # NDRPDR sel env5
1157         - 14  # NDRPDR sel env5
1158         - 11  # NDRPDR sel env5
1159         - 12  # NDRPDR sel env5
1160         - 13  # NDRPDR sel env5
1161
1162     dpdk-performance-changes-2n-skx-h1:
1163       csit-dpdk-perf-verify-2001-2n-skx:
1164         - 35  # NDRPDR sel xxv710
1165         - 36  # NDRPDR sel xxv710
1166         - 37  # NDRPDR sel xxv710
1167         - 41  # NDRPDR sel xxv710
1168         - 42  # NDRPDR sel xxv710
1169         - 43  # NDRPDR sel xxv710
1170         - 46  # NDRPDR sel xxv710
1171         - 47  # NDRPDR sel xxv710
1172         - 52  # NDRPDR sel xxv710
1173         - 53  # NDRPDR sel xxv710
1174         - 38  # NDRPDR sel x710
1175         - 39  # NDRPDR sel x710
1176         - 40  # NDRPDR sel x710
1177         - 44  # NDRPDR sel x710
1178         - 45  # NDRPDR sel x710
1179         - 48  # NDRPDR sel x710
1180         - 49  # NDRPDR sel x710
1181         - 50  # NDRPDR sel x710
1182         - 51  # NDRPDR sel x710
1183         - 54  # NDRPDR sel x710
1184     dpdk-performance-changes-2n-skx-ref:
1185       csit-dpdk-perf-report-iterative-2005-2n-skx:
1186         - 20  # NDRPDR iter
1187         - 21  # NDRPDR iter
1188         - 22  # NDRPDR iter
1189         - 23  # NDRPDR iter
1190         - 24  # NDRPDR iter
1191         - 25  # NDRPDR iter
1192         - 26  # NDRPDR iter
1193         - 27  # NDRPDR iter
1194         - 28  # NDRPDR iter
1195         - 29  # NDRPDR iter
1196     dpdk-performance-changes-2n-skx-cmp:
1197       csit-dpdk-perf-report-iterative-2009-2n-skx:
1198         - 4   # NDRPDR iter env5
1199         - 5   # NDRPDR iter env5
1200         - 6   # NDRPDR iter env5
1201         - 7   # NDRPDR iter env5
1202         - 8   # NDRPDR iter env5
1203         - 9   # NDRPDR iter env5
1204         - 10  # NDRPDR iter env5
1205         - 11  # NDRPDR iter env5
1206         - 12  # NDRPDR iter env5
1207         - 13  # NDRPDR iter env5
1208
1209     dpdk-performance-changes-2n-clx-h1:
1210       csit-dpdk-perf-verify-2001-2n-clx:
1211         - 15  # NDRPDR sel
1212         - 16  # NDRPDR sel
1213         - 17  # NDRPDR sel
1214         - 18  # NDRPDR sel
1215         - 19  # NDRPDR sel
1216         - 20  # NDRPDR sel
1217         - 21  # NDRPDR sel
1218         - 22  # NDRPDR sel
1219         - 23  # NDRPDR sel
1220         - 24  # NDRPDR sel
1221         - 25  # NDRPDR sel
1222         - 26  # NDRPDR sel
1223         - 27  # NDRPDR sel
1224         - 28  # NDRPDR sel
1225         - 29  # NDRPDR sel
1226         - 30  # NDRPDR sel
1227         - 31  # NDRPDR sel
1228         - 32  # NDRPDR sel
1229         - 33  # NDRPDR sel
1230         - 34  # NDRPDR sel
1231     dpdk-performance-changes-2n-clx-ref:
1232       csit-dpdk-perf-report-iterative-2005-2n-clx:
1233         - 20  # NDRPDR iter
1234         - 21  # NDRPDR iter
1235         - 22  # NDRPDR iter
1236         - 23  # NDRPDR iter
1237         - 24  # NDRPDR iter
1238         - 25  # NDRPDR iter
1239         - 26  # NDRPDR iter
1240         - 27  # NDRPDR iter
1241         - 28  # NDRPDR iter
1242         - 29  # NDRPDR iter
1243     dpdk-performance-changes-2n-clx-cmp:
1244       csit-dpdk-perf-report-iterative-2009-2n-clx:
1245         - 4   # NDRPDR iter env5
1246         - 5   # NDRPDR iter env5
1247         - 6   # NDRPDR iter env5
1248         - 7   # NDRPDR iter env5
1249         - 8   # NDRPDR iter env5
1250         - 9   # NDRPDR iter env5
1251         - 10  # NDRPDR iter env5
1252         - 11  # NDRPDR iter env5
1253         - 12  # NDRPDR iter env5
1254         - 13  # NDRPDR iter env5
1255
1256 #    dpdk-performance-changes-2n-dnv-h1:
1257 #      csit-dpdk-perf-verify-2001-2n-dnv:
1258 #        - 9   # NDRPDR sel
1259 #        - 10  # NDRPDR sel
1260 #        - 11  # NDRPDR sel
1261 #        - 12  # NDRPDR sel
1262 #        - 13  # NDRPDR sel
1263 #        - 14  # NDRPDR sel
1264 #        - 15  # NDRPDR sel
1265 #        - 16  # NDRPDR sel
1266 #        - 17  # NDRPDR sel
1267 #        - 18  # NDRPDR sel
1268 #    dpdk-performance-changes-2n-dnv-ref:
1269 #      # No data
1270 #    dpdk-performance-changes-2n-dnv-cmp:
1271 #      # No data
1272 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
1273
1274 #    dpdk-performance-changes-3n-dnv-h1:
1275 #      csit-dpdk-perf-verify-2001-3n-dnv:
1276 #        - 12  # NDRPDR sel
1277 #        - 13  # NDRPDR sel
1278 #        - 14  # NDRPDR sel
1279 #        - 15  # NDRPDR sel
1280 #        - 16  # NDRPDR sel
1281 #        - 17  # NDRPDR sel
1282 #        - 18  # NDRPDR sel
1283 #        - 19  # NDRPDR sel
1284 #        - 20  # NDRPDR sel
1285 #        - 22  # NDRPDR sel
1286 #    dpdk-performance-changes-3n-dnv-ref:
1287 #      # No data
1288 #    dpdk-performance-changes-3n-dnv-cmp:
1289 #      # No data
1290 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
1291
1292     dpdk-performance-changes-3n-tsh-h1:
1293       csit-dpdk-perf-verify-2001-3n-tsh:
1294         - 3   # NDRPDR sel
1295         - 4   # NDRPDR sel
1296         - 5   # NDRPDR sel
1297         - 9   # NDRPDR sel
1298         - 10  # NDRPDR sel
1299         - 11  # NDRPDR sel
1300         - 12  # NDRPDR sel
1301         - 14  # NDRPDR sel
1302         - 15  # NDRPDR sel
1303         - 18  # NDRPDR sel
1304     dpdk-performance-changes-3n-tsh-ref:
1305       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1306         - 5   # NDRPDR sel
1307     dpdk-performance-changes-3n-tsh-cmp:
1308       # TODO: Add:
1309       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1310         - 1   # NDRPDR iter env5
1311         - 2   # NDRPDR iter env5
1312         - 3   # NDRPDR iter env5
1313         - 4   # NDRPDR iter env5
1314         - 5   # NDRPDR iter env5
1315         - 6   # NDRPDR iter env5
1316         - 7   # NDRPDR iter env5
1317         - 9   # NDRPDR iter env5
1318         - 10  # NDRPDR iter env5
1319
1320     # Compare testbeds
1321
1322     vpp-compare-testbeds-ref:
1323       csit-vpp-perf-report-iterative-2009-3n-hsw:
1324         - 21  # rls2009 NDRPDR iter env 5
1325         - 22  # rls2009 NDRPDR iter env 5
1326         - 24  # rls2009 NDRPDR iter env 5
1327         - 25  # rls2009 NDRPDR iter env 5
1328         - 26  # rls2009 NDRPDR iter env 5
1329         - 27  # rls2009 NDRPDR iter env 5
1330         - 28  # rls2009 NDRPDR iter env 5
1331         - 29  # rls2009 NDRPDR iter env 5
1332         - 30  # rls2009 NDRPDR iter env 5
1333         - 31  # rls2009 NDRPDR iter env 5
1334     vpp-compare-testbeds-cmp:
1335       # TODO: Add:
1336       csit-vpp-perf-report-iterative-2009-3n-skx:
1337         - 26  # rls2009 NDRPDR iter env 5
1338         - 27  # rls2009 NDRPDR iter env 5
1339         - 28  # rls2009 NDRPDR iter env 5
1340         - 29  # rls2009 NDRPDR iter env 5
1341
1342     vpp-compare-testbeds-skx-clx-ref:
1343       csit-vpp-perf-report-iterative-2009-2n-skx:
1344         - 35  # rls2009 NDRPDR iter env 5
1345         - 36  # rls2009 NDRPDR iter env 5
1346         - 37  # rls2009 NDRPDR iter env 5
1347         - 39  # rls2009 NDRPDR iter env 5
1348         - 40  # rls2009 NDRPDR iter env 5
1349         - 42  # rls2009 NDRPDR iter env 5
1350         - 43  # rls2009 NDRPDR iter env 5
1351         - 44  # rls2009 NDRPDR iter env 5
1352         - 46  # rls2009 NDRPDR iter env 5
1353         - 48  # rls2009 NDRPDR iter env 5
1354         - 51  # rls2009 NDRPDR iter NAT44 env 5
1355         - 52  # rls2009 NDRPDR iter NAT44 env 5
1356         - 53  # rls2009 NDRPDR iter NAT44 env 5
1357         - 54  # rls2009 NDRPDR iter NAT44 env 5
1358         - 55  # rls2009 NDRPDR iter NAT44 env 5
1359         - 56  # rls2009 NDRPDR iter NAT44 env 5
1360         - 57  # rls2009 NDRPDR iter NAT44 env 5
1361         - 58  # rls2009 NDRPDR iter NAT44 env 5
1362         - 59  # rls2009 NDRPDR iter NAT44 env 5
1363         - 60  # rls2009 NDRPDR iter NAT44 env 5
1364     vpp-compare-testbeds-skx-clx-cmp:
1365       # TODO: Add:
1366       csit-vpp-perf-report-iterative-2009-2n-clx:
1367         - 36  # rls2009 NDRPDR iter env 5
1368         - 38  # rls2009 NDRPDR iter env 5
1369         - 39  # rls2009 NDRPDR iter env 5
1370         - 40  # rls2009 NDRPDR iter env 5
1371         - 41  # rls2009 NDRPDR iter env 5
1372         - 42  # rls2009 NDRPDR iter env 5
1373         - 64  # rls2009 NDRPDR iter env 5
1374
1375     vpp-compare-testbeds-hsw-clx-ref:
1376       csit-vpp-perf-report-iterative-2009-3n-hsw:
1377         - 21  # rls2009 NDRPDR iter env 5
1378         - 22  # rls2009 NDRPDR iter env 5
1379         - 24  # rls2009 NDRPDR iter env 5
1380         - 25  # rls2009 NDRPDR iter env 5
1381         - 26  # rls2009 NDRPDR iter env 5
1382         - 27  # rls2009 NDRPDR iter env 5
1383         - 28  # rls2009 NDRPDR iter env 5
1384         - 29  # rls2009 NDRPDR iter env 5
1385         - 30  # rls2009 NDRPDR iter env 5
1386         - 31  # rls2009 NDRPDR iter env 5
1387     vpp-compare-testbeds-hsw-clx-cmp:
1388       # TODO: Add:
1389       csit-vpp-perf-report-iterative-2009-2n-clx:
1390         - 36  # rls2009 NDRPDR iter env 5
1391         - 38  # rls2009 NDRPDR iter env 5
1392         - 39  # rls2009 NDRPDR iter env 5
1393         - 40  # rls2009 NDRPDR iter env 5
1394         - 41  # rls2009 NDRPDR iter env 5
1395         - 42  # rls2009 NDRPDR iter env 5
1396         - 64  # rls2009 NDRPDR iter env 5
1397
1398     vpp-compare-testbeds-mrr-ref:
1399       csit-vpp-perf-report-iterative-2009-3n-hsw:
1400         - 23  # rls2009 MRR iter env 5
1401     vpp-compare-testbeds-mrr-cmp:
1402       csit-vpp-perf-report-iterative-2009-3n-skx:
1403         - 24  # rls2009 MRR iter env 5
1404
1405     vpp-compare-testbeds-mrr-skx-clx-ref:
1406       csit-vpp-perf-report-iterative-2009-2n-skx:
1407         - 26  # rls2009 MRR iter env 5
1408     vpp-compare-testbeds-mrr-skx-clx-cmp:
1409       csit-vpp-perf-report-iterative-2009-2n-clx:
1410         - 35  # rls2009 MRR iter env 5
1411
1412     vpp-compare-testbeds-mrr-hsw-clx-ref:
1413       csit-vpp-perf-report-iterative-2009-3n-hsw:
1414         - 23  # rls2009 MRR iter env 5
1415     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1416       csit-vpp-perf-report-iterative-2009-2n-clx:
1417         - 35  # rls2009 MRR iter env 5
1418
1419     dpdk-compare-testbeds-ref:
1420       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1421         - 6   # NDRPDR iter env5
1422         - 7   # NDRPDR iter env5
1423         - 8   # NDRPDR iter env5
1424         - 9   # NDRPDR iter env5
1425         - 10  # NDRPDR iter env5
1426         - 11  # NDRPDR iter env5
1427         - 12  # NDRPDR iter env5
1428         - 13  # NDRPDR iter env5
1429         - 14  # NDRPDR iter env5
1430         - 15  # NDRPDR iter env5
1431     dpdk-compare-testbeds-cmp:
1432       csit-dpdk-perf-report-iterative-2009-3n-skx:
1433         - 4   # NDRPDR sel env5
1434         - 5   # NDRPDR sel env5
1435         - 6   # NDRPDR sel env5
1436         - 7   # NDRPDR sel env5
1437         - 8   # NDRPDR sel env5
1438         - 9   # NDRPDR sel env5
1439         - 14  # NDRPDR sel env5
1440         - 11  # NDRPDR sel env5
1441         - 12  # NDRPDR sel env5
1442         - 13  # NDRPDR sel env5
1443
1444     dpdk-compare-testbeds-skx-clx-ref:
1445       csit-dpdk-perf-report-iterative-2009-2n-skx:
1446         - 4   # NDRPDR iter env5
1447         - 5   # NDRPDR iter env5
1448         - 6   # NDRPDR iter env5
1449         - 7   # NDRPDR iter env5
1450         - 8   # NDRPDR iter env5
1451         - 9   # NDRPDR iter env5
1452         - 10  # NDRPDR iter env5
1453         - 11  # NDRPDR iter env5
1454         - 12  # NDRPDR iter env5
1455         - 13  # NDRPDR iter env5
1456     dpdk-compare-testbeds-skx-clx-cmp:
1457       csit-dpdk-perf-report-iterative-2009-2n-clx:
1458         - 4   # NDRPDR iter env5
1459         - 5   # NDRPDR iter env5
1460         - 6   # NDRPDR iter env5
1461         - 7   # NDRPDR iter env5
1462         - 8   # NDRPDR iter env5
1463         - 9   # NDRPDR iter env5
1464         - 10  # NDRPDR iter env5
1465         - 11  # NDRPDR iter env5
1466         - 12  # NDRPDR iter env5
1467         - 13  # NDRPDR iter env5
1468
1469     # Compare topologies
1470
1471     vpp-compare-topologies-ref:
1472       # TODO: Add:
1473       csit-vpp-perf-report-iterative-2009-3n-skx:
1474         - 26  # rls2009 NDRPDR iter env 5
1475         - 27  # rls2009 NDRPDR iter env 5
1476         - 28  # rls2009 NDRPDR iter env 5
1477         - 29  # rls2009 NDRPDR iter env 5
1478     vpp-compare-topologies-cmp:
1479       csit-vpp-perf-report-iterative-2009-2n-skx:
1480         - 35  # rls2009 NDRPDR iter env 5
1481         - 36  # rls2009 NDRPDR iter env 5
1482         - 37  # rls2009 NDRPDR iter env 5
1483         - 39  # rls2009 NDRPDR iter env 5
1484         - 40  # rls2009 NDRPDR iter env 5
1485         - 42  # rls2009 NDRPDR iter env 5
1486         - 43  # rls2009 NDRPDR iter env 5
1487         - 44  # rls2009 NDRPDR iter env 5
1488         - 46  # rls2009 NDRPDR iter env 5
1489         - 48  # rls2009 NDRPDR iter env 5
1490
1491     vpp-compare-topologies-mrr-ref:
1492       csit-vpp-perf-report-iterative-2009-3n-skx:
1493         - 24  # rls2009 MRR iter env 5
1494     vpp-compare-topologies-mrr-cmp:
1495       csit-vpp-perf-report-iterative-2009-2n-skx:
1496         - 26  # rls2009 MRR iter env 5
1497
1498     dpdk-compare-topologies-ref:
1499       csit-dpdk-perf-report-iterative-2009-3n-skx:
1500         - 4   # NDRPDR sel env5
1501         - 5   # NDRPDR sel env5
1502         - 6   # NDRPDR sel env5
1503         - 7   # NDRPDR sel env5
1504         - 8   # NDRPDR sel env5
1505         - 9   # NDRPDR sel env5
1506         - 14  # NDRPDR sel env5
1507         - 11  # NDRPDR sel env5
1508         - 12  # NDRPDR sel env5
1509         - 13  # NDRPDR sel env5
1510     dpdk-compare-topologies-cmp:
1511       csit-dpdk-perf-report-iterative-2009-2n-skx:
1512         - 4   # NDRPDR iter env5
1513         - 5   # NDRPDR iter env5
1514         - 6   # NDRPDR iter env5
1515         - 7   # NDRPDR iter env5
1516         - 8   # NDRPDR iter env5
1517         - 9   # NDRPDR iter env5
1518         - 10  # NDRPDR iter env5
1519         - 11  # NDRPDR iter env5
1520         - 12  # NDRPDR iter env5
1521         - 13  # NDRPDR iter env5
1522
1523   plot-layouts:
1524
1525     plot-soak-throughput:
1526       titlefont:
1527         size: 16
1528       xaxis:
1529         title: "<b>Test Cases [Index]</b>"
1530         titlefont:
1531           size: 14
1532         autorange: True
1533         fixedrange: False
1534         gridcolor: "rgb(230, 230, 230)"
1535         linecolor: "rgb(220, 220, 220)"
1536         linewidth: 1
1537         showgrid: True
1538         showline: True
1539         showticklabels: True
1540         tickcolor: "rgb(220, 220, 220)"
1541         tickmode: "linear"
1542         tickfont:
1543           size: 14
1544         zeroline: False
1545       yaxis:
1546         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1547         titlefont:
1548           size: 14
1549         gridcolor: "rgb(230, 230, 230)"
1550         hoverformat: ".4r"
1551         tickformat: ".3r"
1552         linecolor: "rgb(220, 220, 220)"
1553         linewidth: 1
1554         showgrid: True
1555         showline: True
1556         showticklabels: True
1557         tickcolor: "rgb(220, 220, 220)"
1558         tickfont:
1559           size: 14
1560         zeroline: False
1561         range: [0,50]
1562       autosize: False
1563       margin:
1564         t: 50
1565         b: 0
1566         l: 80
1567         r: 20
1568       showlegend: True
1569       legend:
1570         orientation: "h"
1571         font:
1572           size: 14
1573       width: 700
1574       height: 900
1575       paper_bgcolor: "#fff"
1576       plot_bgcolor: "#fff"
1577       hoverlabel:
1578         namelength: -1
1579
1580     plot-service-density:
1581       titlefont:
1582         size: 16
1583       xaxis:
1584         side: "top"
1585         autorange: True
1586         fixedrange: False
1587         showgrid: False
1588         showline: False
1589         showticklabels: False
1590         ticks: ""
1591         ticklen: 0
1592         tickwidth: 0
1593         zeroline: False
1594       yaxis:
1595         autorange: "reversed"
1596         showgrid: False
1597         showline: False
1598         showticklabels: False
1599         ticks: ""
1600         ticklen: 0
1601         tickwidth: 0
1602         zeroline: False
1603       showlegend: False
1604       paper_bgcolor: "#fff"
1605       plot_bgcolor: "#fff"
1606       width: 700
1607       height: 700
1608       hoverlabel:
1609         namelength: -1
1610
1611     plot-hoststack:
1612       titlefont:
1613         size: 16
1614       xaxis:
1615         title: "<b>Test Cases [Index]</b>"
1616         titlefont:
1617           size: 14
1618         autorange: True
1619         fixedrange: False
1620         gridcolor: "rgb(230, 230, 230)"
1621         linecolor: "rgb(220, 220, 220)"
1622         linewidth: 1
1623         showgrid: True
1624         showline: True
1625         showticklabels: True
1626         tickcolor: "rgb(220, 220, 220)"
1627         tickmode: "linear"
1628         tickfont:
1629           size: 14
1630         zeroline: False
1631       yaxis:
1632         title: "<b>Bandwidth [Gbps]</b>"
1633         titlefont:
1634           size: 14
1635         gridcolor: "rgb(230, 230, 230)"
1636         hoverformat: ".4s"
1637         linecolor: "rgb(220, 220, 220)"
1638         linewidth: 1
1639         rangemode: "tozero"
1640         showgrid: True
1641         showline: True
1642         showticklabels: True
1643         tickcolor: "rgb(230, 230, 230)"
1644         tickformat: ".3s"
1645         tickfont:
1646           size: 14
1647         zeroline: False
1648       autosize: False
1649       margin:
1650         t: 50
1651         b: 20
1652         l: 80
1653         r: 20
1654       showlegend: True
1655       legend:
1656         orientation: "h"
1657         font:
1658           size: 14
1659       width: 700
1660       height: 800
1661       paper_bgcolor: "#fff"
1662       plot_bgcolor: "#fff"
1663       hoverlabel:
1664         namelength: -1
1665
1666     plot-throughput:
1667       titlefont:
1668         size: 16
1669       xaxis:
1670         title: "<b>Test Cases [Index]</b>"
1671         titlefont:
1672           size: 14
1673         autorange: True
1674         fixedrange: False
1675         gridcolor: "rgb(230, 230, 230)"
1676         linecolor: "rgb(220, 220, 220)"
1677         linewidth: 1
1678         showgrid: True
1679         showline: True
1680         showticklabels: True
1681         tickcolor: "rgb(220, 220, 220)"
1682         tickmode: "linear"
1683         tickfont:
1684           size: 14
1685         zeroline: False
1686       yaxis:
1687         title: "<b>Packet Throughput [Mpps]</b>"
1688         titlefont:
1689           size: 14
1690         gridcolor: "rgb(230, 230, 230)"
1691         hoverformat: ".4r"
1692         tickformat: ".3r"
1693         linecolor: "rgb(220, 220, 220)"
1694         linewidth: 1
1695         showgrid: True
1696         showline: True
1697         showticklabels: True
1698         tickcolor: "rgb(220, 220, 220)"
1699         tickfont:
1700           size: 14
1701         zeroline: False
1702         range: [0,50]
1703       autosize: False
1704       margin:
1705         t: 50
1706         b: 0
1707         l: 80
1708         r: 20
1709       showlegend: True
1710       legend:
1711         orientation: "h"
1712         font:
1713           size: 14
1714       width: 700
1715       height: 900
1716       paper_bgcolor: "#fff"
1717       plot_bgcolor: "#fff"
1718       hoverlabel:
1719         namelength: -1
1720
1721     plot-throughput-speedup-analysis:
1722       titlefont:
1723         size: 16
1724       xaxis:
1725         title: "<b>Number of Cores [Qty]</b>"
1726         titlefont:
1727           size: 14
1728         autorange: True
1729         fixedrange: False
1730         gridcolor: "rgb(230, 230, 230)"
1731         linecolor: "rgb(220, 220, 220)"
1732         linewidth: 1
1733         showgrid: True
1734         showline: True
1735         showticklabels: True
1736         tickcolor: "rgb(238, 238, 238)"
1737         tickmode: "linear"
1738         tickfont:
1739           size: 14
1740         zeroline: False
1741       yaxis:
1742         title: "<b>Packet Throughput [Mpps]</b>"
1743         titlefont:
1744           size: 14
1745         type: "linear"
1746         gridcolor: "rgb(230, 230, 230)"
1747         hoverformat: ".4s"
1748         linecolor: "rgb(220, 220, 220)"
1749         linewidth: 1
1750         showgrid: True
1751         showline: True
1752         showticklabels: True
1753         tickcolor: "rgb(220, 220, 220)"
1754         tickformat: ".4s"
1755         tickfont:
1756           size: 14
1757         zeroline: True
1758         rangemode: "tozero"
1759         range: [0,100]
1760       legend:
1761         orientation: "h"
1762         font:
1763           size: 14
1764         xanchor: "left"
1765         yanchor: "top"
1766         x: 0
1767         y: -0.2
1768         bgcolor: "rgba(255, 255, 255, 0)"
1769         bordercolor: "rgba(255, 255, 255, 0)"
1770         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1771       autosize: False
1772       margin:
1773           't': 50
1774           'b': 150
1775           'l': 85
1776           'r': 10
1777       showlegend: True
1778       width: 700
1779       height: 700
1780       paper_bgcolor: "#fff"
1781       plot_bgcolor: "#fff"
1782       hoverlabel:
1783         namelength: -1
1784       annotations: [
1785         {
1786           text: "_ _          __          ...",
1787           align: "left",
1788           showarrow: False,
1789           xref: "paper",
1790           yref: "paper",
1791           xanchor: "left",
1792           yanchor: "top",
1793           x: 0,
1794           y: -0.13,
1795           font: {
1796             family: "Consolas, Courier New",
1797             size: 13
1798           },
1799         },
1800         {
1801           text: "    Perfect     Measured     Limit",
1802           align: "left",
1803           showarrow: False,
1804           xref: "paper",
1805           yref: "paper",
1806           xanchor: "left",
1807           yanchor: "top",
1808           x: 0,
1809           y: -0.15,
1810           font: {
1811             family: "Consolas, Courier New",
1812             size: 13
1813           },
1814         },
1815       ]
1816
1817     plot-latency:
1818       titlefont:
1819         size: 16
1820       xaxis:
1821         title: "<b>Direction</b>"
1822         titlefont:
1823           size: 14
1824         autorange: True
1825         fixedrange: False
1826         gridcolor: "rgb(230, 230, 230)"
1827         linecolor: "rgb(220, 220, 220)"
1828         linewidth: 1
1829         showgrid: True
1830         showline: True
1831         showticklabels: False
1832         tickcolor: "rgb(220, 220, 220)"
1833         tickmode: "linear"
1834         tickfont:
1835           size: 14
1836         zeroline: False
1837       yaxis:
1838         title: "<b>Packet Latency [uSec]</b>"
1839         titlefont:
1840           size: 14
1841         type: "linear"
1842         gridcolor: "rgb(230, 230, 230)"
1843         hoverformat: ".4s"
1844         linecolor: "rgb(220, 220, 220)"
1845         linewidth: 1
1846         showgrid: True
1847         showline: True
1848         showticklabels: True
1849         tickcolor: "rgb(220, 220, 220)"
1850         tickformat: ".4s"
1851         tickfont:
1852           size: 14
1853         zeroline: True
1854         rangemode: "tozero"
1855       legend:
1856         orientation: "h"
1857         font:
1858           size: 14
1859         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1860       autosize: False
1861       margin:
1862           't': 50
1863           'b': 150
1864           'l': 80
1865           'r': 10
1866       showlegend: True
1867       width: 700
1868       height: 700
1869       paper_bgcolor: "#fff"
1870       plot_bgcolor: "#fff"
1871       hoverlabel:
1872         namelength: -1
1873
1874     plot-hdrh-latency:
1875       title:
1876         text: ""
1877         xanchor: "center"
1878         x: 0.5
1879         font:
1880           size: 16
1881       width: 700
1882       plot_bgcolor: "white"
1883       annotations:
1884         - font:
1885             size: 14
1886           showarrow: False
1887           text: "<b>Packet Latency [uSec]</b>"
1888           x: 1
1889           xanchor: "right"
1890           xref: "paper"
1891           y: -0.045
1892           yanchor: "top"
1893           yref: "paper"
1894         - font:
1895             size: 14
1896           showarrow: False
1897           text: "<b>Probability [%]</b>"
1898           textangle: 270
1899           x: -0.06
1900           xanchor: "center"
1901           xref: "paper"
1902           y: 0.5
1903           yanchor: "middle"
1904           yref: "paper"
1905         - font:
1906             size: 14
1907           showarrow: False
1908           text: "<b>Direction: E-W</b>"
1909           x: 0.24
1910           xanchor: "center"
1911           xref: "paper"
1912           y: 1.05
1913           yanchor: "bottom"
1914           yref: "paper"
1915         - font:
1916             size: 14
1917           showarrow: False
1918           text: "<b>Direction: W-E</b>"
1919           x: 0.74
1920           xanchor: "center"
1921           xref: "paper"
1922           y: 1.05
1923           yanchor: "bottom"
1924           yref: "paper"
1925
1926     plot-hdrh-latency-percentile:
1927       title:
1928         text: ""
1929         xanchor: "center"
1930         x: 0.5
1931         font:
1932           size: 16
1933       xaxis:
1934         type: "log"
1935         title: "<b>Percentile [%]</b>"
1936         titlefont:
1937           size: 14
1938         autorange: True
1939         fixedrange: False
1940         gridcolor: "rgb(230, 230, 230)"
1941         linecolor: "rgb(220, 220, 220)"
1942         linewidth: 1
1943         showgrid: True
1944         showline: True
1945         showticklabels: True
1946         tickcolor: "rgb(220, 220, 220)"
1947         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
1948         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
1949         tickfont:
1950           size: 14
1951       yaxis:
1952         title: "<b>Packet Latency [uSec]</b>"
1953         titlefont:
1954           size: 14
1955         gridcolor: "rgb(230, 230, 230)"
1956         linecolor: "rgb(220, 220, 220)"
1957         linewidth: 1
1958         showgrid: True
1959         showline: True
1960         showticklabels: True
1961         tickcolor: "rgb(220, 220, 220)"
1962         tickfont:
1963           size: 14
1964       autosize: False
1965       showlegend: True
1966       legend:
1967         traceorder: "normal"
1968         orientation: "h"
1969         font:
1970           size: 14
1971         xanchor: "left"
1972         yanchor: "top"
1973         x: 0
1974         y: -0.15
1975         bgcolor: "rgba(255, 255, 255, 0)"
1976         bordercolor: "rgba(255, 255, 255, 0)"
1977       width: 700
1978       height: 700
1979       paper_bgcolor: "white"
1980       plot_bgcolor: "white"
1981
1982     plot-hdrh-latency-by-percentile:
1983       title:
1984         text: "<b>Latency by Percentile Distribution</b>"
1985         xanchor: "center"
1986         x: 0.5
1987         font:
1988           size: 18
1989       showlegend: True
1990       legend:
1991         traceorder: "normal"
1992         orientation: "h"
1993         font:
1994           size: 16
1995         xanchor: "left"
1996         yanchor: "top"
1997         x: 0
1998         y: -0.2
1999         bgcolor: "rgba(255, 255, 255, 0)"
2000         bordercolor: "rgba(255, 255, 255, 0)"
2001       xaxis:
2002         type: "linear"
2003         title: "<b>Percentile [%]</b>"
2004         titlefont:
2005           size: 14
2006         autorange: False
2007         fixedrange: False
2008         range: [0, 100]
2009         gridcolor: "rgb(230, 230, 230)"
2010         linecolor: "rgb(220, 220, 220)"
2011         linewidth: 1
2012         showgrid: True
2013         showline: True
2014         showticklabels: True
2015         tickcolor: "rgb(220, 220, 220)"
2016         tickvals: [0, 25, 50, 75, 100]
2017         ticktext: [0, 25, 50, 75, 100]
2018         tickfont:
2019           size: 14
2020       yaxis:
2021         title: "<b>One-Way Latency per Direction [uSec]</b>"
2022         titlefont:
2023           size: 14
2024         gridcolor: "rgb(230, 230, 230)"
2025         linecolor: "rgb(220, 220, 220)"
2026         linewidth: 1
2027         showgrid: True
2028         showline: True
2029         showticklabels: True
2030         tickcolor: "rgb(220, 220, 220)"
2031         tickfont:
2032           size: 14
2033       width: 700
2034       height: 700
2035       paper_bgcolor: "white"
2036       plot_bgcolor: "white"
2037
2038 - type: "static"
2039   src-path: "{DIR[RST]}"
2040   dst-path: "{DIR[WORKING,SRC]}"
2041
2042 - type: "input"
2043   general:
2044     file-name: "output_info.xml.gz"
2045     file-format: ".gz"
2046     arch-file-format:
2047       - ".gz"
2048       - ".zip"
2049     download-path: "{job}/{build}/archives/{filename}"
2050     extract: "output.xml"
2051
2052     zip-file-name: "robot-plugin.zip"
2053     zip-file-format: ".zip"
2054     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2055     zip-extract: "robot-plugin/output.xml"
2056
2057   builds:
2058
2059     csit-vpp-perf-verify-2001-3n-hsw:
2060       - 17  # MRR sel
2061     csit-vpp-perf-report-iterative-2005-3n-hsw:
2062       - 20  # NDRPDR sel env 4
2063       - 21  # NDRPDR sel env 4
2064       - 22  # NDRPDR sel env 4
2065       - 23  # NDRPDR sel env 4
2066       - 24  # NDRPDR sel env 4
2067       - 25  # NDRPDR sel env 4
2068       - 26  # NDRPDR sel env 4
2069       - 27  # NDRPDR sel env 4
2070       - 28  # NDRPDR sel env 4
2071       - 29  # NDRPDR sel env 4
2072       - 30  # MRR env 4
2073       - 31  # NDRPDR sel 2001.0-4
2074       - 32  # NDRPDR sel 2001.0-4
2075       - 33  # NDRPDR sel 2001.0-4
2076       - 34  # NDRPDR sel 2001.0-4
2077       - 35  # NDRPDR sel 2001.0-4
2078       - 36  # NDRPDR sel 2001.0-4
2079       - 38  # NDRPDR sel 2001.0-4
2080     csit-vpp-perf-report-iterative-2009-3n-hsw:
2081       - 18  # rls2005 MRR iter env 5
2082       - 9   # rls2005 NDRPDR iter env 5
2083       - 10  # rls2005 NDRPDR iter env 5
2084       - 11  # rls2005 NDRPDR iter env 5
2085       - 12  # rls2005 NDRPDR iter env 5
2086       - 13  # rls2005 NDRPDR iter env 5
2087       - 14  # rls2005 NDRPDR iter env 5
2088       - 15  # rls2005 NDRPDR iter env 5
2089       - 16  # rls2005 NDRPDR iter env 5
2090       - 17  # rls2005 NDRPDR iter env 5
2091       - 19  # rls2005 NDRPDR iter env 5
2092       - 23  # rls2009 MRR iter env 5
2093       - 21  # rls2009 NDRPDR iter env 5
2094       - 22  # rls2009 NDRPDR iter env 5
2095       - 24  # rls2009 NDRPDR iter env 5
2096       - 25  # rls2009 NDRPDR iter env 5
2097       - 26  # rls2009 NDRPDR iter env 5
2098       - 27  # rls2009 NDRPDR iter env 5
2099       - 28  # rls2009 NDRPDR iter env 5
2100       - 29  # rls2009 NDRPDR iter env 5
2101       - 30  # rls2009 NDRPDR iter env 5
2102       - 31  # rls2009 NDRPDR iter env 5
2103       - 32  # rls2009 Hoststack iter env 5
2104       - 33  # rls2009 Hoststack iter env 5
2105       - 34  # rls2009 Hoststack iter env 5
2106       - 35  # rls2009 Hoststack iter env 5
2107       - 36  # rls2009 Hoststack iter env 5
2108       - 37  # rls2009 Hoststack iter env 5
2109       - 38  # rls2009 Hoststack iter env 5
2110       - 39  # rls2009 Hoststack iter env 5
2111       - 40  # rls2009 Hoststack iter env 5
2112       - 41  # rls2009 Hoststack iter env 5
2113     csit-vpp-perf-report-coverage-2009-3n-hsw:
2114       - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
2115       - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
2116       - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
2117       - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
2118       - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
2119       - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
2120       - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
2121       - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
2122       - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
2123       - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
2124       - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
2125       - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
2126       - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
2127       - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
2128       - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
2129       - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
2130       - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
2131       - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
2132       - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
2133       - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
2134       - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
2135       - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
2136       - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
2137       - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
2138       - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
2139       - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
2140       - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
2141       - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
2142       - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
2143       - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
2144       - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
2145       - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
2146       - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
2147       - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
2148       - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
2149
2150     csit-vpp-perf-verify-2001-3n-skx:
2151       - 50  # MRR sel
2152       - 53  # MRR sel addition
2153     csit-vpp-perf-report-iterative-2005-3n-skx:
2154       - 4   # NDRPDR sel
2155       - 5   # NDRPDR sel ??? all x710 failed
2156       - 33  # NDRPDR sel
2157       - 28  # NDRPDR sel
2158       - 34  # NDRPDR sel
2159       - 42  # NDRPDR sel env 4
2160       - 43  # NDRPDR sel env 4
2161       - 44  # NDRPDR sel env 4
2162       - 45  # NDRPDR sel env 4
2163       - 47  # NDRPDR sel env 4
2164       - 55  # NDRPDR sel env 4
2165       - 56  # NDRPDR sel env 4
2166       - 57  # NDRPDR sel env 4
2167       - 61  # NDRPDR sel env 4
2168       - 62  # NDRPDR sel env 4
2169       - 50  # NDRPDR sel 2001.0-4
2170       - 51  # NDRPDR sel 2001.0-4
2171       - 52  # NDRPDR sel 2001.0-4
2172       - 53  # NDRPDR sel 2001.0-4
2173       - 54  # NDRPDR sel 2001.0-4
2174       - 49  # MRR sel env 4
2175     # TODO: Add:
2176     csit-vpp-perf-report-iterative-2009-3n-skx:
2177       - 17  # rls2005 MRR iter env 5
2178       - 13  # rls2005 NDRPDR iter env 5
2179       - 18  # rls2005 NDRPDR iter env 5
2180       - 19  # rls2005 NDRPDR iter env 5
2181       - 24  # rls2009 MRR iter env 5
2182       - 26  # rls2009 NDRPDR iter env 5
2183       - 27  # rls2009 NDRPDR iter env 5
2184       - 28  # rls2009 NDRPDR iter env 5
2185       - 29  # rls2009 NDRPDR iter env 5
2186     # TODO: Add:
2187 #    csit-vpp-perf-report-coverage-2009-3n-skx:
2188 #      -
2189
2190     csit-vpp-perf-verify-2001-2n-skx:
2191       - 101  # MRR sel - old
2192       - 128  # MRR sel addition - old
2193     csit-vpp-perf-report-iterative-2005-2n-skx:
2194       - 88  # NDRPDR sel env 4
2195       - 89  # NDRPDR sel env 4
2196       - 90  # NDRPDR sel env 4
2197       - 91  # NDRPDR sel env 4
2198       - 92  # NDRPDR sel env 4
2199       - 93  # NDRPDR sel env 4
2200       - 94  # NDRPDR sel env 4
2201       - 125 # NDRPDR sel env 4
2202       - 126 # NDRPDR sel env 4
2203       - 127 # NDRPDR sel env 4
2204       - 100 # NDRPDR sel 2001.0-4
2205       - 101 # NDRPDR sel 2001.0-4
2206       - 102 # NDRPDR sel 2001.0-4
2207       - 103 # NDRPDR sel 2001.0-4
2208       - 104 # NDRPDR sel 2001.0-4
2209       - 105 # NDRPDR sel 2001.0-4
2210       - 99  # MRR sel env 4
2211     # TODO: Add:
2212     csit-vpp-perf-report-iterative-2009-2n-skx:
2213       - 20  # rls2005 MRR iter env 5
2214       - 13  # rls2005 NDRPDR iter env 5
2215       - 16  # rls2005 NDRPDR iter env 5
2216       - 17  # rls2005 NDRPDR iter env 5
2217       - 18  # rls2005 NDRPDR iter env 5
2218       - 19  # rls2005 NDRPDR iter env 5
2219       - 21  # rls2005 NDRPDR iter env 5
2220       - 22  # rls2005 NDRPDR iter env 5
2221       - 23  # rls2005 NDRPDR iter env 5
2222       - 24  # rls2005 NDRPDR iter env 5
2223       - 25  # rls2005 NDRPDR iter env 5
2224       - 26  # rls2009 MRR iter env 5
2225       - 35  # rls2009 NDRPDR iter env 5
2226       - 36  # rls2009 NDRPDR iter env 5
2227       - 37  # rls2009 NDRPDR iter env 5
2228       - 39  # rls2009 NDRPDR iter env 5
2229       - 40  # rls2009 NDRPDR iter env 5
2230       - 42  # rls2009 NDRPDR iter env 5
2231       - 43  # rls2009 NDRPDR iter env 5
2232       - 44  # rls2009 NDRPDR iter env 5
2233       - 46  # rls2009 NDRPDR iter env 5
2234       - 48  # rls2009 NDRPDR iter env 5
2235       - 51  # rls2009 NDRPDR iter NAT44 env 5
2236       - 52  # rls2009 NDRPDR iter NAT44 env 5
2237       - 53  # rls2009 NDRPDR iter NAT44 env 5
2238       - 54  # rls2009 NDRPDR iter NAT44 env 5
2239       - 55  # rls2009 NDRPDR iter NAT44 env 5
2240       - 56  # rls2009 NDRPDR iter NAT44 env 5
2241       - 57  # rls2009 NDRPDR iter NAT44 env 5
2242       - 58  # rls2009 NDRPDR iter NAT44 env 5
2243       - 59  # rls2009 NDRPDR iter NAT44 env 5
2244       - 60  # rls2009 NDRPDR iter NAT44 env 5
2245       - 38  # rls2009 nf-density iter env 5
2246       - 41  # rls2009 nf-density iter env 5
2247       - 45  # rls2009 nf-density iter env 5
2248       - 47  # rls2009 nf-density iter env 5
2249       - 49  # rls2009 nf-density iter env 5
2250       - 63  # rls2009 nf-density iter env 5
2251       - 65  # rls2009 nf-density iter env 5
2252       - 66  # rls2009 nf-density iter env 5
2253       - 71  # rls2009 nf-density iter env 5
2254       - 72  # rls2009 nf-density iter env 5
2255       - 50  # rls2009 MRR nf-density iter env 5
2256       - 27  # rls2009 reconf env 5
2257       - 28  # rls2009 reconf env 5
2258       - 29  # rls2009 reconf env 5
2259       - 30  # rls2009 reconf env 5
2260       - 31  # rls2009 reconf env 5
2261       - 32  # rls2009 reconf env 5
2262       - 61  # rls2009 reconf env 5
2263       - 62  # rls2009 reconf env 5
2264       - 68  # rls2009 reconf env 5
2265       - 70  # rls2009 reconf env 5
2266       - 33  # rls2009 soak env 5
2267       - 34  # rls2009 soak env 5
2268     # TODO: Add:
2269     csit-vpp-perf-report-coverage-2009-2n-skx:
2270       - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
2271       - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
2272       - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
2273       - 13  # rls2009 NDRPDR cov 2n-skx-ip4-05
2274       - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
2275       - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
2276       - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
2277       - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
2278       - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
2279
2280     csit-vpp-perf-verify-2001-2n-clx:
2281       - 39  # MRR
2282     csit-vpp-perf-report-iterative-2005-2n-clx:
2283       - 62  # NDRPDR sel env 4
2284       - 63  # NDRPDR sel env 4
2285       - 64  # NDRPDR sel env 4
2286       - 65  # NDRPDR sel env 4
2287       - 66  # NDRPDR sel env 4
2288       - 68  # NDRPDR sel env 4
2289       - 69  # NDRPDR sel env 4
2290       - 70  # NDRPDR sel env 4
2291       - 103 # NDRPDR sel env 4
2292       - 104 # NDRPDR sel env 4
2293       - 73  # NDRPDR sel 2001.0-4
2294       - 74  # NDRPDR sel 2001.0-4
2295       - 75  # NDRPDR sel 2001.0-4
2296       - 76  # NDRPDR sel 2001.0-4
2297       - 77  # NDRPDR sel 2001.0-4
2298       - 78  # NDRPDR sel 2001.0-4
2299       - 79  # NDRPDR sel 2001.0-4
2300       - 80  # NDRPDR sel 2001.0-4
2301       - 72  # MRR env 4
2302     # TODO: Add:
2303     csit-vpp-perf-report-iterative-2009-2n-clx:
2304       - 16  # rls2005 MRR iter env 5
2305       - 13  # rls2005 NDRPDR iter env 5
2306       - 15  # rls2005 NDRPDR iter env 5
2307       - 17  # rls2005 NDRPDR iter env 5
2308       - 18  # rls2005 NDRPDR iter env 5
2309       - 19  # rls2005 NDRPDR iter env 5
2310       - 20  # rls2005 NDRPDR iter env 5
2311       - 21  # rls2005 NDRPDR iter env 5
2312       - 22  # rls2005 NDRPDR iter env 5
2313       - 23  # rls2005 NDRPDR iter env 5
2314       - 24  # rls2005 NDRPDR iter env 5
2315       - 35  # rls2009 MRR iter env 5
2316       - 36  # rls2009 NDRPDR iter env 5
2317       - 38  # rls2009 NDRPDR iter env 5
2318       - 39  # rls2009 NDRPDR iter env 5
2319       - 40  # rls2009 NDRPDR iter env 5
2320       - 41  # rls2009 NDRPDR iter env 5
2321       - 42  # rls2009 NDRPDR iter env 5
2322       - 64  # rls2009 NDRPDR iter env 5
2323       - 37  # rls2009 nf-density iter env 5
2324       - 43  # rls2009 nf-density iter env 5
2325       - 45  # rls2009 MRR nf-density iter env 5
2326       - 25  # rls2009 reconf env 5
2327       - 27  # rls2009 reconf env 5
2328       - 28  # rls2009 reconf env 5
2329       - 29  # rls2009 reconf env 5
2330       - 30  # rls2009 reconf env 5
2331       - 30  # rls2009 reconf env 5
2332       - 32  # rls2009 reconf env 5
2333       - 48  # rls2009 reconf env 5
2334       - 53  # rls2009 reconf env 5
2335       - 33  # rls2009 soak env 5
2336       - 34  # rls2009 soak env 5
2337     # TODO: Add:
2338 #    csit-vpp-perf-report-coverage-2009-2n-clx:
2339 #      -
2340
2341     csit-vpp-perf-verify-2001-3n-tsh:
2342       - 9   # MRR sel
2343     csit-vpp-perf-report-iterative-2005-3n-tsh:
2344       - 23  # NDRPDR sel env 4
2345       - 25  # NDRPDR sel env 4
2346       - 33  # NDRPDR sel env 4
2347       - 34  # NDRPDR sel env 4
2348       - 35  # NDRPDR sel env 4
2349       - 36  # NDRPDR sel env 4
2350       - 37  # NDRPDR sel env 4
2351       - 38  # NDRPDR sel env 4
2352       - 39  # NDRPDR sel env 4
2353       - 40  # NDRPDR sel env 4
2354       - 28  # NDRPDR sel 2001.0-4
2355       - 29  # NDRPDR sel 2001.0-4
2356       - 31  # NDRPDR sel 2001.0-4
2357       - 27  # MRR sel env 4
2358     # TODO: Add:
2359     csit-vpp-perf-report-iterative-2009-3n-tsh:
2360       - 8   # rls2005 NDRPDR iter env 5
2361       - 11  # rls2005 NDRPDR iter env 5
2362       - 12  # rls2005 NDRPDR iter env 5
2363       - 13  # rls2005 MRR iter env 5
2364       - 14  # rls2009 NDRPDR iter env 5
2365       - 15  # rls2006 MRR iter env 5
2366 #    csit-vpp-perf-report-coverage-2009-3n-tsh:
2367 #      -
2368
2369     csit-vpp-perf-verify-2001-3n-dnv:
2370       - 5   # NDRPDR sel
2371       - 6   # NDRPDR sel
2372       - 7   # NDRPDR sel
2373       - 8   # NDRPDR sel
2374       - 9   # NDRPDR sel
2375       - 10  # NDRPDR sel
2376       - 12  # NDRPDR sel
2377       - 16  # NDRPDR sel
2378       - 17  # NDRPDR sel
2379       - 18  # NDRPDR sel
2380       - 11  # MRR sel
2381     # TODO: Add:
2382     csit-vpp-perf-report-iterative-2009-3n-dnv:
2383       - 16  # rls2005 NDRPDR iter env 5
2384       - 19  # rls2005 MRR iter env 5
2385       - 3   # rls2009 NDRPDR iter env 5
2386       - 6   # rls2009 NDRPDR iter env 5
2387       - 7   # rls2009 NDRPDR iter env 5
2388       - 8   # rls2009 NDRPDR iter env 5
2389       - 10  # rls2009 NDRPDR iter env 5
2390       - 11  # rls2009 NDRPDR iter env 5
2391       - 12  # rls2009 NDRPDR iter env 5
2392       - 14  # rls2009 NDRPDR iter env 5
2393       - 15  # rls2009 NDRPDR iter env 5
2394       - 22  # rls2009 MRR iter env 5
2395     # TODO: Add:
2396     csit-vpp-perf-report-coverage-2009-3n-dnv:
2397       - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
2398       - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
2399       - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
2400       - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
2401
2402     csit-vpp-perf-verify-2001-2n-dnv:
2403       - 4   # NDRPDR sel
2404       - 5   # NDRPDR sel
2405       - 6   # NDRPDR sel
2406       - 7   # NDRPDR sel
2407       - 8   # NDRPDR sel
2408       - 9   # NDRPDR sel
2409       - 10  # NDRPDR sel
2410       - 11  # NDRPDR sel
2411       - 13  # NDRPDR sel
2412       - 16  # NDRPDR sel
2413       - 12  # MRR sel
2414     csit-vpp-perf-report-iterative-2009-2n-dnv:
2415       - 16  # rls2005 NDRPDR iter env 5
2416       - 17  # rls2005 NDRPDR iter env 5
2417       - 18  # rls2005 NDRPDR iter env 5
2418       - 19  # rls2005 NDRPDR iter env 5
2419       - 21  # rls2005 NDRPDR iter env 5
2420       - 24  # rls2005 NDRPDR iter env 5
2421       - 27  # rls2005 NDRPDR iter env 5
2422       - 28  # rls2005 NDRPDR iter env 5
2423       - 29  # rls2005 NDRPDR iter env 5
2424       - 30  # rls2005 NDRPDR iter env 5
2425       - 23  # rls2005 MRR iter env 5
2426       - 3   # rls2009 NDRPDR iter env 5
2427       - 5   # rls2009 NDRPDR iter env 5
2428       - 6   # rls2009 NDRPDR iter env 5
2429       - 7   # rls2009 NDRPDR iter env 5
2430       - 9   # rls2009 NDRPDR iter env 5
2431       - 10  # rls2009 NDRPDR iter env 5
2432       - 11  # rls2009 NDRPDR iter env 5
2433       - 12  # rls2009 NDRPDR iter env 5
2434       - 14  # rls2009 NDRPDR iter env 5
2435       - 15  # rls2009 NDRPDR iter env 5
2436       - 13  # rls2009 MRR iter env 5
2437     csit-vpp-perf-report-coverage-2009-2n-dnv:
2438       - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
2439       - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
2440       - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
2441       - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
2442       - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
2443       - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
2444
2445     csit-dpdk-perf-verify-2001-3n-hsw:
2446       - 4   # NDRPDR sel
2447       - 5   # NDRPDR sel
2448       - 6   # NDRPDR sel
2449       - 7   # NDRPDR sel
2450       - 8   # NDRPDR sel
2451       - 9   # NDRPDR sel
2452       - 10  # NDRPDR sel
2453       - 11  # NDRPDR sel
2454       - 12  # NDRPDR sel
2455       - 13  # NDRPDR sel
2456       - 15  # NDRPDR sel
2457       - 16  # NDRPDR sel
2458       - 17  # NDRPDR sel
2459       - 18  # NDRPDR sel
2460       - 19  # NDRPDR sel
2461       - 20  # NDRPDR sel
2462       - 21  # NDRPDR sel
2463       - 22  # NDRPDR sel
2464       - 23  # NDRPDR sel
2465       - 24  # NDRPDR sel
2466     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2467       - 25  # NDRPDR iter
2468       - 26  # NDRPDR iter
2469       - 27  # NDRPDR iter
2470       - 28  # NDRPDR iter
2471       - 29  # NDRPDR iter
2472       - 30  # NDRPDR iter
2473       - 31  # NDRPDR iter
2474       - 32  # NDRPDR iter
2475       - 33  # NDRPDR iter
2476       - 34  # NDRPDR iter
2477     csit-dpdk-perf-report-iterative-2009-3n-hsw:
2478       - 6   # NDRPDR iter env5
2479       - 7   # NDRPDR iter env5
2480       - 8   # NDRPDR iter env5
2481       - 9   # NDRPDR iter env5
2482       - 10  # NDRPDR iter env5
2483       - 11  # NDRPDR iter env5
2484       - 12  # NDRPDR iter env5
2485       - 13  # NDRPDR iter env5
2486       - 14  # NDRPDR iter env5
2487       - 15  # NDRPDR iter env5
2488
2489     csit-dpdk-perf-verify-2001-3n-skx:
2490       - 29  # NDRPDR sel xxv710
2491       - 33  # NDRPDR sel xxv710
2492       - 34  # NDRPDR sel xxv710
2493       - 35  # NDRPDR sel xxv710
2494       - 36  # NDRPDR sel xxv710
2495       - 37  # NDRPDR sel xxv710
2496       - 41  # NDRPDR sel xxv710
2497       - 42  # NDRPDR sel xxv710
2498       - 43  # NDRPDR sel xxv710
2499       - 45  # NDRPDR sel xxv710
2500       - 30  # NDRPDR sel x710
2501       - 31  # NDRPDR sel x710
2502       - 32  # NDRPDR sel x710
2503       - 38  # NDRPDR sel x710
2504       - 39  # NDRPDR sel x710
2505       - 40  # NDRPDR sel x710
2506       - 44  # NDRPDR sel x710
2507       - 46  # NDRPDR sel x710
2508       - 47  # NDRPDR sel x710
2509       - 48  # NDRPDR sel x710
2510     csit-dpdk-perf-report-iterative-2005-3n-skx:
2511       - 28  # NDRPDR iter
2512       - 29  # NDRPDR iter
2513       - 30  # NDRPDR iter
2514       - 31  # NDRPDR iter
2515       - 32  # NDRPDR iter
2516       - 33  # NDRPDR iter
2517       - 34  # NDRPDR iter
2518       - 35  # NDRPDR iter
2519       - 36  # NDRPDR iter
2520       - 37  # NDRPDR iter
2521     csit-dpdk-perf-report-iterative-2009-3n-skx:
2522       - 4   # NDRPDR sel env5
2523       - 5   # NDRPDR sel env5
2524       - 6   # NDRPDR sel env5
2525       - 7   # NDRPDR sel env5
2526       - 8   # NDRPDR sel env5
2527       - 9   # NDRPDR sel env5
2528       - 14  # NDRPDR sel env5
2529       - 11  # NDRPDR sel env5
2530       - 12  # NDRPDR sel env5
2531       - 13  # NDRPDR sel env5
2532
2533     csit-dpdk-perf-verify-2001-2n-skx:
2534       - 35  # NDRPDR sel xxv710
2535       - 36  # NDRPDR sel xxv710
2536       - 37  # NDRPDR sel xxv710
2537       - 41  # NDRPDR sel xxv710
2538       - 42  # NDRPDR sel xxv710
2539       - 43  # NDRPDR sel xxv710
2540       - 46  # NDRPDR sel xxv710
2541       - 47  # NDRPDR sel xxv710
2542       - 52  # NDRPDR sel xxv710
2543       - 53  # NDRPDR sel xxv710
2544       - 38  # NDRPDR sel x710
2545       - 39  # NDRPDR sel x710
2546       - 40  # NDRPDR sel x710
2547       - 44  # NDRPDR sel x710
2548       - 45  # NDRPDR sel x710
2549       - 48  # NDRPDR sel x710
2550       - 49  # NDRPDR sel x710
2551       - 50  # NDRPDR sel x710
2552       - 51  # NDRPDR sel x710
2553       - 54  # NDRPDR sel x710
2554     csit-dpdk-perf-report-iterative-2005-2n-skx:
2555       - 20  # NDRPDR iter
2556       - 21  # NDRPDR iter
2557       - 22  # NDRPDR iter
2558       - 23  # NDRPDR iter
2559       - 24  # NDRPDR iter
2560       - 25  # NDRPDR iter
2561       - 26  # NDRPDR iter
2562       - 27  # NDRPDR iter
2563       - 28  # NDRPDR iter
2564       - 29  # NDRPDR iter
2565     csit-dpdk-perf-report-iterative-2009-2n-skx:
2566       - 4   # NDRPDR iter env5
2567       - 5   # NDRPDR iter env5
2568       - 6   # NDRPDR iter env5
2569       - 7   # NDRPDR iter env5
2570       - 8   # NDRPDR iter env5
2571       - 9   # NDRPDR iter env5
2572       - 10  # NDRPDR iter env5
2573       - 11  # NDRPDR iter env5
2574       - 12  # NDRPDR iter env5
2575       - 13  # NDRPDR iter env5
2576
2577     csit-dpdk-perf-verify-2001-2n-clx:
2578       - 15  # NDRPDR sel
2579       - 16  # NDRPDR sel
2580       - 17  # NDRPDR sel
2581       - 18  # NDRPDR sel
2582       - 19  # NDRPDR sel
2583       - 20  # NDRPDR sel
2584       - 21  # NDRPDR sel
2585       - 22  # NDRPDR sel
2586       - 23  # NDRPDR sel
2587       - 24  # NDRPDR sel
2588       - 25  # NDRPDR sel
2589       - 26  # NDRPDR sel
2590       - 27  # NDRPDR sel
2591       - 28  # NDRPDR sel
2592       - 29  # NDRPDR sel
2593       - 30  # NDRPDR sel
2594       - 31  # NDRPDR sel
2595       - 32  # NDRPDR sel
2596       - 33  # NDRPDR sel
2597       - 34  # NDRPDR sel
2598     csit-dpdk-perf-report-iterative-2005-2n-clx:
2599       - 20  # NDRPDR iter
2600       - 21  # NDRPDR iter
2601       - 22  # NDRPDR iter
2602       - 23  # NDRPDR iter
2603       - 24  # NDRPDR iter
2604       - 25  # NDRPDR iter
2605       - 26  # NDRPDR iter
2606       - 27  # NDRPDR iter
2607       - 28  # NDRPDR iter
2608       - 29  # NDRPDR iter
2609     csit-dpdk-perf-report-iterative-2009-2n-clx:
2610       - 4   # NDRPDR iter env5
2611       - 5   # NDRPDR iter env5
2612       - 6   # NDRPDR iter env5
2613       - 7   # NDRPDR iter env5
2614       - 8   # NDRPDR iter env5
2615       - 9   # NDRPDR iter env5
2616       - 10  # NDRPDR iter env5
2617       - 11  # NDRPDR iter env5
2618       - 12  # NDRPDR iter env5
2619       - 13  # NDRPDR iter env5
2620
2621 #    csit-dpdk-perf-verify-2001-2n-dnv:
2622 #      - 9   # NDRPDR sel
2623 #      - 10  # NDRPDR sel
2624 #      - 11  # NDRPDR sel
2625 #      - 12  # NDRPDR sel
2626 #      - 13  # NDRPDR sel
2627 #      - 14  # NDRPDR sel
2628 #      - 15  # NDRPDR sel
2629 #      - 16  # NDRPDR sel
2630 #      - 17  # NDRPDR sel
2631 #      - 18  # NDRPDR sel
2632 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
2633 #      # No data
2634 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
2635 #      # No data
2636
2637 #    csit-dpdk-perf-verify-2001-3n-dnv:
2638 #      - 12  # NDRPDR sel
2639 #      - 13  # NDRPDR sel
2640 #      - 14  # NDRPDR sel
2641 #      - 15  # NDRPDR sel
2642 #      - 16  # NDRPDR sel
2643 #      - 17  # NDRPDR sel
2644 #      - 18  # NDRPDR sel
2645 #      - 19  # NDRPDR sel
2646 #      - 20  # NDRPDR sel
2647 #      - 22  # NDRPDR sel
2648 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
2649 #      # No data
2650 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
2651 #      # No data
2652
2653     csit-dpdk-perf-verify-2001-3n-tsh:
2654       - 3   # NDRPDR sel
2655       - 4   # NDRPDR sel
2656       - 5   # NDRPDR sel
2657       - 9   # NDRPDR sel
2658       - 10  # NDRPDR sel
2659       - 11  # NDRPDR sel
2660       - 12  # NDRPDR sel
2661       - 14  # NDRPDR sel
2662       - 15  # NDRPDR sel
2663       - 18  # NDRPDR sel
2664     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2665       - 5   # NDRPDR sel
2666     # TODO: Add:
2667     csit-dpdk-perf-report-iterative-2009-3n-tsh:
2668       - 1   # NDRPDR iter env5
2669       - 2   # NDRPDR iter env5
2670       - 3   # NDRPDR iter env5
2671       - 4   # NDRPDR iter env5
2672       - 5   # NDRPDR iter env5
2673       - 6   # NDRPDR iter env5
2674       - 7   # NDRPDR iter env5
2675       - 9   # NDRPDR iter env5
2676       - 10  # NDRPDR iter env5
2677
2678     csit-vpp-device-2009-ubuntu1804-1n-skx:
2679       - 131 # rls2009 env 5
2680
2681 - type: "output"
2682   output: "report"
2683   format:
2684     html:
2685     - full
2686 #    pdf:
2687 #    - minimal
2688
2689 ################################################################################
2690 ###                               T A B L E S                                ###
2691 ################################################################################
2692
2693 # VPP Soak vs NDR - 2n-skx
2694 - type: "table"
2695   title: "VPP Soak vs NDR 2n-skx"
2696   algorithm: "table_soak_vs_ndr"
2697   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2698   reference:
2699     title: "NDR"
2700     data: "vpp-soak-vs-ndr-2n-skx-ref"
2701   compare:
2702     title: "Soak"
2703     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2704   data: "vpp-soak-vs-ndr-2n-skx"
2705   include-tests: "NDR"
2706   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2707   parameters:
2708     - "throughput"
2709     - "name"
2710     - "parent"
2711
2712 # VPP Soak vs NDR - 2n-clx
2713 - type: "table"
2714   title: "VPP Soak vs NDR 2n-clx"
2715   algorithm: "table_soak_vs_ndr"
2716   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2717   reference:
2718     title: "NDR"
2719     data: "vpp-soak-vs-ndr-2n-clx-ref"
2720   compare:
2721     title: "Soak"
2722     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2723   data: "vpp-soak-vs-ndr-2n-clx"
2724   include-tests: "NDR"
2725   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2726   parameters:
2727     - "throughput"
2728     - "name"
2729     - "parent"
2730
2731 ################################################################################
2732
2733 ## VPP Compare NICs 3n-skx 2t1c ndr
2734 #- type: "table"
2735 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2736 #  algorithm: "table_comparison"
2737 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2738 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2739 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2740 #  columns:
2741 #    - title: "x710"
2742 #      data-set: "vpp-nic-comparison-3n-skx"
2743 #      tag: "NIC_Intel-X710"
2744 #    - title: "xxv710"
2745 #      data-set: "vpp-nic-comparison-3n-skx"
2746 #      tag: "NIC_Intel-XXV710"
2747 #  comparisons:
2748 #    - title: "Diff"
2749 #      reference: 1
2750 #      compare: 2
2751 #  legend:
2752 #    - ""
2753 #    - "x710, xxv710 - NICs tested."
2754 #    - "Diff - difference between x710 and xxv710 NIC."
2755 #
2756 ## VPP Compare NICs 3n-skx 4t2c ndr
2757 #- type: "table"
2758 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2759 #  algorithm: "table_comparison"
2760 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2761 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2762 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2763 #  columns:
2764 #    - title: "x710"
2765 #      data-set: "vpp-nic-comparison-3n-skx"
2766 #      tag: "NIC_Intel-X710"
2767 #    - title: "xxv710"
2768 #      data-set: "vpp-nic-comparison-3n-skx"
2769 #      tag: "NIC_Intel-XXV710"
2770 #  comparisons:
2771 #    - title: "Diff"
2772 #      reference: 1
2773 #      compare: 2
2774 #  legend:
2775 #    - ""
2776 #    - "x710, xxv710 - NICs tested."
2777 #    - "Diff - difference between x710 and xxv710 NIC."
2778 #
2779 ## VPP Compare NICs 3n-skx 2t1c pdr
2780 #- type: "table"
2781 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2782 #  algorithm: "table_comparison"
2783 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2784 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2785 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2786 #  columns:
2787 #    - title: "x710"
2788 #      data-set: "vpp-nic-comparison-3n-skx"
2789 #      tag: "NIC_Intel-X710"
2790 #    - title: "xxv710"
2791 #      data-set: "vpp-nic-comparison-3n-skx"
2792 #      tag: "NIC_Intel-XXV710"
2793 #  comparisons:
2794 #    - title: "Diff"
2795 #      reference: 1
2796 #      compare: 2
2797 #  legend:
2798 #    - ""
2799 #    - "x710, xxv710 - NICs tested."
2800 #    - "Diff - difference between x710 and xxv710 NIC."
2801 #
2802 ## VPP Compare NICs 3n-skx 4t2c pdr
2803 #- type: "table"
2804 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2805 #  algorithm: "table_comparison"
2806 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2807 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2808 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2809 #  columns:
2810 #    - title: "x710"
2811 #      data-set: "vpp-nic-comparison-3n-skx"
2812 #      tag: "NIC_Intel-X710"
2813 #    - title: "xxv710"
2814 #      data-set: "vpp-nic-comparison-3n-skx"
2815 #      tag: "NIC_Intel-XXV710"
2816 #  comparisons:
2817 #    - title: "Diff"
2818 #      reference: 1
2819 #      compare: 2
2820 #  legend:
2821 #    - ""
2822 #    - "x710, xxv710 - NICs tested."
2823 #    - "Diff - difference between x710 and xxv710 NIC."
2824
2825 ## VPP Compare NICs 3n-skx 2t1c mrr
2826 #- type: "table"
2827 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2828 #  algorithm: "table_comparison"
2829 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2830 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2831 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2832 #  columns:
2833 #    - title: "x710"
2834 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2835 #      tag: "NIC_Intel-X710"
2836 #    - title: "xxv710"
2837 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2838 #      tag: "NIC_Intel-XXV710"
2839 #  comparisons:
2840 #    - title: "Diff"
2841 #      reference: 1
2842 #      compare: 2
2843 #  legend:
2844 #    - ""
2845 #    - "x710, xxv710 - NICs tested."
2846 #    - "Diff - difference between x710 and xxv710 NIC."
2847 #
2848 ## VPP Compare NICs 3n-skx 4t2c mrr
2849 #- type: "table"
2850 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2851 #  algorithm: "table_comparison"
2852 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2853 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2854 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2855 #  columns:
2856 #    - title: "x710"
2857 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2858 #      tag: "NIC_Intel-X710"
2859 #    - title: "xxv710"
2860 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2861 #      tag: "NIC_Intel-XXV710"
2862 #  comparisons:
2863 #    - title: "Diff"
2864 #      reference: 1
2865 #      compare: 2
2866 #  legend:
2867 #    - ""
2868 #    - "x710, xxv710 - NICs tested."
2869 #    - "Diff - difference between x710 and xxv710 NIC."
2870 #
2871 ## VPP Compare NICs 3n-skx 8t4c mrr
2872 #- type: "table"
2873 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2874 #  algorithm: "table_comparison"
2875 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2876 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2877 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2878 #  columns:
2879 #    - title: "x710"
2880 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2881 #      tag: "NIC_Intel-X710"
2882 #    - title: "xxv710"
2883 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2884 #      tag: "NIC_Intel-XXV710"
2885 #  comparisons:
2886 #    - title: "Diff"
2887 #      reference: 1
2888 #      compare: 2
2889 #  legend:
2890 #    - ""
2891 #    - "x710, xxv710 - NICs tested."
2892 #    - "Diff - difference between x710 and xxv710 NIC."
2893
2894 # VPP Compare NICs 2n-skx 2t1c ndr
2895 - type: "table"
2896   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2897   algorithm: "table_comparison"
2898   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2899   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2900   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2901   columns:
2902     - title: "x710"
2903       data-set: "vpp-nic-comparison-2n-skx"
2904       tag: "NIC_Intel-X710"
2905     - title: "xxv710"
2906       data-set: "vpp-nic-comparison-2n-skx"
2907       tag: "NIC_Intel-XXV710"
2908   comparisons:
2909     - title: "Diff"
2910       reference: 1
2911       compare: 2
2912   legend:
2913     - ""
2914     - "x710, xxv710 - NICs tested."
2915     - "Diff - difference between x710 and xxv710 NIC."
2916
2917 # VPP Compare NICs 2n-skx 4t2c ndr
2918 - type: "table"
2919   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2920   algorithm: "table_comparison"
2921   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2922   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2923   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2924   columns:
2925     - title: "x710"
2926       data-set: "vpp-nic-comparison-2n-skx"
2927       tag: "NIC_Intel-X710"
2928     - title: "xxv710"
2929       data-set: "vpp-nic-comparison-2n-skx"
2930       tag: "NIC_Intel-XXV710"
2931   comparisons:
2932     - title: "Diff"
2933       reference: 1
2934       compare: 2
2935   legend:
2936     - ""
2937     - "x710, xxv710 - NICs tested."
2938     - "Diff - difference between x710 and xxv710 NIC."
2939
2940 # VPP Compare NICs 2n-skx 2t1c pdr
2941 - type: "table"
2942   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2943   algorithm: "table_comparison"
2944   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2945   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2946   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2947   columns:
2948     - title: "x710"
2949       data-set: "vpp-nic-comparison-2n-skx"
2950       tag: "NIC_Intel-X710"
2951     - title: "xxv710"
2952       data-set: "vpp-nic-comparison-2n-skx"
2953       tag: "NIC_Intel-XXV710"
2954   comparisons:
2955     - title: "Diff"
2956       reference: 1
2957       compare: 2
2958   legend:
2959     - ""
2960     - "x710, xxv710 - NICs tested."
2961     - "Diff - difference between x710 and xxv710 NIC."
2962
2963 # VPP Compare NICs 2n-skx 4t2c pdr
2964 - type: "table"
2965   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2966   algorithm: "table_comparison"
2967   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2968   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2969   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2970   columns:
2971     - title: "x710"
2972       data-set: "vpp-nic-comparison-2n-skx"
2973       tag: "NIC_Intel-X710"
2974     - title: "xxv710"
2975       data-set: "vpp-nic-comparison-2n-skx"
2976       tag: "NIC_Intel-XXV710"
2977   comparisons:
2978     - title: "Diff"
2979       reference: 1
2980       compare: 2
2981   legend:
2982     - ""
2983     - "x710, xxv710 - NICs tested."
2984     - "Diff - difference between x710 and xxv710 NIC."
2985
2986 # VPP Compare NICs 2n-skx 2t1c mrr
2987 - type: "table"
2988   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2989   algorithm: "table_comparison"
2990   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2991   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2992   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2993   columns:
2994     - title: "x710"
2995       data-set: "vpp-nic-comparison-2n-skx-mrr"
2996       tag: "NIC_Intel-X710"
2997     - title: "xxv710"
2998       data-set: "vpp-nic-comparison-2n-skx-mrr"
2999       tag: "NIC_Intel-XXV710"
3000   comparisons:
3001     - title: "Diff"
3002       reference: 1
3003       compare: 2
3004   legend:
3005     - ""
3006     - "x710, xxv710 - NICs tested."
3007     - "Diff - difference between x710 and xxv710 NIC."
3008
3009 # VPP Compare NICs 2n-skx 4t2c mrr
3010 - type: "table"
3011   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3012   algorithm: "table_comparison"
3013   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3014   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3015   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3016   columns:
3017     - title: "x710"
3018       data-set: "vpp-nic-comparison-2n-skx-mrr"
3019       tag: "NIC_Intel-X710"
3020     - title: "xxv710"
3021       data-set: "vpp-nic-comparison-2n-skx-mrr"
3022       tag: "NIC_Intel-XXV710"
3023   comparisons:
3024     - title: "Diff"
3025       reference: 1
3026       compare: 2
3027   legend:
3028     - ""
3029     - "x710, xxv710 - NICs tested."
3030     - "Diff - difference between x710 and xxv710 NIC."
3031
3032 # VPP Compare NICs 2n-skx 8t4c mrr
3033 - type: "table"
3034   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3035   algorithm: "table_comparison"
3036   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3037   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3038   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3039   columns:
3040     - title: "x710"
3041       data-set: "vpp-nic-comparison-2n-skx-mrr"
3042       tag: "NIC_Intel-X710"
3043     - title: "xxv710"
3044       data-set: "vpp-nic-comparison-2n-skx-mrr"
3045       tag: "NIC_Intel-XXV710"
3046   comparisons:
3047     - title: "Diff"
3048       reference: 1
3049       compare: 2
3050   legend:
3051     - ""
3052     - "x710, xxv710 - NICs tested."
3053     - "Diff - difference between x710 and xxv710 NIC."
3054
3055 ################################################################################
3056 # VPP
3057
3058 # VPP Performance Changes 3n-hsw 1t1c pdr
3059 - type: "table"
3060   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3061   algorithm: "table_comparison"
3062   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3063   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3064   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3065   columns:
3066     - title: "2001.0-4"
3067       data-set: "vpp-performance-changes-3n-hsw-h1"
3068     - title: "2005.0-4"
3069       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3070     - title: "2005.0-5"
3071       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3072     - title: "2009.0-5"
3073       data-set: "vpp-performance-changes-3n-hsw-cmp"
3074   comparisons:
3075     - title: "2005.0-5 vs 2005.0-4"
3076       reference: 2
3077       compare: 3
3078 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3079     - title: "2009.0-5 vs 2005.0-5"
3080       reference: 3
3081       compare: 4
3082 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3083   legend:
3084     - ''
3085     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3086     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3087     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3088     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3089     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3090
3091 # VPP Performance Changes 3n-hsw 2t2c pdr
3092 - type: "table"
3093   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3094   algorithm: "table_comparison"
3095   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3096   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3097   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3098   columns:
3099     - title: "2001.0-4"
3100       data-set: "vpp-performance-changes-3n-hsw-h1"
3101     - title: "2005.0-4"
3102       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3103     - title: "2005.0-5"
3104       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3105     - title: "2009.0-5"
3106       data-set: "vpp-performance-changes-3n-hsw-cmp"
3107   comparisons:
3108     - title: "2005.0-5 vs 2005.0-4"
3109       reference: 2
3110       compare: 3
3111 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3112     - title: "2009.0-5 vs 2005.0-5"
3113       reference: 3
3114       compare: 4
3115 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3116   legend:
3117     - ''
3118     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3119     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3120     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3121     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3122     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3123
3124 # VPP Performance Changes 3n-hsw 1t1c ndr
3125 - type: "table"
3126   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3127   algorithm: "table_comparison"
3128   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3129   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3130   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3131   columns:
3132     - title: "2001.0-4"
3133       data-set: "vpp-performance-changes-3n-hsw-h1"
3134     - title: "2005.0-4"
3135       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3136     - title: "2005.0-5"
3137       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3138     - title: "2009.0-5"
3139       data-set: "vpp-performance-changes-3n-hsw-cmp"
3140   comparisons:
3141     - title: "2005.0-5 vs 2005.0-4"
3142       reference: 2
3143       compare: 3
3144 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3145     - title: "2009.0-5 vs 2005.0-5"
3146       reference: 3
3147       compare: 4
3148 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3149   legend:
3150     - ''
3151     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3152     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3153     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3154     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3155     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3156
3157 # VPP Performance Changes 3n-hsw 2t2c ndr
3158 - type: "table"
3159   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3160   algorithm: "table_comparison"
3161   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3162   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3163   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3164   columns:
3165     - title: "2001.0-4"
3166       data-set: "vpp-performance-changes-3n-hsw-h1"
3167     - title: "2005.0-4"
3168       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3169     - title: "2005.0-5"
3170       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3171     - title: "2009.0-5"
3172       data-set: "vpp-performance-changes-3n-hsw-cmp"
3173   comparisons:
3174     - title: "2005.0-5 vs 2005.0-4"
3175       reference: 2
3176       compare: 3
3177 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3178     - title: "2009.0-5 vs 2005.0-5"
3179       reference: 3
3180       compare: 4
3181 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3182   legend:
3183     - ''
3184     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3185     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3186     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3187     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3188     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3189
3190 # VPP Performance Changes 3n-skx 2t1c pdr
3191 - type: "table"
3192   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3193   algorithm: "table_comparison"
3194   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3195   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3196   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3197   columns:
3198     - title: "2001.0-4"
3199       data-set: "vpp-performance-changes-3n-skx-h1"
3200     - title: "2005.0-4"
3201       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3202     - title: "2005.0-5"
3203       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3204     - title: "2009.0-5"
3205       data-set: "vpp-performance-changes-3n-skx-cmp"
3206   comparisons:
3207     - title: "2005.0-5 vs 2005.0-4"
3208       reference: 2
3209       compare: 3
3210 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3211     - title: "2009.0-5 vs 2005.0-5"
3212       reference: 3
3213       compare: 4
3214 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3215   legend:
3216     - ''
3217     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3218     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3219     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3220     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3221     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3222
3223 # VPP Performance Changes 3n-skx 4t2c pdr
3224 - type: "table"
3225   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3226   algorithm: "table_comparison"
3227   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3228   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3229   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3230   columns:
3231     - title: "2001.0-4"
3232       data-set: "vpp-performance-changes-3n-skx-h1"
3233     - title: "2005.0-4"
3234       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3235     - title: "2005.0-5"
3236       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3237     - title: "2009.0-5"
3238       data-set: "vpp-performance-changes-3n-skx-cmp"
3239   comparisons:
3240     - title: "2005.0-5 vs 2005.0-4"
3241       reference: 2
3242       compare: 3
3243 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3244     - title: "2009.0-5 vs 2005.0-5"
3245       reference: 3
3246       compare: 4
3247 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3248   legend:
3249     - ''
3250     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3251     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3252     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3253     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3254     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3255
3256 # VPP Performance Changes 3n-skx 2t1c ndr
3257 - type: "table"
3258   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3259   algorithm: "table_comparison"
3260   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3261   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3262   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3263   columns:
3264     - title: "2001.0-4"
3265       data-set: "vpp-performance-changes-3n-skx-h1"
3266     - title: "2005.0-4"
3267       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3268     - title: "2005.0-5"
3269       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3270     - title: "2009.0-5"
3271       data-set: "vpp-performance-changes-3n-skx-cmp"
3272   comparisons:
3273     - title: "2005.0-5 vs 2005.0-4"
3274       reference: 2
3275       compare: 3
3276 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3277     - title: "2009.0-5 vs 2005.0-5"
3278       reference: 3
3279       compare: 4
3280 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3281   legend:
3282     - ''
3283     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3284     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3285     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3286     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3287     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3288
3289 # VPP Performance Changes 3n-skx 4t2c ndr
3290 - type: "table"
3291   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3292   algorithm: "table_comparison"
3293   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3294   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3295   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3296   columns:
3297     - title: "2001.0-4"
3298       data-set: "vpp-performance-changes-3n-skx-h1"
3299     - title: "2005.0-4"
3300       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3301     - title: "2005.0-5"
3302       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3303     - title: "2009.0-5"
3304       data-set: "vpp-performance-changes-3n-skx-cmp"
3305   comparisons:
3306     - title: "2005.0-5 vs 2005.0-4"
3307       reference: 2
3308       compare: 3
3309 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3310     - title: "2009.0-5 vs 2005.0-5"
3311       reference: 3
3312       compare: 4
3313 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3314   legend:
3315     - ''
3316     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3317     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3318     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3319     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3320     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3321
3322 # VPP Performance Changes 2n-skx 2t1c pdr
3323 - type: "table"
3324   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3325   algorithm: "table_comparison"
3326   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3327   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3328   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3329   columns:
3330     - title: "2001.0-4"
3331       data-set: "vpp-performance-changes-2n-skx-h1"
3332     - title: "2005.0-4"
3333       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3334     - title: "2005.0-5"
3335       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3336     - title: "2009.0-5"
3337       data-set: "vpp-performance-changes-2n-skx-cmp"
3338   comparisons:
3339     - title: "2005.0-5 vs 2005.0-4"
3340       reference: 2
3341       compare: 3
3342 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3343     - title: "2009.0-5 vs 2005.0-5"
3344       reference: 3
3345       compare: 4
3346 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3347   legend:
3348     - ''
3349     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3350     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3351     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3352     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3353     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3354
3355 # VPP Performance Changes 2n-skx 4t2c pdr
3356 - type: "table"
3357   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3358   algorithm: "table_comparison"
3359   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3360   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3361   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3362   columns:
3363     - title: "2001.0-4"
3364       data-set: "vpp-performance-changes-2n-skx-h1"
3365     - title: "2005.0-4"
3366       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3367     - title: "2005.0-5"
3368       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3369     - title: "2009.0-5"
3370       data-set: "vpp-performance-changes-2n-skx-cmp"
3371   comparisons:
3372     - title: "2005.0-5 vs 2005.0-4"
3373       reference: 2
3374       compare: 3
3375 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3376     - title: "2009.0-5 vs 2005.0-5"
3377       reference: 3
3378       compare: 4
3379 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3380   legend:
3381     - ''
3382     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3383     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3384     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3385     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3386     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3387
3388 # VPP Performance Changes 2n-skx 2t1c ndr
3389 - type: "table"
3390   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3391   algorithm: "table_comparison"
3392   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3393   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3394   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3395   columns:
3396     - title: "2001.0-4"
3397       data-set: "vpp-performance-changes-2n-skx-h1"
3398     - title: "2005.0-4"
3399       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3400     - title: "2005.0-5"
3401       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3402     - title: "2009.0-5"
3403       data-set: "vpp-performance-changes-2n-skx-cmp"
3404   comparisons:
3405     - title: "2005.0-5 vs 2005.0-4"
3406       reference: 2
3407       compare: 3
3408 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3409     - title: "2009.0-5 vs 2005.0-5"
3410       reference: 3
3411       compare: 4
3412 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3413   legend:
3414     - ''
3415     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3416     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3417     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3418     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3419     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3420
3421 # VPP Performance Changes 2n-skx 4t2c ndr
3422 - type: "table"
3423   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3424   algorithm: "table_comparison"
3425   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3426   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3427   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3428   columns:
3429     - title: "2001.0-4"
3430       data-set: "vpp-performance-changes-2n-skx-h1"
3431     - title: "2005.0-4"
3432       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3433     - title: "2005.0-5"
3434       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3435     - title: "2009.0-5"
3436       data-set: "vpp-performance-changes-2n-skx-cmp"
3437   comparisons:
3438     - title: "2005.0-5 vs 2005.0-4"
3439       reference: 2
3440       compare: 3
3441 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
3442     - title: "2009.0-5 vs 2005.0-5"
3443       reference: 3
3444       compare: 4
3445 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
3446   legend:
3447     - ''
3448     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3449     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3450     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3451     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3452     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3453
3454 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3455 - type: "table"
3456   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3457   algorithm: "table_comparison"
3458   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3459   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3460   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3461   columns:
3462     - title: "2001.0-4"
3463       data-set: "vpp-performance-changes-2n-clx-h1"
3464     - title: "2005.0-4"
3465       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3466     - title: "2005.0-5"
3467       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3468     - title: "2009.0-5"
3469       data-set: "vpp-performance-changes-2n-clx-cmp"
3470   comparisons:
3471     - title: "2005.0-5 vs 2005.0-4"
3472       reference: 2
3473       compare: 3
3474 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3475     - title: "2009.0-5 vs 2005.0-5"
3476       reference: 3
3477       compare: 4
3478 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3479   legend:
3480     - ''
3481     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3482     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3483     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3484     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3485     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3486
3487 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3488 - type: "table"
3489   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3490   algorithm: "table_comparison"
3491   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3492   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3493   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3494   columns:
3495     - title: "2001.0-4"
3496       data-set: "vpp-performance-changes-2n-clx-h1"
3497     - title: "2005.0-4"
3498       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3499     - title: "2005.0-5"
3500       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3501     - title: "2009.0-5"
3502       data-set: "vpp-performance-changes-2n-clx-cmp"
3503   comparisons:
3504     - title: "2005.0-5 vs 2005.0-4"
3505       reference: 2
3506       compare: 3
3507 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3508     - title: "2009.0-5 vs 2005.0-5"
3509       reference: 3
3510       compare: 4
3511 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3512   legend:
3513     - ''
3514     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3515     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3516     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3517     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3518     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3519
3520 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3521 - type: "table"
3522   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3523   algorithm: "table_comparison"
3524   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3525   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3526   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3527   columns:
3528     - title: "2001.0-4"
3529       data-set: "vpp-performance-changes-2n-clx-h1"
3530     - title: "2005.0-4"
3531       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3532     - title: "2005.0-5"
3533       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3534     - title: "2009.0-5"
3535       data-set: "vpp-performance-changes-2n-clx-cmp"
3536   comparisons:
3537     - title: "2005.0-5 vs 2005.0-4"
3538       reference: 2
3539       compare: 3
3540 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3541     - title: "2009.0-5 vs 2005.0-5"
3542       reference: 3
3543       compare: 4
3544 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3545   legend:
3546     - ''
3547     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3548     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3549     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3550     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3551     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3552
3553 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3554 - type: "table"
3555   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3556   algorithm: "table_comparison"
3557   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3558   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3559   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3560   columns:
3561     - title: "2001.0-4"
3562       data-set: "vpp-performance-changes-2n-clx-h1"
3563     - title: "2005.0-4"
3564       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3565     - title: "2005.0-5"
3566       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3567     - title: "2009.0-5"
3568       data-set: "vpp-performance-changes-2n-clx-cmp"
3569   comparisons:
3570     - title: "2005.0-5 vs 2005.0-4"
3571       reference: 2
3572       compare: 3
3573 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3574     - title: "2009.0-5 vs 2005.0-5"
3575       reference: 3
3576       compare: 4
3577 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3578   legend:
3579     - ''
3580     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3581     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3582     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3583     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3584     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3585
3586 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
3587 #- type: "table"
3588 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3589 #  algorithm: "table_comparison"
3590 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3591 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3592 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3593 #  columns:
3594 #    - title: "2001.0-2"
3595 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3596 #    - title: "2005.0-3"
3597 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3598 #  comparisons:
3599 #    - title: "Diff"
3600 #      reference: 1
3601 #      compare: 2
3602 #  legend:
3603 #    - ''
3604 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3605 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3606 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3607 #    - '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.'
3608 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3609 #
3610 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
3611 #- type: "table"
3612 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3613 #  algorithm: "table_comparison"
3614 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3615 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3616 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3617 #  columns:
3618 #    - title: "2001.0-2"
3619 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3620 #    - title: "2005.0-3"
3621 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3622 #  comparisons:
3623 #    - title: "Diff"
3624 #      reference: 1
3625 #      compare: 2
3626 #  legend:
3627 #    - ''
3628 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3629 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3630 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3631 #    - '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.'
3632 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3633 #
3634 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
3635 #- type: "table"
3636 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3637 #  algorithm: "table_comparison"
3638 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3639 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3640 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3641 #  columns:
3642 #    - title: "2001.0-2"
3643 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3644 #    - title: "2005.0-3"
3645 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3646 #  comparisons:
3647 #    - title: "Diff"
3648 #      reference: 1
3649 #      compare: 2
3650 #  legend:
3651 #    - ''
3652 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3653 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3654 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3655 #    - '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.'
3656 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3657 #
3658 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
3659 #- type: "table"
3660 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
3661 #  algorithm: "table_comparison"
3662 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3663 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3664 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3665 #  columns:
3666 #    - title: "2001.0-2"
3667 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3668 #    - title: "2005.0-3"
3669 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3670 #  comparisons:
3671 #    - title: "Diff"
3672 #      reference: 1
3673 #      compare: 2
3674 #  legend:
3675 #    - ''
3676 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3677 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3678 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3679 #    - '2005.0-3 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3680 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3681
3682 # VPP Performance Changes 2n-dnv 1t1c pdr
3683 - type: "table"
3684   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3685   algorithm: "table_comparison"
3686   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3687   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3688   filter: "'1T1C'"
3689   columns:
3690     - title: "2001.0-2"
3691       data-set: "vpp-performance-changes-2n-dnv-h1"
3692     - title: "2005.0-5"
3693       data-set: "vpp-performance-changes-2n-dnv-ref"
3694     - title: "2009.0-5"
3695       data-set: "vpp-performance-changes-2n-dnv-cmp"
3696   comparisons:
3697     - title: "2009.0-5 vs 2005.0-5"
3698       reference: 2
3699       compare: 3
3700   legend:
3701     - ''
3702     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3703     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3704     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3705     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3706
3707 # VPP Performance Changes 2n-dnv 2t2c pdr
3708 - type: "table"
3709   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3710   algorithm: "table_comparison"
3711   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3712   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3713   filter: "'2T2C'"
3714   columns:
3715     - title: "2001.0-2"
3716       data-set: "vpp-performance-changes-2n-dnv-h1"
3717     - title: "2005.0-5"
3718       data-set: "vpp-performance-changes-2n-dnv-ref"
3719     - title: "2009.0-5"
3720       data-set: "vpp-performance-changes-2n-dnv-cmp"
3721   comparisons:
3722     - title: "2009.0-5 vs 2005.0-5"
3723       reference: 2
3724       compare: 3
3725   legend:
3726     - ''
3727     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3728     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3729     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3730     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3731
3732 # VPP Performance Changes 2n-dnv 1t1c ndr
3733 - type: "table"
3734   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3735   algorithm: "table_comparison"
3736   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3737   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3738   filter: "'1T1C'"
3739   columns:
3740     - title: "2001.0-2"
3741       data-set: "vpp-performance-changes-2n-dnv-h1"
3742     - title: "2005.0-5"
3743       data-set: "vpp-performance-changes-2n-dnv-ref"
3744     - title: "2009.0-5"
3745       data-set: "vpp-performance-changes-2n-dnv-cmp"
3746   comparisons:
3747     - title: "2009.0-5 vs 2005.0-5"
3748       reference: 2
3749       compare: 3
3750   legend:
3751     - ''
3752     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3753     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3754     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3755     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3756
3757 # VPP Performance Changes 2n-dnv 2t2c ndr
3758 - type: "table"
3759   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3760   algorithm: "table_comparison"
3761   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3762   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3763   filter: "'2T2C'"
3764   columns:
3765     - title: "2001.0-2"
3766       data-set: "vpp-performance-changes-2n-dnv-h1"
3767     - title: "2005.0-5"
3768       data-set: "vpp-performance-changes-2n-dnv-ref"
3769     - title: "2009.0-5"
3770       data-set: "vpp-performance-changes-2n-dnv-cmp"
3771   comparisons:
3772     - title: "2009.0-5 vs 2005.0-5"
3773       reference: 2
3774       compare: 3
3775   legend:
3776     - ''
3777     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3778     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3779     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3780     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3781
3782 # VPP Performance Changes 3n-dnv 1t1c pdr
3783 - type: "table"
3784   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3785   algorithm: "table_comparison"
3786   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3787   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3788   filter: "'1T1C'"
3789   columns:
3790     - title: "2001.0-2"
3791       data-set: "vpp-performance-changes-3n-dnv-h1"
3792     - title: "2005.0-5"
3793       data-set: "vpp-performance-changes-3n-dnv-ref"
3794     - title: "2009.0-5"
3795       data-set: "vpp-performance-changes-3n-dnv-cmp"
3796   comparisons:
3797     - title: "2009.0-5 vs 2005.0-5"
3798       reference: 2
3799       compare: 3
3800   legend:
3801     - ''
3802     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3803     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3804     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3805     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3806
3807 # VPP Performance Changes 3n-dnv 2t2c pdr
3808 - type: "table"
3809   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3810   algorithm: "table_comparison"
3811   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3812   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3813   filter: "'2T2C'"
3814   columns:
3815     - title: "2001.0-2"
3816       data-set: "vpp-performance-changes-3n-dnv-h1"
3817     - title: "2005.0-5"
3818       data-set: "vpp-performance-changes-3n-dnv-ref"
3819     - title: "2009.0-5"
3820       data-set: "vpp-performance-changes-3n-dnv-cmp"
3821   comparisons:
3822     - title: "2009.0-5 vs 2005.0-5"
3823       reference: 2
3824       compare: 3
3825   legend:
3826     - ''
3827     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3828     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3829     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3830     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3831
3832 # VPP Performance Changes 3n-dnv 1t1c ndr
3833 - type: "table"
3834   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3835   algorithm: "table_comparison"
3836   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3837   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3838   filter: "'1T1C'"
3839   columns:
3840     - title: "2001.0-2"
3841       data-set: "vpp-performance-changes-3n-dnv-h1"
3842     - title: "2005.0-5"
3843       data-set: "vpp-performance-changes-3n-dnv-ref"
3844     - title: "2009.0-5"
3845       data-set: "vpp-performance-changes-3n-dnv-cmp"
3846   comparisons:
3847     - title: "2009.0-5 vs 2005.0-5"
3848       reference: 2
3849       compare: 3
3850   legend:
3851     - ''
3852     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
3853     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3854     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3855     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3856
3857 # VPP Performance Changes 3n-dnv 2t2c ndr
3858 - type: "table"
3859   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3860   algorithm: "table_comparison"
3861   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3862   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3863   filter: "'2T2C'"
3864   columns:
3865     - title: "2001.0-2"
3866       data-set: "vpp-performance-changes-3n-dnv-h1"
3867     - title: "2005.0-5"
3868       data-set: "vpp-performance-changes-3n-dnv-ref"
3869     - title: "2009.0-5"
3870       data-set: "vpp-performance-changes-3n-dnv-cmp"
3871   comparisons:
3872     - title: "2009.0-5 vs 2005.0-5"
3873       reference: 2
3874       compare: 3
3875   legend:
3876     - ''
3877     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
3878     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3879     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3880     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3881
3882 # VPP Performance Changes 3n-tsh 1t1c pdr
3883 - type: "table"
3884   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3885   algorithm: "table_comparison"
3886   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3887   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3888   filter: "'1T1C'"
3889   columns:
3890     - title: "2001.0-4"
3891       data-set: "vpp-performance-changes-3n-tsh-h1"
3892     - title: "2005.0-4"
3893       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
3894     - title: "2005.0-5"
3895       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
3896     - title: "2009.0-5"
3897       data-set: "vpp-performance-changes-3n-tsh-cmp"
3898   comparisons:
3899     - title: "2005.0-5 vs 2005.0-4"
3900       reference: 2
3901       compare: 3
3902 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
3903     - title: "2009.0-5 vs 2005.0-5"
3904       reference: 3
3905       compare: 4
3906 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
3907   legend:
3908     - ''
3909     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
3910     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3911     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3912     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3913     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3914
3915 # VPP Performance Changes 3n-tsh 2t2c pdr
3916 - type: "table"
3917   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3918   algorithm: "table_comparison"
3919   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3920   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3921   filter: "'2T2C'"
3922   columns:
3923     - title: "2001.0-4"
3924       data-set: "vpp-performance-changes-3n-tsh-h1"
3925     - title: "2005.0-4"
3926       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
3927     - title: "2005.0-5"
3928       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
3929     - title: "2009.0-5"
3930       data-set: "vpp-performance-changes-3n-tsh-cmp"
3931   comparisons:
3932     - title: "2005.0-5 vs 2005.0-4"
3933       reference: 2
3934       compare: 3
3935 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
3936     - title: "2009.0-5 vs 2005.0-5"
3937       reference: 3
3938       compare: 4
3939 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
3940   legend:
3941     - ''
3942     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
3943     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3944     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3945     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3946     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3947
3948 # VPP Performance Changes 3n-tsh 1t1c ndr
3949 - type: "table"
3950   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3951   algorithm: "table_comparison"
3952   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3953   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3954   filter: "'1T1C'"
3955   columns:
3956     - title: "2001.0-4"
3957       data-set: "vpp-performance-changes-3n-tsh-h1"
3958     - title: "2005.0-4"
3959       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
3960     - title: "2005.0-5"
3961       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
3962     - title: "2009.0-5"
3963       data-set: "vpp-performance-changes-3n-tsh-cmp"
3964   comparisons:
3965     - title: "2005.0-5 vs 2005.0-4"
3966       reference: 2
3967       compare: 3
3968 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
3969     - title: "2009.0-5 vs 2005.0-5"
3970       reference: 3
3971       compare: 4
3972 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
3973   legend:
3974     - ''
3975     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
3976     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3977     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3978     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3979     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3980
3981 # VPP Performance Changes 3n-tsh 2t2c ndr
3982 - type: "table"
3983   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3984   algorithm: "table_comparison"
3985   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3986   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3987   filter: "'2T2C'"
3988   columns:
3989     - title: "2001.0-4"
3990       data-set: "vpp-performance-changes-3n-tsh-h1"
3991     - title: "2005.0-4"
3992       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
3993     - title: "2005.0-5"
3994       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
3995     - title: "2009.0-5"
3996       data-set: "vpp-performance-changes-3n-tsh-cmp"
3997   comparisons:
3998     - title: "2005.0-5 vs 2005.0-4"
3999       reference: 2
4000       compare: 3
4001 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4002     - title: "2009.0-5 vs 2005.0-5"
4003       reference: 3
4004       compare: 4
4005 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4006   legend:
4007     - ''
4008     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4009     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4010     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4011     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4012     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4013
4014 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4015 - type: "table"
4016   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4017   algorithm: "table_comparison"
4018   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4019   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4020   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4021   columns:
4022     - title: "3n-hsw xl710"
4023       data-set: "vpp-compare-testbeds-ref"
4024       tag: "NIC_Intel-XL710"
4025     - title: "3n-skx xxv710"
4026       data-set: "vpp-compare-testbeds-cmp"
4027       tag: "NIC_Intel-XXV710"
4028   comparisons:
4029     - title: "Diff"
4030       reference: 1
4031       compare: 2
4032   legend:
4033     - ""
4034     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4035     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4036
4037 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4038 - type: "table"
4039   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4040   algorithm: "table_comparison"
4041   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4042   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4043   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4044   columns:
4045     - title: "3n-hsw xl710"
4046       data-set: "vpp-compare-testbeds-ref"
4047       tag: "NIC_Intel-XL710"
4048     - title: "3n-skx xxv710"
4049       data-set: "vpp-compare-testbeds-cmp"
4050       tag: "NIC_Intel-XXV710"
4051   comparisons:
4052     - title: "Diff"
4053       reference: 1
4054       compare: 2
4055   legend:
4056     - ""
4057     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4058     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4059
4060 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4061 - type: "table"
4062   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4063   algorithm: "table_comparison"
4064   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4065   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4066   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4067   columns:
4068     - title: "3n-hsw xl710"
4069       data-set: "vpp-compare-testbeds-ref"
4070       tag: "NIC_Intel-XL710"
4071     - title: "3n-skx xxv710"
4072       data-set: "vpp-compare-testbeds-cmp"
4073       tag: "NIC_Intel-XXV710"
4074   comparisons:
4075     - title: "Diff"
4076       reference: 1
4077       compare: 2
4078   legend:
4079     - ""
4080     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4081     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4082
4083 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4084 - type: "table"
4085   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4086   algorithm: "table_comparison"
4087   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4088   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4089   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4090   columns:
4091     - title: "3n-hsw xl710"
4092       data-set: "vpp-compare-testbeds-ref"
4093       tag: "NIC_Intel-XL710"
4094     - title: "3n-skx xxv710"
4095       data-set: "vpp-compare-testbeds-cmp"
4096       tag: "NIC_Intel-XXV710"
4097   comparisons:
4098     - title: "Diff"
4099       reference: 1
4100       compare: 2
4101   legend:
4102     - ""
4103     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4104     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4105
4106 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4107 - type: "table"
4108   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4109   algorithm: "table_comparison"
4110   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4111   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4112   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4113   columns:
4114     - title: "2n-skx"
4115       data-set: "vpp-compare-testbeds-skx-clx-ref"
4116     - title: "2n-clx"
4117       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4118   comparisons:
4119     - title: "Diff"
4120       reference: 1
4121       compare: 2
4122   legend:
4123     - ""
4124     - "2n-skx, 2n-clx - testbeds and NICs tested."
4125     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4126
4127 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4128 - type: "table"
4129   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4130   algorithm: "table_comparison"
4131   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4132   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4133   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4134   columns:
4135     - title: "2n-skx"
4136       data-set: "vpp-compare-testbeds-skx-clx-ref"
4137     - title: "2n-clx"
4138       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4139   comparisons:
4140     - title: "Diff"
4141       reference: 1
4142       compare: 2
4143   legend:
4144     - ""
4145     - "2n-skx, 2n-clx - testbeds and NICs tested."
4146     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4147
4148 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4149 - type: "table"
4150   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4151   algorithm: "table_comparison"
4152   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4153   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4154   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4155   columns:
4156     - title: "2n-skx"
4157       data-set: "vpp-compare-testbeds-skx-clx-ref"
4158     - title: "2n-clx"
4159       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4160   comparisons:
4161     - title: "Diff"
4162       reference: 1
4163       compare: 2
4164   legend:
4165     - ""
4166     - "2n-skx, 2n-clx - testbeds and NICs tested."
4167     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4168
4169 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4170 - type: "table"
4171   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4172   algorithm: "table_comparison"
4173   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4174   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4175   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4176   columns:
4177     - title: "2n-skx"
4178       data-set: "vpp-compare-testbeds-skx-clx-ref"
4179     - title: "2n-clx"
4180       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4181   comparisons:
4182     - title: "Diff"
4183       reference: 1
4184       compare: 2
4185   legend:
4186     - ""
4187     - "2n-skx, 2n-clx - testbeds and NICs tested."
4188     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4189
4190 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4191 - type: "table"
4192   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4193   algorithm: "table_comparison"
4194   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4195   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4196   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4197   columns:
4198     - title: "3n-hsw xl710"
4199       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4200       tag: "NIC_Intel-XL710"
4201     - title: "2n-clx xxv710"
4202       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4203       tag: "NIC_Intel-XXV710"
4204   comparisons:
4205     - title: "Diff"
4206       reference: 1
4207       compare: 2
4208   legend:
4209     - ""
4210     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4211     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4212
4213 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4214 - type: "table"
4215   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4216   algorithm: "table_comparison"
4217   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4218   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4219   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4220   columns:
4221     - title: "3n-hsw xl710"
4222       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4223       tag: "NIC_Intel-XL710"
4224     - title: "2n-clx xxv710"
4225       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4226       tag: "NIC_Intel-XXV710"
4227   comparisons:
4228     - title: "Diff"
4229       reference: 1
4230       compare: 2
4231   legend:
4232     - ""
4233     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4234     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4235
4236 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4237 - type: "table"
4238   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4239   algorithm: "table_comparison"
4240   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4241   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4242   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4243   columns:
4244     - title: "3n-hsw xl710"
4245       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4246       tag: "NIC_Intel-XL710"
4247     - title: "2n-clx xxv710"
4248       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4249       tag: "NIC_Intel-XXV710"
4250   comparisons:
4251     - title: "Diff"
4252       reference: 1
4253       compare: 2
4254   legend:
4255     - ""
4256     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4257     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4258
4259 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4260 - type: "table"
4261   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4262   algorithm: "table_comparison"
4263   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4264   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4265   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4266   columns:
4267     - title: "3n-hsw xl710"
4268       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4269       tag: "NIC_Intel-XL710"
4270     - title: "2n-clx xxv710"
4271       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4272       tag: "NIC_Intel-XXV710"
4273   comparisons:
4274     - title: "Diff"
4275       reference: 1
4276       compare: 2
4277   legend:
4278     - ""
4279     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4280     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4281
4282 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4283 - type: "table"
4284   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4285   algorithm: "table_comparison"
4286   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4287   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4288   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4289   columns:
4290     - title: "3n-skx"
4291       data-set: "vpp-compare-topologies-ref"
4292     - title: "2n-skx"
4293       data-set: "vpp-compare-topologies-cmp"
4294   comparisons:
4295     - title: "Diff"
4296       reference: 1
4297       compare: 2
4298   legend:
4299     - ""
4300     - "3n-skx, 2n-skx - topologies tested."
4301     - "Diff - difference between 3n-skx and 2n-skx topologies."
4302
4303 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4304 - type: "table"
4305   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4306   algorithm: "table_comparison"
4307   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4308   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4309   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4310   columns:
4311     - title: "3n-skx"
4312       data-set: "vpp-compare-topologies-ref"
4313     - title: "2n-skx"
4314       data-set: "vpp-compare-topologies-cmp"
4315   comparisons:
4316     - title: "Diff"
4317       reference: 1
4318       compare: 2
4319   legend:
4320     - ""
4321     - "3n-skx, 2n-skx - topologies tested."
4322     - "Diff - difference between 3n-skx and 2n-skx topologies."
4323
4324 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4325 - type: "table"
4326   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4327   algorithm: "table_comparison"
4328   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4329   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4330   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4331   columns:
4332     - title: "3n-skx"
4333       data-set: "vpp-compare-topologies-ref"
4334     - title: "2n-skx"
4335       data-set: "vpp-compare-topologies-cmp"
4336   comparisons:
4337     - title: "Diff"
4338       reference: 1
4339       compare: 2
4340   legend:
4341     - ""
4342     - "3n-skx, 2n-skx - topologies tested."
4343     - "Diff - difference between 3n-skx and 2n-skx topologies."
4344
4345 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4346 - type: "table"
4347   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4348   algorithm: "table_comparison"
4349   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4350   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4351   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4352   columns:
4353     - title: "3n-skx"
4354       data-set: "vpp-compare-topologies-ref"
4355     - title: "2n-skx"
4356       data-set: "vpp-compare-topologies-cmp"
4357   comparisons:
4358     - title: "Diff"
4359       reference: 1
4360       compare: 2
4361   legend:
4362     - ""
4363     - "3n-skx, 2n-skx - topologies tested."
4364     - "Diff - difference between 3n-skx and 2n-skx topologies."
4365
4366 # VPP Performance Changes 3n-hsw 1t1c mrr
4367 - type: "table"
4368   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4369   algorithm: "table_comparison"
4370   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4371   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4372   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4373   columns:
4374     - title: "2001.0-2"
4375       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4376     - title: "2005.0-4"
4377       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4378     - title: "2005.0-5"
4379       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4380     - title: "2009.0-5"
4381       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4382   comparisons:
4383     - title: "2005.0-5 vs 2005.0-4"
4384       reference: 2
4385       compare: 3
4386 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4387     - title: "2009.0-5 vs 2005.0-5"
4388       reference: 3
4389       compare: 4
4390 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
4391   legend:
4392     - ''
4393     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4394     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4395     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4396     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4397     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4398
4399 # VPP Performance Changes 3n-hsw 2t2c mrr
4400 - type: "table"
4401   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4402   algorithm: "table_comparison"
4403   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4404   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4405   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4406   columns:
4407     - title: "2001.0-2"
4408       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4409     - title: "2005.0-4"
4410       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4411     - title: "2005.0-5"
4412       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4413     - title: "2009.0-5"
4414       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4415   comparisons:
4416     - title: "2005.0-5 vs 2005.0-4"
4417       reference: 2
4418       compare: 3
4419 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
4420     - title: "2009.0-5 vs 2005.0-5"
4421       reference: 3
4422       compare: 4
4423 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
4424   legend:
4425     - ''
4426     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4427     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4428     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4429     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4430     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4431
4432 # VPP Performance Changes 3n-hsw 4t4c mrr
4433 - type: "table"
4434   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4435   algorithm: "table_comparison"
4436   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4437   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4438   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4439   columns:
4440     - title: "2001.0-2"
4441       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4442     - title: "2005.0-4"
4443       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4444     - title: "2005.0-5"
4445       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4446     - title: "2009.0-5"
4447       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4448   comparisons:
4449     - title: "2005.0-5 vs 2005.0-4"
4450       reference: 2
4451       compare: 3
4452 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
4453     - title: "2009.0-5 vs 2005.0-5"
4454       reference: 3
4455       compare: 4
4456 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
4457   legend:
4458     - ''
4459     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4460     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4461     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4462     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4463     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4464
4465 # VPP Performance Changes 3n-skx 2t1c mrr
4466 - type: "table"
4467   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4468   algorithm: "table_comparison"
4469   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4470   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4471   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4472   columns:
4473     - title: "2001.0-2"
4474       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4475     - title: "2005.0-4"
4476       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4477     - title: "2005.0-5"
4478       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4479     - title: "2009.0-5"
4480       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4481   comparisons:
4482     - title: "2005.0-5 vs 2005.0-4"
4483       reference: 2
4484       compare: 3
4485 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
4486     - title: "2009.0-5 vs 2005.0-5"
4487       reference: 2
4488       compare: 3
4489 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca2.yaml"
4490   legend:
4491     - ''
4492     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4493     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4494     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4495     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4496     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4497
4498 # VPP Performance Changes 3n-skx 4t2c mrr
4499 - type: "table"
4500   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4501   algorithm: "table_comparison"
4502   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4503   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4504   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4505   columns:
4506     - title: "2001.0-2"
4507       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4508     - title: "2005.0-4"
4509       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4510     - title: "2005.0-5"
4511       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4512     - title: "2009.0-5"
4513       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4514   comparisons:
4515     - title: "2005.0-5 vs 2005.0-4"
4516       reference: 2
4517       compare: 3
4518 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca1.yaml"
4519     - title: "2009.0-5 vs 2005.0-5"
4520       reference: 2
4521       compare: 3
4522 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca2.yaml"
4523   legend:
4524     - ''
4525     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4526     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4527     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4528     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4529     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4530
4531 # VPP Performance Changes 3n-skx 8t4c mrr
4532 - type: "table"
4533   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4534   algorithm: "table_comparison"
4535   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4536   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4537   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4538   columns:
4539     - title: "2001.0-2"
4540       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4541     - title: "2005.0-4"
4542       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4543     - title: "2005.0-5"
4544       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4545     - title: "2009.0-5"
4546       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4547   comparisons:
4548     - title: "2005.0-5 vs 2005.0-4"
4549       reference: 2
4550       compare: 3
4551 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca1.yaml"
4552     - title: "2009.0-5 vs 2005.0-5"
4553       reference: 2
4554       compare: 3
4555 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca2.yaml"
4556   legend:
4557     - ''
4558     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4559     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4560     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4561     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4562     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4563
4564 # VPP Performance Changes 2n-skx 2t1c mrr
4565 - type: "table"
4566   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4567   algorithm: "table_comparison"
4568   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4569   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4570   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4571   columns:
4572     - title: "2001.0-2"
4573       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4574     - title: "2005.0-4"
4575       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4576     - title: "2005.0-5"
4577       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4578     - title: "2009.0-5"
4579       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4580   comparisons:
4581     - title: "2005.0-5 vs 2005.0-4"
4582       reference: 2
4583       compare: 3
4584 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
4585     - title: "2009.0-5 vs 2005.0-4"
4586       reference: 3
4587       compare: 4
4588 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
4589   legend:
4590     - ''
4591     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4592     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4593     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4594     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4595     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4596
4597 # VPP Performance Changes 2n-skx 4t2c mrr
4598 - type: "table"
4599   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4600   algorithm: "table_comparison"
4601   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4602   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4603   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4604   columns:
4605     - title: "2001.0-2"
4606       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4607     - title: "2005.0-4"
4608       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4609     - title: "2005.0-5"
4610       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4611     - title: "2009.0-5"
4612       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4613   comparisons:
4614     - title: "2005.0-5 vs 2005.0-4"
4615       reference: 2
4616       compare: 3
4617 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
4618     - title: "2009.0-5 vs 2005.0-4"
4619       reference: 3
4620       compare: 4
4621 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
4622   legend:
4623     - ''
4624     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4625     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4626     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4627     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4628     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4629
4630 # VPP Performance Changes 2n-skx 8t4c mrr
4631 - type: "table"
4632   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4633   algorithm: "table_comparison"
4634   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4635   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4636   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4637   columns:
4638     - title: "2001.0-2"
4639       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4640     - title: "2005.0-4"
4641       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4642     - title: "2005.0-5"
4643       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4644     - title: "2009.0-5"
4645       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4646   comparisons:
4647     - title: "2005.0-5 vs 2005.0-4"
4648       reference: 2
4649       compare: 3
4650 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
4651     - title: "2009.0-5 vs 2005.0-4"
4652       reference: 3
4653       compare: 4
4654 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
4655   legend:
4656     - ''
4657     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4658     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4659     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4660     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4661     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4662
4663 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4664 - type: "table"
4665   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4666   algorithm: "table_comparison"
4667   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4668   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4669   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4670   columns:
4671     - title: "2001.0-2"
4672       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4673     - title: "2005.0-4"
4674       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4675     - title: "2005.0-5"
4676       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4677     - title: "2009.0-5"
4678       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4679   comparisons:
4680     - title: "2005.0-5 vs 2005.0-4"
4681       reference: 2
4682       compare: 3
4683 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
4684     - title: "2009.0-5 vs 2005.0-5"
4685       reference: 3
4686       compare: 4
4687 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
4688   legend:
4689     - ''
4690     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4691     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4692     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4693     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4694     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4695
4696 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4697 - type: "table"
4698   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4699   algorithm: "table_comparison"
4700   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4701   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4702   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4703   columns:
4704     - title: "2001.0-2"
4705       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4706     - title: "2005.0-4"
4707       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4708     - title: "2005.0-5"
4709       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4710     - title: "2009.0-5"
4711       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4712   comparisons:
4713     - title: "2005.0-5 vs 2005.0-4"
4714       reference: 2
4715       compare: 3
4716 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
4717     - title: "2009.0-5 vs 2005.0-5"
4718       reference: 3
4719       compare: 4
4720 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
4721   legend:
4722     - ''
4723     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4724     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4725     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4726     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4727     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4728
4729 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4730 - type: "table"
4731   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4732   algorithm: "table_comparison"
4733   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4734   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4735   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4736   columns:
4737     - title: "2001.0-2"
4738       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4739     - title: "2005.0-4"
4740       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4741     - title: "2005.0-5"
4742       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4743     - title: "2009.0-5"
4744       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4745   comparisons:
4746     - title: "2005.0-5 vs 2005.0-4"
4747       reference: 2
4748       compare: 3
4749 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
4750     - title: "2009.0-5 vs 2005.0-5"
4751       reference: 3
4752       compare: 4
4753 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
4754   legend:
4755     - ''
4756     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
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-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4760     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4761
4762 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
4763 #- type: "table"
4764 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
4765 #  algorithm: "table_comparison"
4766 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
4767 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4768 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4769 #  columns:
4770 #    - title: "2001"
4771 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4772 #    - title: "2005"
4773 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4774 #  comparisons:
4775 #    - title: "Diff"
4776 #      reference: 1
4777 #      compare: 2
4778 #  legend:
4779 #    - ""
4780 #    - "2001, 2005 - VPP versions tested."
4781 #    - "Diff - difference between 2001 and 2005 VPP version."
4782 #
4783 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
4784 #- type: "table"
4785 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
4786 #  algorithm: "table_comparison"
4787 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
4788 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4789 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4790 #  columns:
4791 #    - title: "2001"
4792 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4793 #    - title: "2005"
4794 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4795 #  comparisons:
4796 #    - title: "Diff"
4797 #      reference: 1
4798 #      compare: 2
4799 #  legend:
4800 #    - ""
4801 #    - "2001, 2005 - VPP versions tested."
4802 #    - "Diff - difference between 2001 and 2005 VPP version."
4803 #
4804 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
4805 #- type: "table"
4806 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
4807 #  algorithm: "table_comparison"
4808 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
4809 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4810 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4811 #  columns:
4812 #    - title: "2001"
4813 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4814 #    - title: "2005"
4815 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4816 #  comparisons:
4817 #    - title: "Diff"
4818 #      reference: 1
4819 #      compare: 2
4820 #  legend:
4821 #    - ""
4822 #    - "2001, 2005 - VPP versions tested."
4823 #    - "Diff - difference between 2001 and 2005 VPP version."
4824
4825 # VPP Performance Changes 2n-dnv 1t1c mrr
4826 - type: "table"
4827   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4828   algorithm: "table_comparison"
4829   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4830   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4831   filter: "'1T1C'"
4832   columns:
4833     - title: "2001.0-2"
4834       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4835     - title: "2005.0-5"
4836       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4837     - title: "2009.0-5"
4838       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4839   comparisons:
4840     - title: "2009.0-5 vs 2005.0-5"
4841       reference: 2
4842       compare: 3
4843   legend:
4844     - ''
4845     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4846     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4847     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4848     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4849
4850 # VPP Performance Changes 2n-dnv 2t2c mrr
4851 - type: "table"
4852   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4853   algorithm: "table_comparison"
4854   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4855   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4856   filter: "'2T2C'"
4857   columns:
4858     - title: "2001.0-2"
4859       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4860     - title: "2005.0-5"
4861       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4862     - title: "2009.0-5"
4863       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4864   comparisons:
4865     - title: "2009.0-5 vs 2005.0-5"
4866       reference: 2
4867       compare: 3
4868   legend:
4869     - ''
4870     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4871     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4872     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4873     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4874
4875 # VPP Performance Changes 2n-dnv 4t4c mrr
4876 - type: "table"
4877   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4878   algorithm: "table_comparison"
4879   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4880   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4881   filter: "'4T4C'"
4882   columns:
4883     - title: "2001.0-2"
4884       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4885     - title: "2005.0-5"
4886       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4887     - title: "2009.0-5"
4888       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4889   comparisons:
4890     - title: "2009.0-5 vs 2005.0-5"
4891       reference: 2
4892       compare: 3
4893   legend:
4894     - ''
4895     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4896     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4897     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4898     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4899
4900 # VPP Performance Changes 3n-dnv 1t1c mrr
4901 - type: "table"
4902   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4903   algorithm: "table_comparison"
4904   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4905   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4906   filter: "'1T1C'"
4907   columns:
4908     - title: "2001.0-2"
4909       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4910     - title: "2005.0-5"
4911       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4912     - title: "2009.0-5"
4913       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4914   comparisons:
4915     - title: "2009.0-5 vs 2005.0-5"
4916       reference: 2
4917       compare: 3
4918   legend:
4919     - ''
4920     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
4921     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4922     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4923     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4924
4925 # VPP Performance Changes 3n-dnv 2t2c mrr
4926 - type: "table"
4927   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4928   algorithm: "table_comparison"
4929   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4930   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4931   filter: "'2T2C'"
4932   columns:
4933     - title: "2001.0-2"
4934       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4935     - title: "2005.0-5"
4936       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4937     - title: "2009.0-5"
4938       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4939   comparisons:
4940     - title: "2009.0-5 vs 2005.0-5"
4941       reference: 2
4942       compare: 3
4943   legend:
4944     - ''
4945     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
4946     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4947     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4948     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4949
4950 # VPP Performance Changes 3n-dnv 4t4c mrr
4951 - type: "table"
4952   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4953   algorithm: "table_comparison"
4954   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4955   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4956   filter: "'4T4C'"
4957   columns:
4958     - title: "2001.0-2"
4959       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4960     - title: "2005.0-5"
4961       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4962     - title: "2009.0-5"
4963       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4964   comparisons:
4965     - title: "2009.0-5 vs 2005.0-5"
4966       reference: 2
4967       compare: 3
4968   legend:
4969     - ''
4970     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
4971     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4972     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4973     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4974
4975 # VPP Performance Changes 3n-tsh 1t1c mrr
4976 - type: "table"
4977   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
4978   algorithm: "table_comparison"
4979   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4980   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4981   filter: "'1T1C'"
4982   columns:
4983     - title: "2001.0-2"
4984       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4985     - title: "2005.0-4"
4986       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
4987     - title: "2005.0-5"
4988       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
4989     - title: "2009.0-5"
4990       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4991   comparisons:
4992     - title: "2005.0-5 vs 2005.0-4"
4993       reference: 2
4994       compare: 3
4995 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
4996     - title: "2009.0-5 vs 2005.0-5"
4997       reference: 3
4998       compare: 4
4999 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
5000   legend:
5001     - ''
5002     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5003     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5004     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5005     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5006     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5007
5008 # VPP Performance Changes 3n-tsh 2t2c mrr
5009 - type: "table"
5010   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5011   algorithm: "table_comparison"
5012   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5013   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5014   filter: "'2T2C'"
5015   columns:
5016     - title: "2001.0-2"
5017       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5018     - title: "2005.0-4"
5019       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5020     - title: "2005.0-5"
5021       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5022     - title: "2009.0-5"
5023       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5024   comparisons:
5025     - title: "2005.0-5 vs 2005.0-4"
5026       reference: 2
5027       compare: 3
5028 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
5029     - title: "2009.0-5 vs 2005.0-5"
5030       reference: 3
5031       compare: 4
5032 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
5033   legend:
5034     - ''
5035     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5036     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5037     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5038     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5039     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5040
5041 # VPP Performance Changes 3n-tsh 4t4c mrr
5042 - type: "table"
5043   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5044   algorithm: "table_comparison"
5045   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5046   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5047   filter: "'4T4C'"
5048   columns:
5049     - title: "2001.0-2"
5050       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5051     - title: "2005.0-4"
5052       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5053     - title: "2005.0-5"
5054       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5055     - title: "2009.0-5"
5056       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5057   comparisons:
5058     - title: "2005.0-5 vs 2005.0-4"
5059       reference: 2
5060       compare: 3
5061 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
5062     - title: "2009.0-5 vs 2005.0-5"
5063       reference: 3
5064       compare: 4
5065 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
5066   legend:
5067     - ''
5068     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5069     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5070     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5071     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5072     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5073
5074 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5075 - type: "table"
5076   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5077   algorithm: "table_comparison"
5078   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5079   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5080   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5081   columns:
5082     - title: "3n-hsw xl710"
5083       data-set: "vpp-compare-testbeds-mrr-ref"
5084       tag: "NIC_Intel-XL710"
5085     - title: "3n-skx xxv710"
5086       data-set: "vpp-compare-testbeds-mrr-cmp"
5087       tag: "NIC_Intel-XXV710"
5088   comparisons:
5089     - title: "Diff"
5090       reference: 1
5091       compare: 2
5092   legend:
5093     - ""
5094     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5095     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5096
5097 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5098 - type: "table"
5099   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5100   algorithm: "table_comparison"
5101   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5102   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5103   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5104   columns:
5105     - title: "3n-hsw xl710"
5106       data-set: "vpp-compare-testbeds-mrr-ref"
5107       tag: "NIC_Intel-XL710"
5108     - title: "3n-skx xxv710"
5109       data-set: "vpp-compare-testbeds-mrr-cmp"
5110       tag: "NIC_Intel-XXV710"
5111   comparisons:
5112     - title: "Diff"
5113       reference: 1
5114       compare: 2
5115   legend:
5116     - ""
5117     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5118     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5119
5120 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5121 - type: "table"
5122   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5123   algorithm: "table_comparison"
5124   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5125   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5126   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5127   columns:
5128     - title: "3n-hsw xl710"
5129       data-set: "vpp-compare-testbeds-mrr-ref"
5130       tag: "NIC_Intel-XL710"
5131     - title: "3n-skx xxv710"
5132       data-set: "vpp-compare-testbeds-mrr-cmp"
5133       tag: "NIC_Intel-XXV710"
5134   comparisons:
5135     - title: "Diff"
5136       reference: 1
5137       compare: 2
5138   legend:
5139     - ""
5140     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5141     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5142
5143 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5144 - type: "table"
5145   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5146   algorithm: "table_comparison"
5147   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5148   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5149   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5150   columns:
5151     - title: "2n-skx"
5152       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5153     - title: "2n-clx"
5154       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5155   comparisons:
5156     - title: "Diff"
5157       reference: 1
5158       compare: 2
5159   legend:
5160     - ""
5161     - "2n-skx, 2n-clx - testbeds and NICs tested."
5162     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5163
5164 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5165 - type: "table"
5166   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5167   algorithm: "table_comparison"
5168   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5169   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5170   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5171   columns:
5172     - title: "2n-skx"
5173       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5174     - title: "2n-clx"
5175       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5176   comparisons:
5177     - title: "Diff"
5178       reference: 1
5179       compare: 2
5180   legend:
5181     - ""
5182     - "2n-skx, 2n-clx - testbeds and NICs tested."
5183     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5184
5185 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5186 - type: "table"
5187   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5188   algorithm: "table_comparison"
5189   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5190   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5191   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5192   columns:
5193     - title: "2n-skx"
5194       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5195     - title: "2n-clx"
5196       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5197   comparisons:
5198     - title: "Diff"
5199       reference: 1
5200       compare: 2
5201   legend:
5202     - ""
5203     - "2n-skx, 2n-clx - testbeds and NICs tested."
5204     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5205
5206 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5207 - type: "table"
5208   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5209   algorithm: "table_comparison"
5210   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5211   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5212   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5213   columns:
5214     - title: "3n-skx"
5215       data-set: "vpp-compare-topologies-mrr-ref"
5216     - title: "2n-skx"
5217       data-set: "vpp-compare-topologies-mrr-cmp"
5218   comparisons:
5219     - title: "Diff"
5220       reference: 1
5221       compare: 2
5222   legend:
5223     - ""
5224     - "3n-skx, 2n-skx - topologies tested."
5225     - "Diff - difference between 3n-skx and 2n-skx topologies."
5226
5227 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5228 - type: "table"
5229   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5230   algorithm: "table_comparison"
5231   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5232   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5233   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5234   columns:
5235     - title: "3n-skx"
5236       data-set: "vpp-compare-topologies-mrr-ref"
5237     - title: "2n-skx"
5238       data-set: "vpp-compare-topologies-mrr-cmp"
5239   comparisons:
5240     - title: "Diff"
5241       reference: 1
5242       compare: 2
5243   legend:
5244     - ""
5245     - "3n-skx, 2n-skx - topologies tested."
5246     - "Diff - difference between 3n-skx and 2n-skx topologies."
5247
5248 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5249 - type: "table"
5250   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5251   algorithm: "table_comparison"
5252   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5253   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5254   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5255   columns:
5256     - title: "3n-skx"
5257       data-set: "vpp-compare-topologies-mrr-ref"
5258     - title: "2n-skx"
5259       data-set: "vpp-compare-topologies-mrr-cmp"
5260   comparisons:
5261     - title: "Diff"
5262       reference: 1
5263       compare: 2
5264   legend:
5265     - ""
5266     - "3n-skx, 2n-skx - topologies tested."
5267     - "Diff - difference between 3n-skx and 2n-skx topologies."
5268
5269 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5270 - type: "table"
5271   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5272   algorithm: "table_comparison"
5273   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5274   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5275   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5276   columns:
5277     - title: "3n-hsw xl710"
5278       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5279       tag: "NIC_Intel-XL710"
5280     - title: "2n-clx xxv710"
5281       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5282       tag: "NIC_Intel-XXV710"
5283   comparisons:
5284     - title: "Diff"
5285       reference: 1
5286       compare: 2
5287   legend:
5288     - ""
5289     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5290     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5291
5292 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5293 - type: "table"
5294   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5295   algorithm: "table_comparison"
5296   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5297   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5298   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5299   columns:
5300     - title: "3n-hsw xl710"
5301       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5302       tag: "NIC_Intel-XL710"
5303     - title: "2n-clx xxv710"
5304       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5305       tag: "NIC_Intel-XXV710"
5306   comparisons:
5307     - title: "Diff"
5308       reference: 1
5309       compare: 2
5310   legend:
5311     - ""
5312     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5313     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5314
5315 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5316 - type: "table"
5317   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5318   algorithm: "table_comparison"
5319   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5320   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5321   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5322   columns:
5323     - title: "3n-hsw xl710"
5324       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5325       tag: "NIC_Intel-XL710"
5326     - title: "2n-clx xxv710"
5327       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5328       tag: "NIC_Intel-XXV710"
5329   comparisons:
5330     - title: "Diff"
5331       reference: 1
5332       compare: 2
5333   legend:
5334     - ""
5335     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5336     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5337
5338 # Detailed Test Results - VPP Performance Results 3n-hsw
5339 - type: "table"
5340   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5341   algorithm: "table_merged_details"
5342   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5343   columns:
5344     - title: " |prein| Test Name |preout| "
5345       data: "data name"
5346     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5347       data: "data msg"
5348   data: "vpp-perf-results-3n-hsw"
5349   filter: "all"
5350   parameters:
5351   - "name"
5352   - "parent"
5353   - "msg"
5354
5355 # Detailed Test Results - VPP Performance Results 3n-skx
5356 - type: "table"
5357   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5358   algorithm: "table_merged_details"
5359   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5360   columns:
5361     - title: " |prein| Test Name |preout| "
5362       data: "data name"
5363     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5364       data: "data msg"
5365   data: "vpp-perf-results-3n-skx"
5366   filter: "all"
5367   remove-ndr: False
5368   parameters:
5369   - "name"
5370   - "parent"
5371   - "msg"
5372
5373 # Detailed Test Results - VPP Performance Results 2n-skx
5374 - type: "table"
5375   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5376   algorithm: "table_merged_details"
5377   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5378   columns:
5379     - title: " |prein| Test Name |preout| "
5380       data: "data name"
5381     - 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| "
5382       data: "data msg"
5383   data: "vpp-perf-results-2n-skx"
5384   filter: "all"
5385   remove-ndr: False
5386   parameters:
5387   - "name"
5388   - "parent"
5389   - "msg"
5390
5391 # Detailed Test Results - VPP Performance Results 2n-clx
5392 - type: "table"
5393   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5394   algorithm: "table_merged_details"
5395   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5396   columns:
5397     - title: " |prein| Test Name |preout| "
5398       data: "data name"
5399     - 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| "
5400       data: "data msg"
5401   data: "vpp-perf-results-2n-clx"
5402   filter: "all"
5403   parameters:
5404   - "name"
5405   - "parent"
5406   - "msg"
5407
5408 # Detailed Test Results - VPP Performance Results 3n-tsh
5409 - type: "table"
5410   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5411   algorithm: "table_merged_details"
5412   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5413   columns:
5414     - title: " |prein| Test Name |preout| "
5415       data: "data name"
5416     - 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| "
5417       data: "data msg"
5418   data: "vpp-perf-results-3n-tsh"
5419   filter: "all"
5420   parameters:
5421   - "name"
5422   - "parent"
5423   - "msg"
5424
5425 # Detailed Test Results - VPP Performance Results 3n-dnv
5426 - type: "table"
5427   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5428   algorithm: "table_merged_details"
5429   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5430   columns:
5431     - title: " |prein| Test Name |preout| "
5432       data: "data name"
5433     - 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| "
5434       data: "data msg"
5435   data: "vpp-perf-results-3n-dnv"
5436   filter: "all"
5437   parameters:
5438   - "name"
5439   - "parent"
5440   - "msg"
5441
5442 # Detailed Test Results - VPP Performance Results 2n-dnv
5443 - type: "table"
5444   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5445   algorithm: "table_merged_details"
5446   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5447   columns:
5448     - title: " |prein| Test Name |preout| "
5449       data: "data name"
5450     - 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| "
5451       data: "data msg"
5452   data: "vpp-perf-results-2n-dnv"
5453   filter: "all"
5454   parameters:
5455   - "name"
5456   - "parent"
5457   - "msg"
5458
5459 # Test configuration - VPP Performance Test Configs 3n-hsw
5460 - type: "table"
5461   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5462   algorithm: "table_merged_details"
5463   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5464   columns:
5465     - title: " |prein| Test Name |preout| "
5466       data: "data name"
5467     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5468       data: "data conf-history"
5469   data: "vpp-perf-results-3n-hsw"
5470   filter: "all"
5471   parameters:
5472   - "parent"
5473   - "name"
5474   - "conf-history"
5475
5476 # Test configuration - VPP Performance Test Configs 3n-skx
5477 - type: "table"
5478   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5479   algorithm: "table_merged_details"
5480   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5481   columns:
5482     - title: " |prein| Test Name |preout| "
5483       data: "data name"
5484     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5485       data: "data conf-history"
5486   data: "vpp-perf-results-3n-skx"
5487   filter: "all"
5488   parameters:
5489   - "parent"
5490   - "name"
5491   - "conf-history"
5492
5493 # Test configuration - VPP Performance Test Configs 2n-skx
5494 - type: "table"
5495   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5496   algorithm: "table_merged_details"
5497   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5498   columns:
5499     - title: " |prein| Test Name |preout| "
5500       data: "data name"
5501     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5502       data: "data conf-history"
5503   data: "vpp-perf-results-2n-skx"
5504   filter: "all"
5505   parameters:
5506   - "parent"
5507   - "name"
5508   - "conf-history"
5509
5510 # Test configuration - VPP Performance Test Configs 2n-clx
5511 - type: "table"
5512   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5513   algorithm: "table_merged_details"
5514   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5515   columns:
5516     - title: " |prein| Test Name |preout| "
5517       data: "data name"
5518     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5519       data: "data conf-history"
5520   data: "vpp-perf-results-2n-clx"
5521   filter: "all"
5522   parameters:
5523   - "parent"
5524   - "name"
5525   - "conf-history"
5526
5527 # Test configuration - VPP Performance Test Configs 3n-tsh
5528 - type: "table"
5529   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5530   algorithm: "table_merged_details"
5531   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5532   columns:
5533     - title: " |prein| Test Name |preout| "
5534       data: "data name"
5535     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5536       data: "data conf-history"
5537   data: "vpp-perf-results-3n-tsh"
5538   filter: "all"
5539   parameters:
5540   - "parent"
5541   - "name"
5542   - "conf-history"
5543
5544 # Test configuration - VPP Performance Test Configs 3n-dnv
5545 - type: "table"
5546   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5547   algorithm: "table_merged_details"
5548   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5549   columns:
5550     - title: " |prein| Test Name |preout| "
5551       data: "data name"
5552     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5553       data: "data conf-history"
5554   data: "vpp-perf-results-3n-dnv"
5555   filter: "all"
5556   parameters:
5557   - "parent"
5558   - "name"
5559   - "conf-history"
5560
5561 # Test configuration - VPP Performance Test Configs 2n-dnv
5562 - type: "table"
5563   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5564   algorithm: "table_merged_details"
5565   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5566   columns:
5567     - title: " |prein| Test Name |preout| "
5568       data: "data name"
5569     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5570       data: "data conf-history"
5571   data: "vpp-perf-results-2n-dnv"
5572   filter: "all"
5573   parameters:
5574   - "parent"
5575   - "name"
5576   - "conf-history"
5577
5578 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5579 - type: "table"
5580   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5581   algorithm: "table_oper_data_html"
5582   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5583   data: "vpp-perf-results-3n-hsw"
5584   filter: "all"
5585
5586 # Test Operational Data - VPP Performance Operational Data 3n-skx
5587 - type: "table"
5588   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5589   algorithm: "table_oper_data_html"
5590   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5591   data: "vpp-perf-results-3n-skx"
5592   filter: "all"
5593
5594 # Test Operational Data - VPP Performance Operational Data 2n-skx
5595 - type: "table"
5596   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5597   algorithm: "table_oper_data_html"
5598   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5599   data: "vpp-perf-results-2n-skx"
5600   filter: "all"
5601
5602 # Test Operational Data - VPP Performance Operational Data 2n-clx
5603 - type: "table"
5604   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5605   algorithm: "table_oper_data_html"
5606   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5607   data: "vpp-perf-results-2n-clx"
5608   filter: "all"
5609
5610 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5611 - type: "table"
5612   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5613   algorithm: "table_oper_data_html"
5614   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5615   data: "vpp-perf-results-3n-tsh"
5616   filter: "all"
5617
5618 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5619 - type: "table"
5620   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5621   algorithm: "table_oper_data_html"
5622   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5623   data: "vpp-perf-results-3n-dnv"
5624   filter: "all"
5625
5626 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5627 - type: "table"
5628   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5629   algorithm: "table_oper_data_html"
5630   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5631   data: "vpp-perf-results-2n-dnv"
5632   filter: "all"
5633
5634 # Detailed Test Results - VPP MRR Results 3n-hsw
5635 - type: "table"
5636   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5637   algorithm: "table_merged_details"
5638   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5639   columns:
5640     - title: " |prein| Test Name |preout| "
5641       data: "data name"
5642     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5643       data: "data msg"
5644   data: "vpp-mrr-results-3n-hsw"
5645   filter: "all"
5646   parameters:
5647   - "name"
5648   - "parent"
5649   - "msg"
5650
5651 # Detailed Test Results - VPP MRR Results 3n-skx
5652 - type: "table"
5653   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5654   algorithm: "table_merged_details"
5655   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5656   columns:
5657     - title: " |prein| Test Name |preout| "
5658       data: "data name"
5659     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5660       data: "data msg"
5661   data: "vpp-mrr-results-3n-skx"
5662   filter: "all"
5663   parameters:
5664   - "name"
5665   - "parent"
5666   - "msg"
5667
5668 # Detailed Test Results - VPP MRR Results 2n-skx
5669 - type: "table"
5670   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5671   algorithm: "table_merged_details"
5672   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5673   columns:
5674     - title: " |prein| Test Name |preout| "
5675       data: "data name"
5676     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5677       data: "data msg"
5678   data: "vpp-mrr-results-2n-skx"
5679   filter: "all"
5680   parameters:
5681   - "name"
5682   - "parent"
5683   - "msg"
5684
5685 # Detailed Test Results - VPP MRR Results 2n-clx
5686 - type: "table"
5687   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5688   algorithm: "table_merged_details"
5689   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5690   columns:
5691     - title: " |prein| Test Name |preout| "
5692       data: "data name"
5693     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5694       data: "data msg"
5695   data: "vpp-mrr-results-2n-clx"
5696   filter: "all"
5697   parameters:
5698   - "name"
5699   - "parent"
5700   - "msg"
5701
5702 # Detailed Test Results - VPP MRR Results 3n-tsh
5703 - type: "table"
5704   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5705   algorithm: "table_merged_details"
5706   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5707   columns:
5708     - title: " |prein| Test Name |preout| "
5709       data: "data name"
5710     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5711       data: "data msg"
5712   data: "vpp-mrr-results-3n-tsh"
5713   filter: "all"
5714   parameters:
5715   - "name"
5716   - "parent"
5717   - "msg"
5718
5719 # Detailed Test Results - VPP MRR Results 3n-dnv
5720 - type: "table"
5721   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5722   algorithm: "table_merged_details"
5723   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5724   columns:
5725     - title: " |prein| Test Name |preout| "
5726       data: "data name"
5727     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5728       data: "data msg"
5729   data: "vpp-mrr-results-3n-dnv"
5730   filter: "all"
5731   parameters:
5732   - "name"
5733   - "parent"
5734   - "msg"
5735
5736 # Detailed Test Results - VPP MRR Results 2n-dnv
5737 - type: "table"
5738   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5739   algorithm: "table_merged_details"
5740   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5741   columns:
5742     - title: " |prein| Test Name |preout| "
5743       data: "data name"
5744     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5745       data: "data msg"
5746   data: "vpp-mrr-results-2n-dnv"
5747   filter: "all"
5748   parameters:
5749   - "name"
5750   - "parent"
5751   - "msg"
5752
5753 # Test configuration - VPP MRR Test Configs 3n-hsw
5754 - type: "table"
5755   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5756   algorithm: "table_merged_details"
5757   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5758   columns:
5759     - title: " |prein| Test Name |preout| "
5760       data: "data name"
5761     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5762       data: "data conf-history"
5763   data: "vpp-mrr-results-3n-hsw"
5764   filter: "all"
5765   parameters:
5766   - "parent"
5767   - "name"
5768   - "conf-history"
5769
5770 # Test configuration - VPP MRR Test Configs 3n-skx
5771 - type: "table"
5772   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5773   algorithm: "table_merged_details"
5774   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5775   columns:
5776     - title: " |prein| Test Name |preout| "
5777       data: "data name"
5778     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5779       data: "data conf-history"
5780   data: "vpp-mrr-results-3n-skx"
5781   filter: "all"
5782   parameters:
5783   - "parent"
5784   - "name"
5785   - "conf-history"
5786
5787 # Test configuration - VPP MRR Test Configs 2n-skx
5788 - type: "table"
5789   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5790   algorithm: "table_merged_details"
5791   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5792   columns:
5793     - title: " |prein| Test Name |preout| "
5794       data: "data name"
5795     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5796       data: "data conf-history"
5797   data: "vpp-mrr-results-2n-skx"
5798   filter: "all"
5799   parameters:
5800   - "parent"
5801   - "name"
5802   - "conf-history"
5803
5804 # Test configuration - VPP MRR Test Configs 2n-clx
5805 - type: "table"
5806   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5807   algorithm: "table_merged_details"
5808   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5809   columns:
5810     - title: " |prein| Test Name |preout| "
5811       data: "data name"
5812     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5813       data: "data conf-history"
5814   data: "vpp-mrr-results-2n-clx"
5815   filter: "all"
5816   parameters:
5817   - "parent"
5818   - "name"
5819   - "conf-history"
5820
5821 # Test configuration - VPP MRR Test Configs 3n-tsh
5822 - type: "table"
5823   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5824   algorithm: "table_merged_details"
5825   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5826   columns:
5827     - title: " |prein| Test Name |preout| "
5828       data: "data name"
5829     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5830       data: "data conf-history"
5831   data: "vpp-mrr-results-3n-tsh"
5832   filter: "all"
5833   parameters:
5834   - "parent"
5835   - "name"
5836   - "conf-history"
5837
5838 # Test configuration - VPP MRR Test Configs 3n-dnv
5839 - type: "table"
5840   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5841   algorithm: "table_merged_details"
5842   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5843   columns:
5844     - title: " |prein| Test Name |preout| "
5845       data: "data name"
5846     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5847       data: "data conf-history"
5848   data: "vpp-mrr-results-3n-dnv"
5849   filter: "all"
5850   parameters:
5851   - "parent"
5852   - "name"
5853   - "conf-history"
5854
5855 # Test configuration - VPP MRR Test Configs 2n-dnv
5856 - type: "table"
5857   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5858   algorithm: "table_merged_details"
5859   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5860   columns:
5861     - title: " |prein| Test Name |preout| "
5862       data: "data name"
5863     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5864       data: "data conf-history"
5865   data: "vpp-mrr-results-2n-dnv"
5866   filter: "all"
5867   parameters:
5868   - "parent"
5869   - "name"
5870   - "conf-history"
5871
5872 # Detailed Test Results - VPP Device Results - Ubuntu
5873 - type: "table"
5874   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5875   algorithm: "table_merged_details"
5876   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5877   columns:
5878     - title: " |prein| Test Name |preout| "
5879       data: "data name"
5880     - title: " |prein| Status |preout| "
5881       data: "data status"
5882   data: "vpp-device-results-ubuntu"
5883   filter: "all"
5884   parameters:
5885   - "name"
5886   - "parent"
5887   - "doc"
5888   - "status"
5889
5890 # Test configuration - VPP Device Test Configs - Ubuntu
5891 - type: "table"
5892   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5893   algorithm: "table_merged_details"
5894   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5895   columns:
5896     - title: " |prein| Test Name |preout| "
5897       data: "data name"
5898     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5899       data: "data conf-history"
5900   data: "vpp-device-results-ubuntu"
5901   filter: "all"
5902   parameters:
5903   - "parent"
5904   - "name"
5905   - "conf-history"
5906
5907 ################################################################################
5908
5909 # DPDK Performance Changes 3n-hsw 1t1c pdr
5910 - type: "table"
5911   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5912   algorithm: "table_comparison"
5913   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5914   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5915   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5916   columns:
5917     - title: "2001"
5918       data-set: "dpdk-performance-changes-3n-hsw-h1"
5919     - title: "2005"
5920       data-set: "dpdk-performance-changes-3n-hsw-ref"
5921     - title: "2009"
5922       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5923   comparisons:
5924     - title: "Diff"
5925       reference: 2
5926       compare: 3
5927   legend:
5928     - ""
5929     - "2001, 2005, 2009 - DPDK versions tested."
5930     - "Diff - difference between 2005 and 2009 DPDK version."
5931
5932 # DPDK Performance Changes 3n-hsw 2t2c pdr
5933 - type: "table"
5934   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5935   algorithm: "table_comparison"
5936   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5937   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5938   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5939   columns:
5940     - title: "2001"
5941       data-set: "dpdk-performance-changes-3n-hsw-h1"
5942     - title: "2005"
5943       data-set: "dpdk-performance-changes-3n-hsw-ref"
5944     - title: "2009"
5945       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5946   comparisons:
5947     - title: "Diff"
5948       reference: 2
5949       compare: 3
5950   legend:
5951     - ""
5952     - "2001, 2005, 2009 - DPDK versions tested."
5953     - "Diff - difference between 2005 and 2009 DPDK version."
5954
5955 # DPDK Performance Changes 3n-hsw 1t1c pdr
5956 - type: "table"
5957   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5958   algorithm: "table_comparison"
5959   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5960   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5961   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5962   columns:
5963     - title: "2001"
5964       data-set: "dpdk-performance-changes-3n-hsw-h1"
5965     - title: "2005"
5966       data-set: "dpdk-performance-changes-3n-hsw-ref"
5967     - title: "2009"
5968       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5969   comparisons:
5970     - title: "Diff"
5971       reference: 2
5972       compare: 3
5973   legend:
5974     - ""
5975     - "2001, 2005, 2009 - DPDK versions tested."
5976     - "Diff - difference between 2005 and 2009 DPDK version."
5977
5978 # DPDK Performance Changes 3n-hsw 2t2c ndr
5979 - type: "table"
5980   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5981   algorithm: "table_comparison"
5982   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5983   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5984   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5985   columns:
5986     - title: "2001"
5987       data-set: "dpdk-performance-changes-3n-hsw-h1"
5988     - title: "2005"
5989       data-set: "dpdk-performance-changes-3n-hsw-ref"
5990     - title: "2009"
5991       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5992   comparisons:
5993     - title: "Diff"
5994       reference: 2
5995       compare: 3
5996   legend:
5997     - ""
5998     - "2001, 2005, 2009 - DPDK versions tested."
5999     - "Diff - difference between 2005 and 2009 DPDK version."
6000
6001 # DPDK Performance Changes 3n-skx 2t1c pdr
6002 - type: "table"
6003   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6004   algorithm: "table_comparison"
6005   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6006   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6007   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6008   columns:
6009     - title: "2001"
6010       data-set: "dpdk-performance-changes-3n-skx-h1"
6011     - title: "2005"
6012       data-set: "dpdk-performance-changes-3n-skx-ref"
6013     - title: "2009"
6014       data-set: "dpdk-performance-changes-3n-skx-cmp"
6015   comparisons:
6016     - title: "Diff"
6017       reference: 2
6018       compare: 3
6019   legend:
6020     - ""
6021     - "2001, 2005, 2009 - DPDK versions tested."
6022     - "Diff - difference between 2005 and 2009 DPDK version."
6023
6024 # DPDK Performance Changes 3n-skx 4t2c pdr
6025 - type: "table"
6026   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6027   algorithm: "table_comparison"
6028   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6029   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6030   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6031   columns:
6032     - title: "2001"
6033       data-set: "dpdk-performance-changes-3n-skx-h1"
6034     - title: "2005"
6035       data-set: "dpdk-performance-changes-3n-skx-ref"
6036     - title: "2009"
6037       data-set: "dpdk-performance-changes-3n-skx-cmp"
6038   comparisons:
6039     - title: "Diff"
6040       reference: 2
6041       compare: 3
6042   legend:
6043     - ""
6044     - "2001, 2005, 2009 - DPDK versions tested."
6045     - "Diff - difference between 2005 and 2009 DPDK version."
6046
6047 # DPDK Performance Changes 3n-skx 2t1c ndr
6048 - type: "table"
6049   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6050   algorithm: "table_comparison"
6051   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6052   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6053   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6054   columns:
6055     - title: "2001"
6056       data-set: "dpdk-performance-changes-3n-skx-h1"
6057     - title: "2005"
6058       data-set: "dpdk-performance-changes-3n-skx-ref"
6059     - title: "2009"
6060       data-set: "dpdk-performance-changes-3n-skx-cmp"
6061   comparisons:
6062     - title: "Diff"
6063       reference: 2
6064       compare: 3
6065   legend:
6066     - ""
6067     - "2001, 2005, 2009 - DPDK versions tested."
6068     - "Diff - difference between 2005 and 2009 DPDK version."
6069
6070 # DPDK Performance Changes 3n-skx 4t2c ndr
6071 - type: "table"
6072   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6073   algorithm: "table_comparison"
6074   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6075   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6076   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6077   columns:
6078     - title: "2001"
6079       data-set: "dpdk-performance-changes-3n-skx-h1"
6080     - title: "2005"
6081       data-set: "dpdk-performance-changes-3n-skx-ref"
6082     - title: "2009"
6083       data-set: "dpdk-performance-changes-3n-skx-cmp"
6084   comparisons:
6085     - title: "Diff"
6086       reference: 2
6087       compare: 3
6088   legend:
6089     - ""
6090     - "2001, 2005, 2009 - DPDK versions tested."
6091     - "Diff - difference between 2005 and 2009 DPDK version."
6092
6093 # DPDK Performance Changes 2n-skx 2t1c pdr
6094 - type: "table"
6095   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6096   algorithm: "table_comparison"
6097   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6098   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6099   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6100   columns:
6101     - title: "2001"
6102       data-set: "dpdk-performance-changes-2n-skx-h1"
6103     - title: "2005"
6104       data-set: "dpdk-performance-changes-2n-skx-ref"
6105     - title: "2009"
6106       data-set: "dpdk-performance-changes-2n-skx-cmp"
6107   comparisons:
6108     - title: "Diff"
6109       reference: 2
6110       compare: 3
6111   legend:
6112     - ""
6113     - "2001, 2005, 2009 - DPDK versions tested."
6114     - "Diff - difference between 2005 and 2009 DPDK version."
6115
6116 # DPDK Performance Changes 2n-skx 4t2c pdr
6117 - type: "table"
6118   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6119   algorithm: "table_comparison"
6120   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6121   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6122   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6123   columns:
6124     - title: "2001"
6125       data-set: "dpdk-performance-changes-2n-skx-h1"
6126     - title: "2005"
6127       data-set: "dpdk-performance-changes-2n-skx-ref"
6128     - title: "2009"
6129       data-set: "dpdk-performance-changes-2n-skx-cmp"
6130   comparisons:
6131     - title: "Diff"
6132       reference: 2
6133       compare: 3
6134   legend:
6135     - ""
6136     - "2001, 2005, 2009 - DPDK versions tested."
6137     - "Diff - difference between 2005 and 2009 DPDK version."
6138
6139 # DPDK Performance Changes 2n-skx 2t1c ndr
6140 - type: "table"
6141   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6142   algorithm: "table_comparison"
6143   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6144   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6145   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6146   columns:
6147     - title: "2001"
6148       data-set: "dpdk-performance-changes-2n-skx-h1"
6149     - title: "2005"
6150       data-set: "dpdk-performance-changes-2n-skx-ref"
6151     - title: "2009"
6152       data-set: "dpdk-performance-changes-2n-skx-cmp"
6153   comparisons:
6154     - title: "Diff"
6155       reference: 2
6156       compare: 3
6157   legend:
6158     - ""
6159     - "2001, 2005, 2009 - DPDK versions tested."
6160     - "Diff - difference between 2005 and 2009 DPDK version."
6161
6162 # DPDK Performance Changes 2n-skx 4t2c ndr
6163 - type: "table"
6164   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6165   algorithm: "table_comparison"
6166   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6167   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6168   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6169   columns:
6170     - title: "2001"
6171       data-set: "dpdk-performance-changes-2n-skx-h1"
6172     - title: "2005"
6173       data-set: "dpdk-performance-changes-2n-skx-ref"
6174     - title: "2009"
6175       data-set: "dpdk-performance-changes-2n-skx-cmp"
6176   comparisons:
6177     - title: "Diff"
6178       reference: 2
6179       compare: 3
6180   legend:
6181     - ""
6182     - "2001, 2005, 2009 - DPDK versions tested."
6183     - "Diff - difference between 2005 and 2009 DPDK version."
6184
6185 # DPDK Performance Changes 2n-clx 2t1c pdr
6186 - type: "table"
6187   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6188   algorithm: "table_comparison"
6189   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6190   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6191   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6192   columns:
6193     - title: "2001"
6194       data-set: "dpdk-performance-changes-2n-clx-h1"
6195     - title: "2005"
6196       data-set: "dpdk-performance-changes-2n-clx-ref"
6197     - title: "2009"
6198       data-set: "dpdk-performance-changes-2n-clx-cmp"
6199   comparisons:
6200     - title: "Diff"
6201       reference: 2
6202       compare: 3
6203   legend:
6204     - ""
6205     - "2001, 2005, 2009 - DPDK versions tested."
6206     - "Diff - difference between 2005 and 2009 DPDK version."
6207
6208 # DPDK Performance Changes 2n-clx 4t2c pdr
6209 - type: "table"
6210   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6211   algorithm: "table_comparison"
6212   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6213   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6214   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6215   columns:
6216     - title: "2001"
6217       data-set: "dpdk-performance-changes-2n-clx-h1"
6218     - title: "2005"
6219       data-set: "dpdk-performance-changes-2n-clx-ref"
6220     - title: "2009"
6221       data-set: "dpdk-performance-changes-2n-clx-cmp"
6222   comparisons:
6223     - title: "Diff"
6224       reference: 2
6225       compare: 3
6226   legend:
6227     - ""
6228     - "2001, 2005, 2009 - DPDK versions tested."
6229     - "Diff - difference between 2005 and 2009 DPDK version."
6230
6231 # DPDK Performance Changes 2n-clx 2t1c ndr
6232 - type: "table"
6233   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6234   algorithm: "table_comparison"
6235   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6236   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6237   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6238   columns:
6239     - title: "2001"
6240       data-set: "dpdk-performance-changes-2n-clx-h1"
6241     - title: "2005"
6242       data-set: "dpdk-performance-changes-2n-clx-ref"
6243     - title: "2009"
6244       data-set: "dpdk-performance-changes-2n-clx-cmp"
6245   comparisons:
6246     - title: "Diff"
6247       reference: 2
6248       compare: 3
6249   legend:
6250     - ""
6251     - "2001, 2005, 2009 - DPDK versions tested."
6252     - "Diff - difference between 2005 and 2009 DPDK version."
6253
6254 # DPDK Performance Changes 2n-clx 4t2c ndr
6255 - type: "table"
6256   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6257   algorithm: "table_comparison"
6258   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6259   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6260   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6261   columns:
6262     - title: "2001"
6263       data-set: "dpdk-performance-changes-2n-clx-h1"
6264     - title: "2005"
6265       data-set: "dpdk-performance-changes-2n-clx-ref"
6266     - title: "2009"
6267       data-set: "dpdk-performance-changes-2n-clx-cmp"
6268   comparisons:
6269     - title: "Diff"
6270       reference: 2
6271       compare: 3
6272   legend:
6273     - ""
6274     - "2001, 2005, 2009 - DPDK versions tested."
6275     - "Diff - difference between 2005 and 2009 DPDK version."
6276
6277 ## DPDK Performance Changes 2n-dnv 1t1c pdr
6278 #- type: "table"
6279 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6280 #  algorithm: "table_comparison"
6281 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6282 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6283 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6284 #  columns:
6285 #    - title: "2001"
6286 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6287 #    - title: "2005"
6288 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6289 #    - title: "2009"
6290 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6291 #  comparisons:
6292 #    - title: "Diff"
6293 #      reference: 2
6294 #      compare: 3
6295 #  legend:
6296 #    - ""
6297 #    - "2001, 2005, 2009 - DPDK versions tested."
6298 #    - "Diff - difference between 2005 and 2009 DPDK version."
6299 #
6300 ## DPDK Performance Changes 2n-dnv 2t2c pdr
6301 #- type: "table"
6302 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6303 #  algorithm: "table_comparison"
6304 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6305 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6306 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6307 #  columns:
6308 #    - title: "2001"
6309 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6310 #    - title: "2005"
6311 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6312 #    - title: "2009"
6313 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6314 #  comparisons:
6315 #    - title: "Diff"
6316 #      reference: 2
6317 #      compare: 3
6318 #  legend:
6319 #    - ""
6320 #    - "2001, 2005, 2009 - DPDK versions tested."
6321 #    - "Diff - difference between 2005 and 2009 DPDK version."
6322 #
6323 ## DPDK Performance Changes 2n-dnv 1t1c ndr
6324 #- type: "table"
6325 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6326 #  algorithm: "table_comparison"
6327 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6328 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6329 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6330 #  columns:
6331 #    - title: "2001"
6332 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6333 #    - title: "2005"
6334 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6335 #    - title: "2009"
6336 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6337 #  comparisons:
6338 #    - title: "Diff"
6339 #      reference: 2
6340 #      compare: 3
6341 #  legend:
6342 #    - ""
6343 #    - "2001, 2005, 2009 - DPDK versions tested."
6344 #    - "Diff - difference between 2005 and 2009 DPDK version."
6345 #
6346 ## DPDK Performance Changes 2n-dnv 2t2c ndr
6347 #- type: "table"
6348 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6349 #  algorithm: "table_comparison"
6350 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6351 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6352 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6353 #  columns:
6354 #    - title: "2001"
6355 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6356 #    - title: "2005"
6357 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6358 #    - title: "2009"
6359 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6360 #  comparisons:
6361 #    - title: "Diff"
6362 #      reference: 2
6363 #      compare: 3
6364 #  legend:
6365 #    - ""
6366 #    - "2001, 2005, 2009 - DPDK versions tested."
6367 #    - "Diff - difference between 2005 and 2009 DPDK version."
6368 #
6369 ## DPDK Performance Changes 3n-dnv 1t1c pdr
6370 #- type: "table"
6371 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6372 #  algorithm: "table_comparison"
6373 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6374 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6375 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6376 #  columns:
6377 #    - title: "2001"
6378 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6379 #    - title: "2005"
6380 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6381 #    - title: "2009"
6382 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6383 #  comparisons:
6384 #    - title: "Diff"
6385 #      reference: 2
6386 #      compare: 3
6387 #  legend:
6388 #    - ""
6389 #    - "2001, 2005, 2009 - DPDK versions tested."
6390 #    - "Diff - difference between 2005 and 2009 DPDK version."
6391 #
6392 ## DPDK Performance Changes 3n-dnv 2t2c pdr
6393 #- type: "table"
6394 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6395 #  algorithm: "table_comparison"
6396 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6397 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6398 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6399 #  columns:
6400 #    - title: "2001"
6401 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6402 #    - title: "2005"
6403 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6404 #    - title: "2009"
6405 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6406 #  comparisons:
6407 #    - title: "Diff"
6408 #      reference: 2
6409 #      compare: 3
6410 #  legend:
6411 #    - ""
6412 #    - "2001, 2005, 2009 - DPDK versions tested."
6413 #    - "Diff - difference between 2005 and 2009 DPDK version."
6414 #
6415 ## DPDK Performance Changes 3n-dnv 1t1c ndr
6416 #- type: "table"
6417 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6418 #  algorithm: "table_comparison"
6419 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6420 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6421 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6422 #  columns:
6423 #    - title: "2001"
6424 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6425 #    - title: "2005"
6426 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6427 #    - title: "2009"
6428 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6429 #  comparisons:
6430 #    - title: "Diff"
6431 #      reference: 2
6432 #      compare: 3
6433 #  legend:
6434 #    - ""
6435 #    - "2001, 2005, 2009 - DPDK versions tested."
6436 #    - "Diff - difference between 2005 and 2009 DPDK version."
6437 #
6438 ## DPDK Performance Changes 3n-dnv 2t2c ndr
6439 #- type: "table"
6440 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6441 #  algorithm: "table_comparison"
6442 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6443 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6444 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6445 #  columns:
6446 #    - title: "2001"
6447 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6448 #    - title: "2005"
6449 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6450 #    - title: "2009"
6451 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6452 #  comparisons:
6453 #    - title: "Diff"
6454 #      reference: 2
6455 #      compare: 3
6456 #  legend:
6457 #    - ""
6458 #    - "2001, 2005, 2009 - DPDK versions tested."
6459 #    - "Diff - difference between 2005 and 2009 DPDK version."
6460
6461 # DPDK Performance Changes 3n-tsh 1t1c pdr
6462 - type: "table"
6463   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6464   algorithm: "table_comparison"
6465   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6466   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6467   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6468   columns:
6469     - title: "2001"
6470       data-set: "dpdk-performance-changes-3n-tsh-h1"
6471     - title: "2005"
6472       data-set: "dpdk-performance-changes-3n-tsh-ref"
6473     - title: "2009"
6474       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6475   comparisons:
6476     - title: "Diff"
6477       reference: 2
6478       compare: 3
6479   legend:
6480     - ""
6481     - "2001, 2005, 2009 - DPDK versions tested."
6482     - "Diff - difference between 2005 and 2009 DPDK version."
6483
6484 # DPDK Performance Changes 3n-tsh 2t2c pdr
6485 - type: "table"
6486   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6487   algorithm: "table_comparison"
6488   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6489   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6490   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6491   columns:
6492     - title: "2001"
6493       data-set: "dpdk-performance-changes-3n-tsh-h1"
6494     - title: "2005"
6495       data-set: "dpdk-performance-changes-3n-tsh-ref"
6496     - title: "2009"
6497       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6498   comparisons:
6499     - title: "Diff"
6500       reference: 2
6501       compare: 3
6502   legend:
6503     - ""
6504     - "2001, 2005, 2009 - DPDK versions tested."
6505     - "Diff - difference between 2005 and 2009 DPDK version."
6506
6507 # DPDK Performance Changes 3n-tsh 1t1c ndr
6508 - type: "table"
6509   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6510   algorithm: "table_comparison"
6511   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6512   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6513   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6514   columns:
6515     - title: "2001"
6516       data-set: "dpdk-performance-changes-3n-tsh-h1"
6517     - title: "2005"
6518       data-set: "dpdk-performance-changes-3n-tsh-ref"
6519     - title: "2009"
6520       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6521   comparisons:
6522     - title: "Diff"
6523       reference: 2
6524       compare: 3
6525   legend:
6526     - ""
6527     - "2001, 2005, 2009 - DPDK versions tested."
6528     - "Diff - difference between 2005 and 2009 DPDK version."
6529
6530 # DPDK Performance Changes 3n-tsh 2t2c ndr
6531 - type: "table"
6532   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6533   algorithm: "table_comparison"
6534   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6535   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6536   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6537   columns:
6538     - title: "2001"
6539       data-set: "dpdk-performance-changes-3n-tsh-h1"
6540     - title: "2005"
6541       data-set: "dpdk-performance-changes-3n-tsh-ref"
6542     - title: "2009"
6543       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6544   comparisons:
6545     - title: "Diff"
6546       reference: 2
6547       compare: 3
6548   legend:
6549     - ""
6550     - "2001, 2005, 2009 - DPDK versions tested."
6551     - "Diff - difference between 2005 and 2009 DPDK version."
6552
6553 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6554 - type: "table"
6555   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6556   algorithm: "table_comparison"
6557   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6558   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6559   filter: "'NIC_Intel-X710'"
6560   columns:
6561     - title: "3n-hsw x710"
6562       data-set: "dpdk-compare-testbeds-ref"
6563     - title: "3n-skx x710"
6564       data-set: "dpdk-compare-testbeds-cmp"
6565   comparisons:
6566     - title: "Diff"
6567       reference: 1
6568       compare: 2
6569   legend:
6570     - ""
6571     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6572     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6573
6574 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6575 - type: "table"
6576   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6577   algorithm: "table_comparison"
6578   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6579   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6580   filter: "'NIC_Intel-X710'"
6581   columns:
6582     - title: "3n-hsw x710"
6583       data-set: "dpdk-compare-testbeds-ref"
6584     - title: "3n-skx x710"
6585       data-set: "dpdk-compare-testbeds-cmp"
6586   comparisons:
6587     - title: "Diff"
6588       reference: 1
6589       compare: 2
6590   legend:
6591     - ""
6592     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6593     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6594
6595 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6596 - type: "table"
6597   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6598   algorithm: "table_comparison"
6599   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6600   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6601   filter: "'NIC_Intel-XXV710'"
6602   columns:
6603     - title: "2n-skx"
6604       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6605     - title: "2n-clx"
6606       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6607   comparisons:
6608     - title: "Diff"
6609       reference: 1
6610       compare: 2
6611   legend:
6612     - ""
6613     - "2n-skx, 2n-clx - testbeds and NICs tested."
6614     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6615
6616 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6617 - type: "table"
6618   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6619   algorithm: "table_comparison"
6620   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6621   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6622   filter: "'NIC_Intel-XXV710'"
6623   columns:
6624     - title: "2n-skx"
6625       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6626     - title: "2n-clx"
6627       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6628   comparisons:
6629     - title: "Diff"
6630       reference: 1
6631       compare: 2
6632   legend:
6633     - ""
6634     - "2n-skx, 2n-clx - testbeds and NICs tested."
6635     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6636
6637 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6638 - type: "table"
6639   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6640   algorithm: "table_comparison"
6641   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6642   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6643   filter: "'NIC_Intel-XXV710'"
6644   columns:
6645     - title: "3n-skx"
6646       data-set: "dpdk-compare-topologies-ref"
6647     - title: "2n-skx"
6648       data-set: "dpdk-compare-topologies-cmp"
6649   comparisons:
6650     - title: "Diff"
6651       reference: 1
6652       compare: 2
6653   legend:
6654     - ""
6655     - "3n-skx, 2n-skx - topologies tested."
6656     - "Diff - difference between 3n-skx and 2n-skx topologies."
6657
6658 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6659 - type: "table"
6660   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6661   algorithm: "table_comparison"
6662   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6663   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6664   filter: "'NIC_Intel-XXV710'"
6665   columns:
6666     - title: "3n-skx"
6667       data-set: "dpdk-compare-topologies-ref"
6668     - title: "2n-skx"
6669       data-set: "dpdk-compare-topologies-cmp"
6670   comparisons:
6671     - title: "Diff"
6672       reference: 1
6673       compare: 2
6674   legend:
6675     - ""
6676     - "3n-skx, 2n-skx - topologies tested."
6677     - "Diff - difference between 3n-skx and 2n-skx topologies."
6678
6679 # Detailed Test Results - DPDK Performance Results 3n-hsw
6680 - type: "table"
6681   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6682   algorithm: "table_merged_details"
6683   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6684   columns:
6685     - title: " |prein| Test Name |preout| "
6686       data: "data name"
6687     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
6688       data: "data msg"
6689   data: "dpdk-perf-results-3n-hsw"
6690   filter: "all"
6691   parameters:
6692   - "name"
6693   - "parent"
6694   - "msg"
6695
6696 # Detailed Test Results - DPDK Performance Results 3n-skx
6697 - type: "table"
6698   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6699   algorithm: "table_merged_details"
6700   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6701   columns:
6702     - title: " |prein| Test Name |preout| "
6703       data: "data name"
6704     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
6705       data: "data msg"
6706   data: "dpdk-perf-results-3n-skx"
6707   filter: "all"
6708   remove-ndr: False
6709   parameters:
6710   - "name"
6711   - "parent"
6712   - "msg"
6713
6714 # Detailed Test Results - DPDK Performance Results 2n-skx
6715 - type: "table"
6716   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6717   algorithm: "table_merged_details"
6718   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6719   columns:
6720     - title: " |prein| Test Name |preout| "
6721       data: "data name"
6722     - 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| "
6723       data: "data msg"
6724   data: "dpdk-perf-results-2n-skx"
6725   filter: "all"
6726   remove-ndr: False
6727   parameters:
6728   - "name"
6729   - "parent"
6730   - "msg"
6731
6732 # Detailed Test Results - DPDK Performance Results 2n-clx
6733 - type: "table"
6734   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6735   algorithm: "table_merged_details"
6736   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6737   columns:
6738     - title: " |prein| Test Name |preout| "
6739       data: "data name"
6740     - 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| "
6741       data: "data msg"
6742   data: "dpdk-perf-results-2n-clx"
6743   filter: "all"
6744   parameters:
6745   - "name"
6746   - "parent"
6747   - "msg"
6748
6749 ## Detailed Test Results - DPDK Performance Results 2n-dnv
6750 #- type: "table"
6751 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6752 #  algorithm: "table_merged_details"
6753 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6754 #  columns:
6755 #    - title: " |prein| Test Name |preout| "
6756 #      data: "data name"
6757 #    - 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| "
6758 #      data: "data msg"
6759 #  data: "dpdk-perf-results-2n-dnv"
6760 #  filter: "all"
6761 #  parameters:
6762 #  - "name"
6763 #  - "parent"
6764 #  - "msg"
6765 #
6766 ## Detailed Test Results - DPDK Performance Results 3n-dnv
6767 #- type: "table"
6768 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6769 #  algorithm: "table_merged_details"
6770 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6771 #  columns:
6772 #    - title: " |prein| Test Name |preout| "
6773 #      data: "data name"
6774 #    - 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| "
6775 #      data: "data msg"
6776 #  data: "dpdk-perf-results-3n-dnv"
6777 #  filter: "all"
6778 #  parameters:
6779 #  - "name"
6780 #  - "parent"
6781 #  - "msg"
6782
6783 # Detailed Test Results - DPDK Performance Results 3n-tsh
6784 - type: "table"
6785   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6786   algorithm: "table_merged_details"
6787   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6788   columns:
6789     - title: " |prein| Test Name |preout| "
6790       data: "data name"
6791     - 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| "
6792       data: "data msg"
6793   data: "dpdk-perf-results-3n-tsh"
6794   filter: "all"
6795   parameters:
6796   - "name"
6797   - "parent"
6798   - "msg"
6799
6800 ################################################################################
6801 ###                                F I L E S                                 ###
6802 ################################################################################
6803
6804 # VPP Performance Results
6805 - type: "file"
6806   title: "VPP Performance Results"
6807   algorithm: "file_details_split"
6808   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6809   dir-tables:
6810     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6811     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6812     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6813     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6814     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6815     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6816     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6817   data:
6818     - "vpp-perf-results-2n-skx"
6819     - "vpp-perf-results-3n-skx"
6820     - "vpp-perf-results-2n-clx"
6821     - "vpp-perf-results-3n-hsw"
6822     - "vpp-perf-results-3n-tsh"
6823     - "vpp-perf-results-2n-dnv"
6824     - "vpp-perf-results-3n-dnv"
6825   filter: "all"
6826   data-start-level: 4
6827   order-chapters:
6828     level-1:
6829       - "l2"
6830       - "ip4"
6831       - "ip6"
6832       - "srv6"
6833       - "ip4_tunnels"
6834       - "ip6_tunnels"
6835       - "vm_vhost"
6836       - "container_memif"
6837       - "crypto"
6838       - "vts"
6839       - "lb"
6840       - "nfv_density"
6841       - "hoststack"
6842     level-2:
6843       - "2n-skx"
6844       - "3n-skx"
6845       - "2n-clx"
6846       - "3n-hsw"
6847       - "3n-tsh"
6848       - "2n-dnv"
6849       - "3n-dnv"
6850     level-3:
6851       - "xl710"
6852       - "x520"
6853       - "xxv710"
6854       - "x710"
6855       - "x553"
6856       - "cx556a"
6857       - "vic1227"
6858       - "vic1385"
6859
6860 # VPP Performance Configuration
6861 - type: "file"
6862   title: "VPP Performance Configuration"
6863   algorithm: "file_details_split"
6864   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6865   dir-tables:
6866     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6867     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6868     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6869     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6870     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6871     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6872     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6873   data:
6874     - "vpp-perf-results-2n-skx"
6875     - "vpp-perf-results-3n-skx"
6876     - "vpp-perf-results-2n-clx"
6877     - "vpp-perf-results-3n-hsw"
6878     - "vpp-perf-results-3n-tsh"
6879     - "vpp-perf-results-2n-dnv"
6880     - "vpp-perf-results-3n-dnv"
6881   filter: "all"
6882   data-start-level: 4
6883   order-chapters:
6884     level-1:
6885       - "l2"
6886       - "ip4"
6887       - "ip6"
6888       - "srv6"
6889       - "ip4_tunnels"
6890       - "ip6_tunnels"
6891       - "vm_vhost"
6892       - "container_memif"
6893       - "crypto"
6894       - "vts"
6895       - "lb"
6896       - "nfv_density"
6897       - "hoststack"
6898     level-2:
6899       - "2n-skx"
6900       - "3n-skx"
6901       - "2n-clx"
6902       - "3n-hsw"
6903       - "3n-tsh"
6904       - "2n-dnv"
6905       - "3n-dnv"
6906     level-3:
6907       - "xl710"
6908       - "x520"
6909       - "xxv710"
6910       - "x710"
6911       - "x553"
6912       - "cx556a"
6913       - "vic1227"
6914       - "vic1385"
6915
6916 # VPP Performance Operational
6917 - type: "file"
6918   title: "VPP Performance Operational"
6919   algorithm: "file_details_split_html"
6920   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6921   dir-tables:
6922     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6923     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6924     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6925     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6926     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6927     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6928     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6929   data:
6930     - "vpp-perf-results-2n-skx"
6931     - "vpp-perf-results-3n-skx"
6932     - "vpp-perf-results-2n-clx"
6933     - "vpp-perf-results-3n-hsw"
6934     - "vpp-perf-results-3n-tsh"
6935     - "vpp-perf-results-2n-dnv"
6936     - "vpp-perf-results-3n-dnv"
6937   filter: "all"
6938   data-start-level: 4
6939   order-chapters:
6940     level-1:
6941       - "l2"
6942       - "ip4"
6943       - "ip6"
6944       - "srv6"
6945       - "ip4_tunnels"
6946       - "ip6_tunnels"
6947       - "vm_vhost"
6948       - "container_memif"
6949       - "crypto"
6950       - "vts"
6951       - "lb"
6952       - "nfv_density"
6953       - "hoststack"
6954     level-2:
6955       - "2n-skx"
6956       - "3n-skx"
6957       - "2n-clx"
6958       - "3n-hsw"
6959       - "3n-tsh"
6960       - "2n-dnv"
6961       - "3n-dnv"
6962     level-3:
6963       - "xl710"
6964       - "x520"
6965       - "xxv710"
6966       - "x710"
6967       - "x553"
6968       - "cx556a"
6969       - "vic1227"
6970       - "vic1385"
6971
6972 # VPP MRR Results
6973 - type: "file"
6974   title: "VPP MRR Results"
6975   algorithm: "file_details_split"
6976   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6977   dir-tables:
6978     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6979     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6980     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6981     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6982     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6983     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6984     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6985   data:
6986     - "vpp-mrr-results-2n-skx"
6987     - "vpp-mrr-results-3n-skx"
6988     - "vpp-mrr-results-2n-clx"
6989     - "vpp-mrr-results-3n-hsw"
6990     - "vpp-mrr-results-3n-tsh"
6991     - "vpp-mrr-results-2n-dnv"
6992     - "vpp-mrr-results-3n-dnv"
6993   filter: "all"
6994   data-start-level: 4
6995   order-chapters:
6996     level-1:
6997       - "l2"
6998       - "ip4"
6999       - "ip6"
7000       - "srv6"
7001       - "ip4_tunnels"
7002       - "ip6_tunnels"
7003       - "vm_vhost"
7004       - "container_memif"
7005       - "crypto"
7006       - "vts"
7007       - "lb"
7008       - "nfv_density"
7009       - "hoststack"
7010     level-2:
7011       - "2n-skx"
7012       - "3n-skx"
7013       - "2n-clx"
7014       - "3n-hsw"
7015       - "3n-tsh"
7016       - "2n-dnv"
7017       - "3n-dnv"
7018     level-3:
7019       - "xl710"
7020       - "x520"
7021       - "xxv710"
7022       - "x710"
7023       - "x553"
7024       - "cx556a"
7025       - "vic1227"
7026       - "vic1385"
7027
7028 # VPP MRR Configuration
7029 - type: "file"
7030   title: "VPP MRR Configuration"
7031   algorithm: "file_details_split"
7032   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7033   dir-tables:
7034     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7035     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7036     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7037     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7038     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7039     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7040     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7041   data:
7042     - "vpp-mrr-results-2n-skx"
7043     - "vpp-mrr-results-3n-skx"
7044     - "vpp-mrr-results-2n-clx"
7045     - "vpp-mrr-results-3n-hsw"
7046     - "vpp-mrr-results-3n-tsh"
7047     - "vpp-mrr-results-2n-dnv"
7048     - "vpp-mrr-results-3n-dnv"
7049   filter: "all"
7050   data-start-level: 4
7051   order-chapters:
7052     level-1:
7053       - "l2"
7054       - "ip4"
7055       - "ip6"
7056       - "srv6"
7057       - "ip4_tunnels"
7058       - "ip6_tunnels"
7059       - "vm_vhost"
7060       - "container_memif"
7061       - "crypto"
7062       - "vts"
7063       - "lb"
7064       - "nfv_density"
7065       - "hoststack"
7066     level-2:
7067       - "2n-skx"
7068       - "3n-skx"
7069       - "2n-clx"
7070       - "3n-hsw"
7071       - "3n-tsh"
7072       - "2n-dnv"
7073       - "3n-dnv"
7074     level-3:
7075       - "xl710"
7076       - "x520"
7077       - "xxv710"
7078       - "x710"
7079       - "x553"
7080       - "cx556a"
7081       - "vic1227"
7082       - "vic1385"
7083
7084 # VPP Device Results - Ubuntu
7085 - type: "file"
7086   title: "VPP Device Results - Ubuntu"
7087   algorithm: "file_test_results"
7088   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7089   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7090   data: "vpp-device-results-ubuntu"
7091   filter: "all"
7092   data-start-level: 4
7093
7094 # VPP Device Configuration - Ubuntu
7095 - type: "file"
7096   title: "VPP Device Configuration - Ubuntu"
7097   algorithm: "file_test_results"
7098   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7099   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7100   data: "vpp-device-results-ubuntu"
7101   filter: "all"
7102   data-start-level: 4
7103
7104 # DPDK Performance Results 3n-hsw
7105 - type: "file"
7106   title: "DPDK Performance Results 3n-hsw"
7107   algorithm: "file_test_results"
7108   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7109   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7110   data: "dpdk-perf-results-3n-hsw"
7111   filter: "all"
7112   data-start-level: 4
7113
7114 # DPDK Performance Results 3n-skx
7115 - type: "file"
7116   title: "DPDK Performance Results 3n-skx"
7117   algorithm: "file_test_results"
7118   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7119   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7120   data: "dpdk-perf-results-3n-skx"
7121   filter: "all"
7122   data-start-level: 4
7123
7124 # DPDK Performance Results 2n-skx
7125 - type: "file"
7126   title: "DPDK Performance Results 2n-skx"
7127   algorithm: "file_test_results"
7128   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7129   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7130   data: "dpdk-perf-results-2n-skx"
7131   filter: "all"
7132   data-start-level: 4
7133
7134 # DPDK Performance Results 2n-clx
7135 - type: "file"
7136   title: "DPDK Performance Results 2n-clx"
7137   algorithm: "file_test_results"
7138   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7139   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7140   data: "dpdk-perf-results-2n-clx"
7141   filter: "all"
7142   data-start-level: 4
7143
7144 ## DPDK Performance Results 2n-dnv
7145 #- type: "file"
7146 #  title: "DPDK Performance Results 2n-dnv"
7147 #  algorithm: "file_test_results"
7148 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7149 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7150 #  data: "dpdk-perf-results-2n-dnv"
7151 #  filter: "all"
7152 #  data-start-level: 4
7153 #
7154 ## DPDK Performance Results 3n-dnv
7155 #- type: "file"
7156 #  title: "DPDK Performance Results 3n-dnv"
7157 #  algorithm: "file_test_results"
7158 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7159 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7160 #  data: "dpdk-perf-results-3n-dnv"
7161 #  filter: "all"
7162 #  data-start-level: 4
7163
7164 # DPDK Performance Results 3n-tsh
7165 - type: "file"
7166   title: "DPDK Performance Results 3n-tsh"
7167   algorithm: "file_test_results"
7168   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7169   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7170   data: "dpdk-perf-results-3n-tsh"
7171   filter: "all"
7172   data-start-level: 4
7173
7174 ################################################################################
7175 ###                                P L O T S                                 ###
7176 ################################################################################
7177
7178 # Hoststack tests 3n-hsw
7179
7180 - type: "plot"
7181   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7182   algorithm: "plot_perf_box_name"
7183   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7184   data: "plot-vpp-hoststack-3n-hsw"
7185   include:
7186     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7187     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7188   layout:
7189     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7190     layout: "plot-hoststack"
7191
7192 - type: "plot"
7193   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7194   algorithm: "plot_perf_box_name"
7195   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7196   data: "plot-vpp-hoststack-3n-hsw"
7197   include:
7198     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7199     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7200   layout:
7201     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7202     layout: "plot-hoststack"
7203
7204 - type: "plot"
7205   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7206   algorithm: "plot_perf_box_name"
7207   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7208   data: "plot-vpp-hoststack-3n-hsw"
7209   include:
7210     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7211     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7212     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7213     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7214   layout:
7215     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7216     layout: "plot-hoststack"
7217
7218 ################################################################################
7219
7220 # Soak Test (PLRsearch), boxes - 2n-clx
7221 - type: "plot"
7222   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7223   algorithm: "plot_perf_box_name"
7224   output-file-type: ".html"
7225   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7226   data: "plot-vpp-soak-2n-clx"
7227   include:
7228     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7229     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7230     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7231     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7234   layout:
7235     title: "30 Minutes Soak Test (PLRsearch)"
7236     layout: "plot-soak-throughput"
7237
7238 # Soak Test (PLRsearch), boxes - 2n-clx
7239 - type: "plot"
7240   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7241   algorithm: "plot_perf_box_name"
7242   output-file-type: ".html"
7243   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7244   data: "plot-vpp-soak-2n-clx"
7245   include:
7246     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7247     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7248     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7249     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7250     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7251     - "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"
7252   layout:
7253     title: "30 Minutes Soak Test (PLRsearch)"
7254     layout: "plot-soak-throughput"
7255
7256 # Soak Test (PLRsearch), boxes - 2n-skx
7257 - type: "plot"
7258   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7259   algorithm: "plot_perf_box_name"
7260   output-file-type: ".html"
7261   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7262   data: "plot-vpp-soak-2n-skx"
7263   include:
7264     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7265     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7266     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7267     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7268     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7270   layout:
7271     title: "30 Minutes Soak Test (PLRsearch)"
7272     layout: "plot-soak-throughput"
7273
7274 # Soak Test (PLRsearch), boxes - 2n-skx
7275 - type: "plot"
7276   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7277   algorithm: "plot_perf_box_name"
7278   output-file-type: ".html"
7279   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7280   data: "plot-vpp-soak-2n-skx"
7281   include:
7282     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7283     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7284     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7285     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7286     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7287     - "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"
7288   layout:
7289     title: "30 Minutes Soak Test (PLRsearch)"
7290     layout: "plot-soak-throughput"
7291
7292 ###############################################################################
7293
7294 # Reconf tests 2n-skx
7295
7296 - type: "plot"
7297   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7298   algorithm: "plot_nf_reconf_box_name"
7299   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7300   data: "plot-vpp-nfv-reconf-2n-skx"
7301   include:
7302     - "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"
7303     - "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"
7304     - "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"
7305     - "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"
7306     - "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"
7307     - "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"
7308   layout:
7309     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7310     layout: "plot-throughput"
7311
7312 - type: "plot"
7313   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7314   algorithm: "plot_nf_reconf_box_name"
7315   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7316   data: "plot-vpp-nfv-reconf-2n-skx"
7317   include:
7318     - "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"
7319     - "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"
7320     - "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"
7321     - "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"
7322     - "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"
7323     - "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"
7324   layout:
7325     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7326     layout: "plot-throughput"
7327
7328 - type: "plot"
7329   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7330   algorithm: "plot_nf_reconf_box_name"
7331   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7332   data: "plot-vpp-nfv-reconf-2n-skx"
7333   include:
7334     - "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"
7335     - "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"
7336     - "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"
7337     - "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"
7338     - "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"
7339     - "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"
7340   layout:
7341     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7342     layout: "plot-throughput"
7343
7344 ###############################################################################
7345
7346 # Reconf tests 2n-clx
7347
7348 - type: "plot"
7349   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7350   algorithm: "plot_nf_reconf_box_name"
7351   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7352   data: "plot-vpp-nfv-reconf-2n-clx"
7353   include:
7354     - "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"
7355     - "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"
7356     - "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"
7357     - "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"
7358   layout:
7359     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7360     layout: "plot-throughput"
7361
7362 - type: "plot"
7363   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7364   algorithm: "plot_nf_reconf_box_name"
7365   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7366   data: "plot-vpp-nfv-reconf-2n-clx"
7367   include:
7368     - "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"
7369     - "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"
7370     - "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"
7371     - "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"
7372   layout:
7373     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7374     layout: "plot-throughput"
7375
7376 - type: "plot"
7377   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7378   algorithm: "plot_nf_reconf_box_name"
7379   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7380   data: "plot-vpp-nfv-reconf-2n-clx"
7381   include:
7382     - "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"
7383     - "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"
7384     - "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"
7385     - "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"
7386   layout:
7387     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7388     layout: "plot-throughput"
7389
7390 ###############################################################################
7391
7392 # Plots - NF Density - VSC - MRR IMIX
7393 - type: "plot"
7394   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7395   algorithm: "plot_nf_heatmap"
7396   output-file-type: ".html"
7397   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7398   data: "plot-vpp-nfv-2n-skx-mrr"
7399   filter: "'NIC_Intel-XXV710' and
7400            'NF_DENSITY' and
7401            'VHOST' and
7402            not 'VXLAN' and
7403            'CHAIN' and
7404            'NF_VPPIP4' and
7405            'IMIX' and
7406            '2T1C' and
7407            'MRR'"
7408   parameters:
7409   - "result"
7410   - "name"
7411   - "tags"
7412   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7413   x-axis: "X = VNFs per Service Chain"
7414   y-axis: "Y = Number of Service Chains"
7415   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7416   layout:
7417     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7418     layout: "plot-service-density"
7419
7420 - type: "plot"
7421   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7422   algorithm: "plot_nf_heatmap"
7423   output-file-type: ".html"
7424   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7425   data: "plot-vpp-nfv-2n-skx-mrr"
7426   filter: "'NIC_Intel-XXV710' and
7427            'NF_DENSITY' and
7428            'VHOST' and
7429            not 'VXLAN' and
7430            'CHAIN' and
7431            'NF_VPPIP4' and
7432            'IMIX' and
7433            '4T2C' and
7434            'MRR'"
7435   parameters:
7436   - "result"
7437   - "name"
7438   - "tags"
7439   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7440   x-axis: "X = VNFs per Service Chain"
7441   y-axis: "Y = Number of Service Chains"
7442   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7443   layout:
7444     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7445     layout: "plot-service-density"
7446
7447 - type: "plot"
7448   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7449   algorithm: "plot_nf_heatmap"
7450   output-file-type: ".html"
7451   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7452   data: "plot-vpp-nfv-2n-skx-mrr"
7453   filter: "'NIC_Intel-XXV710' and
7454            'NF_DENSITY' and
7455            'VHOST' and
7456            not 'VXLAN' and
7457            'CHAIN' and
7458            'NF_VPPIP4' and
7459            'IMIX' and
7460            '8T4C' and
7461            'MRR'"
7462   parameters:
7463   - "result"
7464   - "name"
7465   - "tags"
7466   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7467   x-axis: "X = VNFs per Service Chain"
7468   y-axis: "Y = Number of Service Chains"
7469   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7470   layout:
7471     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7472     layout: "plot-service-density"
7473
7474 # Plots - NF Density - VSC - NDR IMIX
7475 - type: "plot"
7476   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7477   algorithm: "plot_nf_heatmap"
7478   output-file-type: ".html"
7479   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7480   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7481   filter: "'NIC_Intel-XXV710' and
7482            'NF_DENSITY' and
7483            'VHOST' and
7484            not 'VXLAN' and
7485            'CHAIN' and
7486            'NF_VPPIP4' and
7487            'IMIX' and
7488            '2T1C' and
7489            'NDRPDR'"
7490   parameters:
7491   - "throughput"
7492   - "name"
7493   - "tags"
7494   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7495   x-axis: "X = VNFs per Service Chain"
7496   y-axis: "Y = Number of Service Chains"
7497   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7498   layout:
7499     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7500     layout: "plot-service-density"
7501
7502 - type: "plot"
7503   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7504   algorithm: "plot_nf_heatmap"
7505   output-file-type: ".html"
7506   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7507   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7508   filter: "'NIC_Intel-XXV710' and
7509            'NF_DENSITY' and
7510            'VHOST' and
7511            not 'VXLAN' and
7512            'CHAIN' and
7513            'NF_VPPIP4' and
7514            'IMIX' and
7515            '4T2C' and
7516            'NDRPDR'"
7517   parameters:
7518   - "throughput"
7519   - "name"
7520   - "tags"
7521   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7522   x-axis: "X = VNFs per Service Chain"
7523   y-axis: "Y = Number of Service Chains"
7524   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7525   layout:
7526     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7527     layout: "plot-service-density"
7528
7529 - type: "plot"
7530   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7531   algorithm: "plot_nf_heatmap"
7532   output-file-type: ".html"
7533   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7534   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7535   filter: "'NIC_Intel-XXV710' and
7536            'NF_DENSITY' and
7537            'VHOST' and
7538            not 'VXLAN' and
7539            'CHAIN' and
7540            'NF_VPPIP4' and
7541            'IMIX' and
7542            '8T4C' and
7543            'NDRPDR'"
7544   parameters:
7545   - "throughput"
7546   - "name"
7547   - "tags"
7548   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7549   x-axis: "X = VNFs per Service Chain"
7550   y-axis: "Y = Number of Service Chains"
7551   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7552   layout:
7553     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7554     layout: "plot-service-density"
7555
7556 # Plots - NF Density - VSC - PDR IMIX
7557 - type: "plot"
7558   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7559   algorithm: "plot_nf_heatmap"
7560   output-file-type: ".html"
7561   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7562   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7563   filter: "'NIC_Intel-XXV710' and
7564            'NF_DENSITY' and
7565            'VHOST' and
7566            not 'VXLAN' and
7567            'CHAIN' and
7568            'NF_VPPIP4' and
7569            'IMIX' and
7570            '2T1C' and
7571            'NDRPDR'"
7572   parameters:
7573   - "throughput"
7574   - "name"
7575   - "tags"
7576   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7577   x-axis: "X = VNFs per Service Chain"
7578   y-axis: "Y = Number of Service Chains"
7579   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7580   layout:
7581     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7582     layout: "plot-service-density"
7583
7584 - type: "plot"
7585   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7586   algorithm: "plot_nf_heatmap"
7587   output-file-type: ".html"
7588   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7589   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7590   filter: "'NIC_Intel-XXV710' and
7591            'NF_DENSITY' and
7592            'VHOST' and
7593            not 'VXLAN' and
7594            'CHAIN' and
7595            'NF_VPPIP4' and
7596            'IMIX' and
7597            '4T2C' and
7598            'NDRPDR'"
7599   parameters:
7600   - "throughput"
7601   - "name"
7602   - "tags"
7603   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7604   x-axis: "X = VNFs per Service Chain"
7605   y-axis: "Y = Number of Service Chains"
7606   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7607   layout:
7608     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7609     layout: "plot-service-density"
7610
7611 - type: "plot"
7612   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7613   algorithm: "plot_nf_heatmap"
7614   output-file-type: ".html"
7615   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7616   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7617   filter: "'NIC_Intel-XXV710' and
7618            'NF_DENSITY' and
7619            'VHOST' and
7620            not 'VXLAN' and
7621            'CHAIN' and
7622            'NF_VPPIP4' and
7623            'IMIX' and
7624            '8T4C' and
7625            'NDRPDR'"
7626   parameters:
7627   - "throughput"
7628   - "name"
7629   - "tags"
7630   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7631   x-axis: "X = VNFs per Service Chain"
7632   y-axis: "Y = Number of Service Chains"
7633   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7634   layout:
7635     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7636     layout: "plot-service-density"
7637
7638 ###############################################################################
7639
7640 # Plots - NF Density - VSC - MRR IMIX
7641 - type: "plot"
7642   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7643   algorithm: "plot_nf_heatmap"
7644   output-file-type: ".html"
7645   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7646   data: "plot-vpp-nfv-2n-skx-mrr"
7647   filter: "'NIC_Intel-XXV710' and
7648            'NF_DENSITY' and
7649            'VHOST' and
7650            'VXLAN' and
7651            'CHAIN' and
7652            'IMIX' and
7653            '2T1C' and
7654            'MRR'"
7655   parameters:
7656   - "result"
7657   - "name"
7658   - "tags"
7659   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7660   x-axis: "X = VNFs per Service Chain"
7661   y-axis: "Y = Number of Service Chains"
7662   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7663   layout:
7664     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7665     layout: "plot-service-density"
7666
7667 - type: "plot"
7668   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7669   algorithm: "plot_nf_heatmap"
7670   output-file-type: ".html"
7671   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7672   data: "plot-vpp-nfv-2n-skx-mrr"
7673   filter: "'NIC_Intel-XXV710' and
7674            'NF_DENSITY' and
7675            'VHOST' and
7676            'VXLAN' and
7677            'CHAIN' and
7678            'IMIX' and
7679            '4T2C' and
7680            'MRR'"
7681   parameters:
7682   - "result"
7683   - "name"
7684   - "tags"
7685   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7686   x-axis: "X = VNFs per Service Chain"
7687   y-axis: "Y = Number of Service Chains"
7688   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7689   layout:
7690     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7691     layout: "plot-service-density"
7692
7693 - type: "plot"
7694   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7695   algorithm: "plot_nf_heatmap"
7696   output-file-type: ".html"
7697   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7698   data: "plot-vpp-nfv-2n-skx-mrr"
7699   filter: "'NIC_Intel-XXV710' and
7700            'NF_DENSITY' and
7701            'VHOST' and
7702            'VXLAN' and
7703            'CHAIN' and
7704            'IMIX' and
7705            '8T4C' and
7706            'MRR'"
7707   parameters:
7708   - "result"
7709   - "name"
7710   - "tags"
7711   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7712   x-axis: "X = VNFs per Service Chain"
7713   y-axis: "Y = Number of Service Chains"
7714   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7715   layout:
7716     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7717     layout: "plot-service-density"
7718
7719 # Plots - NF Density - VSC - NDR IMIX
7720 - type: "plot"
7721   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7722   algorithm: "plot_nf_heatmap"
7723   output-file-type: ".html"
7724   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7725   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7726   filter: "'NIC_Intel-XXV710' and
7727            'NF_DENSITY' and
7728            'VHOST' and
7729            'VXLAN' and
7730            'CHAIN' and
7731            'IMIX' and
7732            '2T1C' and
7733            'NDRPDR'"
7734   parameters:
7735   - "throughput"
7736   - "name"
7737   - "tags"
7738   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7739   x-axis: "X = VNFs per Service Chain"
7740   y-axis: "Y = Number of Service Chains"
7741   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7742   layout:
7743     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7744     layout: "plot-service-density"
7745
7746 - type: "plot"
7747   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7748   algorithm: "plot_nf_heatmap"
7749   output-file-type: ".html"
7750   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7751   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7752   filter: "'NIC_Intel-XXV710' and
7753            'NF_DENSITY' and
7754            'VHOST' and
7755            'VXLAN' and
7756            'CHAIN' and
7757            'IMIX' and
7758            '4T2C' and
7759            'NDRPDR'"
7760   parameters:
7761   - "throughput"
7762   - "name"
7763   - "tags"
7764   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7765   x-axis: "X = VNFs per Service Chain"
7766   y-axis: "Y = Number of Service Chains"
7767   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7768   layout:
7769     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7770     layout: "plot-service-density"
7771
7772 - type: "plot"
7773   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7774   algorithm: "plot_nf_heatmap"
7775   output-file-type: ".html"
7776   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7777   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7778   filter: "'NIC_Intel-XXV710' and
7779            'NF_DENSITY' and
7780            'VHOST' and
7781            'VXLAN' and
7782            'CHAIN' and
7783            'IMIX' and
7784            '8T4C' and
7785            'NDRPDR'"
7786   parameters:
7787   - "throughput"
7788   - "name"
7789   - "tags"
7790   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7791   x-axis: "X = VNFs per Service Chain"
7792   y-axis: "Y = Number of Service Chains"
7793   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7794   layout:
7795     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7796     layout: "plot-service-density"
7797
7798 # Plots - NF Density - VSC - PDR IMIX
7799 - type: "plot"
7800   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7801   algorithm: "plot_nf_heatmap"
7802   output-file-type: ".html"
7803   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7804   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7805   filter: "'NIC_Intel-XXV710' and
7806            'NF_DENSITY' and
7807            'VHOST' and
7808            'VXLAN' and
7809            'CHAIN' and
7810            'IMIX' and
7811            '2T1C' and
7812            'NDRPDR'"
7813   parameters:
7814   - "throughput"
7815   - "name"
7816   - "tags"
7817   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7818   x-axis: "X = VNFs per Service Chain"
7819   y-axis: "Y = Number of Service Chains"
7820   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7821   layout:
7822     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7823     layout: "plot-service-density"
7824
7825 - type: "plot"
7826   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7827   algorithm: "plot_nf_heatmap"
7828   output-file-type: ".html"
7829   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7830   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7831   filter: "'NIC_Intel-XXV710' and
7832            'NF_DENSITY' and
7833            'VHOST' and
7834            'VXLAN' and
7835            'CHAIN' and
7836            'IMIX' and
7837            '4T2C' and
7838            'NDRPDR'"
7839   parameters:
7840   - "throughput"
7841   - "name"
7842   - "tags"
7843   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7844   x-axis: "X = VNFs per Service Chain"
7845   y-axis: "Y = Number of Service Chains"
7846   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7847   layout:
7848     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7849     layout: "plot-service-density"
7850
7851 - type: "plot"
7852   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7853   algorithm: "plot_nf_heatmap"
7854   output-file-type: ".html"
7855   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7856   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7857   filter: "'NIC_Intel-XXV710' and
7858            'NF_DENSITY' and
7859            'VHOST' and
7860            'VXLAN' and
7861            'CHAIN' and
7862            'IMIX' and
7863            '8T4C' and
7864            'NDRPDR'"
7865   parameters:
7866   - "throughput"
7867   - "name"
7868   - "tags"
7869   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7870   x-axis: "X = VNFs per Service Chain"
7871   y-axis: "Y = Number of Service Chains"
7872   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7873   layout:
7874     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7875     layout: "plot-service-density"
7876
7877 ###############################################################################
7878
7879 # Plots - NF Density - CSC - MRR IMIX
7880 - type: "plot"
7881   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7882   algorithm: "plot_nf_heatmap"
7883   output-file-type: ".html"
7884   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7885   data: "plot-vpp-nfv-2n-skx-mrr"
7886   filter: "'NIC_Intel-XXV710' and
7887            'NF_DENSITY' and
7888            'DOCKER' and
7889            'CHAIN' and
7890            'NF_VPPIP4' and
7891            'IMIX' and
7892            '2T1C' and
7893            'MRR'"
7894   parameters:
7895   - "result"
7896   - "name"
7897   - "tags"
7898   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7899   x-axis: "X = CNFs per Service Chain"
7900   y-axis: "Y = Number of Service Chains"
7901   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7902   layout:
7903     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7904     layout: "plot-service-density"
7905
7906 - type: "plot"
7907   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7908   algorithm: "plot_nf_heatmap"
7909   output-file-type: ".html"
7910   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7911   data: "plot-vpp-nfv-2n-skx-mrr"
7912   filter: "'NIC_Intel-XXV710' and
7913            'NF_DENSITY' and
7914            'DOCKER' and
7915            'CHAIN' and
7916            'NF_VPPIP4' and
7917            'IMIX' and
7918            '4T2C' and
7919            'MRR'"
7920   parameters:
7921   - "result"
7922   - "name"
7923   - "tags"
7924   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7925   x-axis: "X = CNFs per Service Chain"
7926   y-axis: "Y = Number of Service Chains"
7927   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7928   layout:
7929     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7930     layout: "plot-service-density"
7931
7932 - type: "plot"
7933   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7934   algorithm: "plot_nf_heatmap"
7935   output-file-type: ".html"
7936   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7937   data: "plot-vpp-nfv-2n-skx-mrr"
7938   filter: "'NIC_Intel-XXV710' and
7939            'NF_DENSITY' and
7940            'DOCKER' and
7941            'CHAIN' and
7942            'NF_VPPIP4' and
7943            'IMIX' and
7944            '8T4C' and
7945            'MRR'"
7946   parameters:
7947   - "result"
7948   - "name"
7949   - "tags"
7950   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7951   x-axis: "X = CNFs per Service Chain"
7952   y-axis: "Y = Number of Service Chains"
7953   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7954   layout:
7955     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7956     layout: "plot-service-density"
7957
7958 # Plots - NF Density - CSC - NDR IMIX
7959 - type: "plot"
7960   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7961   algorithm: "plot_nf_heatmap"
7962   output-file-type: ".html"
7963   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7964   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7965   filter: "'NIC_Intel-XXV710' and
7966            'NF_DENSITY' and
7967            'DOCKER' and
7968            'CHAIN' and
7969            'NF_VPPIP4' and
7970            'IMIX' and
7971            '2T1C' and
7972            'NDRPDR'"
7973   parameters:
7974   - "throughput"
7975   - "name"
7976   - "tags"
7977   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7978   x-axis: "X = CNFs per Service Chain"
7979   y-axis: "Y = Number of Service Chains"
7980   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7981   layout:
7982     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7983     layout: "plot-service-density"
7984
7985 - type: "plot"
7986   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7987   algorithm: "plot_nf_heatmap"
7988   output-file-type: ".html"
7989   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7990   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7991   filter: "'NIC_Intel-XXV710' and
7992            'NF_DENSITY' and
7993            'DOCKER' and
7994            'CHAIN' and
7995            'NF_VPPIP4' and
7996            'IMIX' and
7997            '4T2C' and
7998            'NDRPDR'"
7999   parameters:
8000   - "throughput"
8001   - "name"
8002   - "tags"
8003   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8004   x-axis: "X = CNFs per Service Chain"
8005   y-axis: "Y = Number of Service Chains"
8006   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8007   layout:
8008     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8009     layout: "plot-service-density"
8010
8011 - type: "plot"
8012   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8013   algorithm: "plot_nf_heatmap"
8014   output-file-type: ".html"
8015   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8016   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8017   filter: "'NIC_Intel-XXV710' and
8018            'NF_DENSITY' and
8019            'DOCKER' and
8020            'CHAIN' and
8021            'NF_VPPIP4' and
8022            'IMIX' and
8023            '8T4C' and
8024            'NDRPDR'"
8025   parameters:
8026   - "throughput"
8027   - "name"
8028   - "tags"
8029   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8030   x-axis: "X = CNFs per Service Chain"
8031   y-axis: "Y = Number of Service Chains"
8032   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8033   layout:
8034     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8035     layout: "plot-service-density"
8036
8037 # Plots - NF Density - CSC - PDR IMIX
8038 - type: "plot"
8039   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8040   algorithm: "plot_nf_heatmap"
8041   output-file-type: ".html"
8042   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8043   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8044   filter: "'NIC_Intel-XXV710' and
8045            'NF_DENSITY' and
8046            'DOCKER' and
8047            'CHAIN' and
8048            'NF_VPPIP4' and
8049            'IMIX' and
8050            '2T1C' and
8051            'NDRPDR'"
8052   parameters:
8053   - "throughput"
8054   - "name"
8055   - "tags"
8056   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8057   x-axis: "X = CNFs per Service Chain"
8058   y-axis: "Y = Number of Service Chains"
8059   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8060   layout:
8061     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8062     layout: "plot-service-density"
8063
8064 - type: "plot"
8065   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8066   algorithm: "plot_nf_heatmap"
8067   output-file-type: ".html"
8068   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8069   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8070   filter: "'NIC_Intel-XXV710' and
8071            'NF_DENSITY' and
8072            'DOCKER' and
8073            'CHAIN' and
8074            'NF_VPPIP4' and
8075            'IMIX' and
8076            '4T2C' and
8077            'NDRPDR'"
8078   parameters:
8079   - "throughput"
8080   - "name"
8081   - "tags"
8082   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8083   x-axis: "X = CNFs per Service Chain"
8084   y-axis: "Y = Number of Service Chains"
8085   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8086   layout:
8087     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8088     layout: "plot-service-density"
8089
8090 - type: "plot"
8091   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8092   algorithm: "plot_nf_heatmap"
8093   output-file-type: ".html"
8094   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8095   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8096   filter: "'NIC_Intel-XXV710' and
8097            'NF_DENSITY' and
8098            'DOCKER' and
8099            'CHAIN' and
8100            'NF_VPPIP4' and
8101            'IMIX' and
8102            '8T4C' and
8103            'NDRPDR'"
8104   parameters:
8105   - "throughput"
8106   - "name"
8107   - "tags"
8108   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8109   x-axis: "X = CNFs per Service Chain"
8110   y-axis: "Y = Number of Service Chains"
8111   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8112   layout:
8113     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8114     layout: "plot-service-density"
8115
8116 ################################################################################
8117 #
8118 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8119 #- type: "plot"
8120 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8121 #  algorithm: "plot_nf_heatmap"
8122 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8123 #  data: "plot-vpp-nfv-3n-skx-mrr"
8124 #  filter: "'NIC_Intel-XXV710' and
8125 #           'NF_DENSITY' and
8126 #           'DOCKER' and
8127 #           'CHAIN' and
8128 #           'NF_VPPIP4' and
8129 #           'IPSEC' and
8130 #           'TNL_4' and
8131 #           'IMIX' and
8132 #           '2T1C' and
8133 #           'MRR'"
8134 #  parameters:
8135 #  - "result"
8136 #  - "name"
8137 #  - "tags"
8138 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8139 #  x-axis: "X = CNFs per Service Chain"
8140 #  y-axis: "Y = Number of Service Chains"
8141 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8142 #  layout:
8143 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8144 #    layout: "plot-service-density"
8145 #
8146 #- type: "plot"
8147 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8148 #  algorithm: "plot_nf_heatmap"
8149 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8150 #  data: "plot-vpp-nfv-3n-skx-mrr"
8151 #  filter: "'NIC_Intel-XXV710' and
8152 #           'NF_DENSITY' and
8153 #           'DOCKER' and
8154 #           'CHAIN' and
8155 #           'NF_VPPIP4' and
8156 #           'IPSEC' and
8157 #           'TNL_4' and
8158 #           'IMIX' and
8159 #           '4T2C' and
8160 #           'MRR'"
8161 #  parameters:
8162 #  - "result"
8163 #  - "name"
8164 #  - "tags"
8165 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8166 #  x-axis: "X = CNFs per Service Chain"
8167 #  y-axis: "Y = Number of Service Chains"
8168 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8169 #  layout:
8170 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8171 #    layout: "plot-service-density"
8172 #
8173 #- type: "plot"
8174 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8175 #  algorithm: "plot_nf_heatmap"
8176 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8177 #  data: "plot-vpp-nfv-3n-skx-mrr"
8178 #  filter: "'NIC_Intel-XXV710' and
8179 #           'NF_DENSITY' and
8180 #           'DOCKER' and
8181 #           'CHAIN' and
8182 #           'NF_VPPIP4' and
8183 #           'IPSEC' and
8184 #           'TNL_4' and
8185 #           'IMIX' and
8186 #           '8T4C' and
8187 #           'MRR'"
8188 #  parameters:
8189 #  - "result"
8190 #  - "name"
8191 #  - "tags"
8192 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8193 #  x-axis: "X = CNFs per Service Chain"
8194 #  y-axis: "Y = Number of Service Chains"
8195 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8196 #  layout:
8197 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8198 #    layout: "plot-service-density"
8199
8200 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8201 #- type: "plot"
8202 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8203 #  algorithm: "plot_nf_heatmap"
8204 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8205 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8206 #  filter: "'NIC_Intel-XXV710' and
8207 #           'NF_DENSITY' and
8208 #           'DOCKER' and
8209 #           'CHAIN' and
8210 #           'NF_VPPIP4' and
8211 #           'IPSEC' and
8212 #           'TNL_4' and
8213 #           'IMIX' and
8214 #           '2T1C' and
8215 #           'NDRPDR'"
8216 #  parameters:
8217 #  - "throughput"
8218 #  - "name"
8219 #  - "tags"
8220 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8221 #  x-axis: "X = CNFs per Service Chain"
8222 #  y-axis: "Y = Number of Service Chains"
8223 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8224 #  layout:
8225 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8226 #    layout: "plot-service-density"
8227 #
8228 #- type: "plot"
8229 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8230 #  algorithm: "plot_nf_heatmap"
8231 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8232 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8233 #  filter: "'NIC_Intel-XXV710' and
8234 #           'NF_DENSITY' and
8235 #           'DOCKER' and
8236 #           'CHAIN' and
8237 #           'NF_VPPIP4' and
8238 #           'IPSEC' and
8239 #           'TNL_4' and
8240 #           'IMIX' and
8241 #           '4T2C' and
8242 #           'NDRPDR'"
8243 #  parameters:
8244 #  - "throughput"
8245 #  - "name"
8246 #  - "tags"
8247 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8248 #  x-axis: "X = CNFs per Service Chain"
8249 #  y-axis: "Y = Number of Service Chains"
8250 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8251 #  layout:
8252 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8253 #    layout: "plot-service-density"
8254 #
8255 #- type: "plot"
8256 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8257 #  algorithm: "plot_nf_heatmap"
8258 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8259 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8260 #  filter: "'NIC_Intel-XXV710' and
8261 #           'NF_DENSITY' and
8262 #           'DOCKER' and
8263 #           'CHAIN' and
8264 #           'NF_VPPIP4' and
8265 #           'IPSEC' and
8266 #           'TNL_4' and
8267 #           'IMIX' and
8268 #           '8T4C' and
8269 #           'NDRPDR'"
8270 #  parameters:
8271 #  - "throughput"
8272 #  - "name"
8273 #  - "tags"
8274 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8275 #  x-axis: "X = CNFs per Service Chain"
8276 #  y-axis: "Y = Number of Service Chains"
8277 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8278 #  layout:
8279 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8280 #    layout: "plot-service-density"
8281 #
8282 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8283 #- type: "plot"
8284 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8285 #  algorithm: "plot_nf_heatmap"
8286 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8287 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8288 #  filter: "'NIC_Intel-XXV710' and
8289 #           'NF_DENSITY' and
8290 #           'DOCKER' and
8291 #           'CHAIN' and
8292 #           'NF_VPPIP4' and
8293 #           'IPSEC' and
8294 #           'TNL_4' and
8295 #           'IMIX' and
8296 #           '2T1C' and
8297 #           'NDRPDR'"
8298 #  parameters:
8299 #  - "throughput"
8300 #  - "name"
8301 #  - "tags"
8302 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8303 #  x-axis: "X = CNFs per Service Chain"
8304 #  y-axis: "Y = Number of Service Chains"
8305 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8306 #  layout:
8307 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8308 #    layout: "plot-service-density"
8309 #
8310 #- type: "plot"
8311 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8312 #  algorithm: "plot_nf_heatmap"
8313 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8314 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8315 #  filter: "'NIC_Intel-XXV710' and
8316 #           'NF_DENSITY' and
8317 #           'DOCKER' and
8318 #           'CHAIN' and
8319 #           'NF_VPPIP4' and
8320 #           'IPSEC' and
8321 #           'TNL_4' and
8322 #           'IMIX' and
8323 #           '4T2C' and
8324 #           'NDRPDR'"
8325 #  parameters:
8326 #  - "throughput"
8327 #  - "name"
8328 #  - "tags"
8329 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8330 #  x-axis: "X = CNFs per Service Chain"
8331 #  y-axis: "Y = Number of Service Chains"
8332 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8333 #  layout:
8334 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8335 #    layout: "plot-service-density"
8336 #
8337 #- type: "plot"
8338 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8339 #  algorithm: "plot_nf_heatmap"
8340 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8341 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8342 #  filter: "'NIC_Intel-XXV710' and
8343 #           'NF_DENSITY' and
8344 #           'DOCKER' and
8345 #           'CHAIN' and
8346 #           'NF_VPPIP4' and
8347 #           'IPSEC' and
8348 #           'TNL_4' and
8349 #           'IMIX' and
8350 #           '8T4C' and
8351 #           'NDRPDR'"
8352 #  parameters:
8353 #  - "throughput"
8354 #  - "name"
8355 #  - "tags"
8356 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8357 #  x-axis: "X = CNFs per Service Chain"
8358 #  y-axis: "Y = Number of Service Chains"
8359 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8360 #  layout:
8361 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8362 #    layout: "plot-service-density"
8363
8364 ###############################################################################
8365
8366 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8367 #- type: "plot"
8368 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8369 #  algorithm: "plot_nf_heatmap"
8370 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8371 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8372 #  filter: "'NIC_Intel-XL710' and
8373 #           'NF_DENSITY' and
8374 #           'DOCKER' and
8375 #           'CHAIN' and
8376 #           'NF_VPPIP4' and
8377 #           'IMIX' and
8378 #           'TNL_4' and
8379 #           '1T1C' and
8380 #           'MRR'"
8381 #  parameters:
8382 #  - "result"
8383 #  - "name"
8384 #  - "tags"
8385 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8386 #  x-axis: "X = CNFs per Service Chain"
8387 #  y-axis: "Y = Number of Service Chains"
8388 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8389 #  layout:
8390 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8391 #    layout: "plot-service-density"
8392 #
8393 #- type: "plot"
8394 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8395 #  algorithm: "plot_nf_heatmap"
8396 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8397 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8398 #  filter: "'NIC_Intel-XL710' and
8399 #           'NF_DENSITY' and
8400 #           'DOCKER' and
8401 #           'CHAIN' and
8402 #           'NF_VPPIP4' and
8403 #           'IPSEC' and
8404 #           'TNL_4' and
8405 #           'IMIX' and
8406 #           '2T2C' and
8407 #           'MRR'"
8408 #  parameters:
8409 #  - "result"
8410 #  - "name"
8411 #  - "tags"
8412 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8413 #  x-axis: "X = CNFs per Service Chain"
8414 #  y-axis: "Y = Number of Service Chains"
8415 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8416 #  layout:
8417 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8418 #    layout: "plot-service-density"
8419 #
8420 #- type: "plot"
8421 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8422 #  algorithm: "plot_nf_heatmap"
8423 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8424 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8425 #  filter: "'NIC_Intel-XL710' and
8426 #           'NF_DENSITY' and
8427 #           'DOCKER' and
8428 #           'CHAIN' and
8429 #           'NF_VPPIP4' and
8430 #           'IPSEC' and
8431 #           'TNL_4' and
8432 #           'IMIX' and
8433 #           '4T4C' and
8434 #           'MRR'"
8435 #  parameters:
8436 #  - "result"
8437 #  - "name"
8438 #  - "tags"
8439 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8440 #  x-axis: "X = CNFs per Service Chain"
8441 #  y-axis: "Y = Number of Service Chains"
8442 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8443 #  layout:
8444 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8445 #    layout: "plot-service-density"
8446
8447 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8448 #- type: "plot"
8449 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8450 #  algorithm: "plot_nf_heatmap"
8451 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8452 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8453 #  filter: "'NIC_Intel-XL710' and
8454 #           'NF_DENSITY' and
8455 #           'DOCKER' and
8456 #           'CHAIN' and
8457 #           'NF_VPPIP4' and
8458 #           'IPSEC' and
8459 #           'TNL_4' and
8460 #           'IMIX' and
8461 #           '1T1C' and
8462 #           'NDRPDR'"
8463 #  parameters:
8464 #  - "throughput"
8465 #  - "name"
8466 #  - "tags"
8467 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8468 #  x-axis: "X = CNFs per Service Chain"
8469 #  y-axis: "Y = Number of Service Chains"
8470 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8471 #  layout:
8472 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8473 #    layout: "plot-service-density"
8474 #
8475 #- type: "plot"
8476 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8477 #  algorithm: "plot_nf_heatmap"
8478 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8479 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8480 #  filter: "'NIC_Intel-XL710' and
8481 #           'NF_DENSITY' and
8482 #           'DOCKER' and
8483 #           'CHAIN' and
8484 #           'NF_VPPIP4' and
8485 #           'IPSEC' and
8486 #           'TNL_4' and
8487 #           'IMIX' and
8488 #           '2T2C' and
8489 #           'NDRPDR'"
8490 #  parameters:
8491 #  - "throughput"
8492 #  - "name"
8493 #  - "tags"
8494 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8495 #  x-axis: "X = CNFs per Service Chain"
8496 #  y-axis: "Y = Number of Service Chains"
8497 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8498 #  layout:
8499 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8500 #    layout: "plot-service-density"
8501 #
8502 #- type: "plot"
8503 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8504 #  algorithm: "plot_nf_heatmap"
8505 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8506 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8507 #  filter: "'NIC_Intel-XL710' and
8508 #           'NF_DENSITY' and
8509 #           'DOCKER' and
8510 #           'CHAIN' and
8511 #           'NF_VPPIP4' and
8512 #           'IPSEC' and
8513 #           'TNL_4' and
8514 #           'IMIX' and
8515 #           '4T4C' and
8516 #           'NDRPDR'"
8517 #  parameters:
8518 #  - "throughput"
8519 #  - "name"
8520 #  - "tags"
8521 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8522 #  x-axis: "X = CNFs per Service Chain"
8523 #  y-axis: "Y = Number of Service Chains"
8524 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8525 #  layout:
8526 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8527 #    layout: "plot-service-density"
8528 #
8529 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8530 #- type: "plot"
8531 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8532 #  algorithm: "plot_nf_heatmap"
8533 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8534 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8535 #  filter: "'NIC_Intel-XL710' and
8536 #           'NF_DENSITY' and
8537 #           'DOCKER' and
8538 #           'CHAIN' and
8539 #           'NF_VPPIP4' and
8540 #           'IPSEC' and
8541 #           'TNL_4' and
8542 #           'IMIX' and
8543 #           '1T1C' and
8544 #           'NDRPDR'"
8545 #  parameters:
8546 #  - "throughput"
8547 #  - "name"
8548 #  - "tags"
8549 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8550 #  x-axis: "X = CNFs per Service Chain"
8551 #  y-axis: "Y = Number of Service Chains"
8552 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8553 #  layout:
8554 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8555 #    layout: "plot-service-density"
8556 #
8557 #- type: "plot"
8558 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8559 #  algorithm: "plot_nf_heatmap"
8560 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8561 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8562 #  filter: "'NIC_Intel-XL710' and
8563 #           'NF_DENSITY' and
8564 #           'DOCKER' and
8565 #           'CHAIN' and
8566 #           'NF_VPPIP4' and
8567 #           'IPSEC' and
8568 #           'TNL_4' and
8569 #           'IMIX' and
8570 #           '2T2C' and
8571 #           'NDRPDR'"
8572 #  parameters:
8573 #  - "throughput"
8574 #  - "name"
8575 #  - "tags"
8576 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8577 #  x-axis: "X = CNFs per Service Chain"
8578 #  y-axis: "Y = Number of Service Chains"
8579 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8580 #  layout:
8581 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8582 #    layout: "plot-service-density"
8583 #
8584 #- type: "plot"
8585 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8586 #  algorithm: "plot_nf_heatmap"
8587 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8588 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8589 #  filter: "'NIC_Intel-XL710' and
8590 #           'NF_DENSITY' and
8591 #           'DOCKER' and
8592 #           'CHAIN' and
8593 #           'NF_VPPIP4' and
8594 #           'IPSEC' and
8595 #           'TNL_4' and
8596 #           'IMIX' and
8597 #           '4T4C' and
8598 #           'NDRPDR'"
8599 #  parameters:
8600 #  - "throughput"
8601 #  - "name"
8602 #  - "tags"
8603 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8604 #  x-axis: "X = CNFs per Service Chain"
8605 #  y-axis: "Y = Number of Service Chains"
8606 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8607 #  layout:
8608 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8609 #    layout: "plot-service-density"
8610
8611 ###############################################################################
8612
8613 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8614 #- type: "plot"
8615 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8616 #  algorithm: "plot_nf_heatmap"
8617 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8618 #  data: "plot-vpp-nfv-3n-skx-mrr"
8619 #  filter: "'NIC_Intel-XXV710' and
8620 #           'NF_DENSITY' and
8621 #           'DOCKER' and
8622 #           'CHAIN' and
8623 #           'NF_VPPIP4' and
8624 #           'IPSEC' and
8625 #           'TNL_1000' and
8626 #           'IMIX' and
8627 #           '2T1C' and
8628 #           'MRR'"
8629 #  parameters:
8630 #  - "result"
8631 #  - "name"
8632 #  - "tags"
8633 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8634 #  x-axis: "X = CNFs per Service Chain"
8635 #  y-axis: "Y = Number of Service Chains"
8636 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8637 #  layout:
8638 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8639 #    layout: "plot-service-density"
8640 #
8641 #- type: "plot"
8642 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8643 #  algorithm: "plot_nf_heatmap"
8644 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8645 #  data: "plot-vpp-nfv-3n-skx-mrr"
8646 #  filter: "'NIC_Intel-XXV710' and
8647 #           'NF_DENSITY' and
8648 #           'DOCKER' and
8649 #           'CHAIN' and
8650 #           'NF_VPPIP4' and
8651 #           'IPSEC' and
8652 #           'TNL_1000' and
8653 #           'IMIX' and
8654 #           '4T2C' and
8655 #           'MRR'"
8656 #  parameters:
8657 #  - "result"
8658 #  - "name"
8659 #  - "tags"
8660 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8661 #  x-axis: "X = CNFs per Service Chain"
8662 #  y-axis: "Y = Number of Service Chains"
8663 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8664 #  layout:
8665 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8666 #    layout: "plot-service-density"
8667 #
8668 #- type: "plot"
8669 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8670 #  algorithm: "plot_nf_heatmap"
8671 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8672 #  data: "plot-vpp-nfv-3n-skx-mrr"
8673 #  filter: "'NIC_Intel-XXV710' and
8674 #           'NF_DENSITY' and
8675 #           'DOCKER' and
8676 #           'CHAIN' and
8677 #           'NF_VPPIP4' and
8678 #           'IPSEC' and
8679 #           'TNL_1000' and
8680 #           'IMIX' and
8681 #           '8T4C' and
8682 #           'MRR'"
8683 #  parameters:
8684 #  - "result"
8685 #  - "name"
8686 #  - "tags"
8687 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8688 #  x-axis: "X = CNFs per Service Chain"
8689 #  y-axis: "Y = Number of Service Chains"
8690 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8691 #  layout:
8692 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8693 #    layout: "plot-service-density"
8694
8695 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8696 #- type: "plot"
8697 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8698 #  algorithm: "plot_nf_heatmap"
8699 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8700 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8701 #  filter: "'NIC_Intel-XXV710' and
8702 #           'NF_DENSITY' and
8703 #           'DOCKER' and
8704 #           'CHAIN' and
8705 #           'NF_VPPIP4' and
8706 #           'IPSEC' and
8707 #           'TNL_1000' and
8708 #           'IMIX' and
8709 #           '2T1C' and
8710 #           'NDRPDR'"
8711 #  parameters:
8712 #  - "throughput"
8713 #  - "name"
8714 #  - "tags"
8715 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8716 #  x-axis: "X = CNFs per Service Chain"
8717 #  y-axis: "Y = Number of Service Chains"
8718 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8719 #  layout:
8720 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8721 #    layout: "plot-service-density"
8722 #
8723 #- type: "plot"
8724 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8725 #  algorithm: "plot_nf_heatmap"
8726 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8727 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8728 #  filter: "'NIC_Intel-XXV710' and
8729 #           'NF_DENSITY' and
8730 #           'DOCKER' and
8731 #           'CHAIN' and
8732 #           'NF_VPPIP4' and
8733 #           'IPSEC' and
8734 #           'TNL_1000' and
8735 #           'IMIX' and
8736 #           '4T2C' and
8737 #           'NDRPDR'"
8738 #  parameters:
8739 #  - "throughput"
8740 #  - "name"
8741 #  - "tags"
8742 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8743 #  x-axis: "X = CNFs per Service Chain"
8744 #  y-axis: "Y = Number of Service Chains"
8745 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8746 #  layout:
8747 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8748 #    layout: "plot-service-density"
8749 #
8750 #- type: "plot"
8751 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8752 #  algorithm: "plot_nf_heatmap"
8753 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8754 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8755 #  filter: "'NIC_Intel-XXV710' and
8756 #           'NF_DENSITY' and
8757 #           'DOCKER' and
8758 #           'CHAIN' and
8759 #           'NF_VPPIP4' and
8760 #           'IPSEC' and
8761 #           'TNL_1000' and
8762 #           'IMIX' and
8763 #           '8T4C' and
8764 #           'NDRPDR'"
8765 #  parameters:
8766 #  - "throughput"
8767 #  - "name"
8768 #  - "tags"
8769 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8770 #  x-axis: "X = CNFs per Service Chain"
8771 #  y-axis: "Y = Number of Service Chains"
8772 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8773 #  layout:
8774 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8775 #    layout: "plot-service-density"
8776 #
8777 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8778 #- type: "plot"
8779 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8780 #  algorithm: "plot_nf_heatmap"
8781 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8782 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8783 #  filter: "'NIC_Intel-XXV710' and
8784 #           'NF_DENSITY' and
8785 #           'DOCKER' and
8786 #           'CHAIN' and
8787 #           'NF_VPPIP4' and
8788 #           'IPSEC' and
8789 #           'TNL_1000' and
8790 #           'IMIX' and
8791 #           '2T1C' and
8792 #           'NDRPDR'"
8793 #  parameters:
8794 #  - "throughput"
8795 #  - "name"
8796 #  - "tags"
8797 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8798 #  x-axis: "X = CNFs per Service Chain"
8799 #  y-axis: "Y = Number of Service Chains"
8800 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8801 #  layout:
8802 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8803 #    layout: "plot-service-density"
8804 #
8805 #- type: "plot"
8806 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8807 #  algorithm: "plot_nf_heatmap"
8808 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8809 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8810 #  filter: "'NIC_Intel-XXV710' and
8811 #           'NF_DENSITY' and
8812 #           'DOCKER' and
8813 #           'CHAIN' and
8814 #           'NF_VPPIP4' and
8815 #           'IPSEC' and
8816 #           'TNL_1000' and
8817 #           'IMIX' and
8818 #           '4T2C' and
8819 #           'NDRPDR'"
8820 #  parameters:
8821 #  - "throughput"
8822 #  - "name"
8823 #  - "tags"
8824 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8825 #  x-axis: "X = CNFs per Service Chain"
8826 #  y-axis: "Y = Number of Service Chains"
8827 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8828 #  layout:
8829 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8830 #    layout: "plot-service-density"
8831 #
8832 #- type: "plot"
8833 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8834 #  algorithm: "plot_nf_heatmap"
8835 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8836 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8837 #  filter: "'NIC_Intel-XXV710' and
8838 #           'NF_DENSITY' and
8839 #           'DOCKER' and
8840 #           'CHAIN' and
8841 #           'NF_VPPIP4' and
8842 #           'IPSEC' and
8843 #           'TNL_1000' and
8844 #           'IMIX' and
8845 #           '8T4C' and
8846 #           'NDRPDR'"
8847 #  parameters:
8848 #  - "throughput"
8849 #  - "name"
8850 #  - "tags"
8851 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8852 #  x-axis: "X = CNFs per Service Chain"
8853 #  y-axis: "Y = Number of Service Chains"
8854 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8855 #  layout:
8856 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8857 #    layout: "plot-service-density"
8858
8859 ###############################################################################
8860
8861 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8862 #- type: "plot"
8863 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8864 #  algorithm: "plot_nf_heatmap"
8865 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8866 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8867 #  filter: "'NIC_Intel-XL710' and
8868 #           'NF_DENSITY' and
8869 #           'DOCKER' and
8870 #           'CHAIN' and
8871 #           'NF_VPPIP4' and
8872 #           'IMIX' and
8873 #           'TNL_1000' and
8874 #           '1T1C' and
8875 #           'MRR'"
8876 #  parameters:
8877 #  - "result"
8878 #  - "name"
8879 #  - "tags"
8880 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8881 #  x-axis: "X = CNFs per Service Chain"
8882 #  y-axis: "Y = Number of Service Chains"
8883 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8884 #  layout:
8885 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8886 #    layout: "plot-service-density"
8887 #
8888 #- type: "plot"
8889 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8890 #  algorithm: "plot_nf_heatmap"
8891 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8892 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8893 #  filter: "'NIC_Intel-XL710' and
8894 #           'NF_DENSITY' and
8895 #           'DOCKER' and
8896 #           'CHAIN' and
8897 #           'NF_VPPIP4' and
8898 #           'IPSEC' and
8899 #           'TNL_1000' and
8900 #           'IMIX' and
8901 #           '2T2C' and
8902 #           'MRR'"
8903 #  parameters:
8904 #  - "result"
8905 #  - "name"
8906 #  - "tags"
8907 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8908 #  x-axis: "X = CNFs per Service Chain"
8909 #  y-axis: "Y = Number of Service Chains"
8910 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8911 #  layout:
8912 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8913 #    layout: "plot-service-density"
8914 #
8915 #- type: "plot"
8916 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8917 #  algorithm: "plot_nf_heatmap"
8918 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8919 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8920 #  filter: "'NIC_Intel-XL710' and
8921 #           'NF_DENSITY' and
8922 #           'DOCKER' and
8923 #           'CHAIN' and
8924 #           'NF_VPPIP4' and
8925 #           'IPSEC' and
8926 #           'TNL_1000' and
8927 #           'IMIX' and
8928 #           '4T4C' and
8929 #           'MRR'"
8930 #  parameters:
8931 #  - "result"
8932 #  - "name"
8933 #  - "tags"
8934 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8935 #  x-axis: "X = CNFs per Service Chain"
8936 #  y-axis: "Y = Number of Service Chains"
8937 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8938 #  layout:
8939 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8940 #    layout: "plot-service-density"
8941
8942 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8943 #- type: "plot"
8944 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8945 #  algorithm: "plot_nf_heatmap"
8946 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8947 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8948 #  filter: "'NIC_Intel-XL710' and
8949 #           'NF_DENSITY' and
8950 #           'DOCKER' and
8951 #           'CHAIN' and
8952 #           'NF_VPPIP4' and
8953 #           'IPSEC' and
8954 #           'TNL_1000' and
8955 #           'IMIX' and
8956 #           '1T1C' and
8957 #           'NDRPDR'"
8958 #  parameters:
8959 #  - "throughput"
8960 #  - "name"
8961 #  - "tags"
8962 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8963 #  x-axis: "X = CNFs per Service Chain"
8964 #  y-axis: "Y = Number of Service Chains"
8965 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8966 #  layout:
8967 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8968 #    layout: "plot-service-density"
8969 #
8970 #- type: "plot"
8971 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8972 #  algorithm: "plot_nf_heatmap"
8973 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8974 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8975 #  filter: "'NIC_Intel-XL710' and
8976 #           'NF_DENSITY' and
8977 #           'DOCKER' and
8978 #           'CHAIN' and
8979 #           'NF_VPPIP4' and
8980 #           'IPSEC' and
8981 #           'TNL_1000' and
8982 #           'IMIX' and
8983 #           '2T2C' and
8984 #           'NDRPDR'"
8985 #  parameters:
8986 #  - "throughput"
8987 #  - "name"
8988 #  - "tags"
8989 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8990 #  x-axis: "X = CNFs per Service Chain"
8991 #  y-axis: "Y = Number of Service Chains"
8992 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8993 #  layout:
8994 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8995 #    layout: "plot-service-density"
8996 #
8997 #- type: "plot"
8998 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8999 #  algorithm: "plot_nf_heatmap"
9000 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9001 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9002 #  filter: "'NIC_Intel-XL710' and
9003 #           'NF_DENSITY' and
9004 #           'DOCKER' and
9005 #           'CHAIN' and
9006 #           'NF_VPPIP4' and
9007 #           'IPSEC' and
9008 #           'TNL_1000' and
9009 #           'IMIX' and
9010 #           '4T4C' and
9011 #           'NDRPDR'"
9012 #  parameters:
9013 #  - "throughput"
9014 #  - "name"
9015 #  - "tags"
9016 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9017 #  x-axis: "X = CNFs per Service Chain"
9018 #  y-axis: "Y = Number of Service Chains"
9019 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9020 #  layout:
9021 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9022 #    layout: "plot-service-density"
9023 #
9024 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9025 #- type: "plot"
9026 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9027 #  algorithm: "plot_nf_heatmap"
9028 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9029 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9030 #  filter: "'NIC_Intel-XL710' and
9031 #           'NF_DENSITY' and
9032 #           'DOCKER' and
9033 #           'CHAIN' and
9034 #           'NF_VPPIP4' and
9035 #           'IPSEC' and
9036 #           'TNL_1000' and
9037 #           'IMIX' and
9038 #           '1T1C' and
9039 #           'NDRPDR'"
9040 #  parameters:
9041 #  - "throughput"
9042 #  - "name"
9043 #  - "tags"
9044 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9045 #  x-axis: "X = CNFs per Service Chain"
9046 #  y-axis: "Y = Number of Service Chains"
9047 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9048 #  layout:
9049 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9050 #    layout: "plot-service-density"
9051 #
9052 #- type: "plot"
9053 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9054 #  algorithm: "plot_nf_heatmap"
9055 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9056 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9057 #  filter: "'NIC_Intel-XL710' and
9058 #           'NF_DENSITY' and
9059 #           'DOCKER' and
9060 #           'CHAIN' and
9061 #           'NF_VPPIP4' and
9062 #           'IPSEC' and
9063 #           'TNL_1000' and
9064 #           'IMIX' and
9065 #           '2T2C' 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-1000tnl-vppip4-pdr"
9077 #    layout: "plot-service-density"
9078 #
9079 #- type: "plot"
9080 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9081 #  algorithm: "plot_nf_heatmap"
9082 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9083 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9084 #  filter: "'NIC_Intel-XL710' and
9085 #           'NF_DENSITY' and
9086 #           'DOCKER' and
9087 #           'CHAIN' and
9088 #           'NF_VPPIP4' and
9089 #           'IPSEC' and
9090 #           'TNL_1000' and
9091 #           'IMIX' and
9092 #           '4T4C' and
9093 #           'NDRPDR'"
9094 #  parameters:
9095 #  - "throughput"
9096 #  - "name"
9097 #  - "tags"
9098 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9099 #  x-axis: "X = CNFs per Service Chain"
9100 #  y-axis: "Y = Number of Service Chains"
9101 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9102 #  layout:
9103 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9104 #    layout: "plot-service-density"
9105
9106 ###############################################################################
9107
9108 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9109 #- type: "plot"
9110 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9111 #  algorithm: "plot_nf_heatmap"
9112 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9113 #  data: "plot-vpp-nfv-3n-skx-mrr"
9114 #  filter: "'NIC_Intel-XXV710' and
9115 #           'NF_DENSITY' and
9116 #           'DOCKER' and
9117 #           'CHAIN' and
9118 #           'NF_VPPIP4' and
9119 #           'IPSEC' and
9120 #           'TNL_10000' and
9121 #           'IMIX' and
9122 #           '2T1C' and
9123 #           'MRR'"
9124 #  parameters:
9125 #  - "result"
9126 #  - "name"
9127 #  - "tags"
9128 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9129 #  x-axis: "X = CNFs per Service Chain"
9130 #  y-axis: "Y = Number of Service Chains"
9131 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9132 #  layout:
9133 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9134 #    layout: "plot-service-density"
9135 #
9136 #- type: "plot"
9137 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9138 #  algorithm: "plot_nf_heatmap"
9139 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9140 #  data: "plot-vpp-nfv-3n-skx-mrr"
9141 #  filter: "'NIC_Intel-XXV710' and
9142 #           'NF_DENSITY' and
9143 #           'DOCKER' and
9144 #           'CHAIN' and
9145 #           'NF_VPPIP4' and
9146 #           'IPSEC' and
9147 #           'TNL_10000' and
9148 #           'IMIX' and
9149 #           '4T2C' and
9150 #           'MRR'"
9151 #  parameters:
9152 #  - "result"
9153 #  - "name"
9154 #  - "tags"
9155 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9156 #  x-axis: "X = CNFs per Service Chain"
9157 #  y-axis: "Y = Number of Service Chains"
9158 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9159 #  layout:
9160 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9161 #    layout: "plot-service-density"
9162 #
9163 #- type: "plot"
9164 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9165 #  algorithm: "plot_nf_heatmap"
9166 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9167 #  data: "plot-vpp-nfv-3n-skx-mrr"
9168 #  filter: "'NIC_Intel-XXV710' and
9169 #           'NF_DENSITY' and
9170 #           'DOCKER' and
9171 #           'CHAIN' and
9172 #           'NF_VPPIP4' and
9173 #           'IPSEC' and
9174 #           'TNL_10000' and
9175 #           'IMIX' and
9176 #           '8T4C' and
9177 #           'MRR'"
9178 #  parameters:
9179 #  - "result"
9180 #  - "name"
9181 #  - "tags"
9182 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9183 #  x-axis: "X = CNFs per Service Chain"
9184 #  y-axis: "Y = Number of Service Chains"
9185 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9186 #  layout:
9187 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9188 #    layout: "plot-service-density"
9189
9190 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9191 #- type: "plot"
9192 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9193 #  algorithm: "plot_nf_heatmap"
9194 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9195 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9196 #  filter: "'NIC_Intel-XXV710' and
9197 #           'NF_DENSITY' and
9198 #           'DOCKER' and
9199 #           'CHAIN' and
9200 #           'NF_VPPIP4' and
9201 #           'IPSEC' and
9202 #           'TNL_10000' and
9203 #           'IMIX' and
9204 #           '2T1C' and
9205 #           'NDRPDR'"
9206 #  parameters:
9207 #  - "throughput"
9208 #  - "name"
9209 #  - "tags"
9210 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9211 #  x-axis: "X = CNFs per Service Chain"
9212 #  y-axis: "Y = Number of Service Chains"
9213 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9214 #  layout:
9215 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9216 #    layout: "plot-service-density"
9217 #
9218 #- type: "plot"
9219 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9220 #  algorithm: "plot_nf_heatmap"
9221 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9222 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9223 #  filter: "'NIC_Intel-XXV710' and
9224 #           'NF_DENSITY' and
9225 #           'DOCKER' and
9226 #           'CHAIN' and
9227 #           'NF_VPPIP4' and
9228 #           'IPSEC' and
9229 #           'TNL_10000' and
9230 #           'IMIX' and
9231 #           '4T2C' and
9232 #           'NDRPDR'"
9233 #  parameters:
9234 #  - "throughput"
9235 #  - "name"
9236 #  - "tags"
9237 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9238 #  x-axis: "X = CNFs per Service Chain"
9239 #  y-axis: "Y = Number of Service Chains"
9240 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9241 #  layout:
9242 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9243 #    layout: "plot-service-density"
9244 #
9245 #- type: "plot"
9246 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9247 #  algorithm: "plot_nf_heatmap"
9248 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9249 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9250 #  filter: "'NIC_Intel-XXV710' and
9251 #           'NF_DENSITY' and
9252 #           'DOCKER' and
9253 #           'CHAIN' and
9254 #           'NF_VPPIP4' and
9255 #           'IPSEC' and
9256 #           'TNL_10000' and
9257 #           'IMIX' and
9258 #           '8T4C' and
9259 #           'NDRPDR'"
9260 #  parameters:
9261 #  - "throughput"
9262 #  - "name"
9263 #  - "tags"
9264 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9265 #  x-axis: "X = CNFs per Service Chain"
9266 #  y-axis: "Y = Number of Service Chains"
9267 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9268 #  layout:
9269 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9270 #    layout: "plot-service-density"
9271 #
9272 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9273 #- type: "plot"
9274 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9275 #  algorithm: "plot_nf_heatmap"
9276 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9277 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9278 #  filter: "'NIC_Intel-XXV710' and
9279 #           'NF_DENSITY' and
9280 #           'DOCKER' and
9281 #           'CHAIN' and
9282 #           'NF_VPPIP4' and
9283 #           'IPSEC' and
9284 #           'TNL_10000' and
9285 #           'IMIX' and
9286 #           '2T1C' and
9287 #           'NDRPDR'"
9288 #  parameters:
9289 #  - "throughput"
9290 #  - "name"
9291 #  - "tags"
9292 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9293 #  x-axis: "X = CNFs per Service Chain"
9294 #  y-axis: "Y = Number of Service Chains"
9295 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9296 #  layout:
9297 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9298 #    layout: "plot-service-density"
9299 #
9300 #- type: "plot"
9301 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9302 #  algorithm: "plot_nf_heatmap"
9303 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9304 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9305 #  filter: "'NIC_Intel-XXV710' and
9306 #           'NF_DENSITY' and
9307 #           'DOCKER' and
9308 #           'CHAIN' and
9309 #           'NF_VPPIP4' and
9310 #           'IPSEC' and
9311 #           'TNL_10000' and
9312 #           'IMIX' and
9313 #           '4T2C' and
9314 #           'NDRPDR'"
9315 #  parameters:
9316 #  - "throughput"
9317 #  - "name"
9318 #  - "tags"
9319 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9320 #  x-axis: "X = CNFs per Service Chain"
9321 #  y-axis: "Y = Number of Service Chains"
9322 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9323 #  layout:
9324 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9325 #    layout: "plot-service-density"
9326 #
9327 #- type: "plot"
9328 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9329 #  algorithm: "plot_nf_heatmap"
9330 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9331 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9332 #  filter: "'NIC_Intel-XXV710' and
9333 #           'NF_DENSITY' and
9334 #           'DOCKER' and
9335 #           'CHAIN' and
9336 #           'NF_VPPIP4' and
9337 #           'IPSEC' and
9338 #           'TNL_10000' and
9339 #           'IMIX' and
9340 #           '8T4C' and
9341 #           'NDRPDR'"
9342 #  parameters:
9343 #  - "throughput"
9344 #  - "name"
9345 #  - "tags"
9346 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9347 #  x-axis: "X = CNFs per Service Chain"
9348 #  y-axis: "Y = Number of Service Chains"
9349 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9350 #  layout:
9351 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9352 #    layout: "plot-service-density"
9353
9354 ###############################################################################
9355
9356 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9357 #- type: "plot"
9358 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9359 #  algorithm: "plot_nf_heatmap"
9360 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9361 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9362 #  filter: "'NIC_Intel-XL710' and
9363 #           'NF_DENSITY' and
9364 #           'DOCKER' and
9365 #           'CHAIN' and
9366 #           'NF_VPPIP4' and
9367 #           'IMIX' and
9368 #           'TNL_10000' and
9369 #           '1T1C' and
9370 #           'MRR'"
9371 #  parameters:
9372 #  - "result"
9373 #  - "name"
9374 #  - "tags"
9375 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9376 #  x-axis: "X = CNFs per Service Chain"
9377 #  y-axis: "Y = Number of Service Chains"
9378 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9379 #  layout:
9380 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9381 #    layout: "plot-service-density"
9382 #
9383 #- type: "plot"
9384 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9385 #  algorithm: "plot_nf_heatmap"
9386 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9387 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9388 #  filter: "'NIC_Intel-XL710' and
9389 #           'NF_DENSITY' and
9390 #           'DOCKER' and
9391 #           'CHAIN' and
9392 #           'NF_VPPIP4' and
9393 #           'IPSEC' and
9394 #           'TNL_10000' and
9395 #           'IMIX' and
9396 #           '2T2C' and
9397 #           'MRR'"
9398 #  parameters:
9399 #  - "result"
9400 #  - "name"
9401 #  - "tags"
9402 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9403 #  x-axis: "X = CNFs per Service Chain"
9404 #  y-axis: "Y = Number of Service Chains"
9405 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9406 #  layout:
9407 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9408 #    layout: "plot-service-density"
9409 #
9410 #- type: "plot"
9411 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9412 #  algorithm: "plot_nf_heatmap"
9413 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9414 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9415 #  filter: "'NIC_Intel-XL710' and
9416 #           'NF_DENSITY' and
9417 #           'DOCKER' and
9418 #           'CHAIN' and
9419 #           'NF_VPPIP4' and
9420 #           'IPSEC' and
9421 #           'TNL_10000' and
9422 #           'IMIX' and
9423 #           '4T4C' and
9424 #           'MRR'"
9425 #  parameters:
9426 #  - "result"
9427 #  - "name"
9428 #  - "tags"
9429 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9430 #  x-axis: "X = CNFs per Service Chain"
9431 #  y-axis: "Y = Number of Service Chains"
9432 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9433 #  layout:
9434 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9435 #    layout: "plot-service-density"
9436
9437 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9438 #- type: "plot"
9439 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9440 #  algorithm: "plot_nf_heatmap"
9441 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9442 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9443 #  filter: "'NIC_Intel-XL710' and
9444 #           'NF_DENSITY' and
9445 #           'DOCKER' and
9446 #           'CHAIN' and
9447 #           'NF_VPPIP4' and
9448 #           'IPSEC' and
9449 #           'TNL_10000' and
9450 #           'IMIX' and
9451 #           '1T1C' and
9452 #           'NDRPDR'"
9453 #  parameters:
9454 #  - "throughput"
9455 #  - "name"
9456 #  - "tags"
9457 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9458 #  x-axis: "X = CNFs per Service Chain"
9459 #  y-axis: "Y = Number of Service Chains"
9460 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9461 #  layout:
9462 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9463 #    layout: "plot-service-density"
9464 #
9465 #- type: "plot"
9466 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9467 #  algorithm: "plot_nf_heatmap"
9468 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9469 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9470 #  filter: "'NIC_Intel-XL710' and
9471 #           'NF_DENSITY' and
9472 #           'DOCKER' and
9473 #           'CHAIN' and
9474 #           'NF_VPPIP4' and
9475 #           'IPSEC' and
9476 #           'TNL_10000' and
9477 #           'IMIX' and
9478 #           '2T2C' and
9479 #           'NDRPDR'"
9480 #  parameters:
9481 #  - "throughput"
9482 #  - "name"
9483 #  - "tags"
9484 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9485 #  x-axis: "X = CNFs per Service Chain"
9486 #  y-axis: "Y = Number of Service Chains"
9487 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9488 #  layout:
9489 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9490 #    layout: "plot-service-density"
9491 #
9492 #- type: "plot"
9493 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9494 #  algorithm: "plot_nf_heatmap"
9495 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9496 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9497 #  filter: "'NIC_Intel-XL710' and
9498 #           'NF_DENSITY' and
9499 #           'DOCKER' and
9500 #           'CHAIN' and
9501 #           'NF_VPPIP4' and
9502 #           'IPSEC' and
9503 #           'TNL_10000' and
9504 #           'IMIX' and
9505 #           '4T4C' and
9506 #           'NDRPDR'"
9507 #  parameters:
9508 #  - "throughput"
9509 #  - "name"
9510 #  - "tags"
9511 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9512 #  x-axis: "X = CNFs per Service Chain"
9513 #  y-axis: "Y = Number of Service Chains"
9514 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9515 #  layout:
9516 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9517 #    layout: "plot-service-density"
9518 #
9519 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9520 #- type: "plot"
9521 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9522 #  algorithm: "plot_nf_heatmap"
9523 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9524 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9525 #  filter: "'NIC_Intel-XL710' and
9526 #           'NF_DENSITY' and
9527 #           'DOCKER' and
9528 #           'CHAIN' and
9529 #           'NF_VPPIP4' and
9530 #           'IPSEC' and
9531 #           'TNL_10000' and
9532 #           'IMIX' and
9533 #           '1T1C' and
9534 #           'NDRPDR'"
9535 #  parameters:
9536 #  - "throughput"
9537 #  - "name"
9538 #  - "tags"
9539 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9540 #  x-axis: "X = CNFs per Service Chain"
9541 #  y-axis: "Y = Number of Service Chains"
9542 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9543 #  layout:
9544 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9545 #    layout: "plot-service-density"
9546 #
9547 #- type: "plot"
9548 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9549 #  algorithm: "plot_nf_heatmap"
9550 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9551 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9552 #  filter: "'NIC_Intel-XL710' and
9553 #           'NF_DENSITY' and
9554 #           'DOCKER' and
9555 #           'CHAIN' and
9556 #           'NF_VPPIP4' and
9557 #           'IPSEC' and
9558 #           'TNL_10000' and
9559 #           'IMIX' and
9560 #           '2T2C' and
9561 #           'NDRPDR'"
9562 #  parameters:
9563 #  - "throughput"
9564 #  - "name"
9565 #  - "tags"
9566 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9567 #  x-axis: "X = CNFs per Service Chain"
9568 #  y-axis: "Y = Number of Service Chains"
9569 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9570 #  layout:
9571 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9572 #    layout: "plot-service-density"
9573 #
9574 #- type: "plot"
9575 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9576 #  algorithm: "plot_nf_heatmap"
9577 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9578 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9579 #  filter: "'NIC_Intel-XL710' and
9580 #           'NF_DENSITY' and
9581 #           'DOCKER' and
9582 #           'CHAIN' and
9583 #           'NF_VPPIP4' and
9584 #           'IPSEC' and
9585 #           'TNL_10000' and
9586 #           'IMIX' and
9587 #           '4T4C' and
9588 #           'NDRPDR'"
9589 #  parameters:
9590 #  - "throughput"
9591 #  - "name"
9592 #  - "tags"
9593 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9594 #  x-axis: "X = CNFs per Service Chain"
9595 #  y-axis: "Y = Number of Service Chains"
9596 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9597 #  layout:
9598 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9599 #    layout: "plot-service-density"
9600
9601 ###############################################################################
9602
9603 # Plots - NF Density - CSP - MRR IMIX
9604 - type: "plot"
9605   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9606   algorithm: "plot_nf_heatmap"
9607   output-file-type: ".html"
9608   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9609   data: "plot-vpp-nfv-2n-skx-mrr"
9610   filter: "'NIC_Intel-XXV710' and
9611            'NF_DENSITY' and
9612            'DOCKER' and
9613            'PIPELINE' and
9614            'NF_VPPIP4' 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 Pipeline"
9624   y-axis: "Y = Number of Service Pipelines"
9625   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9626   layout:
9627     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9628     layout: "plot-service-density"
9629
9630 - type: "plot"
9631   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9632   algorithm: "plot_nf_heatmap"
9633   output-file-type: ".html"
9634   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9635   data: "plot-vpp-nfv-2n-skx-mrr"
9636   filter: "'NIC_Intel-XXV710' and
9637            'NF_DENSITY' and
9638            'DOCKER' and
9639            'PIPELINE' and
9640            'NF_VPPIP4' and
9641            'IMIX' and
9642            '4T2C' and
9643            'MRR'"
9644   parameters:
9645   - "result"
9646   - "name"
9647   - "tags"
9648   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9649   x-axis: "X = CNFs per Service Pipeline"
9650   y-axis: "Y = Number of Service Pipelines"
9651   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9652   layout:
9653     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9654     layout: "plot-service-density"
9655
9656 - type: "plot"
9657   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9658   algorithm: "plot_nf_heatmap"
9659   output-file-type: ".html"
9660   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9661   data: "plot-vpp-nfv-2n-skx-mrr"
9662   filter: "'NIC_Intel-XXV710' and
9663            'NF_DENSITY' and
9664            'DOCKER' and
9665            'PIPELINE' and
9666            'NF_VPPIP4' and
9667            'IMIX' and
9668            '8T4C' and
9669            'MRR'"
9670   parameters:
9671   - "result"
9672   - "name"
9673   - "tags"
9674   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9675   x-axis: "X = CNFs per Service Pipeline"
9676   y-axis: "Y = Number of Service Pipelines"
9677   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9678   layout:
9679     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9680     layout: "plot-service-density"
9681
9682 # Plots - NF Density - CSP - NDR IMIX
9683 - type: "plot"
9684   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9685   algorithm: "plot_nf_heatmap"
9686   output-file-type: ".html"
9687   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9688   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9689   filter: "'NIC_Intel-XXV710' and
9690            'NF_DENSITY' and
9691            'DOCKER' and
9692            'PIPELINE' and
9693            'NF_VPPIP4' and
9694            'IMIX' and
9695            '2T1C' and
9696            'NDRPDR'"
9697   parameters:
9698   - "throughput"
9699   - "name"
9700   - "tags"
9701   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9702   x-axis: "X = CNFs per Service Pipeline"
9703   y-axis: "Y = Number of Service Pipelines"
9704   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9705   layout:
9706     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9707     layout: "plot-service-density"
9708
9709 - type: "plot"
9710   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9711   algorithm: "plot_nf_heatmap"
9712   output-file-type: ".html"
9713   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9714   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9715   filter: "'NIC_Intel-XXV710' and
9716            'NF_DENSITY' and
9717            'DOCKER' and
9718            'PIPELINE' and
9719            'NF_VPPIP4' and
9720            'IMIX' and
9721            '4T2C' and
9722            'NDRPDR'"
9723   parameters:
9724   - "throughput"
9725   - "name"
9726   - "tags"
9727   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9728   x-axis: "X = CNFs per Service Pipeline"
9729   y-axis: "Y = Number of Service Pipelines"
9730   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9731   layout:
9732     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9733     layout: "plot-service-density"
9734
9735 - type: "plot"
9736   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9737   algorithm: "plot_nf_heatmap"
9738   output-file-type: ".html"
9739   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9740   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9741   filter: "'NIC_Intel-XXV710' and
9742            'NF_DENSITY' and
9743            'DOCKER' and
9744            'PIPELINE' and
9745            'NF_VPPIP4' and
9746            'IMIX' and
9747            '8T4C' and
9748            'NDRPDR'"
9749   parameters:
9750   - "throughput"
9751   - "name"
9752   - "tags"
9753   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9754   x-axis: "X = CNFs per Service Pipeline"
9755   y-axis: "Y = Number of Service Pipelines"
9756   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9757   layout:
9758     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9759     layout: "plot-service-density"
9760
9761 # Plots - NF Density - CSP - PDR IMIX
9762 - type: "plot"
9763   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9764   algorithm: "plot_nf_heatmap"
9765   output-file-type: ".html"
9766   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9767   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9768   filter: "'NIC_Intel-XXV710' and
9769            'NF_DENSITY' and
9770            'DOCKER' and
9771            'PIPELINE' and
9772            'NF_VPPIP4' and
9773            'IMIX' and
9774            '2T1C' and
9775            'NDRPDR'"
9776   parameters:
9777   - "throughput"
9778   - "name"
9779   - "tags"
9780   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9781   x-axis: "X = CNFs per Service Pipeline"
9782   y-axis: "Y = Number of Service Pipelines"
9783   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9784   layout:
9785     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9786     layout: "plot-service-density"
9787
9788 - type: "plot"
9789   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9790   algorithm: "plot_nf_heatmap"
9791   output-file-type: ".html"
9792   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9793   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9794   filter: "'NIC_Intel-XXV710' and
9795            'NF_DENSITY' and
9796            'DOCKER' and
9797            'PIPELINE' and
9798            'NF_VPPIP4' and
9799            'IMIX' and
9800            '4T2C' and
9801            'NDRPDR'"
9802   parameters:
9803   - "throughput"
9804   - "name"
9805   - "tags"
9806   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9807   x-axis: "X = CNFs per Service Pipeline"
9808   y-axis: "Y = Number of Service Pipelines"
9809   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9810   layout:
9811     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9812     layout: "plot-service-density"
9813
9814 - type: "plot"
9815   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9816   algorithm: "plot_nf_heatmap"
9817   output-file-type: ".html"
9818   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9819   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9820   filter: "'NIC_Intel-XXV710' and
9821            'NF_DENSITY' and
9822            'DOCKER' and
9823            'PIPELINE' and
9824            'NF_VPPIP4' and
9825            'IMIX' and
9826            '8T4C' and
9827            'NDRPDR'"
9828   parameters:
9829   - "throughput"
9830   - "name"
9831   - "tags"
9832   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9833   x-axis: "X = CNFs per Service Pipeline"
9834   y-axis: "Y = Number of Service Pipelines"
9835   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9836   layout:
9837     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9838     layout: "plot-service-density"
9839
9840 ###############################################################################
9841 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9842
9843 - type: "plot"
9844   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9845   algorithm: "plot_nf_heatmap"
9846   output-file-type: ".html"
9847   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9848   data: "plot-vpp-nfv-2n-clx-mrr"
9849   filter: "'NIC_Intel-XXV710' and
9850            'NF_DENSITY' and
9851            'VHOST' and
9852            not 'VXLAN' and
9853            'CHAIN' and
9854            'NF_VPPIP4' and
9855            'IMIX' and
9856            '2T1C' and
9857            'MRR'"
9858   parameters:
9859   - "result"
9860   - "name"
9861   - "tags"
9862   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9863   x-axis: "X = VNFs per Service Chain"
9864   y-axis: "Y = Number of Service Chains"
9865   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9866   layout:
9867     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9868     layout: "plot-service-density"
9869
9870 - type: "plot"
9871   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9872   algorithm: "plot_nf_heatmap"
9873   output-file-type: ".html"
9874   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9875   data: "plot-vpp-nfv-2n-clx-mrr"
9876   filter: "'NIC_Intel-XXV710' and
9877            'NF_DENSITY' and
9878            'VHOST' and
9879            not 'VXLAN' and
9880            'CHAIN' and
9881            'NF_VPPIP4' and
9882            'IMIX' and
9883            '4T2C' and
9884            'MRR'"
9885   parameters:
9886   - "result"
9887   - "name"
9888   - "tags"
9889   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9890   x-axis: "X = VNFs per Service Chain"
9891   y-axis: "Y = Number of Service Chains"
9892   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9893   layout:
9894     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9895     layout: "plot-service-density"
9896
9897 - type: "plot"
9898   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9899   algorithm: "plot_nf_heatmap"
9900   output-file-type: ".html"
9901   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9902   data: "plot-vpp-nfv-2n-clx-mrr"
9903   filter: "'NIC_Intel-XXV710' and
9904            'NF_DENSITY' and
9905            'VHOST' and
9906            not 'VXLAN' and
9907            'CHAIN' and
9908            'NF_VPPIP4' and
9909            'IMIX' and
9910            '8T4C' and
9911            'MRR'"
9912   parameters:
9913   - "result"
9914   - "name"
9915   - "tags"
9916   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9917   x-axis: "X = VNFs per Service Chain"
9918   y-axis: "Y = Number of Service Chains"
9919   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9920   layout:
9921     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9922     layout: "plot-service-density"
9923
9924 # Plots - NF Density - VSC - NDR IMIX
9925 - type: "plot"
9926   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9927   algorithm: "plot_nf_heatmap"
9928   output-file-type: ".html"
9929   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9930   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9931   filter: "'NIC_Intel-XXV710' and
9932            'NF_DENSITY' and
9933            'VHOST' and
9934            not 'VXLAN' and
9935            'CHAIN' and
9936            'NF_VPPIP4' and
9937            'IMIX' and
9938            '2T1C' and
9939            'NDRPDR'"
9940   parameters:
9941   - "throughput"
9942   - "name"
9943   - "tags"
9944   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9945   x-axis: "X = VNFs per Service Chain"
9946   y-axis: "Y = Number of Service Chains"
9947   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9948   layout:
9949     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9950     layout: "plot-service-density"
9951
9952 - type: "plot"
9953   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9954   algorithm: "plot_nf_heatmap"
9955   output-file-type: ".html"
9956   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9957   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9958   filter: "'NIC_Intel-XXV710' and
9959            'NF_DENSITY' and
9960            'VHOST' and
9961            not 'VXLAN' and
9962            'CHAIN' and
9963            'NF_VPPIP4' and
9964            'IMIX' and
9965            '4T2C' and
9966            'NDRPDR'"
9967   parameters:
9968   - "throughput"
9969   - "name"
9970   - "tags"
9971   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9972   x-axis: "X = VNFs per Service Chain"
9973   y-axis: "Y = Number of Service Chains"
9974   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9975   layout:
9976     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9977     layout: "plot-service-density"
9978
9979 - type: "plot"
9980   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9981   algorithm: "plot_nf_heatmap"
9982   output-file-type: ".html"
9983   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9984   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9985   filter: "'NIC_Intel-XXV710' and
9986            'NF_DENSITY' and
9987            'VHOST' and
9988            not 'VXLAN' and
9989            'CHAIN' and
9990            'NF_VPPIP4' and
9991            'IMIX' and
9992            '8T4C' and
9993            'NDRPDR'"
9994   parameters:
9995   - "throughput"
9996   - "name"
9997   - "tags"
9998   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9999   x-axis: "X = VNFs per Service Chain"
10000   y-axis: "Y = Number of Service Chains"
10001   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10002   layout:
10003     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10004     layout: "plot-service-density"
10005
10006 # Plots - NF Density - VSC - PDR IMIX
10007 - type: "plot"
10008   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10009   algorithm: "plot_nf_heatmap"
10010   output-file-type: ".html"
10011   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10012   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10013   filter: "'NIC_Intel-XXV710' and
10014            'NF_DENSITY' and
10015            'VHOST' and
10016            not 'VXLAN' and
10017            'CHAIN' and
10018            'NF_VPPIP4' and
10019            'IMIX' and
10020            '2T1C' and
10021            'NDRPDR'"
10022   parameters:
10023   - "throughput"
10024   - "name"
10025   - "tags"
10026   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10027   x-axis: "X = VNFs per Service Chain"
10028   y-axis: "Y = Number of Service Chains"
10029   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10030   layout:
10031     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10032     layout: "plot-service-density"
10033
10034 - type: "plot"
10035   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10036   algorithm: "plot_nf_heatmap"
10037   output-file-type: ".html"
10038   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10039   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10040   filter: "'NIC_Intel-XXV710' and
10041            'NF_DENSITY' and
10042            'VHOST' and
10043            not 'VXLAN' and
10044            'CHAIN' and
10045            'NF_VPPIP4' and
10046            'IMIX' and
10047            '4T2C' and
10048            'NDRPDR'"
10049   parameters:
10050   - "throughput"
10051   - "name"
10052   - "tags"
10053   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10054   x-axis: "X = VNFs per Service Chain"
10055   y-axis: "Y = Number of Service Chains"
10056   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10057   layout:
10058     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10059     layout: "plot-service-density"
10060
10061 - type: "plot"
10062   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10063   algorithm: "plot_nf_heatmap"
10064   output-file-type: ".html"
10065   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10066   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10067   filter: "'NIC_Intel-XXV710' and
10068            'NF_DENSITY' and
10069            'VHOST' and
10070            not 'VXLAN' and
10071            'CHAIN' and
10072            'NF_VPPIP4' and
10073            'IMIX' and
10074            '8T4C' and
10075            'NDRPDR'"
10076   parameters:
10077   - "throughput"
10078   - "name"
10079   - "tags"
10080   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10081   x-axis: "X = VNFs per Service Chain"
10082   y-axis: "Y = Number of Service Chains"
10083   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10084   layout:
10085     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10086     layout: "plot-service-density"
10087
10088 # Plots - NF Density - VSC - MRR IMIX
10089 - type: "plot"
10090   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10091   algorithm: "plot_nf_heatmap"
10092   output-file-type: ".html"
10093   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10094   data: "plot-vpp-nfv-2n-clx-mrr"
10095   filter: "'NIC_Intel-XXV710' and
10096            'NF_DENSITY' and
10097            'VHOST' and
10098            'VXLAN' and
10099            'CHAIN' and
10100            'IMIX' and
10101            '2T1C' and
10102            'MRR'"
10103   parameters:
10104   - "result"
10105   - "name"
10106   - "tags"
10107   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10108   x-axis: "X = VNFs per Service Chain"
10109   y-axis: "Y = Number of Service Chains"
10110   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10111   layout:
10112     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10113     layout: "plot-service-density"
10114
10115 - type: "plot"
10116   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10117   algorithm: "plot_nf_heatmap"
10118   output-file-type: ".html"
10119   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10120   data: "plot-vpp-nfv-2n-clx-mrr"
10121   filter: "'NIC_Intel-XXV710' and
10122            'NF_DENSITY' and
10123            'VHOST' and
10124            'VXLAN' and
10125            'CHAIN' and
10126            'IMIX' and
10127            '4T2C' and
10128            'MRR'"
10129   parameters:
10130   - "result"
10131   - "name"
10132   - "tags"
10133   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10134   x-axis: "X = VNFs per Service Chain"
10135   y-axis: "Y = Number of Service Chains"
10136   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10137   layout:
10138     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10139     layout: "plot-service-density"
10140
10141 - type: "plot"
10142   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10143   algorithm: "plot_nf_heatmap"
10144   output-file-type: ".html"
10145   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10146   data: "plot-vpp-nfv-2n-clx-mrr"
10147   filter: "'NIC_Intel-XXV710' and
10148            'NF_DENSITY' and
10149            'VHOST' and
10150            'VXLAN' and
10151            'CHAIN' and
10152            'IMIX' and
10153            '8T4C' and
10154            'MRR'"
10155   parameters:
10156   - "result"
10157   - "name"
10158   - "tags"
10159   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10160   x-axis: "X = VNFs per Service Chain"
10161   y-axis: "Y = Number of Service Chains"
10162   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10163   layout:
10164     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10165     layout: "plot-service-density"
10166
10167 # Plots - NF Density - VSC - NDR IMIX
10168 - type: "plot"
10169   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10170   algorithm: "plot_nf_heatmap"
10171   output-file-type: ".html"
10172   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10173   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10174   filter: "'NIC_Intel-XXV710' and
10175            'NF_DENSITY' and
10176            'VHOST' and
10177            'VXLAN' and
10178            'CHAIN' and
10179            'IMIX' and
10180            '2T1C' and
10181            'NDRPDR'"
10182   parameters:
10183   - "throughput"
10184   - "name"
10185   - "tags"
10186   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10187   x-axis: "X = VNFs per Service Chain"
10188   y-axis: "Y = Number of Service Chains"
10189   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10190   layout:
10191     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10192     layout: "plot-service-density"
10193
10194 - type: "plot"
10195   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10196   algorithm: "plot_nf_heatmap"
10197   output-file-type: ".html"
10198   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10199   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10200   filter: "'NIC_Intel-XXV710' and
10201            'NF_DENSITY' and
10202            'VHOST' and
10203            'VXLAN' and
10204            'CHAIN' and
10205            'IMIX' and
10206            '4T2C' and
10207            'NDRPDR'"
10208   parameters:
10209   - "throughput"
10210   - "name"
10211   - "tags"
10212   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10213   x-axis: "X = VNFs per Service Chain"
10214   y-axis: "Y = Number of Service Chains"
10215   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10216   layout:
10217     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10218     layout: "plot-service-density"
10219
10220 - type: "plot"
10221   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10222   algorithm: "plot_nf_heatmap"
10223   output-file-type: ".html"
10224   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10225   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10226   filter: "'NIC_Intel-XXV710' and
10227            'NF_DENSITY' and
10228            'VHOST' and
10229            'VXLAN' and
10230            'CHAIN' and
10231            'IMIX' and
10232            '8T4C' and
10233            'NDRPDR'"
10234   parameters:
10235   - "throughput"
10236   - "name"
10237   - "tags"
10238   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10239   x-axis: "X = VNFs per Service Chain"
10240   y-axis: "Y = Number of Service Chains"
10241   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10242   layout:
10243     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10244     layout: "plot-service-density"
10245
10246 # Plots - NF Density - VSC - PDR IMIX
10247 - type: "plot"
10248   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10249   algorithm: "plot_nf_heatmap"
10250   output-file-type: ".html"
10251   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10252   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10253   filter: "'NIC_Intel-XXV710' and
10254            'NF_DENSITY' and
10255            'VHOST' and
10256            'VXLAN' and
10257            'CHAIN' and
10258            'IMIX' and
10259            '2T1C' and
10260            'NDRPDR'"
10261   parameters:
10262   - "throughput"
10263   - "name"
10264   - "tags"
10265   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10266   x-axis: "X = VNFs per Service Chain"
10267   y-axis: "Y = Number of Service Chains"
10268   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10269   layout:
10270     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10271     layout: "plot-service-density"
10272
10273 - type: "plot"
10274   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10275   algorithm: "plot_nf_heatmap"
10276   output-file-type: ".html"
10277   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10278   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10279   filter: "'NIC_Intel-XXV710' and
10280            'NF_DENSITY' and
10281            'VHOST' and
10282            'VXLAN' and
10283            'CHAIN' and
10284            'IMIX' and
10285            '4T2C' and
10286            'NDRPDR'"
10287   parameters:
10288   - "throughput"
10289   - "name"
10290   - "tags"
10291   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10292   x-axis: "X = VNFs per Service Chain"
10293   y-axis: "Y = Number of Service Chains"
10294   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10295   layout:
10296     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10297     layout: "plot-service-density"
10298
10299 - type: "plot"
10300   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10301   algorithm: "plot_nf_heatmap"
10302   output-file-type: ".html"
10303   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10304   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10305   filter: "'NIC_Intel-XXV710' and
10306            'NF_DENSITY' and
10307            'VHOST' and
10308            'VXLAN' and
10309            'CHAIN' and
10310            'IMIX' and
10311            '8T4C' and
10312            'NDRPDR'"
10313   parameters:
10314   - "throughput"
10315   - "name"
10316   - "tags"
10317   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10318   x-axis: "X = VNFs per Service Chain"
10319   y-axis: "Y = Number of Service Chains"
10320   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10321   layout:
10322     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10323     layout: "plot-service-density"
10324
10325 # Plots - NF Density - CSC - MRR IMIX
10326 - type: "plot"
10327   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10328   algorithm: "plot_nf_heatmap"
10329   output-file-type: ".html"
10330   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10331   data: "plot-vpp-nfv-2n-clx-mrr"
10332   filter: "'NIC_Intel-XXV710' and
10333            'NF_DENSITY' and
10334            'DOCKER' and
10335            'CHAIN' and
10336            'NF_VPPIP4' and
10337            'IMIX' and
10338            '2T1C' and
10339            'MRR'"
10340   parameters:
10341   - "result"
10342   - "name"
10343   - "tags"
10344   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10345   x-axis: "X = CNFs per Service Chain"
10346   y-axis: "Y = Number of Service Chains"
10347   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10348   layout:
10349     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10350     layout: "plot-service-density"
10351
10352 - type: "plot"
10353   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10354   algorithm: "plot_nf_heatmap"
10355   output-file-type: ".html"
10356   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10357   data: "plot-vpp-nfv-2n-clx-mrr"
10358   filter: "'NIC_Intel-XXV710' and
10359            'NF_DENSITY' and
10360            'DOCKER' and
10361            'CHAIN' and
10362            'NF_VPPIP4' and
10363            'IMIX' and
10364            '4T2C' and
10365            'MRR'"
10366   parameters:
10367   - "result"
10368   - "name"
10369   - "tags"
10370   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10371   x-axis: "X = CNFs per Service Chain"
10372   y-axis: "Y = Number of Service Chains"
10373   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10374   layout:
10375     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10376     layout: "plot-service-density"
10377
10378 - type: "plot"
10379   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10380   algorithm: "plot_nf_heatmap"
10381   output-file-type: ".html"
10382   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10383   data: "plot-vpp-nfv-2n-clx-mrr"
10384   filter: "'NIC_Intel-XXV710' and
10385            'NF_DENSITY' and
10386            'DOCKER' and
10387            'CHAIN' and
10388            'NF_VPPIP4' and
10389            'IMIX' and
10390            '8T4C' and
10391            'MRR'"
10392   parameters:
10393   - "result"
10394   - "name"
10395   - "tags"
10396   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10397   x-axis: "X = CNFs per Service Chain"
10398   y-axis: "Y = Number of Service Chains"
10399   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10400   layout:
10401     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10402     layout: "plot-service-density"
10403
10404 # Plots - NF Density - CSC - NDR IMIX
10405 - type: "plot"
10406   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10407   algorithm: "plot_nf_heatmap"
10408   output-file-type: ".html"
10409   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10410   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10411   filter: "'NIC_Intel-XXV710' and
10412            'NF_DENSITY' and
10413            'DOCKER' and
10414            'CHAIN' and
10415            'NF_VPPIP4' and
10416            'IMIX' and
10417            '2T1C' and
10418            'NDRPDR'"
10419   parameters:
10420   - "throughput"
10421   - "name"
10422   - "tags"
10423   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10424   x-axis: "X = CNFs per Service Chain"
10425   y-axis: "Y = Number of Service Chains"
10426   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10427   layout:
10428     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10429     layout: "plot-service-density"
10430
10431 - type: "plot"
10432   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10433   algorithm: "plot_nf_heatmap"
10434   output-file-type: ".html"
10435   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10436   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10437   filter: "'NIC_Intel-XXV710' and
10438            'NF_DENSITY' and
10439            'DOCKER' and
10440            'CHAIN' and
10441            'NF_VPPIP4' and
10442            'IMIX' and
10443            '4T2C' and
10444            'NDRPDR'"
10445   parameters:
10446   - "throughput"
10447   - "name"
10448   - "tags"
10449   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10450   x-axis: "X = CNFs per Service Chain"
10451   y-axis: "Y = Number of Service Chains"
10452   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10453   layout:
10454     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10455     layout: "plot-service-density"
10456
10457 - type: "plot"
10458   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10459   algorithm: "plot_nf_heatmap"
10460   output-file-type: ".html"
10461   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10462   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10463   filter: "'NIC_Intel-XXV710' and
10464            'NF_DENSITY' and
10465            'DOCKER' and
10466            'CHAIN' and
10467            'NF_VPPIP4' and
10468            'IMIX' and
10469            '8T4C' and
10470            'NDRPDR'"
10471   parameters:
10472   - "throughput"
10473   - "name"
10474   - "tags"
10475   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10476   x-axis: "X = CNFs per Service Chain"
10477   y-axis: "Y = Number of Service Chains"
10478   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10479   layout:
10480     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10481     layout: "plot-service-density"
10482
10483 # Plots - NF Density - CSC - PDR IMIX
10484 - type: "plot"
10485   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10486   algorithm: "plot_nf_heatmap"
10487   output-file-type: ".html"
10488   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10489   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10490   filter: "'NIC_Intel-XXV710' and
10491            'NF_DENSITY' and
10492            'DOCKER' and
10493            'CHAIN' and
10494            'NF_VPPIP4' and
10495            'IMIX' and
10496            '2T1C' and
10497            'NDRPDR'"
10498   parameters:
10499   - "throughput"
10500   - "name"
10501   - "tags"
10502   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10503   x-axis: "X = CNFs per Service Chain"
10504   y-axis: "Y = Number of Service Chains"
10505   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10506   layout:
10507     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10508     layout: "plot-service-density"
10509
10510 - type: "plot"
10511   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10512   algorithm: "plot_nf_heatmap"
10513   output-file-type: ".html"
10514   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10515   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10516   filter: "'NIC_Intel-XXV710' and
10517            'NF_DENSITY' and
10518            'DOCKER' and
10519            'CHAIN' and
10520            'NF_VPPIP4' and
10521            'IMIX' and
10522            '4T2C' 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-vppip4-pdr"
10534     layout: "plot-service-density"
10535
10536 - type: "plot"
10537   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10538   algorithm: "plot_nf_heatmap"
10539   output-file-type: ".html"
10540   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10541   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10542   filter: "'NIC_Intel-XXV710' and
10543            'NF_DENSITY' and
10544            'DOCKER' and
10545            'CHAIN' and
10546            'NF_VPPIP4' and
10547            'IMIX' and
10548            '8T4C' and
10549            'NDRPDR'"
10550   parameters:
10551   - "throughput"
10552   - "name"
10553   - "tags"
10554   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10555   x-axis: "X = CNFs per Service Chain"
10556   y-axis: "Y = Number of Service Chains"
10557   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10558   layout:
10559     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10560     layout: "plot-service-density"
10561
10562 # Plots - NF Density - CSP - MRR IMIX
10563 - type: "plot"
10564   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10565   algorithm: "plot_nf_heatmap"
10566   output-file-type: ".html"
10567   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10568   data: "plot-vpp-nfv-2n-clx-mrr"
10569   filter: "'NIC_Intel-XXV710' and
10570            'NF_DENSITY' and
10571            'DOCKER' and
10572            'PIPELINE' and
10573            'NF_VPPIP4' and
10574            'IMIX' and
10575            '2T1C' and
10576            'MRR'"
10577   parameters:
10578   - "result"
10579   - "name"
10580   - "tags"
10581   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10582   x-axis: "X = CNFs per Service Pipeline"
10583   y-axis: "Y = Number of Service Pipelines"
10584   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10585   layout:
10586     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10587     layout: "plot-service-density"
10588
10589 - type: "plot"
10590   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10591   algorithm: "plot_nf_heatmap"
10592   output-file-type: ".html"
10593   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10594   data: "plot-vpp-nfv-2n-clx-mrr"
10595   filter: "'NIC_Intel-XXV710' and
10596            'NF_DENSITY' and
10597            'DOCKER' and
10598            'PIPELINE' and
10599            'NF_VPPIP4' and
10600            'IMIX' and
10601            '4T2C' and
10602            'MRR'"
10603   parameters:
10604   - "result"
10605   - "name"
10606   - "tags"
10607   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10608   x-axis: "X = CNFs per Service Pipeline"
10609   y-axis: "Y = Number of Service Pipelines"
10610   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10611   layout:
10612     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10613     layout: "plot-service-density"
10614
10615 - type: "plot"
10616   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10617   algorithm: "plot_nf_heatmap"
10618   output-file-type: ".html"
10619   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10620   data: "plot-vpp-nfv-2n-clx-mrr"
10621   filter: "'NIC_Intel-XXV710' and
10622            'NF_DENSITY' and
10623            'DOCKER' and
10624            'PIPELINE' and
10625            'NF_VPPIP4' and
10626            'IMIX' and
10627            '8T4C' and
10628            'MRR'"
10629   parameters:
10630   - "result"
10631   - "name"
10632   - "tags"
10633   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10634   x-axis: "X = CNFs per Service Pipeline"
10635   y-axis: "Y = Number of Service Pipelines"
10636   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10637   layout:
10638     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10639     layout: "plot-service-density"
10640
10641 # Plots - NF Density - CSP - NDR IMIX
10642 - type: "plot"
10643   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10644   algorithm: "plot_nf_heatmap"
10645   output-file-type: ".html"
10646   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10647   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10648   filter: "'NIC_Intel-XXV710' and
10649            'NF_DENSITY' and
10650            'DOCKER' and
10651            'PIPELINE' and
10652            'NF_VPPIP4' and
10653            'IMIX' and
10654            '2T1C' and
10655            'NDRPDR'"
10656   parameters:
10657   - "throughput"
10658   - "name"
10659   - "tags"
10660   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10661   x-axis: "X = CNFs per Service Pipeline"
10662   y-axis: "Y = Number of Service Pipelines"
10663   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10664   layout:
10665     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10666     layout: "plot-service-density"
10667
10668 - type: "plot"
10669   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10670   algorithm: "plot_nf_heatmap"
10671   output-file-type: ".html"
10672   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10673   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10674   filter: "'NIC_Intel-XXV710' and
10675            'NF_DENSITY' and
10676            'DOCKER' and
10677            'PIPELINE' and
10678            'NF_VPPIP4' and
10679            'IMIX' and
10680            '4T2C' and
10681            'NDRPDR'"
10682   parameters:
10683   - "throughput"
10684   - "name"
10685   - "tags"
10686   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10687   x-axis: "X = CNFs per Service Pipeline"
10688   y-axis: "Y = Number of Service Pipelines"
10689   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10690   layout:
10691     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10692     layout: "plot-service-density"
10693
10694 - type: "plot"
10695   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10696   algorithm: "plot_nf_heatmap"
10697   output-file-type: ".html"
10698   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10699   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10700   filter: "'NIC_Intel-XXV710' and
10701            'NF_DENSITY' and
10702            'DOCKER' and
10703            'PIPELINE' and
10704            'NF_VPPIP4' and
10705            'IMIX' and
10706            '8T4C' and
10707            'NDRPDR'"
10708   parameters:
10709   - "throughput"
10710   - "name"
10711   - "tags"
10712   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10713   x-axis: "X = CNFs per Service Pipeline"
10714   y-axis: "Y = Number of Service Pipelines"
10715   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10716   layout:
10717     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10718     layout: "plot-service-density"
10719
10720 # Plots - NF Density - CSP - PDR IMIX
10721 - type: "plot"
10722   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10723   algorithm: "plot_nf_heatmap"
10724   output-file-type: ".html"
10725   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10726   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10727   filter: "'NIC_Intel-XXV710' and
10728            'NF_DENSITY' and
10729            'DOCKER' and
10730            'PIPELINE' and
10731            'NF_VPPIP4' and
10732            'IMIX' and
10733            '2T1C' and
10734            'NDRPDR'"
10735   parameters:
10736   - "throughput"
10737   - "name"
10738   - "tags"
10739   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10740   x-axis: "X = CNFs per Service Pipeline"
10741   y-axis: "Y = Number of Service Pipelines"
10742   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10743   layout:
10744     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10745     layout: "plot-service-density"
10746
10747 - type: "plot"
10748   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10749   algorithm: "plot_nf_heatmap"
10750   output-file-type: ".html"
10751   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10752   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10753   filter: "'NIC_Intel-XXV710' and
10754            'NF_DENSITY' and
10755            'DOCKER' and
10756            'PIPELINE' and
10757            'NF_VPPIP4' and
10758            'IMIX' and
10759            '4T2C' and
10760            'NDRPDR'"
10761   parameters:
10762   - "throughput"
10763   - "name"
10764   - "tags"
10765   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10766   x-axis: "X = CNFs per Service Pipeline"
10767   y-axis: "Y = Number of Service Pipelines"
10768   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10769   layout:
10770     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10771     layout: "plot-service-density"
10772
10773 - type: "plot"
10774   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10775   algorithm: "plot_nf_heatmap"
10776   output-file-type: ".html"
10777   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10778   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10779   filter: "'NIC_Intel-XXV710' and
10780            'NF_DENSITY' and
10781            'DOCKER' and
10782            'PIPELINE' and
10783            'NF_VPPIP4' and
10784            'IMIX' and
10785            '8T4C' and
10786            'NDRPDR'"
10787   parameters:
10788   - "throughput"
10789   - "name"
10790   - "tags"
10791   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10792   x-axis: "X = CNFs per Service Pipeline"
10793   y-axis: "Y = Number of Service Pipelines"
10794   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10795   layout:
10796     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10797     layout: "plot-service-density"
10798
10799 ################################################################################
10800
10801 # Packet Throughput
10802
10803 - type: "plot"
10804   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10805   algorithm: "plot_perf_box_name"
10806   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10807   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10808   include:
10809     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10810     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10811     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10812     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10813   layout:
10814     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10815     layout: "plot-throughput"
10816
10817 - type: "plot"
10818   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10819   algorithm: "plot_perf_box_name"
10820   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10821   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10822   include:
10823     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10824     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10825     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10826     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10827   layout:
10828     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10829     layout: "plot-throughput"
10830
10831 - type: "plot"
10832   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10833   algorithm: "plot_perf_box_name"
10834   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10835   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10836   include:
10837     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10838     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10839     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10840     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10841   layout:
10842     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10843     layout: "plot-throughput"
10844
10845 - type: "plot"
10846   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10847   algorithm: "plot_perf_box_name"
10848   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10849   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10850   include:
10851     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10852     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10853     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10854     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10855   layout:
10856     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10857     layout: "plot-throughput"
10858
10859 - type: "plot"
10860   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10861   algorithm: "plot_perf_box_name"
10862   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10863   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10864   include:
10865     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10866     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10867     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10868     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10869     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10870   layout:
10871     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10872     layout: "plot-throughput"
10873
10874 - type: "plot"
10875   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10876   algorithm: "plot_perf_box_name"
10877   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10878   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10879   include:
10880     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10881     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10882     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10883     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10884     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10885   layout:
10886     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10887     layout: "plot-throughput"
10888
10889 - type: "plot"
10890   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10891   algorithm: "plot_perf_box_name"
10892   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10893   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10894   include:
10895     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10896     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10897     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10898     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10899     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10900   layout:
10901     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10902     layout: "plot-throughput"
10903
10904 - type: "plot"
10905   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10906   algorithm: "plot_perf_box_name"
10907   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10908   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10909   include:
10910     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10911     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10912     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10913     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10914     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10915   layout:
10916     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10917     layout: "plot-throughput"
10918
10919 - type: "plot"
10920   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10921   algorithm: "plot_perf_box_name"
10922   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10923   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10924   include:
10925     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10926     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10927     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10928     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10929     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10930   layout:
10931     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10932     layout: "plot-throughput"
10933
10934 - type: "plot"
10935   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10936   algorithm: "plot_perf_box_name"
10937   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10938   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10939   include:
10940     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10941     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10942     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10943     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10944     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10945   layout:
10946     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10947     layout: "plot-throughput"
10948
10949 - type: "plot"
10950   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10951   algorithm: "plot_perf_box_name"
10952   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10953   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10954   include:
10955     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10956     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10957     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10958     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10959     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10960     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10961   layout:
10962     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10963     layout: "plot-throughput"
10964
10965 - type: "plot"
10966   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10967   algorithm: "plot_perf_box_name"
10968   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10969   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10970   include:
10971     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10972     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10973     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10974     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10975     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10976     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10977   layout:
10978     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10979     layout: "plot-throughput"
10980
10981 - type: "plot"
10982   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10983   algorithm: "plot_perf_box_name"
10984   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10985   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10986   include:
10987     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10988     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10989     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10990     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10991     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10992   layout:
10993     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10994     layout: "plot-throughput"
10995
10996 - type: "plot"
10997   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10998   algorithm: "plot_perf_box_name"
10999   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11000   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11001   include:
11002     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11005     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11006     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11007   layout:
11008     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11009     layout: "plot-throughput"
11010
11011 - type: "plot"
11012   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11013   algorithm: "plot_perf_box_name"
11014   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11015   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11016   include:
11017     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11018     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11019     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11020   layout:
11021     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11022     layout: "plot-throughput"
11023
11024 - type: "plot"
11025   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11026   algorithm: "plot_perf_box_name"
11027   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11028   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11029   include:
11030     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11031     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11032     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11033   layout:
11034     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11035     layout: "plot-throughput"
11036
11037 - type: "plot"
11038   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11039   algorithm: "plot_perf_box_name"
11040   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11041   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11042   include:
11043     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11044     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11045     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11046     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11047     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11048   layout:
11049     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11050     layout: "plot-throughput"
11051
11052 - type: "plot"
11053   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11054   algorithm: "plot_perf_box_name"
11055   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11056   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11057   include:
11058     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11059     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11060     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11061     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11062     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11063   layout:
11064     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11065     layout: "plot-throughput"
11066
11067 - type: "plot"
11068   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11069   algorithm: "plot_perf_box_name"
11070   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11071   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11072   include:
11073     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11074     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11075     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11076   layout:
11077     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11078     layout: "plot-throughput"
11079
11080 - type: "plot"
11081   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11082   algorithm: "plot_perf_box_name"
11083   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11084   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11085   include:
11086     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11087     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11088     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11089   layout:
11090     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11091     layout: "plot-throughput"
11092
11093 - type: "plot"
11094   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11095   algorithm: "plot_perf_box_name"
11096   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11097   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11098   include:
11099     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11100     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11101     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11102     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11103     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11104     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11105   layout:
11106     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11107     layout: "plot-throughput"
11108
11109 - type: "plot"
11110   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11111   algorithm: "plot_perf_box_name"
11112   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11113   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11114   include:
11115     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11116     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11117     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11118     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11119     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11120     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11121   layout:
11122     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11123     layout: "plot-throughput"
11124
11125 - type: "plot"
11126   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11127   algorithm: "plot_perf_box_name"
11128   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11129   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11130   include:
11131     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11132     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11133     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11134     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11135     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11136   layout:
11137     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11138     layout: "plot-throughput"
11139
11140 - type: "plot"
11141   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11142   algorithm: "plot_perf_box_name"
11143   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11144   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11145   include:
11146     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11147     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11148     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11149     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11150     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11151   layout:
11152     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11153     layout: "plot-throughput"
11154
11155 #- type: "plot"
11156 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11157 #  algorithm: "plot_perf_box_name"
11158 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11159 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11160 #  include:
11161 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11162 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11163 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11164 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11165 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11166 #  layout:
11167 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11168 #    layout: "plot-throughput"
11169 #
11170 #- type: "plot"
11171 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11172 #  algorithm: "plot_perf_box_name"
11173 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11174 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11175 #  include:
11176 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11177 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11178 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11179 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11180 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11181 #  layout:
11182 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11183 #    layout: "plot-throughput"
11184 #
11185 #- type: "plot"
11186 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11187 #  algorithm: "plot_perf_box_name"
11188 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11189 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11190 #  include:
11191 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11192 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11193 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11194 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11195 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11196 #  layout:
11197 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11198 #    layout: "plot-throughput"
11199 #
11200 #- type: "plot"
11201 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11202 #  algorithm: "plot_perf_box_name"
11203 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11204 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11205 #  include:
11206 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11207 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11208 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11209 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11210 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11211 #  layout:
11212 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11213 #    layout: "plot-throughput"
11214
11215 - type: "plot"
11216   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11217   algorithm: "plot_perf_box_name"
11218   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11219   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11220   include:
11221     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11222     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11223     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11224     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11225     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11226   layout:
11227     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11228     layout: "plot-throughput"
11229
11230 - type: "plot"
11231   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11232   algorithm: "plot_perf_box_name"
11233   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11234   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11235   include:
11236     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11237     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11238     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11239     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11240     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11241   layout:
11242     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11243     layout: "plot-throughput"
11244
11245 #- type: "plot"
11246 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11247 #  algorithm: "plot_perf_box_name"
11248 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11249 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11250 #  include:
11251 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11252 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11253 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11254 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11255 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11256 #  layout:
11257 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11258 #    layout: "plot-throughput"
11259 #
11260 #- type: "plot"
11261 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11262 #  algorithm: "plot_perf_box_name"
11263 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11264 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11265 #  include:
11266 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11267 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11268 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11269 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11270 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11271 #  layout:
11272 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11273 #    layout: "plot-throughput"
11274 #
11275 #- type: "plot"
11276 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11277 #  algorithm: "plot_perf_box_name"
11278 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11279 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11280 #  include:
11281 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11282 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11283 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11284 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11285 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11286 #  layout:
11287 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11288 #    layout: "plot-throughput"
11289 #
11290 #- type: "plot"
11291 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11292 #  algorithm: "plot_perf_box_name"
11293 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11294 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11295 #  include:
11296 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11297 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11298 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11299 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11300 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11301 #  layout:
11302 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11303 #    layout: "plot-throughput"
11304
11305 - type: "plot"
11306   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11307   algorithm: "plot_perf_box_name"
11308   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11309   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11310   include:
11311     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11315     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11317   layout:
11318     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11319     layout: "plot-throughput"
11320
11321 - type: "plot"
11322   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11323   algorithm: "plot_perf_box_name"
11324   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11325   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11326   include:
11327     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11328     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11329     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11330     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11333   layout:
11334     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11335     layout: "plot-throughput"
11336
11337 - type: "plot"
11338   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11339   algorithm: "plot_perf_box_name"
11340   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11341   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11342   include:
11343     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11344     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11345     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11346   layout:
11347     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11348     layout: "plot-throughput"
11349
11350 - type: "plot"
11351   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11352   algorithm: "plot_perf_box_name"
11353   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11354   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11355   include:
11356     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11357     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11358     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11359   layout:
11360     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11361     layout: "plot-throughput"
11362
11363 - type: "plot"
11364   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11365   algorithm: "plot_perf_box_name"
11366   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11367   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11368   include:
11369     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11370     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11371 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11372 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11373 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11374   layout:
11375     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11376     layout: "plot-throughput"
11377
11378 - type: "plot"
11379   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11380   algorithm: "plot_perf_box_name"
11381   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11382   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11383   include:
11384     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11385     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11386 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11387 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11388 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11389   layout:
11390     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11391     layout: "plot-throughput"
11392
11393 - type: "plot"
11394   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11395   algorithm: "plot_perf_box_name"
11396   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11397   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11398   include:
11399     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11400     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11401     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11402     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11403     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11404   layout:
11405     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11406     layout: "plot-throughput"
11407
11408 - type: "plot"
11409   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11410   algorithm: "plot_perf_box_name"
11411   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11412   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11413   include:
11414     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11415     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11416     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11417     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11418     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11419   layout:
11420     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11421     layout: "plot-throughput"
11422
11423 - type: "plot"
11424   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11425   algorithm: "plot_perf_box_name"
11426   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11427   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11428   include:
11429     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11430     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11431     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11432     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11433     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11434   layout:
11435     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11436     layout: "plot-throughput"
11437
11438 - type: "plot"
11439   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11440   algorithm: "plot_perf_box_name"
11441   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11442   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11443   include:
11444     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11445     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11446     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11447     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11448     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11449   layout:
11450     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11451     layout: "plot-throughput"
11452
11453 - type: "plot"
11454   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11455   algorithm: "plot_perf_box_name"
11456   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11457   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11458   include:
11459     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11460     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11461     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11462     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11463   layout:
11464     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11465     layout: "plot-throughput"
11466
11467 - type: "plot"
11468   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11469   algorithm: "plot_perf_box_name"
11470   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11471   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11472   include:
11473     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11474     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11475     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11476     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11477   layout:
11478     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11479     layout: "plot-throughput"
11480
11481 - type: "plot"
11482   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11483   algorithm: "plot_perf_box_name"
11484   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11485   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11486   include:
11487     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11488     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11489     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11490     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11491     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11492   layout:
11493     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11494     layout: "plot-throughput"
11495
11496 - type: "plot"
11497   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11498   algorithm: "plot_perf_box_name"
11499   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11500   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11501   include:
11502     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11503     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11504     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11505     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11506     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11507   layout:
11508     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11509     layout: "plot-throughput"
11510
11511 - type: "plot"
11512   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11513   algorithm: "plot_perf_box_name"
11514   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11515   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11516   include:
11517     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11518     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11519     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11520     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11521     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11522   layout:
11523     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11524     layout: "plot-throughput"
11525
11526 - type: "plot"
11527   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11528   algorithm: "plot_perf_box_name"
11529   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11530   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11531   include:
11532     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11533     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11534     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11535     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11536     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11537   layout:
11538     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11539     layout: "plot-throughput"
11540
11541 - type: "plot"
11542   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11543   algorithm: "plot_perf_box_name"
11544   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11545   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11546   include:
11547     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11548     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11549     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11550     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11551   layout:
11552     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11553     layout: "plot-throughput"
11554
11555 - type: "plot"
11556   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11557   algorithm: "plot_perf_box_name"
11558   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11559   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11560   include:
11561     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11562     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11563     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11564     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11565   layout:
11566     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11567     layout: "plot-throughput"
11568
11569 - type: "plot"
11570   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11571   algorithm: "plot_perf_box_name"
11572   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11573   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11574   include:
11575     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11576     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11577     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11578     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11579     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11580   layout:
11581     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11582     layout: "plot-throughput"
11583
11584 - type: "plot"
11585   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11586   algorithm: "plot_perf_box_name"
11587   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11588   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11589   include:
11590     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11591     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11592     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11593     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11594     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11595   layout:
11596     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11597     layout: "plot-throughput"
11598
11599 - type: "plot"
11600   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11601   algorithm: "plot_perf_box_name"
11602   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11603   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11604   include:
11605     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11606     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11607     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11608     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11609     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11610     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11611   layout:
11612     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11613     layout: "plot-throughput"
11614
11615 - type: "plot"
11616   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11617   algorithm: "plot_perf_box_name"
11618   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11619   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11620   include:
11621     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11622     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11623     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11624     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11625     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11626     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11627   layout:
11628     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11629     layout: "plot-throughput"
11630
11631 - type: "plot"
11632   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11633   algorithm: "plot_perf_box_name"
11634   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11635   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11636   include:
11637     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11638     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11639     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11640     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11641     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11642   layout:
11643     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11644     layout: "plot-throughput"
11645
11646 - type: "plot"
11647   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11648   algorithm: "plot_perf_box_name"
11649   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11650   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11651   include:
11652     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11653     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11654     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11655     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11656     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11657   layout:
11658     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11659     layout: "plot-throughput"
11660
11661 - type: "plot"
11662   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11663   algorithm: "plot_perf_box_name"
11664   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11665   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11666   include:
11667     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11668     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11669     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11670     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11671     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11672   layout:
11673     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11674     layout: "plot-throughput"
11675
11676 - type: "plot"
11677   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11678   algorithm: "plot_perf_box_name"
11679   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11680   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11681   include:
11682     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11683     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11684     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11685     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11686     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11687   layout:
11688     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11689     layout: "plot-throughput"
11690
11691 - type: "plot"
11692   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11693   algorithm: "plot_perf_box_name"
11694   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11695   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11696   include:
11697     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11698     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11699   layout:
11700     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11701     layout: "plot-throughput"
11702
11703 - type: "plot"
11704   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11705   algorithm: "plot_perf_box_name"
11706   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11707   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11708   include:
11709     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11710     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11711   layout:
11712     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11713     layout: "plot-throughput"
11714
11715 - type: "plot"
11716   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11717   algorithm: "plot_perf_box_name"
11718   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11719   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11720   include:
11721     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11722     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11723     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11724     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11725   layout:
11726     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11727     layout: "plot-throughput"
11728
11729 - type: "plot"
11730   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11731   algorithm: "plot_perf_box_name"
11732   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11733   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11734   include:
11735     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11736     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11737     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11738     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11739   layout:
11740     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11741     layout: "plot-throughput"
11742
11743 - type: "plot"
11744   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11745   algorithm: "plot_perf_box_name"
11746   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11747   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11748   include:
11749     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11750     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11751     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11752     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11753   layout:
11754     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11755     layout: "plot-throughput"
11756
11757 - type: "plot"
11758   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11759   algorithm: "plot_perf_box_name"
11760   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11761   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11762   include:
11763     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11764     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11765     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11766     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11767   layout:
11768     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11769     layout: "plot-throughput"
11770
11771 - type: "plot"
11772   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11773   algorithm: "plot_perf_box_name"
11774   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11775   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11776   include:
11777     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11778     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11779     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11780     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11781   layout:
11782     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11783     layout: "plot-throughput"
11784
11785 - type: "plot"
11786   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11787   algorithm: "plot_perf_box_name"
11788   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11789   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11790   include:
11791     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11792     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11793     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11794     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11795   layout:
11796     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11797     layout: "plot-throughput"
11798
11799 - type: "plot"
11800   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11801   algorithm: "plot_perf_box_name"
11802   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11803   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11804   include:
11805     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11806     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11807     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11808     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11809   layout:
11810     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11811     layout: "plot-throughput"
11812
11813 - type: "plot"
11814   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11815   algorithm: "plot_perf_box_name"
11816   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11817   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11818   include:
11819     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11820     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11821     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11822     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11823   layout:
11824     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11825     layout: "plot-throughput"
11826
11827 - type: "plot"
11828   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11829   algorithm: "plot_perf_box_name"
11830   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11831   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11832   include:
11833     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11834     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11835     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11836     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11837     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11838     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11839   layout:
11840     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11841     layout: "plot-throughput"
11842
11843 - type: "plot"
11844   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11845   algorithm: "plot_perf_box_name"
11846   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11847   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11848   include:
11849     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11850     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11851     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11852     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11853     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11854     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11855   layout:
11856     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11857     layout: "plot-throughput"
11858
11859 - type: "plot"
11860   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11861   algorithm: "plot_perf_box_name"
11862   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11863   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11864   include:
11865     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11866     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11867     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11868     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11869     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11870   layout:
11871     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11872     layout: "plot-throughput"
11873
11874 - type: "plot"
11875   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11876   algorithm: "plot_perf_box_name"
11877   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11878   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11879   include:
11880     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11881     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11882     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11883     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11884     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11885   layout:
11886     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11887     layout: "plot-throughput"
11888
11889 - type: "plot"
11890   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11891   algorithm: "plot_perf_box_name"
11892   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11893   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11894   include:
11895     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11896     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11897     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11898     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11899     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11900   layout:
11901     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11902     layout: "plot-throughput"
11903
11904 - type: "plot"
11905   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11906   algorithm: "plot_perf_box_name"
11907   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11908   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11909   include:
11910     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11911     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11912     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11913     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11914     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11915   layout:
11916     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11917     layout: "plot-throughput"
11918
11919 - type: "plot"
11920   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11921   algorithm: "plot_perf_box_name"
11922   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11923   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11924   include:
11925     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11926     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11927     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11928   layout:
11929     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11930     layout: "plot-throughput"
11931
11932 - type: "plot"
11933   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11934   algorithm: "plot_perf_box_name"
11935   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11936   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11937   include:
11938     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11939     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11940     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11941   layout:
11942     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11943     layout: "plot-throughput"
11944
11945 - type: "plot"
11946   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11947   algorithm: "plot_perf_box_name"
11948   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11949   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11950   include:
11951     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11952     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11953     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11954   layout:
11955     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11956     layout: "plot-throughput"
11957
11958 - type: "plot"
11959   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11960   algorithm: "plot_perf_box_name"
11961   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11962   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11963   include:
11964     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11965     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11966     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11967   layout:
11968     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11969     layout: "plot-throughput"
11970
11971 - type: "plot"
11972   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11973   algorithm: "plot_perf_box_name"
11974   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11975   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11976   include:
11977     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11978     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11979     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11980     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11981     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11982   layout:
11983     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11984     layout: "plot-throughput"
11985
11986 - type: "plot"
11987   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11988   algorithm: "plot_perf_box_name"
11989   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11990   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11991   include:
11992     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11993     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11994     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11995     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11996     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11997   layout:
11998     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11999     layout: "plot-throughput"
12000
12001 - type: "plot"
12002   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12003   algorithm: "plot_perf_box_name"
12004   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12005   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12006   include:
12007     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12008     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12009     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12010     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12011     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12012   layout:
12013     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12014     layout: "plot-throughput"
12015
12016 - type: "plot"
12017   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12018   algorithm: "plot_perf_box_name"
12019   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12020   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12021   include:
12022     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12023     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12024     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12025     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12026     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12027   layout:
12028     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12029     layout: "plot-throughput"
12030
12031 - type: "plot"
12032   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12033   algorithm: "plot_perf_box_name"
12034   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12035   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12036   include:
12037     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12038     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12039     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12040     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12041     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12042   layout:
12043     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12044     layout: "plot-throughput"
12045
12046 - type: "plot"
12047   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12048   algorithm: "plot_perf_box_name"
12049   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12050   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12051   include:
12052     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12053     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12054     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12055     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12056     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12057   layout:
12058     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12059     layout: "plot-throughput"
12060
12061 - type: "plot"
12062   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12063   algorithm: "plot_perf_box_name"
12064   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12065   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12066   include:
12067     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12068     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12069     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12070     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12071     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12072   layout:
12073     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12074     layout: "plot-throughput"
12075
12076 - type: "plot"
12077   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12078   algorithm: "plot_perf_box_name"
12079   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12080   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12081   include:
12082     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12083     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12084     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12085     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12086     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12087   layout:
12088     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12089     layout: "plot-throughput"
12090
12091 - type: "plot"
12092   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12093   algorithm: "plot_perf_box_name"
12094   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12095   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12096   include:
12097     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12098     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12099     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12100     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12101     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12102   layout:
12103     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12104     layout: "plot-throughput"
12105
12106 - type: "plot"
12107   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12108   algorithm: "plot_perf_box_name"
12109   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12110   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12111   include:
12112     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12113     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12114     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12115     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12116     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12117   layout:
12118     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12119     layout: "plot-throughput"
12120
12121 - type: "plot"
12122   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12123   algorithm: "plot_perf_box_name"
12124   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12125   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12126   include:
12127     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12128     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12129     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12130     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12131     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12132     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12133   layout:
12134     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12135     layout: "plot-throughput"
12136
12137 - type: "plot"
12138   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12139   algorithm: "plot_perf_box_name"
12140   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12141   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12142   include:
12143     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12144     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12145     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12146     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12147     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12148     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12149   layout:
12150     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12151     layout: "plot-throughput"
12152
12153 - type: "plot"
12154   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12155   algorithm: "plot_perf_box_name"
12156   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12157   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12158   include:
12159     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12160     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12161     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12162     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12163   layout:
12164     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12165     layout: "plot-throughput"
12166
12167 - type: "plot"
12168   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12169   algorithm: "plot_perf_box_name"
12170   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12171   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12172   include:
12173     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12174     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12175     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12176     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12177   layout:
12178     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12179     layout: "plot-throughput"
12180
12181 - type: "plot"
12182   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12183   algorithm: "plot_perf_box_name"
12184   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12185   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12186   include:
12187     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12188     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12189     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12190     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12191     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12192     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12193   layout:
12194     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12195     layout: "plot-throughput"
12196
12197 - type: "plot"
12198   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12199   algorithm: "plot_perf_box_name"
12200   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12201   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12202   include:
12203     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12204     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12205     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12206     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12207     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12208     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12209   layout:
12210     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12211     layout: "plot-throughput"
12212
12213 - type: "plot"
12214   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12215   algorithm: "plot_perf_box_name"
12216   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12217   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12218   include:
12219     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12220     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12221     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12222     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12223     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12224     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12225   layout:
12226     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12227     layout: "plot-throughput"
12228
12229 - type: "plot"
12230   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12231   algorithm: "plot_perf_box_name"
12232   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12233   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12234   include:
12235     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12236     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12237     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12238     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12239     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12240     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12241   layout:
12242     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12243     layout: "plot-throughput"
12244
12245 - type: "plot"
12246   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12247   algorithm: "plot_perf_box_name"
12248   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12249   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12250   include:
12251     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12252     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12253     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12254     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12255     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12256     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12257   layout:
12258     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12259     layout: "plot-throughput"
12260
12261 - type: "plot"
12262   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12263   algorithm: "plot_perf_box_name"
12264   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12265   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12266   include:
12267     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12268     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12269     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12270     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12271     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12272     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12273   layout:
12274     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12275     layout: "plot-throughput"
12276
12277 - type: "plot"
12278   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12279   algorithm: "plot_perf_box_name"
12280   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12281   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12282   include:
12283     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12284     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12285     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12286     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12287     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12288     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12289   layout:
12290     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12291     layout: "plot-throughput"
12292
12293 - type: "plot"
12294   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12295   algorithm: "plot_perf_box_name"
12296   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12297   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12298   include:
12299     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12300     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12301     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12302     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12303     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12304     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12305   layout:
12306     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12307     layout: "plot-throughput"
12308
12309 - type: "plot"
12310   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12311   algorithm: "plot_perf_box_name"
12312   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12313   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12314   include:
12315     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12316     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12317     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12318     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12319     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12320     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12321   layout:
12322     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12323     layout: "plot-throughput"
12324
12325 - type: "plot"
12326   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12327   algorithm: "plot_perf_box_name"
12328   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12329   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12330   include:
12331     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12332     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12333     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12334     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12335     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12336     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12337   layout:
12338     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12339     layout: "plot-throughput"
12340
12341 - type: "plot"
12342   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12343   algorithm: "plot_perf_box_name"
12344   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12345   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12346   include:
12347     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12348     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12349     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12350     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12351     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12352     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12353   layout:
12354     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12355     layout: "plot-throughput"
12356
12357 - type: "plot"
12358   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12359   algorithm: "plot_perf_box_name"
12360   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12361   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12362   include:
12363     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12364     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12365     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12366     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12367     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12368     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12369   layout:
12370     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12371     layout: "plot-throughput"
12372
12373 - type: "plot"
12374   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12375   algorithm: "plot_perf_box_name"
12376   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12377   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12378   include:
12379     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12380     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12381     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12382     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12383     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12384     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12385   layout:
12386     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12387     layout: "plot-throughput"
12388
12389 - type: "plot"
12390   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12391   algorithm: "plot_perf_box_name"
12392   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12393   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12394   include:
12395     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12396     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12397     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12398     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12399     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12400     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12401   layout:
12402     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12403     layout: "plot-throughput"
12404
12405 - type: "plot"
12406   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12407   algorithm: "plot_perf_box_name"
12408   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12409   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12410   include:
12411     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12412     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12413     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12414     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12415     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12416     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12417   layout:
12418     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12419     layout: "plot-throughput"
12420
12421 - type: "plot"
12422   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12423   algorithm: "plot_perf_box_name"
12424   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12425   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12426   include:
12427     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12428     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12429     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12430     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12431     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12432     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12433   layout:
12434     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12435     layout: "plot-throughput"
12436
12437 - type: "plot"
12438   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12439   algorithm: "plot_perf_box_name"
12440   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12441   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12442   include:
12443     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12444     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12445     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12446     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12447   layout:
12448     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12449     layout: "plot-throughput"
12450
12451 - type: "plot"
12452   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12453   algorithm: "plot_perf_box_name"
12454   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12455   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12456   include:
12457     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12458     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12459     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12460     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12461   layout:
12462     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12463     layout: "plot-throughput"
12464
12465 - type: "plot"
12466   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12467   algorithm: "plot_perf_box_name"
12468   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12469   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12470   include:
12471     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12472     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12473     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12474     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12475   layout:
12476     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12477     layout: "plot-throughput"
12478
12479 - type: "plot"
12480   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12481   algorithm: "plot_perf_box_name"
12482   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12483   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12484   include:
12485     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12486     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12487     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12488     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12489   layout:
12490     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12491     layout: "plot-throughput"
12492
12493 - type: "plot"
12494   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12495   algorithm: "plot_perf_box_name"
12496   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12497   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12498   include:
12499     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12500     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12501     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12502     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12503     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12504     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12505   layout:
12506     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12507     layout: "plot-throughput"
12508
12509 - type: "plot"
12510   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12511   algorithm: "plot_perf_box_name"
12512   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12513   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12514   include:
12515     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12516     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12517     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12518     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12519     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12520     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12521   layout:
12522     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12523     layout: "plot-throughput"
12524
12525 - type: "plot"
12526   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12527   algorithm: "plot_perf_box_name"
12528   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12529   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12530   include:
12531     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12532     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12533     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12534     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12535     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12536   layout:
12537     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12538     layout: "plot-throughput"
12539
12540 - type: "plot"
12541   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12542   algorithm: "plot_perf_box_name"
12543   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12544   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12545   include:
12546     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12547     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12548     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12549     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12550     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12551   layout:
12552     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12553     layout: "plot-throughput"
12554
12555 - type: "plot"
12556   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12557   algorithm: "plot_perf_box_name"
12558   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12559   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12560   include:
12561     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12562     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12563     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12564     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12565     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12566   layout:
12567     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12568     layout: "plot-throughput"
12569
12570 - type: "plot"
12571   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12572   algorithm: "plot_perf_box_name"
12573   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12574   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12575   include:
12576     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12577     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12578     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12579     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12580     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12581   layout:
12582     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12583     layout: "plot-throughput"
12584
12585 - type: "plot"
12586   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12587   algorithm: "plot_perf_box_name"
12588   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12589   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12590   include:
12591     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12592     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12593     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12594     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12595   layout:
12596     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12597     layout: "plot-throughput"
12598
12599 - type: "plot"
12600   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12601   algorithm: "plot_perf_box_name"
12602   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12603   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12604   include:
12605     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12606     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12607     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12608     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12609   layout:
12610     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12611     layout: "plot-throughput"
12612
12613 - type: "plot"
12614   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12615   algorithm: "plot_perf_box_name"
12616   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12617   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12618   include:
12619     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12620     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12621     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12622     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12623     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12624     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12625   layout:
12626     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12627     layout: "plot-throughput"
12628
12629 - type: "plot"
12630   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12631   algorithm: "plot_perf_box_name"
12632   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12633   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12634   include:
12635     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12636     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12637     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12638     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12639     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12640     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12641   layout:
12642     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12643     layout: "plot-throughput"
12644
12645 - type: "plot"
12646   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12647   algorithm: "plot_perf_box_name"
12648   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12649   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12650   include:
12651     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12652     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12653     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12654     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12655     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12656     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12657   layout:
12658     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12659     layout: "plot-throughput"
12660
12661 - type: "plot"
12662   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12663   algorithm: "plot_perf_box_name"
12664   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12665   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12666   include:
12667     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12668     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12669     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12670     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12671     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12672     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12673   layout:
12674     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12675     layout: "plot-throughput"
12676
12677 - type: "plot"
12678   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12679   algorithm: "plot_perf_box_name"
12680   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12681   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12682   include:
12683     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12684     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12685     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12686     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12687     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12688     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12689   layout:
12690     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12691     layout: "plot-throughput"
12692
12693 - type: "plot"
12694   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12695   algorithm: "plot_perf_box_name"
12696   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12697   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12698   include:
12699     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12700     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12701     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12702     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12703     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12704     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12705   layout:
12706     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12707     layout: "plot-throughput"
12708
12709 - type: "plot"
12710   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12711   algorithm: "plot_perf_box_name"
12712   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12713   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12714   include:
12715     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12716     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12717     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12718     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12719     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12720     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12721   layout:
12722     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12723     layout: "plot-throughput"
12724
12725 - type: "plot"
12726   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12727   algorithm: "plot_perf_box_name"
12728   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12729   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12730   include:
12731     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12732     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12733     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12734     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12735     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12736     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12737   layout:
12738     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12739     layout: "plot-throughput"
12740
12741 - type: "plot"
12742   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12743   algorithm: "plot_perf_box_name"
12744   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12745   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12746   include:
12747     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12748     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12749     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12750     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12751   layout:
12752     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12753     layout: "plot-throughput"
12754
12755 - type: "plot"
12756   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12757   algorithm: "plot_perf_box_name"
12758   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12759   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12760   include:
12761     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12762     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12763     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12764     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12765   layout:
12766     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12767     layout: "plot-throughput"
12768
12769 - type: "plot"
12770   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12771   algorithm: "plot_perf_box_name"
12772   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12773   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12774   include:
12775     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12776     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12777     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12778     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12779     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12780     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12781   layout:
12782     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12783     layout: "plot-throughput"
12784
12785 - type: "plot"
12786   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12787   algorithm: "plot_perf_box_name"
12788   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12789   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12790   include:
12791     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12792     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12793     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12794     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12795     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12796     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12797   layout:
12798     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12799     layout: "plot-throughput"
12800
12801 - type: "plot"
12802   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12803   algorithm: "plot_perf_box_name"
12804   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12805   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12806   include:
12807     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12808     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12809     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12810     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12811     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12812     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12813   layout:
12814     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12815     layout: "plot-throughput"
12816
12817 - type: "plot"
12818   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12819   algorithm: "plot_perf_box_name"
12820   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12821   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12822   include:
12823     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12824     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12825     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12826     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12827     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12828     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12829   layout:
12830     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12831     layout: "plot-throughput"
12832
12833 - type: "plot"
12834   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12835   algorithm: "plot_perf_box_name"
12836   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12837   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12838   include:
12839     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12840     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12841     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12842     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12843   layout:
12844     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12845     layout: "plot-throughput"
12846
12847 - type: "plot"
12848   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12849   algorithm: "plot_perf_box_name"
12850   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12851   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12852   include:
12853     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12854     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12855     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12856     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12857   layout:
12858     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12859     layout: "plot-throughput"
12860
12861 - type: "plot"
12862   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12863   algorithm: "plot_perf_box_name"
12864   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12865   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12866   include:
12867     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12868     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12869     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12870     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12871     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12872     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12873   layout:
12874     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12875     layout: "plot-throughput"
12876
12877 - type: "plot"
12878   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12879   algorithm: "plot_perf_box_name"
12880   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12881   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12882   include:
12883     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12884     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12885     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12886     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12887     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12888     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12889   layout:
12890     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12891     layout: "plot-throughput"
12892
12893 - type: "plot"
12894   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12895   algorithm: "plot_perf_box_name"
12896   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12897   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12898   include:
12899     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12900     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12901     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12902     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12903   layout:
12904     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12905     layout: "plot-throughput"
12906
12907 - type: "plot"
12908   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12909   algorithm: "plot_perf_box_name"
12910   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12911   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12912   include:
12913     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12914     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12915     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12916     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12917   layout:
12918     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12919     layout: "plot-throughput"
12920
12921 - type: "plot"
12922   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12923   algorithm: "plot_perf_box_name"
12924   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12925   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12926   include:
12927     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12928     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12929     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12930     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12931     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12932     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12933   layout:
12934     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12935     layout: "plot-throughput"
12936
12937 - type: "plot"
12938   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12939   algorithm: "plot_perf_box_name"
12940   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12941   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12942   include:
12943     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12944     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12945     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12946     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12947     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12948     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12949   layout:
12950     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12951     layout: "plot-throughput"
12952
12953 - type: "plot"
12954   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12955   algorithm: "plot_perf_box_name"
12956   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12957   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12958   include:
12959     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12960     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12961     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12962     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12963     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12964     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12965   layout:
12966     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12967     layout: "plot-throughput"
12968
12969 - type: "plot"
12970   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12971   algorithm: "plot_perf_box_name"
12972   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12973   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12974   include:
12975     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12976     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12977     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12978     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12979     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12980     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12981   layout:
12982     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12983     layout: "plot-throughput"
12984
12985 - type: "plot"
12986   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12987   algorithm: "plot_perf_box_name"
12988   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12989   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12990   include:
12991     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12992     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12993     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12994     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12995     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12996     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12997   layout:
12998     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12999     layout: "plot-throughput"
13000
13001 - type: "plot"
13002   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13003   algorithm: "plot_perf_box_name"
13004   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13005   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13006   include:
13007     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13008     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13009     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13010     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13011     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13012     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13013   layout:
13014     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13015     layout: "plot-throughput"
13016
13017 - type: "plot"
13018   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13019   algorithm: "plot_perf_box_name"
13020   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13021   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13022   include:
13023     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13024     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13025     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13026 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13027 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13028 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13029   layout:
13030     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13031     layout: "plot-throughput"
13032
13033 - type: "plot"
13034   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13035   algorithm: "plot_perf_box_name"
13036   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13037   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13038   include:
13039     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13040     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13041     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13042 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13043 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13044 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13045   layout:
13046     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13047     layout: "plot-throughput"
13048
13049 - type: "plot"
13050   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13051   algorithm: "plot_perf_box_name"
13052   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13053   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13054   include:
13055     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13056     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13057     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13058     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13059     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13060     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13061   layout:
13062     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13063     layout: "plot-throughput"
13064
13065 - type: "plot"
13066   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13067   algorithm: "plot_perf_box_name"
13068   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13069   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13070   include:
13071     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13072     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13073     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13074     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13075     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13076     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13077   layout:
13078     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13079     layout: "plot-throughput"
13080
13081 - type: "plot"
13082   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13083   algorithm: "plot_perf_box_name"
13084   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13085   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13086   include:
13087     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13088     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13089     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13090     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13091     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13092     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13093   layout:
13094     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13095     layout: "plot-throughput"
13096
13097 - type: "plot"
13098   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13099   algorithm: "plot_perf_box_name"
13100   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13101   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13102   include:
13103     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13104     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13105     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13106     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13107     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13108     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13109   layout:
13110     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13111     layout: "plot-throughput"
13112
13113 - type: "plot"
13114   title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13115   algorithm: "plot_perf_box_name"
13116   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13117   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13118   include:
13119     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13120     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13121     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13122   layout:
13123     title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13124     layout: "plot-throughput"
13125
13126 - type: "plot"
13127   title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13128   algorithm: "plot_perf_box_name"
13129   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13130   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13131   include:
13132     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13133     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13134     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13135   layout:
13136     title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13137     layout: "plot-throughput"
13138
13139 - type: "plot"
13140   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13141   algorithm: "plot_perf_box_name"
13142   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13143   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13144   include:
13145     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13146     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13147     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13148     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13149     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13150   layout:
13151     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13152     layout: "plot-throughput"
13153
13154 - type: "plot"
13155   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13156   algorithm: "plot_perf_box_name"
13157   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13158   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13159   include:
13160     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13161     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13162     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13163     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13164     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13165   layout:
13166     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13167     layout: "plot-throughput"
13168
13169 - type: "plot"
13170   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13171   algorithm: "plot_perf_box_name"
13172   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13173   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13174   include:
13175     - "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"
13176     - "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"
13177     - "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"
13178     - "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"
13179     - "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"
13180   layout:
13181     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13182     layout: "plot-throughput"
13183
13184 - type: "plot"
13185   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13186   algorithm: "plot_perf_box_name"
13187   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13188   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13189   include:
13190     - "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"
13191     - "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"
13192     - "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"
13193     - "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"
13194     - "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"
13195   layout:
13196     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13197     layout: "plot-throughput"
13198
13199 - type: "plot"
13200   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13201   algorithm: "plot_perf_box_name"
13202   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13203   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13204   include:
13205     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13206     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13207     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13208     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13209     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13210   layout:
13211     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13212     layout: "plot-throughput"
13213
13214 - type: "plot"
13215   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13216   algorithm: "plot_perf_box_name"
13217   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13218   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13219   include:
13220     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13221     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13222     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13223     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13224     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13225   layout:
13226     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13227     layout: "plot-throughput"
13228
13229 - type: "plot"
13230   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13231   algorithm: "plot_perf_box_name"
13232   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13233   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13234   include:
13235     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13236     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13237     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13238     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13239     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13240   layout:
13241     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13242     layout: "plot-throughput"
13243
13244 - type: "plot"
13245   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13246   algorithm: "plot_perf_box_name"
13247   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13248   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13249   include:
13250     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13251     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13252     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13253     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13254     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13255   layout:
13256     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13257     layout: "plot-throughput"
13258
13259 - type: "plot"
13260   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13261   algorithm: "plot_perf_box_name"
13262   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13263   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13264   include:
13265     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13266     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13267     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13268     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13269     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13270   layout:
13271     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13272     layout: "plot-throughput"
13273
13274 - type: "plot"
13275   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13276   algorithm: "plot_perf_box_name"
13277   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13278   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13279   include:
13280     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13281     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13282     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13283     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13284     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13285   layout:
13286     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13287     layout: "plot-throughput"
13288
13289 - type: "plot"
13290   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13291   algorithm: "plot_perf_box_name"
13292   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13293   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13294   include:
13295     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13296     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13297     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13298     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13299     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13300   layout:
13301     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13302     layout: "plot-throughput"
13303
13304 - type: "plot"
13305   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13306   algorithm: "plot_perf_box_name"
13307   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13308   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13309   include:
13310     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13311     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13312     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13313     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13314     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13315   layout:
13316     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13317     layout: "plot-throughput"
13318
13319 - type: "plot"
13320   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13321   algorithm: "plot_perf_box_name"
13322   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13323   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13324   include:
13325     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13326     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13327     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13328     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13329   layout:
13330     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13331     layout: "plot-throughput"
13332
13333 - type: "plot"
13334   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13335   algorithm: "plot_perf_box_name"
13336   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13337   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13338   include:
13339     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13340     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13341     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13342     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13343   layout:
13344     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13345     layout: "plot-throughput"
13346
13347 - type: "plot"
13348   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13349   algorithm: "plot_perf_box_name"
13350   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13351   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13352   include:
13353     - "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"
13354     - "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"
13355     - "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"
13356     - "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"
13357   layout:
13358     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13359     layout: "plot-throughput"
13360
13361 - type: "plot"
13362   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13363   algorithm: "plot_perf_box_name"
13364   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13365   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13366   include:
13367     - "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"
13368     - "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"
13369     - "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"
13370     - "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"
13371   layout:
13372     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13373     layout: "plot-throughput"
13374
13375 - type: "plot"
13376   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13377   algorithm: "plot_perf_box_name"
13378   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13379   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13380   include:
13381     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13382     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13383     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13384     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13385     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13386     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13387   layout:
13388     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13389     layout: "plot-throughput"
13390
13391 - type: "plot"
13392   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13393   algorithm: "plot_perf_box_name"
13394   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13395   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13396   include:
13397     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13398     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13399     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13400     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13401     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13402     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13403   layout:
13404     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13405     layout: "plot-throughput"
13406
13407 - type: "plot"
13408   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13409   algorithm: "plot_perf_box_name"
13410   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13411   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13412   include:
13413     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13414     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13415     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13416     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13417     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13418     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13419   layout:
13420     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13421     layout: "plot-throughput"
13422
13423 - type: "plot"
13424   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13425   algorithm: "plot_perf_box_name"
13426   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13427   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13428   include:
13429     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13430     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13431     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13432     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13433     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13434     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13435   layout:
13436     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13437     layout: "plot-throughput"
13438
13439 - type: "plot"
13440   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13441   algorithm: "plot_perf_box_name"
13442   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13443   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13444   include:
13445     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13446     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13447     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13448     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13449     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13450     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13451   layout:
13452     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13453     layout: "plot-throughput"
13454
13455 - type: "plot"
13456   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13457   algorithm: "plot_perf_box_name"
13458   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13459   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13460   include:
13461     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13462     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13463     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13464     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13465     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13466     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13467   layout:
13468     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13469     layout: "plot-throughput"
13470
13471 - type: "plot"
13472   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13473   algorithm: "plot_perf_box_name"
13474   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13475   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13476   include:
13477     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13478     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13479     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13480     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13481     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13482   layout:
13483     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13484     layout: "plot-throughput"
13485
13486 - type: "plot"
13487   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13488   algorithm: "plot_perf_box_name"
13489   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13490   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13491   include:
13492     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13493     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13494     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13495     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13496     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13497   layout:
13498     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13499     layout: "plot-throughput"
13500
13501 - type: "plot"
13502   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13503   algorithm: "plot_perf_box_name"
13504   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13505   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13506   include:
13507     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13508     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13509   layout:
13510     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13511     layout: "plot-throughput"
13512
13513 - type: "plot"
13514   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13515   algorithm: "plot_perf_box_name"
13516   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13517   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13518   include:
13519     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13520     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13521   layout:
13522     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13523     layout: "plot-throughput"
13524
13525 - type: "plot"
13526   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13527   algorithm: "plot_perf_box_name"
13528   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13529   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13530   include:
13531     - "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"
13532     - "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"
13533   layout:
13534     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13535     layout: "plot-throughput"
13536
13537 - type: "plot"
13538   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13539   algorithm: "plot_perf_box_name"
13540   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13541   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13542   include:
13543     - "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"
13544     - "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"
13545   layout:
13546     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13547     layout: "plot-throughput"
13548
13549 - type: "plot"
13550   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13551   algorithm: "plot_perf_box_name"
13552   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13553   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13554   include:
13555     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13556     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13557   layout:
13558     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13559     layout: "plot-throughput"
13560
13561 - type: "plot"
13562   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13563   algorithm: "plot_perf_box_name"
13564   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13565   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13566   include:
13567     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13568     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13569   layout:
13570     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13571     layout: "plot-throughput"
13572
13573 - type: "plot"
13574   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13575   algorithm: "plot_perf_box_name"
13576   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13577   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13578   include:
13579     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13580     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13581   layout:
13582     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13583     layout: "plot-throughput"
13584
13585 - type: "plot"
13586   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13587   algorithm: "plot_perf_box_name"
13588   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13589   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13590   include:
13591     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13592     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13593   layout:
13594     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13595     layout: "plot-throughput"
13596
13597 - type: "plot"
13598   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13599   algorithm: "plot_perf_box_name"
13600   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13601   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13602   include:
13603     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13604     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13605     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13606     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13607     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13608     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13609   layout:
13610     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13611     layout: "plot-throughput"
13612
13613 - type: "plot"
13614   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13615   algorithm: "plot_perf_box_name"
13616   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13617   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13618   include:
13619     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13620     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13621     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13622     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13623     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13624     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13625   layout:
13626     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13627     layout: "plot-throughput"
13628
13629 - type: "plot"
13630   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13631   algorithm: "plot_perf_box_name"
13632   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13633   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13634   include:
13635     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13636     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13637     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13638     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13639     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13640     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13641   layout:
13642     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13643     layout: "plot-throughput"
13644
13645 - type: "plot"
13646   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13647   algorithm: "plot_perf_box_name"
13648   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13649   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13650   include:
13651     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13652     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13653     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13654     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13655     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13656     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13657   layout:
13658     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13659     layout: "plot-throughput"
13660
13661 #- type: "plot"
13662 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13663 #  algorithm: "plot_perf_box_name"
13664 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13665 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13666 #  include:
13667 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13668 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13669 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13670 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13671 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13672 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13673 #  layout:
13674 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13675 #    layout: "plot-throughput"
13676 #
13677 #- type: "plot"
13678 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13679 #  algorithm: "plot_perf_box_name"
13680 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13681 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13682 #  include:
13683 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13684 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13685 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13686 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13687 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13688 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13689 #  layout:
13690 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13691 #    layout: "plot-throughput"
13692
13693 - type: "plot"
13694   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13695   algorithm: "plot_perf_box_name"
13696   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13697   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13698   include:
13699     - "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"
13700     - "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"
13701     - "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"
13702     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13703     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13704     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13705   layout:
13706     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13707     layout: "plot-throughput"
13708
13709 - type: "plot"
13710   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13711   algorithm: "plot_perf_box_name"
13712   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13713   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13714   include:
13715     - "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"
13716     - "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"
13717     - "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"
13718     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13719     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13720     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13721   layout:
13722     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13723     layout: "plot-throughput"
13724
13725 ################################################################################
13726
13727 # Packet Speedup
13728
13729 - type: "plot"
13730   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13731   algorithm: "plot_tsa_name"
13732   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13733   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13734   include:
13735     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13736     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13737     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13738     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13739   layout:
13740     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13741     layout: "plot-throughput-speedup-analysis"
13742
13743 - type: "plot"
13744   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13745   algorithm: "plot_tsa_name"
13746   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13747   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13748   include:
13749     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13750     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13751     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13752     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13753   layout:
13754     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13755     layout: "plot-throughput-speedup-analysis"
13756
13757 - type: "plot"
13758   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13759   algorithm: "plot_tsa_name"
13760   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13761   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13762   include:
13763     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13764     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13765     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13766     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13767   layout:
13768     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13769     layout: "plot-throughput-speedup-analysis"
13770
13771 - type: "plot"
13772   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13773   algorithm: "plot_tsa_name"
13774   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13775   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13776   include:
13777     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13778     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13779     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13780     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13781   layout:
13782     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13783     layout: "plot-throughput-speedup-analysis"
13784
13785 - type: "plot"
13786   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13787   algorithm: "plot_tsa_name"
13788   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13789   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13790   include:
13791     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13792     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13793     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13794     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13795     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13796   layout:
13797     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13798     layout: "plot-throughput-speedup-analysis"
13799
13800 - type: "plot"
13801   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13802   algorithm: "plot_tsa_name"
13803   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13804   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13805   include:
13806     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13807     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13808     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13809     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13810     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13811   layout:
13812     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13813     layout: "plot-throughput-speedup-analysis"
13814
13815 - type: "plot"
13816   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13817   algorithm: "plot_tsa_name"
13818   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13819   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13820   include:
13821     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13822     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13823     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13824     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13825     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13826   layout:
13827     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13828     layout: "plot-throughput-speedup-analysis"
13829
13830 - type: "plot"
13831   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13832   algorithm: "plot_tsa_name"
13833   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13834   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13835   include:
13836     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13837     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13838     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13839     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13840     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13841   layout:
13842     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13843     layout: "plot-throughput-speedup-analysis"
13844
13845 - type: "plot"
13846   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13847   algorithm: "plot_tsa_name"
13848   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13849   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13850   include:
13851     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13852     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13853     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13854     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13855     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13856     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13857   layout:
13858     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13859     layout: "plot-throughput-speedup-analysis"
13860
13861 - type: "plot"
13862   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13863   algorithm: "plot_tsa_name"
13864   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13865   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13866   include:
13867     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13868     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13869     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13870     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13871     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13872     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13873   layout:
13874     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13875     layout: "plot-throughput-speedup-analysis"
13876
13877 - type: "plot"
13878   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13879   algorithm: "plot_tsa_name"
13880   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13881   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13882   include:
13883     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13884     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13885     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13886     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13887     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13888   layout:
13889     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13890     layout: "plot-throughput-speedup-analysis"
13891
13892 - type: "plot"
13893   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13894   algorithm: "plot_tsa_name"
13895   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13896   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13897   include:
13898     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13899     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13900     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13901     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13902     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13903   layout:
13904     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13905     layout: "plot-throughput-speedup-analysis"
13906
13907 - type: "plot"
13908   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13909   algorithm: "plot_tsa_name"
13910   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13911   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13912   include:
13913     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13914     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13915     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13916   layout:
13917     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
13918     layout: "plot-throughput-speedup-analysis"
13919
13920 - type: "plot"
13921   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13922   algorithm: "plot_tsa_name"
13923   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13924   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13925   include:
13926     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13928     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13929   layout:
13930     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
13931     layout: "plot-throughput-speedup-analysis"
13932
13933 - type: "plot"
13934   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13935   algorithm: "plot_tsa_name"
13936   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13937   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13938   include:
13939     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13941     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13942     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13943     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13944   layout:
13945     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13946     layout: "plot-throughput-speedup-analysis"
13947
13948 - type: "plot"
13949   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13950   algorithm: "plot_tsa_name"
13951   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13952   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13953   include:
13954     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13955     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13956     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13957     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13958     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13959   layout:
13960     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13961     layout: "plot-throughput-speedup-analysis"
13962
13963 - type: "plot"
13964   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13965   algorithm: "plot_tsa_name"
13966   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13967   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13968   include:
13969     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13970     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13971     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13972   layout:
13973     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
13974     layout: "plot-throughput-speedup-analysis"
13975
13976 - type: "plot"
13977   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13978   algorithm: "plot_tsa_name"
13979   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13980   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13981   include:
13982     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13983     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13984     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13985   layout:
13986     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
13987     layout: "plot-throughput-speedup-analysis"
13988
13989 - type: "plot"
13990   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13991   algorithm: "plot_tsa_name"
13992   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13993   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13994   include:
13995     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13996     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13997     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13998     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13999     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14000     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14001   layout:
14002     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14003     layout: "plot-throughput-speedup-analysis"
14004
14005 - type: "plot"
14006   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14007   algorithm: "plot_tsa_name"
14008   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14009   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14010   include:
14011     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14012     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14013     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14014     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14016     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14017   layout:
14018     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14019     layout: "plot-throughput-speedup-analysis"
14020
14021 - type: "plot"
14022   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14023   algorithm: "plot_tsa_name"
14024   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14025   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14026   include:
14027     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14028     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14029     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14030     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14031     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14032   layout:
14033     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
14034     layout: "plot-throughput-speedup-analysis"
14035
14036 - type: "plot"
14037   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14038   algorithm: "plot_tsa_name"
14039   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14040   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14041   include:
14042     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
14043     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
14044     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
14045     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
14046     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
14047   layout:
14048     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
14049     layout: "plot-throughput-speedup-analysis"
14050
14051 #- type: "plot"
14052 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14053 #  algorithm: "plot_tsa_name"
14054 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14055 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14056 #  include:
14057 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
14058 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
14059 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
14060 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
14061 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
14062 #  layout:
14063 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
14064 #    layout: "plot-throughput-speedup-analysis"
14065 #
14066 #- type: "plot"
14067 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14068 #  algorithm: "plot_tsa_name"
14069 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14070 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14071 #  include:
14072 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
14073 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
14074 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
14075 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
14076 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
14077 #  layout:
14078 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
14079 #    layout: "plot-throughput-speedup-analysis"
14080 #
14081 #- type: "plot"
14082 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14083 #  algorithm: "plot_tsa_name"
14084 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14085 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14086 #  include:
14087 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
14088 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
14089 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
14090 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
14091 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
14092 #  layout:
14093 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
14094 #    layout: "plot-throughput-speedup-analysis"
14095 #
14096 #- type: "plot"
14097 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14098 #  algorithm: "plot_tsa_name"
14099 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14100 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14101 #  include:
14102 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
14103 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
14104 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
14105 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
14106 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
14107 #  layout:
14108 #    title: "22n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
14109 #    layout: "plot-throughput-speedup-analysis"
14110
14111 - type: "plot"
14112   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14113   algorithm: "plot_tsa_name"
14114   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14115   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14116   include:
14117     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14118     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14119     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14120     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14121     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14122   layout:
14123     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
14124     layout: "plot-throughput-speedup-analysis"
14125
14126 - type: "plot"
14127   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14128   algorithm: "plot_tsa_name"
14129   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14130   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14131   include:
14132     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
14133     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
14134     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
14135     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
14136     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
14137   layout:
14138     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
14139     layout: "plot-throughput-speedup-analysis"
14140
14141 #- type: "plot"
14142 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14143 #  algorithm: "plot_tsa_name"
14144 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14145 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14146 #  include:
14147 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
14148 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
14149 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
14150 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
14151 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
14152 #  layout:
14153 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
14154 #    layout: "plot-throughput-speedup-analysis"
14155 #
14156 #- type: "plot"
14157 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14158 #  algorithm: "plot_tsa_name"
14159 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14160 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14161 #  include:
14162 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
14163 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
14164 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
14165 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
14166 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
14167 #  layout:
14168 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
14169 #    layout: "plot-throughput-speedup-analysis"
14170 #
14171 #- type: "plot"
14172 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14173 #  algorithm: "plot_tsa_name"
14174 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14175 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14176 #  include:
14177 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
14178 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
14179 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
14180 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
14181 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
14182 #  layout:
14183 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
14184 #    layout: "plot-throughput-speedup-analysis"
14185 #
14186 #- type: "plot"
14187 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14188 #  algorithm: "plot_tsa_name"
14189 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14190 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14191 #  include:
14192 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
14193 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
14194 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
14195 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
14196 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
14197 #  layout:
14198 #    title: "22n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
14199 #    layout: "plot-throughput-speedup-analysis"
14200
14201 - type: "plot"
14202   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14203   algorithm: "plot_tsa_name"
14204   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14205   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14206   include:
14207     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14208     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14209     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14210     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14211     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14212     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14213   layout:
14214     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14215     layout: "plot-throughput-speedup-analysis"
14216
14217 - type: "plot"
14218   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14219   algorithm: "plot_tsa_name"
14220   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14221   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14222   include:
14223     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14224     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14225     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14226     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14227     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14229   layout:
14230     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14231     layout: "plot-throughput-speedup-analysis"
14232
14233 - type: "plot"
14234   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14235   algorithm: "plot_tsa_name"
14236   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14237   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14238   include:
14239     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14240     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14241     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14242   layout:
14243     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14244     layout: "plot-throughput-speedup-analysis"
14245
14246 - type: "plot"
14247   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14248   algorithm: "plot_tsa_name"
14249   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14250   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14251   include:
14252     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14253     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14254     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14255   layout:
14256     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14257     layout: "plot-throughput-speedup-analysis"
14258
14259 - type: "plot"
14260   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14261   algorithm: "plot_tsa_name"
14262   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14263   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14264   include:
14265     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14266     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14267     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14268 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14269 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14270   layout:
14271     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14272     layout: "plot-throughput-speedup-analysis"
14273
14274 - type: "plot"
14275   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14276   algorithm: "plot_tsa_name"
14277   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14278   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14279   include:
14280     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14281     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14282     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14283 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14284 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14285   layout:
14286     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14287     layout: "plot-throughput-speedup-analysis"
14288
14289 - type: "plot"
14290   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14291   algorithm: "plot_tsa_name"
14292   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14293   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14294   include:
14295     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14296     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14297     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14298     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14299     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14300   layout:
14301     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14302     layout: "plot-throughput-speedup-analysis"
14303
14304 - type: "plot"
14305   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14306   algorithm: "plot_tsa_name"
14307   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14308   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14309   include:
14310     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14311     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14312     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14313     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14314     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14315   layout:
14316     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14317     layout: "plot-throughput-speedup-analysis"
14318
14319 - type: "plot"
14320   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14321   algorithm: "plot_tsa_name"
14322   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14323   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14324   include:
14325     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14326     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14327     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14328     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14329     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14330   layout:
14331     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14332     layout: "plot-throughput-speedup-analysis"
14333
14334 - type: "plot"
14335   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14336   algorithm: "plot_tsa_name"
14337   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14338   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14339   include:
14340     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14341     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14342     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14343     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14344     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14345   layout:
14346     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14347     layout: "plot-throughput-speedup-analysis"
14348
14349 - type: "plot"
14350   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14351   algorithm: "plot_tsa_name"
14352   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14353   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14354   include:
14355     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14356     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14357     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14358     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14359   layout:
14360     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14361     layout: "plot-throughput-speedup-analysis"
14362
14363 - type: "plot"
14364   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14365   algorithm: "plot_tsa_name"
14366   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14367   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14368   include:
14369     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14370     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14371     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14372     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14373   layout:
14374     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14375     layout: "plot-throughput-speedup-analysis"
14376
14377 - type: "plot"
14378   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14379   algorithm: "plot_tsa_name"
14380   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14381   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14382   include:
14383     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14384     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14385     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14386     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14387     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14388   layout:
14389     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14390     layout: "plot-throughput-speedup-analysis"
14391
14392 - type: "plot"
14393   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14394   algorithm: "plot_tsa_name"
14395   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14396   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14397   include:
14398     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14399     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14400     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14401     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14402     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14403   layout:
14404     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14405     layout: "plot-throughput-speedup-analysis"
14406
14407 - type: "plot"
14408   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14409   algorithm: "plot_tsa_name"
14410   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14411   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14412   include:
14413     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14414     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14415   layout:
14416     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14417     layout: "plot-throughput-speedup-analysis"
14418
14419 - type: "plot"
14420   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14421   algorithm: "plot_tsa_name"
14422   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14423   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14424   include:
14425     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14426     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14427   layout:
14428     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14429     layout: "plot-throughput-speedup-analysis"
14430
14431 - type: "plot"
14432   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14433   algorithm: "plot_tsa_name"
14434   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14435   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14436   include:
14437     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14438     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14439     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14440     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14441   layout:
14442     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14443     layout: "plot-throughput-speedup-analysis"
14444
14445 - type: "plot"
14446   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14447   algorithm: "plot_tsa_name"
14448   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14449   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14450   include:
14451     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14452     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14453     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14454     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14455   layout:
14456     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14457     layout: "plot-throughput-speedup-analysis"
14458
14459 - type: "plot"
14460   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14461   algorithm: "plot_tsa_name"
14462   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14463   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14464   include:
14465     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14466     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14467     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14468     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14469   layout:
14470     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14471     layout: "plot-throughput-speedup-analysis"
14472
14473 - type: "plot"
14474   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14475   algorithm: "plot_tsa_name"
14476   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14477   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14478   include:
14479     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14480     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14481     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14482     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14483   layout:
14484     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14485     layout: "plot-throughput-speedup-analysis"
14486
14487 - type: "plot"
14488   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14489   algorithm: "plot_tsa_name"
14490   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14491   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14492   include:
14493     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14494     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14495     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14496     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14497     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14498     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14499   layout:
14500     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14501     layout: "plot-throughput-speedup-analysis"
14502
14503 - type: "plot"
14504   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14505   algorithm: "plot_tsa_name"
14506   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14507   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14508   include:
14509     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14510     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14511     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14512     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14513     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14514     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14515   layout:
14516     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14517     layout: "plot-throughput-speedup-analysis"
14518
14519 - type: "plot"
14520   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14521   algorithm: "plot_tsa_name"
14522   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14523   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14524   include:
14525     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14526     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14527     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14528     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14529     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14530   layout:
14531     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14532     layout: "plot-throughput-speedup-analysis"
14533
14534 - type: "plot"
14535   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14536   algorithm: "plot_tsa_name"
14537   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14538   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14539   include:
14540     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14541     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14542     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14543     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14544     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14545   layout:
14546     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14547     layout: "plot-throughput-speedup-analysis"
14548
14549 - type: "plot"
14550   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14551   algorithm: "plot_tsa_name"
14552   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14553   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14554   include:
14555     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14556     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14557     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14558     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14559     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14560   layout:
14561     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14562     layout: "plot-throughput-speedup-analysis"
14563
14564 - type: "plot"
14565   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14566   algorithm: "plot_tsa_name"
14567   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14568   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14569   include:
14570     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14571     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14572     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14573     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14574     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14575   layout:
14576     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14577     layout: "plot-throughput-speedup-analysis"
14578
14579 - type: "plot"
14580   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14581   algorithm: "plot_tsa_name"
14582   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14583   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14584   include:
14585     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14586     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14587     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14588   layout:
14589     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14590     layout: "plot-throughput-speedup-analysis"
14591
14592 - type: "plot"
14593   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14594   algorithm: "plot_tsa_name"
14595   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14596   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14597   include:
14598     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14599     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14600     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14601   layout:
14602     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14603     layout: "plot-throughput-speedup-analysis"
14604
14605 - type: "plot"
14606   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14607   algorithm: "plot_tsa_name"
14608   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14609   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14610   include:
14611     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14612     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14613     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14614   layout:
14615     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14616     layout: "plot-throughput-speedup-analysis"
14617
14618 - type: "plot"
14619   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14620   algorithm: "plot_tsa_name"
14621   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14622   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14623   include:
14624     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14625     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14626     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14627   layout:
14628     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14629     layout: "plot-throughput-speedup-analysis"
14630
14631 - type: "plot"
14632   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14633   algorithm: "plot_tsa_name"
14634   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14635   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14636   include:
14637     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14638     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14639     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14640     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14641     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14642   layout:
14643     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14644     layout: "plot-throughput-speedup-analysis"
14645
14646 - type: "plot"
14647   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14648   algorithm: "plot_tsa_name"
14649   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14650   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14651   include:
14652     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14653     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14654     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14655     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14656     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14657   layout:
14658     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14659     layout: "plot-throughput-speedup-analysis"
14660
14661 - type: "plot"
14662   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14663   algorithm: "plot_tsa_name"
14664   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14665   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14666   include:
14667     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14668     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14669     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14670     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14671     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14672   layout:
14673     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14674     layout: "plot-throughput-speedup-analysis"
14675
14676 - type: "plot"
14677   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14678   algorithm: "plot_tsa_name"
14679   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14680   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14681   include:
14682     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14683     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14684     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14685     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14686     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14687   layout:
14688     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14689     layout: "plot-throughput-speedup-analysis"
14690
14691 - type: "plot"
14692   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14693   algorithm: "plot_tsa_name"
14694   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14695   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14696   include:
14697     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14698     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14699     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14700     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14701     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14702     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14703   layout:
14704     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14705     layout: "plot-throughput-speedup-analysis"
14706
14707 - type: "plot"
14708   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14709   algorithm: "plot_tsa_name"
14710   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14711   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14712   include:
14713     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14714     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14715     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14716     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14717     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14718     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14719   layout:
14720     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14721     layout: "plot-throughput-speedup-analysis"
14722
14723 - type: "plot"
14724   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14725   algorithm: "plot_tsa_name"
14726   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14727   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14728   include:
14729     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14730     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14731     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14732     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14733   layout:
14734     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14735     layout: "plot-throughput-speedup-analysis"
14736
14737 - type: "plot"
14738   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14739   algorithm: "plot_tsa_name"
14740   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14741   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14742   include:
14743     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14744     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14745     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14746     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14747   layout:
14748     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14749     layout: "plot-throughput-speedup-analysis"
14750
14751 - type: "plot"
14752   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14753   algorithm: "plot_tsa_name"
14754   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14755   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14756   include:
14757     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14758     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14759     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14760     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14761     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14762     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14763   layout:
14764     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14765     layout: "plot-throughput-speedup-analysis"
14766
14767 - type: "plot"
14768   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14769   algorithm: "plot_tsa_name"
14770   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14771   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14772   include:
14773     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14774     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14775     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14776     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14777     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14778     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14779   layout:
14780     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14781     layout: "plot-throughput-speedup-analysis"
14782
14783 - type: "plot"
14784   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14785   algorithm: "plot_tsa_name"
14786   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14787   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14788   include:
14789     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14790     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14791     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14792     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14793     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14794     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14795   layout:
14796     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14797     layout: "plot-throughput-speedup-analysis"
14798
14799 - type: "plot"
14800   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14801   algorithm: "plot_tsa_name"
14802   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14803   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14804   include:
14805     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14806     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14807     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14808     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14809     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14810     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14811   layout:
14812     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14813     layout: "plot-throughput-speedup-analysis"
14814
14815 - type: "plot"
14816   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14817   algorithm: "plot_tsa_name"
14818   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14819   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14820   include:
14821     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14822     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14823     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14824     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14825     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14826     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14827   layout:
14828     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14829     layout: "plot-throughput-speedup-analysis"
14830
14831 - type: "plot"
14832   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14833   algorithm: "plot_tsa_name"
14834   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14835   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14836   include:
14837     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14838     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14839     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14840     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14841     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14842     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14843   layout:
14844     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14845     layout: "plot-throughput-speedup-analysis"
14846
14847 - type: "plot"
14848   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14849   algorithm: "plot_tsa_name"
14850   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14851   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14852   include:
14853     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14854     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14855     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14856     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14857     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14858     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14859   layout:
14860     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14861     layout: "plot-throughput-speedup-analysis"
14862
14863 - type: "plot"
14864   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14865   algorithm: "plot_tsa_name"
14866   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14867   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14868   include:
14869     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14870     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14871     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14872     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14873     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14874     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14875   layout:
14876     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14877     layout: "plot-throughput-speedup-analysis"
14878
14879 - type: "plot"
14880   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14881   algorithm: "plot_tsa_name"
14882   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14883   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14884   include:
14885     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14886     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14887     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14888     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14889     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14890     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14891   layout:
14892     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14893     layout: "plot-throughput-speedup-analysis"
14894
14895 - type: "plot"
14896   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14897   algorithm: "plot_tsa_name"
14898   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14899   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14900   include:
14901     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14902     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14903     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14904     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14905     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14906     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14907   layout:
14908     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14909     layout: "plot-throughput-speedup-analysis"
14910
14911 - type: "plot"
14912   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14913   algorithm: "plot_tsa_name"
14914   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14915   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14916   include:
14917     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14918     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14919     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14920     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14921   layout:
14922     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14923     layout: "plot-throughput-speedup-analysis"
14924
14925 - type: "plot"
14926   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14927   algorithm: "plot_tsa_name"
14928   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14929   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14930   include:
14931     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14932     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14933     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14934     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14935   layout:
14936     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14937     layout: "plot-throughput-speedup-analysis"
14938
14939 - type: "plot"
14940   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14941   algorithm: "plot_tsa_name"
14942   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14943   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14944   include:
14945     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14946     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14947     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14948     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14949   layout:
14950     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14951     layout: "plot-throughput-speedup-analysis"
14952
14953 - type: "plot"
14954   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14955   algorithm: "plot_tsa_name"
14956   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14957   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14958   include:
14959     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14960     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14961     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14962     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14963   layout:
14964     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14965     layout: "plot-throughput-speedup-analysis"
14966
14967 - type: "plot"
14968   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14969   algorithm: "plot_tsa_name"
14970   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14971   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14972   include:
14973     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14974     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14975     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14976     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14977     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14978     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14979   layout:
14980     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
14981     layout: "plot-throughput-speedup-analysis"
14982
14983 - type: "plot"
14984   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14985   algorithm: "plot_tsa_name"
14986   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14987   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14988   include:
14989     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14990     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14991     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14992     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14993     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14994     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14995   layout:
14996     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
14997     layout: "plot-throughput-speedup-analysis"
14998
14999 - type: "plot"
15000   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15001   algorithm: "plot_tsa_name"
15002   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15003   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15004   include:
15005     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15006     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15007     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15008     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15009     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15010   layout:
15011     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15012     layout: "plot-throughput-speedup-analysis"
15013
15014 - type: "plot"
15015   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15016   algorithm: "plot_tsa_name"
15017   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15018   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15019   include:
15020     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15021     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15022     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15023     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15024     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15025   layout:
15026     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15027     layout: "plot-throughput-speedup-analysis"
15028
15029 - type: "plot"
15030   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15031   algorithm: "plot_tsa_name"
15032   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15033   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15034   include:
15035     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15036     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15037     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15038     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15039     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15040   layout:
15041     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15042     layout: "plot-throughput-speedup-analysis"
15043
15044 - type: "plot"
15045   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15046   algorithm: "plot_tsa_name"
15047   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15048   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15049   include:
15050     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15051     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15052     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15053     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15054     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15055   layout:
15056     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15057     layout: "plot-throughput-speedup-analysis"
15058
15059 - type: "plot"
15060   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15061   algorithm: "plot_tsa_name"
15062   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15063   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15064   include:
15065     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15066     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15067     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15068     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15069   layout:
15070     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15071     layout: "plot-throughput-speedup-analysis"
15072
15073 - type: "plot"
15074   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15075   algorithm: "plot_tsa_name"
15076   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15077   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15078   include:
15079     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15080     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15081     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15082     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15083   layout:
15084     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15085     layout: "plot-throughput-speedup-analysis"
15086
15087 - type: "plot"
15088   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15089   algorithm: "plot_tsa_name"
15090   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15091   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15092   include:
15093     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15094     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15095     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15096     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15097     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15098     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15099   layout:
15100     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15101     layout: "plot-throughput-speedup-analysis"
15102
15103 - type: "plot"
15104   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15105   algorithm: "plot_tsa_name"
15106   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15107   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15108   include:
15109     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15110     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15111     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15112     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15113     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15114     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15115   layout:
15116     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15117     layout: "plot-throughput-speedup-analysis"
15118
15119 - type: "plot"
15120   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15121   algorithm: "plot_tsa_name"
15122   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15123   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15124   include:
15125     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15126     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15127     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15128     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15129     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15130     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15131   layout:
15132     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15133     layout: "plot-throughput-speedup-analysis"
15134
15135 - type: "plot"
15136   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15137   algorithm: "plot_tsa_name"
15138   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15139   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15140   include:
15141     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15142     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15143     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15144     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15145     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15146     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15147   layout:
15148     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15149     layout: "plot-throughput-speedup-analysis"
15150
15151 - type: "plot"
15152   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15153   algorithm: "plot_tsa_name"
15154   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15155   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15156   include:
15157     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15158     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15159     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15160     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15161     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15162     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15163   layout:
15164     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15165     layout: "plot-throughput-speedup-analysis"
15166
15167 - type: "plot"
15168   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15169   algorithm: "plot_tsa_name"
15170   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15171   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15172   include:
15173     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15174     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15175     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15176     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15177     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15178     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15179   layout:
15180     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15181     layout: "plot-throughput-speedup-analysis"
15182
15183 - type: "plot"
15184   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15185   algorithm: "plot_tsa_name"
15186   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15187   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15188   include:
15189     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15190     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15191     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15192     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15193     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15194     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15195   layout:
15196     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15197     layout: "plot-throughput-speedup-analysis"
15198
15199 - type: "plot"
15200   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15201   algorithm: "plot_tsa_name"
15202   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15203   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15204   include:
15205     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15206     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15207     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15208     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15209     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15210     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15211   layout:
15212     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15213     layout: "plot-throughput-speedup-analysis"
15214
15215 - type: "plot"
15216   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15217   algorithm: "plot_tsa_name"
15218   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15219   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15220   include:
15221     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15222     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15223     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15224     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15225     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15226     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15227   layout:
15228     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15229     layout: "plot-throughput-speedup-analysis"
15230
15231 - type: "plot"
15232   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15233   algorithm: "plot_tsa_name"
15234   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15235   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15236   include:
15237     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15238     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15239     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15240     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15241     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15242     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15243   layout:
15244     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15245     layout: "plot-throughput-speedup-analysis"
15246
15247 - type: "plot"
15248   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15249   algorithm: "plot_tsa_name"
15250   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15251   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15252   include:
15253     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15254     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15255     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15256     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15257     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15258   layout:
15259     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15260     layout: "plot-throughput-speedup-analysis"
15261
15262 - type: "plot"
15263   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15264   algorithm: "plot_tsa_name"
15265   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15266   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15267   include:
15268     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15269     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15270     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15271     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15272     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15273   layout:
15274     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15275     layout: "plot-throughput-speedup-analysis"
15276
15277 - type: "plot"
15278   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15279   algorithm: "plot_tsa_name"
15280   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15281   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15282   include:
15283     - "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"
15284     - "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"
15285     - "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"
15286     - "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"
15287     - "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"
15288   layout:
15289     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15290     layout: "plot-throughput-speedup-analysis"
15291
15292 - type: "plot"
15293   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15294   algorithm: "plot_tsa_name"
15295   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15296   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15297   include:
15298     - "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"
15299     - "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"
15300     - "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"
15301     - "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"
15302     - "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"
15303   layout:
15304     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15305     layout: "plot-throughput-speedup-analysis"
15306
15307 - type: "plot"
15308   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15309   algorithm: "plot_tsa_name"
15310   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15311   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15312   include:
15313     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15314     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15315     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15316     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15317     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15318   layout:
15319     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15320     layout: "plot-throughput-speedup-analysis"
15321
15322 - type: "plot"
15323   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15324   algorithm: "plot_tsa_name"
15325   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15326   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15327   include:
15328     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15329     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15330     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15331     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15332     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15333   layout:
15334     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15335     layout: "plot-throughput-speedup-analysis"
15336
15337 - type: "plot"
15338   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15339   algorithm: "plot_tsa_name"
15340   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15341   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15342   include:
15343     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15344     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15345     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15346     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15347     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15348   layout:
15349     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15350     layout: "plot-throughput-speedup-analysis"
15351
15352 - type: "plot"
15353   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15354   algorithm: "plot_tsa_name"
15355   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15356   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15357   include:
15358     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15359     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15360     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15361     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15362     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15363   layout:
15364     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15365     layout: "plot-throughput-speedup-analysis"
15366
15367 - type: "plot"
15368   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15369   algorithm: "plot_tsa_name"
15370   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15371   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15372   include:
15373     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15374     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15375     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15376     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15377     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15378   layout:
15379     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15380     layout: "plot-throughput-speedup-analysis"
15381
15382 - type: "plot"
15383   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15384   algorithm: "plot_tsa_name"
15385   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15386   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15387   include:
15388     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15389     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15390     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15391     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15392     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15393   layout:
15394     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15395     layout: "plot-throughput-speedup-analysis"
15396
15397 - type: "plot"
15398   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15399   algorithm: "plot_tsa_name"
15400   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15401   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15402   include:
15403     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15404     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15405     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15406     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15407     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15408   layout:
15409     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15410     layout: "plot-throughput-speedup-analysis"
15411
15412 - type: "plot"
15413   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15414   algorithm: "plot_tsa_name"
15415   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15416   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15417   include:
15418     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15419     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15420     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15421     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15422     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15423   layout:
15424     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15425     layout: "plot-throughput-speedup-analysis"
15426
15427 - type: "plot"
15428   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15429   algorithm: "plot_tsa_name"
15430   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15431   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15432   include:
15433     - "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"
15434     - "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"
15435     - "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"
15436     - "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"
15437   layout:
15438     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15439     layout: "plot-throughput-speedup-analysis"
15440
15441 - type: "plot"
15442   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15443   algorithm: "plot_tsa_name"
15444   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15445   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15446   include:
15447     - "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"
15448     - "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"
15449     - "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"
15450     - "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"
15451   layout:
15452     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15453     layout: "plot-throughput-speedup-analysis"
15454
15455 - type: "plot"
15456   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15457   algorithm: "plot_tsa_name"
15458   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15459   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15460   include:
15461     - "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"
15462     - "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"
15463     - "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"
15464     - "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"
15465   layout:
15466     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15467     layout: "plot-throughput-speedup-analysis"
15468
15469 - type: "plot"
15470   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15471   algorithm: "plot_tsa_name"
15472   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15473   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15474   include:
15475     - "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"
15476     - "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"
15477     - "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"
15478     - "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"
15479   layout:
15480     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15481     layout: "plot-throughput-speedup-analysis"
15482
15483 - type: "plot"
15484   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15485   algorithm: "plot_tsa_name"
15486   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15487   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15488   include:
15489     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15490     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15491     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15492     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15493     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15494     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15495   layout:
15496     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15497     layout: "plot-throughput-speedup-analysis"
15498
15499 - type: "plot"
15500   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15501   algorithm: "plot_tsa_name"
15502   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15503   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15504   include:
15505     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15506     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15507     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15508     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15509     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15510     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15511   layout:
15512     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15513     layout: "plot-throughput-speedup-analysis"
15514
15515 - type: "plot"
15516   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15517   algorithm: "plot_tsa_name"
15518   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15519   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15520   include:
15521     - "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"
15522     - "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"
15523     - "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"
15524     - "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"
15525     - "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"
15526     - "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"
15527   layout:
15528     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15529     layout: "plot-throughput-speedup-analysis"
15530
15531 - type: "plot"
15532   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15533   algorithm: "plot_tsa_name"
15534   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15535   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15536   include:
15537     - "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"
15538     - "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"
15539     - "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"
15540     - "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"
15541     - "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"
15542     - "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"
15543   layout:
15544     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15545     layout: "plot-throughput-speedup-analysis"
15546
15547 - type: "plot"
15548   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15549   algorithm: "plot_tsa_name"
15550   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15551   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15552   include:
15553     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15554     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15555     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15556     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15557     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15558     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15559   layout:
15560     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15561     layout: "plot-throughput-speedup-analysis"
15562
15563 - type: "plot"
15564   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15565   algorithm: "plot_tsa_name"
15566   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15567   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15568   include:
15569     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15570     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15571     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15572     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15573     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15574     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15575   layout:
15576     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15577     layout: "plot-throughput-speedup-analysis"
15578
15579 - type: "plot"
15580   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15581   algorithm: "plot_tsa_name"
15582   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15583   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15584   include:
15585     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15586     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15587     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15588     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15589     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15590   layout:
15591     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15592     layout: "plot-throughput-speedup-analysis"
15593
15594 - type: "plot"
15595   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15596   algorithm: "plot_tsa_name"
15597   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15598   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15599   include:
15600     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15601     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15602     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15603     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15604     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15605   layout:
15606     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15607     layout: "plot-throughput-speedup-analysis"
15608
15609 - type: "plot"
15610   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15611   algorithm: "plot_tsa_name"
15612   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15613   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15614   include:
15615     - "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"
15616     - "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"
15617   layout:
15618     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15619     layout: "plot-throughput-speedup-analysis"
15620
15621 - type: "plot"
15622   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15623   algorithm: "plot_tsa_name"
15624   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15625   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15626   include:
15627     - "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"
15628     - "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"
15629   layout:
15630     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15631     layout: "plot-throughput-speedup-analysis"
15632
15633 - type: "plot"
15634   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15635   algorithm: "plot_tsa_name"
15636   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15637   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15638   include:
15639     - "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"
15640     - "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"
15641   layout:
15642     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15643     layout: "plot-throughput-speedup-analysis"
15644
15645 - type: "plot"
15646   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15647   algorithm: "plot_tsa_name"
15648   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15649   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15650   include:
15651     - "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"
15652     - "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"
15653   layout:
15654     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15655     layout: "plot-throughput-speedup-analysis"
15656
15657 - type: "plot"
15658   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15659   algorithm: "plot_tsa_name"
15660   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15661   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15662   include:
15663     - "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"
15664     - "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"
15665     - "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"
15666     - "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"
15667     - "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"
15668     - "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"
15669   layout:
15670     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15671     layout: "plot-throughput-speedup-analysis"
15672
15673 - type: "plot"
15674   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15675   algorithm: "plot_tsa_name"
15676   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15677   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15678   include:
15679     - "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"
15680     - "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"
15681     - "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"
15682     - "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"
15683     - "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"
15684     - "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"
15685   layout:
15686     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15687     layout: "plot-throughput-speedup-analysis"
15688
15689 - type: "plot"
15690   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15691   algorithm: "plot_tsa_name"
15692   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15693   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15694   include:
15695     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15696     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15697     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15698     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15699     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15700   layout:
15701     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15702     layout: "plot-throughput-speedup-analysis"
15703
15704 - type: "plot"
15705   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15706   algorithm: "plot_tsa_name"
15707   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15708   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15709   include:
15710     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15711     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15712     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15713     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15714     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15715   layout:
15716     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15717     layout: "plot-throughput-speedup-analysis"
15718
15719 - type: "plot"
15720   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15721   algorithm: "plot_tsa_name"
15722   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15723   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15724   include:
15725     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15726     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15727     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15728     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15729     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15730   layout:
15731     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15732     layout: "plot-throughput-speedup-analysis"
15733
15734 - type: "plot"
15735   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15736   algorithm: "plot_tsa_name"
15737   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15738   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15739   include:
15740     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15741     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15742     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15743     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15744     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15745   layout:
15746     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15747     layout: "plot-throughput-speedup-analysis"
15748
15749 - type: "plot"
15750   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15751   algorithm: "plot_tsa_name"
15752   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15753   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15754   include:
15755     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15756     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15757     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15758     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15759   layout:
15760     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15761     layout: "plot-throughput-speedup-analysis"
15762
15763 - type: "plot"
15764   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15765   algorithm: "plot_tsa_name"
15766   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15767   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15768   include:
15769     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15770     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15771     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15772     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15773   layout:
15774     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15775     layout: "plot-throughput-speedup-analysis"
15776
15777 - type: "plot"
15778   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15779   algorithm: "plot_tsa_name"
15780   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15781   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15782   include:
15783     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15784     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15785     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15786     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15787   layout:
15788     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15789     layout: "plot-throughput-speedup-analysis"
15790
15791 - type: "plot"
15792   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15793   algorithm: "plot_tsa_name"
15794   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15795   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15796   include:
15797     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15798     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15799     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15800     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15801   layout:
15802     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15803     layout: "plot-throughput-speedup-analysis"
15804
15805 - type: "plot"
15806   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15807   algorithm: "plot_tsa_name"
15808   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15809   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15810   include:
15811     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15812     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15813     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15814     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15815     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15816   layout:
15817     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15818     layout: "plot-throughput-speedup-analysis"
15819
15820 - type: "plot"
15821   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15822   algorithm: "plot_tsa_name"
15823   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15824   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15825   include:
15826     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15827     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15828     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15829     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15830     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15831   layout:
15832     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15833     layout: "plot-throughput-speedup-analysis"
15834
15835 - type: "plot"
15836   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15837   algorithm: "plot_tsa_name"
15838   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15839   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15840   include:
15841     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15842     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15843     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15844     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15845     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15846     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15847   layout:
15848     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15849     layout: "plot-throughput-speedup-analysis"
15850
15851 - type: "plot"
15852   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15853   algorithm: "plot_tsa_name"
15854   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15855   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15856   include:
15857     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15858     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15859     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15860     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15861     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15862     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15863   layout:
15864     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15865     layout: "plot-throughput-speedup-analysis"
15866
15867 - type: "plot"
15868   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15869   algorithm: "plot_tsa_name"
15870   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15871   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15872   include:
15873     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15874     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15875     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15876     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15877   layout:
15878     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15879     layout: "plot-throughput-speedup-analysis"
15880
15881 - type: "plot"
15882   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15883   algorithm: "plot_tsa_name"
15884   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15885   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15886   include:
15887     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15888     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15889     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15890     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15891   layout:
15892     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15893     layout: "plot-throughput-speedup-analysis"
15894
15895 - type: "plot"
15896   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15897   algorithm: "plot_tsa_name"
15898   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15899   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15900   include:
15901     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15902     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15903     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15904     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15905     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15906     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15907   layout:
15908     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15909     layout: "plot-throughput-speedup-analysis"
15910
15911 - type: "plot"
15912   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15913   algorithm: "plot_tsa_name"
15914   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15915   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15916   include:
15917     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15918     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15919     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15920     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15921     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15922     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15923   layout:
15924     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15925     layout: "plot-throughput-speedup-analysis"
15926
15927 - type: "plot"
15928   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15929   algorithm: "plot_tsa_name"
15930   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15931   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15932   include:
15933     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15934     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15935     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15936     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15937     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15938     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15939   layout:
15940     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15941     layout: "plot-throughput-speedup-analysis"
15942
15943 - type: "plot"
15944   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15945   algorithm: "plot_tsa_name"
15946   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15947   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15948   include:
15949     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15950     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15951     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15952     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15953     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15954     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15955   layout:
15956     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15957     layout: "plot-throughput-speedup-analysis"
15958
15959 - type: "plot"
15960   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15961   algorithm: "plot_tsa_name"
15962   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15963   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15964   include:
15965     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15966     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15967     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15968     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15969     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15970     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15971   layout:
15972     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15973     layout: "plot-throughput-speedup-analysis"
15974
15975 - type: "plot"
15976   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15977   algorithm: "plot_tsa_name"
15978   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15979   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15980   include:
15981     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15982     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15983     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15984     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15985     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15986     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15987   layout:
15988     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
15989     layout: "plot-throughput-speedup-analysis"
15990
15991 - type: "plot"
15992   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15993   algorithm: "plot_tsa_name"
15994   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15995   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15996   include:
15997     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15998     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15999     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16000     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16001     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16002     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16003   layout:
16004     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16005     layout: "plot-throughput-speedup-analysis"
16006
16007 - type: "plot"
16008   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16009   algorithm: "plot_tsa_name"
16010   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16011   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16012   include:
16013     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16014     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16015     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16016     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16017     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16018     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16019   layout:
16020     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16021     layout: "plot-throughput-speedup-analysis"
16022
16023 - type: "plot"
16024   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16025   algorithm: "plot_tsa_name"
16026   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16027   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16028   include:
16029     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16030     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16031     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16032     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16033     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16034     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16035   layout:
16036     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16037     layout: "plot-throughput-speedup-analysis"
16038
16039 - type: "plot"
16040   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16041   algorithm: "plot_tsa_name"
16042   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16043   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16044   include:
16045     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16046     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16047     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16048     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16049     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16050     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16051   layout:
16052     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16053     layout: "plot-throughput-speedup-analysis"
16054
16055 #- type: "plot"
16056 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16057 #  algorithm: "plot_tsa_name"
16058 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16059 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16060 #  include:
16061 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16062 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16063 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16064 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16065 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16066 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16067 #  layout:
16068 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16069 #    layout: "plot-throughput-speedup-analysis"
16070 #
16071 #- type: "plot"
16072 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16073 #  algorithm: "plot_tsa_name"
16074 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16075 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16076 #  include:
16077 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16078 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16079 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16080 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16081 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16082 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16083 #  layout:
16084 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16085 #    layout: "plot-throughput-speedup-analysis"
16086
16087 - type: "plot"
16088   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16089   algorithm: "plot_tsa_name"
16090   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16091   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16092   include:
16093     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16094     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16095     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16096     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16097     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16098   layout:
16099     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16100     layout: "plot-throughput-speedup-analysis"
16101
16102 - type: "plot"
16103   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16104   algorithm: "plot_tsa_name"
16105   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16106   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16107   include:
16108     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16109     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16110     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16111     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16112     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16113   layout:
16114     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16115     layout: "plot-throughput-speedup-analysis"
16116
16117 - type: "plot"
16118   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16119   algorithm: "plot_tsa_name"
16120   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16121   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16122   include:
16123     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16124     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16125     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16126     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16127     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16128     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16129   layout:
16130     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16131     layout: "plot-throughput-speedup-analysis"
16132
16133 - type: "plot"
16134   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16135   algorithm: "plot_tsa_name"
16136   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16137   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16138   include:
16139     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16140     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16141     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16142     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16143     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16144     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16145   layout:
16146     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16147     layout: "plot-throughput-speedup-analysis"
16148
16149 - type: "plot"
16150   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16151   algorithm: "plot_tsa_name"
16152   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16153   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16154   include:
16155     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16156     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16157     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16158     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16159     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16160   layout:
16161     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16162     layout: "plot-throughput-speedup-analysis"
16163
16164 - type: "plot"
16165   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16166   algorithm: "plot_tsa_name"
16167   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16168   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16169   include:
16170     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16171     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16172     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16173     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16174     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16175   layout:
16176     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16177     layout: "plot-throughput-speedup-analysis"
16178
16179 - type: "plot"
16180   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16181   algorithm: "plot_tsa_name"
16182   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16183   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16184   include:
16185     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16186     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16187     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16188     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16189   layout:
16190     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16191     layout: "plot-throughput-speedup-analysis"
16192
16193 - type: "plot"
16194   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16195   algorithm: "plot_tsa_name"
16196   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16197   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16198   include:
16199     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16200     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16201     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16202     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16203   layout:
16204     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16205     layout: "plot-throughput-speedup-analysis"
16206
16207 - type: "plot"
16208   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16209   algorithm: "plot_tsa_name"
16210   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16211   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16212   include:
16213     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16214     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16215     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16216     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16217     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16218     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16219   layout:
16220     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16221     layout: "plot-throughput-speedup-analysis"
16222
16223 - type: "plot"
16224   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16225   algorithm: "plot_tsa_name"
16226   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16227   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16228   include:
16229     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16230     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16231     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16232     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16233     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16234     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16235   layout:
16236     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16237     layout: "plot-throughput-speedup-analysis"
16238
16239 - type: "plot"
16240   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16241   algorithm: "plot_tsa_name"
16242   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16243   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16244   include:
16245     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16246     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16247     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16248     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16249     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16250   layout:
16251     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16252     layout: "plot-throughput-speedup-analysis"
16253
16254 - type: "plot"
16255   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16256   algorithm: "plot_tsa_name"
16257   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16258   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16259   include:
16260     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16261     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16262     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16263     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16264     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16265   layout:
16266     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16267     layout: "plot-throughput-speedup-analysis"
16268
16269 - type: "plot"
16270   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16271   algorithm: "plot_tsa_name"
16272   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16273   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16274   include:
16275     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16276     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16277     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16278     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16279     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16280   layout:
16281     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16282     layout: "plot-throughput-speedup-analysis"
16283
16284 - type: "plot"
16285   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16286   algorithm: "plot_tsa_name"
16287   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16288   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16289   include:
16290     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16291     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16292     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16293     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16294     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16295   layout:
16296     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16297     layout: "plot-throughput-speedup-analysis"
16298
16299 - type: "plot"
16300   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16301   algorithm: "plot_tsa_name"
16302   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16303   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16304   include:
16305     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16306     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16307     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16308     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16309   layout:
16310     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16311     layout: "plot-throughput-speedup-analysis"
16312
16313 - type: "plot"
16314   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16315   algorithm: "plot_tsa_name"
16316   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16317   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16318   include:
16319     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16320     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16321     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16322     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16323   layout:
16324     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16325     layout: "plot-throughput-speedup-analysis"
16326
16327 - type: "plot"
16328   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16329   algorithm: "plot_tsa_name"
16330   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16331   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16332   include:
16333     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16334     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16335     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16336     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16337     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16338   layout:
16339     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16340     layout: "plot-throughput-speedup-analysis"
16341
16342 - type: "plot"
16343   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16344   algorithm: "plot_tsa_name"
16345   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16346   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16347   include:
16348     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16349     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16350     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16351     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16352     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16353   layout:
16354     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16355     layout: "plot-throughput-speedup-analysis"
16356
16357 - type: "plot"
16358   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16359   algorithm: "plot_tsa_name"
16360   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16361   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16362   include:
16363     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16364     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16365     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16366     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16367     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16368     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16369   layout:
16370     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16371     layout: "plot-throughput-speedup-analysis"
16372
16373 - type: "plot"
16374   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16375   algorithm: "plot_tsa_name"
16376   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16377   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16378   include:
16379     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16380     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16381     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16382     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16383     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16384     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16385   layout:
16386     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16387     layout: "plot-throughput-speedup-analysis"
16388
16389 - type: "plot"
16390   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16391   algorithm: "plot_tsa_name"
16392   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16393   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16394   include:
16395     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16396     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16397     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16398     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16399   layout:
16400     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16401     layout: "plot-throughput-speedup-analysis"
16402
16403 - type: "plot"
16404   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16405   algorithm: "plot_tsa_name"
16406   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16407   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16408   include:
16409     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16410     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16411     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16412     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16413   layout:
16414     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16415     layout: "plot-throughput-speedup-analysis"
16416
16417 - type: "plot"
16418   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16419   algorithm: "plot_tsa_name"
16420   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16421   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16422   include:
16423     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16424     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16425     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16426     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16427     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16428     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16429   layout:
16430     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16431     layout: "plot-throughput-speedup-analysis"
16432
16433 - type: "plot"
16434   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16435   algorithm: "plot_tsa_name"
16436   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16437   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16438   include:
16439     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16440     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16441     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16442     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16443     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16444     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16445   layout:
16446     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16447     layout: "plot-throughput-speedup-analysis"
16448
16449 - type: "plot"
16450   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16451   algorithm: "plot_tsa_name"
16452   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16453   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16454   include:
16455     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16456     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16457     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16458     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16459     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16460     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16461   layout:
16462     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16463     layout: "plot-throughput-speedup-analysis"
16464
16465 - type: "plot"
16466   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16467   algorithm: "plot_tsa_name"
16468   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16469   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16470   include:
16471     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16472     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16473     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16474     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16475     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16476     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16477   layout:
16478     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16479     layout: "plot-throughput-speedup-analysis"
16480
16481 - type: "plot"
16482   title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16483   algorithm: "plot_tsa_name"
16484   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16485   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16486   include:
16487     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16488     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16489     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16490   layout:
16491     title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16492     layout: "plot-throughput-speedup-analysis"
16493
16494 - type: "plot"
16495   title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16496   algorithm: "plot_tsa_name"
16497   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16498   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16499   include:
16500     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16501     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16502     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16503   layout:
16504     title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16505     layout: "plot-throughput-speedup-analysis"
16506
16507 ################################################################################
16508
16509 # Packet Throughput - DPDK
16510
16511 # 2n-skx-xxv710
16512
16513 - type: "plot"
16514   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16515   algorithm: "plot_perf_box_name"
16516   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16517   data: "plot-dpdk-throughput-latency-2n-skx"
16518   include:
16519     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16520     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16521   layout:
16522     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16523     layout: "plot-throughput"
16524
16525 - type: "plot"
16526   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16527   algorithm: "plot_perf_box_name"
16528   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16529   data: "plot-dpdk-throughput-latency-2n-skx"
16530   include:
16531     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16532     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16533   layout:
16534     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16535     layout: "plot-throughput"
16536
16537 - type: "plot"
16538   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16539   algorithm: "plot_perf_box_name"
16540   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16541   data: "plot-dpdk-throughput-latency-2n-skx"
16542   include:
16543     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16544     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16545   layout:
16546     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16547     layout: "plot-throughput"
16548
16549 - type: "plot"
16550   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16551   algorithm: "plot_perf_box_name"
16552   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16553   data: "plot-dpdk-throughput-latency-2n-skx"
16554   include:
16555     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16556     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16557   layout:
16558     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16559     layout: "plot-throughput"
16560
16561 # 2n-skx-x710
16562
16563 - type: "plot"
16564   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16565   algorithm: "plot_perf_box_name"
16566   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16567   data: "plot-dpdk-throughput-latency-2n-skx"
16568   include:
16569     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16570     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16571   layout:
16572     title: "2n-skx-x710-64b-2t1c-base-ndr"
16573     layout: "plot-throughput"
16574
16575 - type: "plot"
16576   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16577   algorithm: "plot_perf_box_name"
16578   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16579   data: "plot-dpdk-throughput-latency-2n-skx"
16580   include:
16581     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16582     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16583   layout:
16584     title: "2n-skx-x710-64b-4t2c-base-ndr"
16585     layout: "plot-throughput"
16586
16587 - type: "plot"
16588   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16589   algorithm: "plot_perf_box_name"
16590   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16591   data: "plot-dpdk-throughput-latency-2n-skx"
16592   include:
16593     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16594     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16595   layout:
16596     title: "2n-skx-x710-64b-2t1c-base-pdr"
16597     layout: "plot-throughput"
16598
16599 - type: "plot"
16600   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16601   algorithm: "plot_perf_box_name"
16602   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16603   data: "plot-dpdk-throughput-latency-2n-skx"
16604   include:
16605     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16606     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16607   layout:
16608     title: "2n-skx-x710-64b-4t2c-base-pdr"
16609     layout: "plot-throughput"
16610
16611 # 3n-skx-xxv710
16612
16613 - type: "plot"
16614   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16615   algorithm: "plot_perf_box_name"
16616   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16617   data: "plot-dpdk-throughput-latency-3n-skx"
16618   include:
16619     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16620     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16621   layout:
16622     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16623     layout: "plot-throughput"
16624
16625 - type: "plot"
16626   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16627   algorithm: "plot_perf_box_name"
16628   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16629   data: "plot-dpdk-throughput-latency-3n-skx"
16630   include:
16631     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16632     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16633   layout:
16634     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16635     layout: "plot-throughput"
16636
16637 - type: "plot"
16638   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16639   algorithm: "plot_perf_box_name"
16640   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16641   data: "plot-dpdk-throughput-latency-3n-skx"
16642   include:
16643     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16644     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16645   layout:
16646     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16647     layout: "plot-throughput"
16648
16649 - type: "plot"
16650   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16651   algorithm: "plot_perf_box_name"
16652   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16653   data: "plot-dpdk-throughput-latency-3n-skx"
16654   include:
16655     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16656     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16657   layout:
16658     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16659     layout: "plot-throughput"
16660
16661 # 3n-skx-x710
16662
16663 - type: "plot"
16664   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16665   algorithm: "plot_perf_box_name"
16666   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16667   data: "plot-dpdk-throughput-latency-3n-skx"
16668   include:
16669     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16670     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16671   layout:
16672     title: "3n-skx-x710-64b-2t1c-base-ndr"
16673     layout: "plot-throughput"
16674
16675 - type: "plot"
16676   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16677   algorithm: "plot_perf_box_name"
16678   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16679   data: "plot-dpdk-throughput-latency-3n-skx"
16680   include:
16681     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16682     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16683   layout:
16684     title: "3n-skx-x710-64b-4t2c-base-ndr"
16685     layout: "plot-throughput"
16686
16687 - type: "plot"
16688   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16689   algorithm: "plot_perf_box_name"
16690   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16691   data: "plot-dpdk-throughput-latency-3n-skx"
16692   include:
16693     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16694     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16695   layout:
16696     title: "3n-skx-x710-64b-2t1c-base-pdr"
16697     layout: "plot-throughput"
16698
16699 - type: "plot"
16700   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16701   algorithm: "plot_perf_box_name"
16702   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16703   data: "plot-dpdk-throughput-latency-3n-skx"
16704   include:
16705     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16706     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16707   layout:
16708     title: "3n-skx-x710-64b-4t2c-base-pdr"
16709     layout: "plot-throughput"
16710
16711 # 3n-hsw-xl710
16712
16713 - type: "plot"
16714   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16715   algorithm: "plot_perf_box_name"
16716   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16717   data: "plot-dpdk-throughput-latency-3n-hsw"
16718   include:
16719     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16720     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16721   layout:
16722     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16723     layout: "plot-throughput"
16724
16725 - type: "plot"
16726   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16727   algorithm: "plot_perf_box_name"
16728   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16729   data: "plot-dpdk-throughput-latency-3n-hsw"
16730   include:
16731     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16732     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16733   layout:
16734     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16735     layout: "plot-throughput"
16736
16737 - type: "plot"
16738   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16739   algorithm: "plot_perf_box_name"
16740   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16741   data: "plot-dpdk-throughput-latency-3n-hsw"
16742   include:
16743     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16744     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16745   layout:
16746     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16747     layout: "plot-throughput"
16748
16749 - type: "plot"
16750   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16751   algorithm: "plot_perf_box_name"
16752   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16753   data: "plot-dpdk-throughput-latency-3n-hsw"
16754   include:
16755     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16756     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16757   layout:
16758     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16759     layout: "plot-throughput"
16760
16761 # 3n-hsw-x710
16762
16763 - type: "plot"
16764   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16765   algorithm: "plot_perf_box_name"
16766   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16767   data: "plot-dpdk-throughput-latency-3n-hsw"
16768   include:
16769     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16770     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16771   layout:
16772     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16773     layout: "plot-throughput"
16774
16775 - type: "plot"
16776   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16777   algorithm: "plot_perf_box_name"
16778   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16779   data: "plot-dpdk-throughput-latency-3n-hsw"
16780   include:
16781     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16782     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16783   layout:
16784     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16785     layout: "plot-throughput"
16786
16787 - type: "plot"
16788   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16789   algorithm: "plot_perf_box_name"
16790   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16791   data: "plot-dpdk-throughput-latency-3n-hsw"
16792   include:
16793     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16794     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16795   layout:
16796     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16797     layout: "plot-throughput"
16798
16799 - type: "plot"
16800   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16801   algorithm: "plot_perf_box_name"
16802   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16803   data: "plot-dpdk-throughput-latency-3n-hsw"
16804   include:
16805     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16806     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16807   layout:
16808     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16809     layout: "plot-throughput"
16810
16811 ## 2n-dnv-x553
16812 #
16813 #- type: "plot"
16814 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16815 #  algorithm: "plot_perf_box_name"
16816 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16817 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16818 #  include:
16819 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16820 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16821 #  layout:
16822 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
16823 #    layout: "plot-throughput"
16824 #
16825 #- type: "plot"
16826 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16827 #  algorithm: "plot_perf_box_name"
16828 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16829 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16830 #  include:
16831 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16832 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16833 #  layout:
16834 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
16835 #    layout: "plot-throughput"
16836 #
16837 #- type: "plot"
16838 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16839 #  algorithm: "plot_perf_box_name"
16840 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16841 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16842 #  include:
16843 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16844 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16845 #  layout:
16846 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
16847 #    layout: "plot-throughput"
16848 #
16849 #- type: "plot"
16850 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16851 #  algorithm: "plot_perf_box_name"
16852 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16853 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16854 #  include:
16855 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16856 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16857 #  layout:
16858 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
16859 #    layout: "plot-throughput"
16860 #
16861 ## 3n-dnv-x553
16862 #
16863 #- type: "plot"
16864 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16865 #  algorithm: "plot_perf_box_name"
16866 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16867 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16868 #  include:
16869 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16870 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16871 #  layout:
16872 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
16873 #    layout: "plot-throughput"
16874 #
16875 #- type: "plot"
16876 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16877 #  algorithm: "plot_perf_box_name"
16878 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16879 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16880 #  include:
16881 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16882 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16883 #  layout:
16884 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
16885 #    layout: "plot-throughput"
16886 #
16887 #- type: "plot"
16888 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16889 #  algorithm: "plot_perf_box_name"
16890 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16891 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16892 #  include:
16893 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16894 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16895 #  layout:
16896 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
16897 #    layout: "plot-throughput"
16898 #
16899 #- type: "plot"
16900 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16901 #  algorithm: "plot_perf_box_name"
16902 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16903 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16904 #  include:
16905 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16906 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16907 #  layout:
16908 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
16909 #    layout: "plot-throughput"
16910
16911 # 3n-tsh-x520
16912
16913 - type: "plot"
16914   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16915   algorithm: "plot_perf_box_name"
16916   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16917   data: "plot-dpdk-throughput-latency-3n-tsh"
16918   include:
16919     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16920     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16921   layout:
16922     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16923     layout: "plot-throughput"
16924
16925 - type: "plot"
16926   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16927   algorithm: "plot_perf_box_name"
16928   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16929   data: "plot-dpdk-throughput-latency-3n-tsh"
16930   include:
16931     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16932     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16933   layout:
16934     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16935     layout: "plot-throughput"
16936
16937 - type: "plot"
16938   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16939   algorithm: "plot_perf_box_name"
16940   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16941   data: "plot-dpdk-throughput-latency-3n-tsh"
16942   include:
16943     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16944     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16945   layout:
16946     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16947     layout: "plot-throughput"
16948
16949 - type: "plot"
16950   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16951   algorithm: "plot_perf_box_name"
16952   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16953   data: "plot-dpdk-throughput-latency-3n-tsh"
16954   include:
16955     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16956     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16957   layout:
16958     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16959     layout: "plot-throughput"
16960
16961 ################################################################################
16962 ###   2n-clx                                                                 ###
16963 ################################################################################
16964
16965 # Packet Throughput
16966
16967 - type: "plot"
16968   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16969   algorithm: "plot_perf_box_name"
16970   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16971   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16972   include:
16973     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16974     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16975     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16976     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16977   layout:
16978     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16979     layout: "plot-throughput"
16980
16981 - type: "plot"
16982   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16983   algorithm: "plot_perf_box_name"
16984   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16985   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16986   include:
16987     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16988     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16989     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16990     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16991   layout:
16992     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16993     layout: "plot-throughput"
16994
16995 - type: "plot"
16996   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16997   algorithm: "plot_perf_box_name"
16998   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16999   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17000   include:
17001     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17002     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17003     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17004     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17005   layout:
17006     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17007     layout: "plot-throughput"
17008
17009 - type: "plot"
17010   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17011   algorithm: "plot_perf_box_name"
17012   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17013   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17014   include:
17015     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17016     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17017     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17018     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17019   layout:
17020     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17021     layout: "plot-throughput"
17022
17023 - type: "plot"
17024   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17025   algorithm: "plot_perf_box_name"
17026   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17027   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17028   include:
17029     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17030     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17031     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17032     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17033   layout:
17034     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17035     layout: "plot-throughput"
17036
17037 - type: "plot"
17038   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17039   algorithm: "plot_perf_box_name"
17040   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17041   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17042   include:
17043     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17044     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17045     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17046     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17047   layout:
17048     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17049     layout: "plot-throughput"
17050
17051 - type: "plot"
17052   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17053   algorithm: "plot_perf_box_name"
17054   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17055   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17056   include:
17057     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17058     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17059     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17060     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17061     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17062     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17063   layout:
17064     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17065     layout: "plot-throughput"
17066
17067 - type: "plot"
17068   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17069   algorithm: "plot_perf_box_name"
17070   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17071   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17072   include:
17073     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17074     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17075     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17076     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17077     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17078     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17079   layout:
17080     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17081     layout: "plot-throughput"
17082
17083 - type: "plot"
17084   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17085   algorithm: "plot_perf_box_name"
17086   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17087   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17088   include:
17089     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17090     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17091     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17092     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17093   layout:
17094     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17095     layout: "plot-throughput"
17096
17097 - type: "plot"
17098   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17099   algorithm: "plot_perf_box_name"
17100   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17101   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17102   include:
17103     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17104     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17105     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17106     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17107   layout:
17108     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17109     layout: "plot-throughput"
17110
17111 - type: "plot"
17112   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17113   algorithm: "plot_perf_box_name"
17114   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17115   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17116   include:
17117     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17118     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17119     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17120   layout:
17121     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17122     layout: "plot-throughput"
17123
17124 - type: "plot"
17125   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17126   algorithm: "plot_perf_box_name"
17127   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17128   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17129   include:
17130     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17131     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17132     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17133   layout:
17134     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17135     layout: "plot-throughput"
17136
17137 - type: "plot"
17138   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17139   algorithm: "plot_perf_box_name"
17140   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17141   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17142   include:
17143     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17144     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17145     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17146     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17147     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17148   layout:
17149     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17150     layout: "plot-throughput"
17151
17152 - type: "plot"
17153   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17154   algorithm: "plot_perf_box_name"
17155   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17156   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17157   include:
17158     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17159     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17160     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17161     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17162     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17163   layout:
17164     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17165     layout: "plot-throughput"
17166
17167 - type: "plot"
17168   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17169   algorithm: "plot_perf_box_name"
17170   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17171   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17172   include:
17173     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17174     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17176   layout:
17177     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17178     layout: "plot-throughput"
17179
17180 - type: "plot"
17181   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17182   algorithm: "plot_perf_box_name"
17183   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17184   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17185   include:
17186     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17187     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17189   layout:
17190     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17191     layout: "plot-throughput"
17192
17193 - type: "plot"
17194   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17195   algorithm: "plot_perf_box_name"
17196   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17197   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17198   include:
17199     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17200     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17202     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17203     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17204     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17205   layout:
17206     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17207     layout: "plot-throughput"
17208
17209 - type: "plot"
17210   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17211   algorithm: "plot_perf_box_name"
17212   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17213   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17214   include:
17215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17219     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17220     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17221   layout:
17222     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17223     layout: "plot-throughput"
17224
17225 - type: "plot"
17226   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17227   algorithm: "plot_perf_box_name"
17228   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17229   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17230   include:
17231     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17232     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17233     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17234     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17235     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17236   layout:
17237     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17238     layout: "plot-throughput"
17239
17240 - type: "plot"
17241   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17242   algorithm: "plot_perf_box_name"
17243   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17244   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17245   include:
17246     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17247     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17248     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17249     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17250     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17251   layout:
17252     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17253     layout: "plot-throughput"
17254
17255 #- type: "plot"
17256 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17257 #  algorithm: "plot_perf_box_name"
17258 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17259 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17260 #  include:
17261 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17262 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17263 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17264 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17265 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17266 #  layout:
17267 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17268 #    layout: "plot-throughput"
17269 #
17270 #- type: "plot"
17271 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17272 #  algorithm: "plot_perf_box_name"
17273 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17274 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17275 #  include:
17276 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17277 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17278 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17279 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17280 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17281 #  layout:
17282 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17283 #    layout: "plot-throughput"
17284 #
17285 #- type: "plot"
17286 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17287 #  algorithm: "plot_perf_box_name"
17288 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17289 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17290 #  include:
17291 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17292 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17293 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17294 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17295 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17296 #  layout:
17297 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17298 #    layout: "plot-throughput"
17299 #
17300 #- type: "plot"
17301 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17302 #  algorithm: "plot_perf_box_name"
17303 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17304 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17305 #  include:
17306 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17307 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17308 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17309 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17310 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17311 #  layout:
17312 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17313 #    layout: "plot-throughput"
17314
17315 - type: "plot"
17316   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17317   algorithm: "plot_perf_box_name"
17318   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17319   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17320   include:
17321     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17322     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17323     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17324     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17325     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17326   layout:
17327     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17328     layout: "plot-throughput"
17329
17330 - type: "plot"
17331   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17332   algorithm: "plot_perf_box_name"
17333   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17334   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17335   include:
17336     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17337     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17338     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17339     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17340     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17341   layout:
17342     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17343     layout: "plot-throughput"
17344
17345 #- type: "plot"
17346 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17347 #  algorithm: "plot_perf_box_name"
17348 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17349 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17350 #  include:
17351 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17352 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17353 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17354 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17355 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17356 #  layout:
17357 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17358 #    layout: "plot-throughput"
17359 #
17360 #- type: "plot"
17361 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17362 #  algorithm: "plot_perf_box_name"
17363 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17364 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17365 #  include:
17366 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17367 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17368 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17369 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17370 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17371 #  layout:
17372 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17373 #    layout: "plot-throughput"
17374 #
17375 #- type: "plot"
17376 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17377 #  algorithm: "plot_perf_box_name"
17378 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17379 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17380 #  include:
17381 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17382 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17383 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17384 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17385 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17386 #  layout:
17387 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17388 #    layout: "plot-throughput"
17389 #
17390 #- type: "plot"
17391 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17392 #  algorithm: "plot_perf_box_name"
17393 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17394 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17395 #  include:
17396 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17397 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17398 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17399 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17400 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17401 #  layout:
17402 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17403 #    layout: "plot-throughput"
17404
17405 - type: "plot"
17406   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17407   algorithm: "plot_perf_box_name"
17408   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17409   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17410   include:
17411     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17412     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17413     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17414     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17415     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17416     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17417   layout:
17418     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17419     layout: "plot-throughput"
17420
17421 - type: "plot"
17422   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17423   algorithm: "plot_perf_box_name"
17424   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17425   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17426   include:
17427     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17428     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17429     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17430     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17431     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17432     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17433   layout:
17434     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17435     layout: "plot-throughput"
17436
17437 - type: "plot"
17438   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17439   algorithm: "plot_perf_box_name"
17440   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17441   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17442   include:
17443     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17444     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17445   layout:
17446     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17447     layout: "plot-throughput"
17448
17449 - type: "plot"
17450   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17451   algorithm: "plot_perf_box_name"
17452   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17453   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17454   include:
17455     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17456     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17457   layout:
17458     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17459     layout: "plot-throughput"
17460
17461 - type: "plot"
17462   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17463   algorithm: "plot_perf_box_name"
17464   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17465   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17466   include:
17467     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17468     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17469     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17470     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17471     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17472     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17473   layout:
17474     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17475     layout: "plot-throughput"
17476
17477 - type: "plot"
17478   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17479   algorithm: "plot_perf_box_name"
17480   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17481   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17482   include:
17483     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17484     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17485     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17486     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17487     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17488     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17489   layout:
17490     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17491     layout: "plot-throughput"
17492
17493 - type: "plot"
17494   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17495   algorithm: "plot_perf_box_name"
17496   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17497   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17498   include:
17499     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17500     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17501     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17502     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17503     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17504     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17505   layout:
17506     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17507     layout: "plot-throughput"
17508
17509 - type: "plot"
17510   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17511   algorithm: "plot_perf_box_name"
17512   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17513   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17514   include:
17515     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17516     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17517     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17518     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17519     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17520     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17521   layout:
17522     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17523     layout: "plot-throughput"
17524
17525 - type: "plot"
17526   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17527   algorithm: "plot_perf_box_name"
17528   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17529   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17530   include:
17531     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17532     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17533     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17534     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17535     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17536     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17537   layout:
17538     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17539     layout: "plot-throughput"
17540
17541 - type: "plot"
17542   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17543   algorithm: "plot_perf_box_name"
17544   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17545   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17546   include:
17547     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17548     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17549     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17550     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17551     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17552     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17553   layout:
17554     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17555     layout: "plot-throughput"
17556
17557 - type: "plot"
17558   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17559   algorithm: "plot_perf_box_name"
17560   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17561   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17562   include:
17563     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17564     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17565     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17566     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17567     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17568   layout:
17569     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17570     layout: "plot-throughput"
17571
17572 - type: "plot"
17573   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17574   algorithm: "plot_perf_box_name"
17575   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17576   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17577   include:
17578     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17579     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17580     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17581     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17582     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17583   layout:
17584     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17585     layout: "plot-throughput"
17586
17587 - type: "plot"
17588   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17589   algorithm: "plot_perf_box_name"
17590   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17591   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17592   include:
17593     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17594     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17595     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17596     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17597     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17598   layout:
17599     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17600     layout: "plot-throughput"
17601
17602 - type: "plot"
17603   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17604   algorithm: "plot_perf_box_name"
17605   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17606   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17607   include:
17608     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17609     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17610     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17611     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17612     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17613   layout:
17614     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17615     layout: "plot-throughput"
17616
17617 - type: "plot"
17618   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17619   algorithm: "plot_perf_box_name"
17620   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17621   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17622   include:
17623     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17624     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17625     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17626     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17627     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17628   layout:
17629     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17630     layout: "plot-throughput"
17631
17632 - type: "plot"
17633   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17634   algorithm: "plot_perf_box_name"
17635   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17636   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17637   include:
17638     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17639     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17640     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17641     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17642     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17643   layout:
17644     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17645     layout: "plot-throughput"
17646
17647 - type: "plot"
17648   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17649   algorithm: "plot_perf_box_name"
17650   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17651   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17652   include:
17653     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17654     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17655     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17656     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17657     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17658   layout:
17659     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17660     layout: "plot-throughput"
17661
17662 - type: "plot"
17663   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17664   algorithm: "plot_perf_box_name"
17665   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17666   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17667   include:
17668     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17669     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17670     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17671     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17672     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17673   layout:
17674     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17675     layout: "plot-throughput"
17676
17677 - type: "plot"
17678   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17679   algorithm: "plot_perf_box_name"
17680   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17681   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17682   include:
17683     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17684     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17685     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17686     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17687     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17688   layout:
17689     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17690     layout: "plot-throughput"
17691
17692 - type: "plot"
17693   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17694   algorithm: "plot_perf_box_name"
17695   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17696   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17697   include:
17698     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17699     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17700     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17701     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17702     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17703   layout:
17704     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17705     layout: "plot-throughput"
17706
17707 - type: "plot"
17708   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17709   algorithm: "plot_perf_box_name"
17710   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17711   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17712   include:
17713     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17714     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17715     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17716     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17717     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17718     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17719   layout:
17720     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17721     layout: "plot-throughput"
17722
17723 - type: "plot"
17724   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17725   algorithm: "plot_perf_box_name"
17726   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17727   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17728   include:
17729     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17730     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17731     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17732     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17733     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17734     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17735   layout:
17736     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17737     layout: "plot-throughput"
17738
17739 - type: "plot"
17740   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17741   algorithm: "plot_perf_box_name"
17742   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17743   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17744   include:
17745     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17746     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17747     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17748     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17749   layout:
17750     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17751     layout: "plot-throughput"
17752
17753 - type: "plot"
17754   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17755   algorithm: "plot_perf_box_name"
17756   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17757   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17758   include:
17759     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17760     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17761     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17762     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17763   layout:
17764     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17765     layout: "plot-throughput"
17766
17767 - type: "plot"
17768   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17769   algorithm: "plot_perf_box_name"
17770   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17771   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17772   include:
17773     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17774     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17775     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17776     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17777     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17778     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17779   layout:
17780     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17781     layout: "plot-throughput"
17782
17783 - type: "plot"
17784   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17785   algorithm: "plot_perf_box_name"
17786   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17787   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17788   include:
17789     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17790     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17791     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17792     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17793     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17794     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17795   layout:
17796     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17797     layout: "plot-throughput"
17798
17799 - type: "plot"
17800   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17801   algorithm: "plot_perf_box_name"
17802   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17803   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17804   include:
17805     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17806     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17807     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17808     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17809   layout:
17810     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17811     layout: "plot-throughput"
17812
17813 - type: "plot"
17814   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17815   algorithm: "plot_perf_box_name"
17816   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17817   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17818   include:
17819     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17820     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17821     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17822     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17823   layout:
17824     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17825     layout: "plot-throughput"
17826
17827 - type: "plot"
17828   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17829   algorithm: "plot_perf_box_name"
17830   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17831   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17832   include:
17833     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17834     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17835     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17836     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17837     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17838     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17839   layout:
17840     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17841     layout: "plot-throughput"
17842
17843 - type: "plot"
17844   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17845   algorithm: "plot_perf_box_name"
17846   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17847   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17848   include:
17849     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17850     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17851     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17852     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17853     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17854     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17855   layout:
17856     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17857     layout: "plot-throughput"
17858
17859 - type: "plot"
17860   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17861   algorithm: "plot_perf_box_name"
17862   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17863   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17864   include:
17865     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17866     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17867     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17868     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17869   layout:
17870     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17871     layout: "plot-throughput"
17872
17873 - type: "plot"
17874   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17875   algorithm: "plot_perf_box_name"
17876   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17877   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17878   include:
17879     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17880     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17881     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17882     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17883   layout:
17884     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17885     layout: "plot-throughput"
17886
17887 - type: "plot"
17888   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17889   algorithm: "plot_perf_box_name"
17890   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17891   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17892   include:
17893     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17894     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17895     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17896     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17897     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17898   layout:
17899     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17900     layout: "plot-throughput"
17901
17902 - type: "plot"
17903   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17904   algorithm: "plot_perf_box_name"
17905   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17906   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17907   include:
17908     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17909     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17910     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17911     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17912     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17913   layout:
17914     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17915     layout: "plot-throughput"
17916
17917 - type: "plot"
17918   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17919   algorithm: "plot_perf_box_name"
17920   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17921   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17922   include:
17923     - "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"
17924     - "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"
17925     - "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"
17926     - "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"
17927     - "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"
17928   layout:
17929     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17930     layout: "plot-throughput"
17931
17932 - type: "plot"
17933   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17934   algorithm: "plot_perf_box_name"
17935   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17936   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17937   include:
17938     - "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"
17939     - "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"
17940     - "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"
17941     - "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"
17942     - "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"
17943   layout:
17944     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17945     layout: "plot-throughput"
17946
17947 - type: "plot"
17948   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17949   algorithm: "plot_perf_box_name"
17950   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17951   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17952   include:
17953     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17954     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17955     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17956     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17957     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17958   layout:
17959     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17960     layout: "plot-throughput"
17961
17962 - type: "plot"
17963   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17964   algorithm: "plot_perf_box_name"
17965   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17966   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17967   include:
17968     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17969     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17970     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17971     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17972     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17973   layout:
17974     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17975     layout: "plot-throughput"
17976
17977 - type: "plot"
17978   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17979   algorithm: "plot_perf_box_name"
17980   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17981   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17982   include:
17983     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17984     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17985     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17986     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17987     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17988   layout:
17989     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17990     layout: "plot-throughput"
17991
17992 - type: "plot"
17993   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17994   algorithm: "plot_perf_box_name"
17995   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17996   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17997   include:
17998     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17999     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18000     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18001     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18002     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18003   layout:
18004     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18005     layout: "plot-throughput"
18006
18007 - type: "plot"
18008   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18009   algorithm: "plot_perf_box_name"
18010   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18011   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18012   include:
18013     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18014     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18015     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18016     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18017   layout:
18018     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18019     layout: "plot-throughput"
18020
18021 - type: "plot"
18022   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18023   algorithm: "plot_perf_box_name"
18024   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18025   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18026   include:
18027     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18028     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18029     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18030     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18031   layout:
18032     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18033     layout: "plot-throughput"
18034
18035 - type: "plot"
18036   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18037   algorithm: "plot_perf_box_name"
18038   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18039   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18040   include:
18041     - "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"
18042     - "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"
18043     - "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"
18044     - "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"
18045   layout:
18046     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18047     layout: "plot-throughput"
18048
18049 - type: "plot"
18050   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18051   algorithm: "plot_perf_box_name"
18052   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18053   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18054   include:
18055     - "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"
18056     - "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"
18057     - "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"
18058     - "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"
18059   layout:
18060     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18061     layout: "plot-throughput"
18062
18063 - type: "plot"
18064   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18065   algorithm: "plot_perf_box_name"
18066   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18067   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18068   include:
18069     - "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"
18070     - "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"
18071     - "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"
18072     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18073     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18074     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18075   layout:
18076     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18077     layout: "plot-throughput"
18078
18079 - type: "plot"
18080   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18081   algorithm: "plot_perf_box_name"
18082   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18083   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18084   include:
18085     - "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"
18086     - "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"
18087     - "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"
18088     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18089     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18090     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18091   layout:
18092     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18093     layout: "plot-throughput"
18094
18095 ################################################################################
18096
18097 # Packet Speedup
18098
18099 - type: "plot"
18100   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18101   algorithm: "plot_tsa_name"
18102   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18103   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18104   include:
18105     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18106     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18107     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18108     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18109   layout:
18110     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18111     layout: "plot-throughput-speedup-analysis"
18112
18113 - type: "plot"
18114   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18115   algorithm: "plot_tsa_name"
18116   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18117   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18118   include:
18119     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18120     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18121     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18122     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18123   layout:
18124     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18125     layout: "plot-throughput-speedup-analysis"
18126
18127 - type: "plot"
18128   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18129   algorithm: "plot_tsa_name"
18130   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18131   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18132   include:
18133     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18134     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18135     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18136     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18137   layout:
18138     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18139     layout: "plot-throughput-speedup-analysis"
18140
18141 - type: "plot"
18142   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18143   algorithm: "plot_tsa_name"
18144   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18145   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18146   include:
18147     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18148     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18149     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18150     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18151   layout:
18152     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18153     layout: "plot-throughput-speedup-analysis"
18154
18155 - type: "plot"
18156   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18157   algorithm: "plot_tsa_name"
18158   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18159   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18160   include:
18161     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18162     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18163     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18164     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18165   layout:
18166     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18167     layout: "plot-throughput-speedup-analysis"
18168
18169 - type: "plot"
18170   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18171   algorithm: "plot_tsa_name"
18172   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18173   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18174   include:
18175     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18176     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18177     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18178     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18179   layout:
18180     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18181     layout: "plot-throughput-speedup-analysis"
18182
18183 - type: "plot"
18184   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18185   algorithm: "plot_tsa_name"
18186   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18187   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18188   include:
18189     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18190     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18191     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18192     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18193     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18194     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18195   layout:
18196     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18197     layout: "plot-throughput-speedup-analysis"
18198
18199 - type: "plot"
18200   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18201   algorithm: "plot_tsa_name"
18202   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18203   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18204   include:
18205     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18206     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18207     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18208     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18209     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18210     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18211   layout:
18212     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18213     layout: "plot-throughput-speedup-analysis"
18214
18215 - type: "plot"
18216   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18217   algorithm: "plot_tsa_name"
18218   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18219   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18220   include:
18221     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18222     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18223     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18224     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18225   layout:
18226     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18227     layout: "plot-throughput-speedup-analysis"
18228
18229 - type: "plot"
18230   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18231   algorithm: "plot_tsa_name"
18232   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18233   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18234   include:
18235     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18236     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18237     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18238     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18239   layout:
18240     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18241     layout: "plot-throughput-speedup-analysis"
18242
18243 - type: "plot"
18244   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18245   algorithm: "plot_tsa_name"
18246   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18247   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18248   include:
18249     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18250     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18251     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18252   layout:
18253     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18254     layout: "plot-throughput-speedup-analysis"
18255
18256 - type: "plot"
18257   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18258   algorithm: "plot_tsa_name"
18259   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18260   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18261   include:
18262     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18263     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18264     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18265   layout:
18266     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18267     layout: "plot-throughput-speedup-analysis"
18268
18269 - type: "plot"
18270   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18271   algorithm: "plot_tsa_name"
18272   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18273   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18274   include:
18275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18277     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18278     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18280   layout:
18281     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18282     layout: "plot-throughput-speedup-analysis"
18283
18284 - type: "plot"
18285   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18286   algorithm: "plot_tsa_name"
18287   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18288   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18289   include:
18290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18291     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18292     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18293     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18294     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18295   layout:
18296     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18297     layout: "plot-throughput-speedup-analysis"
18298
18299 - type: "plot"
18300   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18301   algorithm: "plot_tsa_name"
18302   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18303   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18304   include:
18305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18307     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18308   layout:
18309     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18310     layout: "plot-throughput-speedup-analysis"
18311
18312 - type: "plot"
18313   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18314   algorithm: "plot_tsa_name"
18315   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18316   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18317   include:
18318     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18321   layout:
18322     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18323     layout: "plot-throughput-speedup-analysis"
18324
18325 - type: "plot"
18326   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18327   algorithm: "plot_tsa_name"
18328   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18329   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18330   include:
18331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18333     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18334     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18336     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18337   layout:
18338     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18339     layout: "plot-throughput-speedup-analysis"
18340
18341 - type: "plot"
18342   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18343   algorithm: "plot_tsa_name"
18344   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18345   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18346   include:
18347     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18348     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18349     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18350     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18351     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18352     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18353   layout:
18354     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18355     layout: "plot-throughput-speedup-analysis"
18356
18357 - type: "plot"
18358   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
18359   algorithm: "plot_tsa_name"
18360   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
18361   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18362   include:
18363     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18364     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18365     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18366     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18367     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18368   layout:
18369     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
18370     layout: "plot-throughput-speedup-analysis"
18371
18372 - type: "plot"
18373   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
18374   algorithm: "plot_tsa_name"
18375   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
18376   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18377   include:
18378     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
18379     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
18380     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
18381     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
18382     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
18383   layout:
18384     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
18385     layout: "plot-throughput-speedup-analysis"
18386
18387 #- type: "plot"
18388 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
18389 #  algorithm: "plot_tsa_name"
18390 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
18391 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18392 #  include:
18393 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18394 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18395 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18396 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18397 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18398 #  layout:
18399 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
18400 #    layout: "plot-throughput-speedup-analysis"
18401 #
18402 #- type: "plot"
18403 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
18404 #  algorithm: "plot_tsa_name"
18405 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
18406 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18407 #  include:
18408 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18409 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18410 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18411 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18412 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18413 #  layout:
18414 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18415 #    layout: "plot-throughput-speedup-analysis"
18416 #
18417 #- type: "plot"
18418 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
18419 #  algorithm: "plot_tsa_name"
18420 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
18421 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18422 #  include:
18423 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18424 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18425 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18426 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18427 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18428 #  layout:
18429 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
18430 #    layout: "plot-throughput-speedup-analysis"
18431 #
18432 #- type: "plot"
18433 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
18434 #  algorithm: "plot_tsa_name"
18435 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
18436 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18437 #  include:
18438 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18439 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18440 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18441 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18442 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18443 #  layout:
18444 #    title: "22n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18445 #    layout: "plot-throughput-speedup-analysis"
18446
18447 - type: "plot"
18448   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
18449   algorithm: "plot_tsa_name"
18450   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
18451   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18452   include:
18453     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18454     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18455     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18456     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18457     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18458   layout:
18459     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
18460     layout: "plot-throughput-speedup-analysis"
18461
18462 - type: "plot"
18463   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
18464   algorithm: "plot_tsa_name"
18465   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
18466   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18467   include:
18468     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
18469     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
18470     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
18471     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
18472     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
18473   layout:
18474     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
18475     layout: "plot-throughput-speedup-analysis"
18476
18477 #- type: "plot"
18478 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
18479 #  algorithm: "plot_tsa_name"
18480 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
18481 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18482 #  include:
18483 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18484 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18485 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18486 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18487 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18488 #  layout:
18489 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18490 #    layout: "plot-throughput-speedup-analysis"
18491 #
18492 #- type: "plot"
18493 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
18494 #  algorithm: "plot_tsa_name"
18495 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
18496 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18497 #  include:
18498 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18499 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18500 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18501 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18502 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18503 #  layout:
18504 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18505 #    layout: "plot-throughput-speedup-analysis"
18506 #
18507 #- type: "plot"
18508 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
18509 #  algorithm: "plot_tsa_name"
18510 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
18511 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18512 #  include:
18513 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18514 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18515 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18516 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18517 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18518 #  layout:
18519 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18520 #    layout: "plot-throughput-speedup-analysis"
18521 #
18522 #- type: "plot"
18523 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
18524 #  algorithm: "plot_tsa_name"
18525 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
18526 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18527 #  include:
18528 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18529 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18530 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18531 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18532 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18533 #  layout:
18534 #    title: "22n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18535 #    layout: "plot-throughput-speedup-analysis"
18536
18537 - type: "plot"
18538   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18539   algorithm: "plot_tsa_name"
18540   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18541   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18542   include:
18543     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18544     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18545     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18546     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18547     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18548     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18549   layout:
18550     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18551     layout: "plot-throughput-speedup-analysis"
18552
18553 - type: "plot"
18554   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18555   algorithm: "plot_tsa_name"
18556   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18557   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18558   include:
18559     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18560     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18561     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18562     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18563     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18564     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18565   layout:
18566     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18567     layout: "plot-throughput-speedup-analysis"
18568
18569 - type: "plot"
18570   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18571   algorithm: "plot_tsa_name"
18572   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18573   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18574   include:
18575     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18576     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18577   layout:
18578     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18579     layout: "plot-throughput-speedup-analysis"
18580
18581 - type: "plot"
18582   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18583   algorithm: "plot_tsa_name"
18584   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18585   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18586   include:
18587     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18588     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18589   layout:
18590     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18591     layout: "plot-throughput-speedup-analysis"
18592
18593 - type: "plot"
18594   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18595   algorithm: "plot_tsa_name"
18596   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18597   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18598   include:
18599     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18600     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18601     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18602     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18603     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18604     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18605   layout:
18606     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18607     layout: "plot-throughput-speedup-analysis"
18608
18609 - type: "plot"
18610   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18611   algorithm: "plot_tsa_name"
18612   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18613   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18614   include:
18615     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18616     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18617     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18618     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18619     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18620     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18621   layout:
18622     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18623     layout: "plot-throughput-speedup-analysis"
18624
18625 - type: "plot"
18626   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18627   algorithm: "plot_tsa_name"
18628   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18629   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18630   include:
18631     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18632     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18633     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18634     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18635     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18636     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18637   layout:
18638     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18639     layout: "plot-throughput-speedup-analysis"
18640
18641 - type: "plot"
18642   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18643   algorithm: "plot_tsa_name"
18644   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18645   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18646   include:
18647     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18648     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18649     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18650     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18651     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18652     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18653   layout:
18654     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18655     layout: "plot-throughput-speedup-analysis"
18656
18657 - type: "plot"
18658   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18659   algorithm: "plot_tsa_name"
18660   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18661   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18662   include:
18663     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18664     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18665     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18666     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18667     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18668     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18669   layout:
18670     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18671     layout: "plot-throughput-speedup-analysis"
18672
18673 - type: "plot"
18674   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18675   algorithm: "plot_tsa_name"
18676   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18677   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18678   include:
18679     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18680     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18681     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18682     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18683     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18684     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18685   layout:
18686     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18687     layout: "plot-throughput-speedup-analysis"
18688
18689 - type: "plot"
18690   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18691   algorithm: "plot_tsa_name"
18692   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18693   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18694   include:
18695     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18696     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18697     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18698     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18699     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18700   layout:
18701     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18702     layout: "plot-throughput-speedup-analysis"
18703
18704 - type: "plot"
18705   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18706   algorithm: "plot_tsa_name"
18707   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18708   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18709   include:
18710     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18711     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18712     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18713     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18714     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18715   layout:
18716     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18717     layout: "plot-throughput-speedup-analysis"
18718
18719 - type: "plot"
18720   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18721   algorithm: "plot_tsa_name"
18722   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18723   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18724   include:
18725     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18726     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18727     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18728     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18729     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18730   layout:
18731     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18732     layout: "plot-throughput-speedup-analysis"
18733
18734 - type: "plot"
18735   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18736   algorithm: "plot_tsa_name"
18737   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18738   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18739   include:
18740     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18741     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18742     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18743     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18744     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18745   layout:
18746     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18747     layout: "plot-throughput-speedup-analysis"
18748
18749 - type: "plot"
18750   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18751   algorithm: "plot_tsa_name"
18752   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18753   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18754   include:
18755     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18756     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18757     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18758     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18759     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18760   layout:
18761     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18762     layout: "plot-throughput-speedup-analysis"
18763
18764 - type: "plot"
18765   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18766   algorithm: "plot_tsa_name"
18767   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18768   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18769   include:
18770     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18771     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18772     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18773     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18774     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18775   layout:
18776     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18777     layout: "plot-throughput-speedup-analysis"
18778
18779 - type: "plot"
18780   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18781   algorithm: "plot_tsa_name"
18782   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18783   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18784   include:
18785     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18786     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18787     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18788     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18789     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18790   layout:
18791     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18792     layout: "plot-throughput-speedup-analysis"
18793
18794 - type: "plot"
18795   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18796   algorithm: "plot_tsa_name"
18797   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18798   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18799   include:
18800     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18801     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18802     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18803     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18804     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18805   layout:
18806     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18807     layout: "plot-throughput-speedup-analysis"
18808
18809 - type: "plot"
18810   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18811   algorithm: "plot_tsa_name"
18812   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18813   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18814   include:
18815     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18816     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18817     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18818     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18819     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18820   layout:
18821     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18822     layout: "plot-throughput-speedup-analysis"
18823
18824 - type: "plot"
18825   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18826   algorithm: "plot_tsa_name"
18827   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18828   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18829   include:
18830     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18831     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18832     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18833     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18834     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18835   layout:
18836     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18837     layout: "plot-throughput-speedup-analysis"
18838
18839 - type: "plot"
18840   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18841   algorithm: "plot_tsa_name"
18842   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18843   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18844   include:
18845     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18846     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18847     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18848     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18849     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18850     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18851   layout:
18852     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18853     layout: "plot-throughput-speedup-analysis"
18854
18855 - type: "plot"
18856   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18857   algorithm: "plot_tsa_name"
18858   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18859   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18860   include:
18861     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18862     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18863     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18864     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18865     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18866     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18867   layout:
18868     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18869     layout: "plot-throughput-speedup-analysis"
18870
18871 - type: "plot"
18872   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18873   algorithm: "plot_tsa_name"
18874   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18875   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18876   include:
18877     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18878     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18879     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18880     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18881   layout:
18882     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18883     layout: "plot-throughput-speedup-analysis"
18884
18885 - type: "plot"
18886   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18887   algorithm: "plot_tsa_name"
18888   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18889   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18890   include:
18891     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18892     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18893     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18894     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18895   layout:
18896     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18897     layout: "plot-throughput-speedup-analysis"
18898
18899 - type: "plot"
18900   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18901   algorithm: "plot_tsa_name"
18902   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18903   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18904   include:
18905     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18906     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18907     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18908     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18909     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18910     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18911   layout:
18912     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18913     layout: "plot-throughput-speedup-analysis"
18914
18915 - type: "plot"
18916   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18917   algorithm: "plot_tsa_name"
18918   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18919   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18920   include:
18921     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18922     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18923     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18924     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18925     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18926     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18927   layout:
18928     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18929     layout: "plot-throughput-speedup-analysis"
18930
18931 - type: "plot"
18932   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18933   algorithm: "plot_tsa_name"
18934   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18935   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18936   include:
18937     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18938     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18939     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18940     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18941   layout:
18942     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18943     layout: "plot-throughput-speedup-analysis"
18944
18945 - type: "plot"
18946   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18947   algorithm: "plot_tsa_name"
18948   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18949   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18950   include:
18951     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18952     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18953     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18954     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18955   layout:
18956     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18957     layout: "plot-throughput-speedup-analysis"
18958
18959 - type: "plot"
18960   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18961   algorithm: "plot_tsa_name"
18962   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18963   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18964   include:
18965     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18966     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18967     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18968     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18969     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18970     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18971   layout:
18972     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18973     layout: "plot-throughput-speedup-analysis"
18974
18975 - type: "plot"
18976   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18977   algorithm: "plot_tsa_name"
18978   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18979   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18980   include:
18981     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18982     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18983     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18984     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18985     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18986     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18987   layout:
18988     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18989     layout: "plot-throughput-speedup-analysis"
18990
18991 - type: "plot"
18992   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18993   algorithm: "plot_tsa_name"
18994   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18995   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18996   include:
18997     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18998     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18999     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19000     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19001   layout:
19002     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19003     layout: "plot-throughput-speedup-analysis"
19004
19005 - type: "plot"
19006   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19007   algorithm: "plot_tsa_name"
19008   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19009   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19010   include:
19011     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19012     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19013     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19014     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19015   layout:
19016     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19017     layout: "plot-throughput-speedup-analysis"
19018
19019 - type: "plot"
19020   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19021   algorithm: "plot_tsa_name"
19022   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19023   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19024   include:
19025     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19026     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19027     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19028     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19029     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19030   layout:
19031     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19032     layout: "plot-throughput-speedup-analysis"
19033
19034 - type: "plot"
19035   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19036   algorithm: "plot_tsa_name"
19037   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19038   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19039   include:
19040     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19041     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19042     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19043     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19044     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19045   layout:
19046     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19047     layout: "plot-throughput-speedup-analysis"
19048
19049 - type: "plot"
19050   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19051   algorithm: "plot_tsa_name"
19052   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19053   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19054   include:
19055     - "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"
19056     - "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"
19057     - "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"
19058     - "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"
19059     - "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"
19060   layout:
19061     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19062     layout: "plot-throughput-speedup-analysis"
19063
19064 - type: "plot"
19065   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19066   algorithm: "plot_tsa_name"
19067   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19068   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19069   include:
19070     - "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"
19071     - "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"
19072     - "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"
19073     - "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"
19074     - "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"
19075   layout:
19076     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19077     layout: "plot-throughput-speedup-analysis"
19078
19079 - type: "plot"
19080   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19081   algorithm: "plot_tsa_name"
19082   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19083   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19084   include:
19085     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19086     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19087     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19088     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19089     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19090   layout:
19091     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19092     layout: "plot-throughput-speedup-analysis"
19093
19094 - type: "plot"
19095   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19096   algorithm: "plot_tsa_name"
19097   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19098   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19099   include:
19100     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19101     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19102     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19103     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19104     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19105   layout:
19106     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19107     layout: "plot-throughput-speedup-analysis"
19108
19109 - type: "plot"
19110   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19111   algorithm: "plot_tsa_name"
19112   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19113   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19114   include:
19115     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19116     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19117     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19118     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19119     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19120   layout:
19121     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19122     layout: "plot-throughput-speedup-analysis"
19123
19124 - type: "plot"
19125   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19126   algorithm: "plot_tsa_name"
19127   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19128   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19129   include:
19130     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19131     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19132     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19133     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19134     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19135   layout:
19136     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19137     layout: "plot-throughput-speedup-analysis"
19138
19139 - type: "plot"
19140   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19141   algorithm: "plot_tsa_name"
19142   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19143   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19144   include:
19145     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19146     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19147     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19148     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19149   layout:
19150     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19151     layout: "plot-throughput-speedup-analysis"
19152
19153 - type: "plot"
19154   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19155   algorithm: "plot_tsa_name"
19156   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19157   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19158   include:
19159     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19160     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19161     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19162     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19163   layout:
19164     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19165     layout: "plot-throughput-speedup-analysis"
19166
19167 - type: "plot"
19168   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19169   algorithm: "plot_tsa_name"
19170   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19171   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19172   include:
19173     - "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"
19174     - "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"
19175     - "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"
19176     - "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"
19177   layout:
19178     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19179     layout: "plot-throughput-speedup-analysis"
19180
19181 - type: "plot"
19182   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19183   algorithm: "plot_tsa_name"
19184   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19185   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19186   include:
19187     - "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"
19188     - "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"
19189     - "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"
19190     - "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"
19191   layout:
19192     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19193     layout: "plot-throughput-speedup-analysis"
19194
19195 - type: "plot"
19196   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19197   algorithm: "plot_tsa_name"
19198   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19199   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19200   include:
19201     - "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"
19202     - "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"
19203     - "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"
19204     - "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"
19205     - "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"
19206     - "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"
19207   layout:
19208     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19209     layout: "plot-throughput-speedup-analysis"
19210
19211 - type: "plot"
19212   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19213   algorithm: "plot_tsa_name"
19214   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19215   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19216   include:
19217     - "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"
19218     - "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"
19219     - "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"
19220     - "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"
19221     - "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"
19222     - "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"
19223   layout:
19224     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19225     layout: "plot-throughput-speedup-analysis"
19226
19227 ################################################################################
19228
19229 # Packet Throughput - DPDK
19230
19231 # 2n-clx-xxv710
19232
19233 - type: "plot"
19234   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19235   algorithm: "plot_perf_box_name"
19236   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19237   data: "plot-dpdk-throughput-latency-2n-clx"
19238   include:
19239     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19240     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19241   layout:
19242     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19243     layout: "plot-throughput"
19244
19245 - type: "plot"
19246   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19247   algorithm: "plot_perf_box_name"
19248   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19249   data: "plot-dpdk-throughput-latency-2n-clx"
19250   include:
19251     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19252     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19253   layout:
19254     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19255     layout: "plot-throughput"
19256
19257 - type: "plot"
19258   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19259   algorithm: "plot_perf_box_name"
19260   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19261   data: "plot-dpdk-throughput-latency-2n-clx"
19262   include:
19263     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19264     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19265   layout:
19266     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19267     layout: "plot-throughput"
19268
19269 - type: "plot"
19270   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19271   algorithm: "plot_perf_box_name"
19272   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19273   data: "plot-dpdk-throughput-latency-2n-clx"
19274   include:
19275     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19276     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19277   layout:
19278     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19279     layout: "plot-throughput"
19280
19281 # 2n-clx-x710
19282
19283 - type: "plot"
19284   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19285   algorithm: "plot_perf_box_name"
19286   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19287   data: "plot-dpdk-throughput-latency-2n-clx"
19288   include:
19289     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19290     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19291   layout:
19292     title: "2n-clx-x710-64b-2t1c-base-ndr"
19293     layout: "plot-throughput"
19294
19295 - type: "plot"
19296   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19297   algorithm: "plot_perf_box_name"
19298   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19299   data: "plot-dpdk-throughput-latency-2n-clx"
19300   include:
19301     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19302     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19303   layout:
19304     title: "2n-clx-x710-64b-4t2c-base-ndr"
19305     layout: "plot-throughput"
19306
19307 - type: "plot"
19308   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19309   algorithm: "plot_perf_box_name"
19310   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19311   data: "plot-dpdk-throughput-latency-2n-clx"
19312   include:
19313     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19314     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19315   layout:
19316     title: "2n-clx-x710-64b-2t1c-base-pdr"
19317     layout: "plot-throughput"
19318
19319 - type: "plot"
19320   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19321   algorithm: "plot_perf_box_name"
19322   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19323   data: "plot-dpdk-throughput-latency-2n-clx"
19324   include:
19325     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19326     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19327   layout:
19328     title: "2n-clx-x710-64b-4t2c-base-pdr"
19329     layout: "plot-throughput"
19330
19331 ################################################################################
19332
19333 - type: "plot"
19334   title: "Latency by percentile: 2n-skx"
19335   algorithm: "plot_hdrh_lat_by_percentile"
19336   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19337   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19338   target-links: "../../_static/vpp"
19339   data: "plot-vpp-hdrh-lat-2n-skx"
19340   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19341   layout:
19342     layout: "plot-hdrh-latency-by-percentile"
19343
19344 - type: "plot"
19345   title: "Latency by percentile: 2n-skx-nat44"
19346   algorithm: "plot_hdrh_lat_by_percentile"
19347   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19348   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19349   target-links: "../../_static/vpp"
19350   data: "plot-vpp-hdrh-lat-2n-skx-nat44"
19351   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19352   layout:
19353     layout: "plot-hdrh-latency-by-percentile"
19354
19355 - type: "plot"
19356   title: "Latency by percentile: 3n-skx"
19357   algorithm: "plot_hdrh_lat_by_percentile"
19358   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19359   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19360   target-links: "../../_static/vpp"
19361   data: "plot-vpp-hdrh-lat-3n-skx"
19362   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19363   layout:
19364     layout: "plot-hdrh-latency-by-percentile"
19365
19366 - type: "plot"
19367   title: "Latency by percentile: 2n-clx"
19368   algorithm: "plot_hdrh_lat_by_percentile"
19369   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19370   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19371   target-links: "../../_static/vpp"
19372   data: "plot-vpp-hdrh-lat-2n-clx"
19373   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19374   layout:
19375     layout: "plot-hdrh-latency-by-percentile"
19376
19377 - type: "plot"
19378   title: "Latency by percentile: 3n-hsw"
19379   algorithm: "plot_hdrh_lat_by_percentile"
19380   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19381   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19382   target-links: "../../_static/vpp"
19383   data: "plot-vpp-hdrh-lat-3n-hsw"
19384   filter: "'1T1C' and 'NIC_Intel-XL710'"
19385   layout:
19386     layout: "plot-hdrh-latency-by-percentile"
19387
19388 - type: "plot"
19389   title: "Latency by percentile: 3n-tsh"
19390   algorithm: "plot_hdrh_lat_by_percentile"
19391   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19392   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19393   target-links: "../../_static/vpp"
19394   data: "plot-vpp-hdrh-lat-3n-tsh"
19395   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19396   layout:
19397     layout: "plot-hdrh-latency-by-percentile"
19398
19399 - type: "plot"
19400   title: "Latency by percentile: DPDK 2n-skx"
19401   algorithm: "plot_hdrh_lat_by_percentile"
19402   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19403   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19404   target-links: "../../_static/dpdk"
19405   data: "plot-dpdk-hdrh-lat-2n-skx"
19406   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19407   layout:
19408     layout: "plot-hdrh-latency-by-percentile"
19409
19410 - type: "plot"
19411   title: "Latency by percentile: DPDK 3n-skx"
19412   algorithm: "plot_hdrh_lat_by_percentile"
19413   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19414   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19415   target-links: "../../_static/dpdk"
19416   data: "plot-dpdk-hdrh-lat-3n-skx"
19417   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19418   layout:
19419     layout: "plot-hdrh-latency-by-percentile"
19420
19421 - type: "plot"
19422   title: "Latency by percentile: DPDK 2n-clx"
19423   algorithm: "plot_hdrh_lat_by_percentile"
19424   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19425   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19426   target-links: "../../_static/dpdk"
19427   data: "plot-dpdk-hdrh-lat-2n-clx"
19428   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19429   layout:
19430     layout: "plot-hdrh-latency-by-percentile"
19431
19432 - type: "plot"
19433   title: "Latency by percentile: DPDK 3n-hsw"
19434   algorithm: "plot_hdrh_lat_by_percentile"
19435   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19436   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19437   target-links: "../../_static/dpdk"
19438   data: "plot-dpdk-hdrh-lat-3n-hsw"
19439   filter: "'1T1C' and 'NIC_Intel-XL710'"
19440   layout:
19441     layout: "plot-hdrh-latency-by-percentile"
19442
19443 - type: "plot"
19444   title: "Latency by percentile: DPDK 3n-tsh"
19445   algorithm: "plot_hdrh_lat_by_percentile"
19446   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19447   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19448   target-links: "../../_static/dpdk"
19449   data: "plot-dpdk-hdrh-lat-3n-tsh"
19450   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19451   layout:
19452     layout: "plot-hdrh-latency-by-percentile"