Report: Configure rls2009 Report
[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       # TODO: Replace:
155       # csit-vpp-perf-report-iterative-2009-3n-hsw:
156       csit-vpp-perf-report-iterative-2005-3n-hsw:
157         - 20  # NDRPDR sel env 4
158         - 21  # NDRPDR sel env 4
159         - 22  # NDRPDR sel env 4
160         - 23  # NDRPDR sel env 4
161         - 24  # NDRPDR sel env 4
162         - 25  # NDRPDR sel env 4
163         - 26  # NDRPDR sel env 4
164         - 27  # NDRPDR sel env 4
165         - 28  # NDRPDR sel env 4
166         - 29  # NDRPDR sel env 4
167
168     plot-vpp-hdrh-lat-3n-hsw:
169       # TODO: Replace:
170       # csit-vpp-perf-report-iterative-2009-3n-hsw:
171       csit-vpp-perf-report-iterative-2005-3n-hsw:
172         - 29  # NDRPDR sel env 4
173
174     plot-vpp-hoststack-3n-hsw:
175       # TODO: Replace:
176       # csit-vpp-perf-report-iterative-2009-3n-hsw: OR
177       # csit-vpp-perf-verify-2009-3n-hsw:
178       csit-vpp-perf-verify-2005-3n-hsw:
179         - 3   # hoststack
180         - 5   # hoststack
181         - 6   # hoststack
182         - 7   # hoststack
183         - 8   # hoststack
184         - 9   # hoststack
185         - 10  # hoststack
186         - 11  # hoststack
187         - 12  # hoststack
188         - 13  # hoststack
189
190     plot-dpdk-throughput-latency-3n-hsw:
191       # TODO: Replace:
192       # csit-dpdk-perf-report-iterative-2009-3n-hsw:
193       csit-dpdk-perf-report-iterative-2005-3n-hsw:
194         - 25  # NDRPDR iter
195         - 26  # NDRPDR iter
196         - 27  # NDRPDR iter
197         - 28  # NDRPDR iter
198         - 29  # NDRPDR iter
199         - 30  # NDRPDR iter
200         - 31  # NDRPDR iter
201         - 32  # NDRPDR iter
202         - 33  # NDRPDR iter
203         - 34  # NDRPDR iter
204
205     plot-dpdk-hdrh-lat-3n-hsw:
206       # TODO: Replace:
207       # csit-dpdk-perf-report-iterative-2009-3n-hsw:
208       csit-dpdk-perf-report-iterative-2005-3n-hsw:
209         - 25  # NDRPDR iter
210
211     # 3n-skx
212
213     plot-vpp-throughput-lat-tsa-3n-skx:
214       # TODO: Replace:
215       # csit-vpp-perf-report-iterative-2009-3n-skx:
216       csit-vpp-perf-report-iterative-2005-3n-skx:
217         - 42  # NDRPDR sel env 4
218         - 43  # NDRPDR sel env 4
219         - 44  # NDRPDR sel env 4
220         - 45  # NDRPDR sel env 4
221         - 47  # NDRPDR sel env 4
222         - 55  # NDRPDR sel env 4
223         - 56  # NDRPDR sel env 4
224         - 57  # NDRPDR sel env 4
225         - 61  # NDRPDR sel env 4
226         - 62  # NDRPDR sel env 4
227
228     plot-vpp-hdrh-lat-3n-skx:
229       # TODO: Replace:
230       # csit-vpp-perf-report-iterative-2009-3n-skx:
231       csit-vpp-perf-report-iterative-2005-3n-skx:
232         - 47  # NDRPDR sel env 4
233
234     plot-vpp-nfv-3n-skx-ndrpdr:
235       # TODO: Replace:
236       # csit-vpp-perf-report-iterative-2009-3n-skx:
237       csit-vpp-perf-report-iterative-2005-3n-skx:
238         - 4   # NDRPDR sel
239         - 5   # NDRPDR sel ??? all x710 failed
240         - 33  # NDRPDR sel
241         - 28  # NDRPDR sel
242         - 34  # NDRPDR sel
243
244     plot-vpp-nfv-3n-skx-mrr:
245       # TODO: Replace:
246       # csit-vpp-perf-report-iterative-2009-3n-skx:
247       csit-vpp-perf-report-iterative-2005-3n-skx:
248         - 49  # MRR sel env 4
249
250     plot-dpdk-throughput-latency-3n-skx:
251       # TODO: Replace:
252       # csit-dpdk-perf-report-iterative-2009-3n-skx:
253       csit-dpdk-perf-report-iterative-2005-3n-skx:
254         - 28  # NDRPDR iter
255         - 29  # NDRPDR iter
256         - 30  # NDRPDR iter
257         - 31  # NDRPDR iter
258         - 32  # NDRPDR iter
259         - 33  # NDRPDR iter
260         - 34  # NDRPDR iter
261         - 35  # NDRPDR iter
262         - 36  # NDRPDR iter
263         - 37  # NDRPDR iter
264
265     plot-dpdk-hdrh-lat-3n-skx:
266       # TODO: Replace:
267       # csit-dpdk-perf-report-iterative-2009-3n-skx:
268       csit-dpdk-perf-report-iterative-2005-3n-skx:
269         - 28  # NDRPDR iter
270
271     # 2n-skx
272
273     plot-vpp-throughput-lat-tsa-2n-skx:
274       # TODO: Replace:
275       # csit-vpp-perf-report-iterative-2009-2n-skx:
276       csit-vpp-perf-report-iterative-2005-2n-skx:
277         - 88  # NDRPDR sel env 4
278         - 89  # NDRPDR sel env 4
279         - 90  # NDRPDR sel env 4
280         - 91  # NDRPDR sel env 4
281         - 92  # NDRPDR sel env 4
282         - 93  # NDRPDR sel env 4
283         - 94  # NDRPDR sel env 4
284         - 125 # NDRPDR sel env 4
285         - 126 # NDRPDR sel env 4
286         - 127 # NDRPDR sel env 4
287
288     plot-vpp-hdrh-lat-2n-skx:
289       # TODO: Replace:
290       # csit-vpp-perf-report-iterative-2009-2n-skx:
291       csit-vpp-perf-report-iterative-2005-2n-skx:
292         - 94  # NDRPDR sel
293
294     plot-vpp-soak-2n-skx:
295       # TODO: Replace:
296       # csit-vpp-perf-report-iterative-2009-2n-skx:
297       csit-vpp-perf-report-iterative-2005-2n-skx:
298         - 122 # Soak
299         - 123 # Soak
300
301     plot-vpp-nfv-2n-skx-ndrpdr:
302       # TODO: Replace:
303       # csit-vpp-perf-report-iterative-2009-2n-skx:
304       csit-vpp-perf-report-iterative-2005-2n-skx:
305         - 113 # nf-density-sel env 4
306         - 114 # nf-density-sel env 4
307         - 124 # nf-density-sel env 4
308         - 128 # nf-density-sel env 4
309         - 129 # nf-density-sel env 4
310         - 131 # nf-density-sel env 4
311         - 132 # nf-density-sel env 4
312         - 135 # nf-density-sel env 4
313         - 136 # nf-density-sel env 4
314         - 139 # nf-density-sel env 4
315
316     plot-vpp-nfv-2n-skx-mrr:
317       # TODO: Replace:
318       # csit-vpp-perf-report-iterative-2009-2n-skx:
319       csit-vpp-perf-report-iterative-2005-2n-skx:
320         - 115 # nf-density-sel env 4
321
322     plot-vpp-nfv-reconf-2n-skx:
323       # TODO: Replace:
324       # csit-vpp-perf-report-iterative-2009-2n-skx:
325       csit-vpp-perf-report-iterative-2005-2n-skx:
326         - 106 # Reconf env 4
327         - 107 # Reconf env 4
328         - 108 # Reconf env 4
329         - 109 # Reconf env 4
330         - 110 # Reconf env 4
331         - 111 # Reconf env 4
332         - 112 # Reconf env 4
333         - 118 # Reconf env 4
334         - 120 # Reconf env 4
335         - 121 # Reconf env 4
336
337     plot-dpdk-throughput-latency-2n-skx:
338       # TODO: Replace:
339       # csit-dpdk-perf-report-iterative-2009-2n-skx:
340       csit-dpdk-perf-report-iterative-2005-2n-skx:
341         - 20  # NDRPDR iter
342         - 21  # NDRPDR iter
343         - 22  # NDRPDR iter
344         - 23  # NDRPDR iter
345         - 24  # NDRPDR iter
346         - 25  # NDRPDR iter
347         - 26  # NDRPDR iter
348         - 27  # NDRPDR iter
349         - 28  # NDRPDR iter
350         - 29  # NDRPDR iter
351
352     plot-dpdk-hdrh-lat-2n-skx:
353       # TODO: Replace:
354       # csit-dpdk-perf-report-iterative-2009-2n-skx:
355       csit-dpdk-perf-report-iterative-2005-2n-skx:
356         - 20  # NDRPDR iter
357
358     # 2n-clx
359
360     plot-vpp-throughput-lat-tsa-2n-clx:
361       # TODO: Replace:
362       # csit-vpp-perf-report-iterative-2009-2n-clx:
363       csit-vpp-perf-report-iterative-2005-2n-clx:
364         - 62  # NDRPDR sel env 4
365         - 63  # NDRPDR sel env 4
366         - 64  # NDRPDR sel env 4
367         - 65  # NDRPDR sel env 4
368         - 66  # NDRPDR sel env 4
369         - 68  # NDRPDR sel env 4
370         - 69  # NDRPDR sel env 4
371         - 70  # NDRPDR sel env 4
372         - 103 # NDRPDR sel env 4
373         - 104 # NDRPDR sel env 4
374
375     plot-vpp-hdrh-lat-2n-clx:
376       # TODO: Replace:
377       # csit-vpp-perf-report-iterative-2009-2n-clx:
378       csit-vpp-perf-report-iterative-2005-2n-clx:
379         - 70  # NDRPDR sel env 4
380
381     plot-vpp-nfv-2n-clx-ndrpdr:
382       # TODO: Replace:
383       # csit-vpp-perf-report-iterative-2009-2n-clx:
384       csit-vpp-perf-report-iterative-2005-2n-clx:
385         - 91  # nfv-density-00 env 4
386         - 92  # nfv-density-00 env 4
387         - 93  # nfv-density-00 env 4
388         - 97  # nfv-density-00 env 4
389         - 98  # nfv-density-00 env 4
390         - 99  # nfv-density-00 env 4
391         - 100 # nfv-density-00 env 4
392         - 105 # nfv-density-00 env 4
393         - 106 # nfv-density-00 env 4
394         - 108 # nfv-density-00 env 4
395
396     plot-vpp-nfv-2n-clx-mrr:
397       # TODO: Replace:
398       # csit-vpp-perf-report-iterative-2009-2n-clx:
399       csit-vpp-perf-report-iterative-2005-2n-clx:
400         - 96  # MRR
401
402     plot-vpp-nfv-reconf-2n-clx:
403       # TODO: Replace:
404       # csit-vpp-perf-report-iterative-2009-2n-clx:
405       csit-vpp-perf-report-iterative-2005-2n-clx:
406         - 81  # Reconf env 4
407         - 82  # Reconf env 4
408         - 83  # Reconf env 4
409         - 84  # Reconf env 4
410         - 85  # Reconf env 4
411         - 86  # Reconf env 4
412         - 87  # Reconf env 4
413         - 88  # Reconf env 4
414         - 89  # Reconf env 4
415         - 90  # Reconf env 4
416
417     plot-vpp-soak-2n-clx:
418       # TODO: Replace:
419       # csit-vpp-perf-report-iterative-2009-2n-clx:
420       csit-vpp-perf-report-iterative-2005-2n-clx:
421         - 101 # Soak
422         - 102 # Soak
423
424     plot-dpdk-throughput-latency-2n-clx:
425       # TODO: Replace:
426       # csit-dpdk-perf-report-iterative-2009-2n-clx:
427       csit-dpdk-perf-report-iterative-2005-2n-clx:
428         - 20  # NDRPDR iter
429         - 21  # NDRPDR iter
430         - 22  # NDRPDR iter
431         - 23  # NDRPDR iter
432         - 24  # NDRPDR iter
433         - 25  # NDRPDR iter
434         - 26  # NDRPDR iter
435         - 27  # NDRPDR iter
436         - 28  # NDRPDR iter
437         - 29  # NDRPDR iter
438
439     plot-dpdk-hdrh-lat-2n-clx:
440       # TODO: Replace:
441       # csit-dpdk-perf-report-iterative-2009-2n-clx:
442       csit-dpdk-perf-report-iterative-2005-2n-clx:
443         - 21  # NDRPDR iter
444
445     # 3n-tsh
446
447     plot-vpp-throughput-lat-tsa-3n-tsh:
448       # TODO: Replace:
449       # csit-vpp-perf-report-iterative-2009-3n-tsh:
450       csit-vpp-perf-report-iterative-2005-3n-tsh:
451         - 23  # NDRPDR sel env 4
452         - 25  # NDRPDR sel env 4
453         - 33  # NDRPDR sel env 4
454         - 34  # NDRPDR sel env 4
455         - 35  # NDRPDR sel env 4
456         - 36  # NDRPDR sel env 4
457         - 37  # NDRPDR sel env 4
458         - 38  # NDRPDR sel env 4
459         - 39  # NDRPDR sel env 4
460         - 40  # NDRPDR sel env 4
461
462     plot-vpp-hdrh-lat-3n-tsh:
463       # TODO: Replace:
464       # csit-vpp-perf-report-iterative-2009-3n-tsh:
465       csit-vpp-perf-report-iterative-2005-3n-tsh:
466         - 35  # NDRPDR sel env 4
467
468     plot-dpdk-throughput-latency-3n-tsh:
469       # TODO: Replace:
470       # csit-dpdk-perf-report-iterative-2009-3n-tsh:
471       csit-dpdk-perf-report-iterative-2005-3n-tsh:
472         - 5   # NDRPDR sel
473
474     plot-dpdk-hdrh-lat-3n-tsh:
475       # TODO: Replace:
476       # csit-dpdk-perf-report-iterative-2009-3n-tsh:
477       csit-dpdk-perf-report-iterative-2005-3n-tsh:
478         - 5   # NDRPDR sel
479
480     # 3n-dnv
481
482     plot-vpp-throughput-lat-tsa-3n-dnv:
483       # TODO: Replace:
484       # csit-vpp-perf-report-iterative-2009-3n-dnv:
485       csit-vpp-perf-report-iterative-2005-3n-dnv:
486         - 2   # NDRPDR sel
487         - 3   # NDRPDR sel
488         - 4   # NDRPDR sel
489         - 5   # NDRPDR sel
490         - 6   # NDRPDR sel
491         - 7   # NDRPDR sel
492         - 9   # NDRPDR sel
493         - 10  # NDRPDR sel
494         - 11  # NDRPDR sel
495         - 12  # NDRPDR sel
496
497     plot-dpdk-throughput-latency-3n-dnv:
498       # TODO: Replace:
499       # csit-dpdk-perf-report-iterative-2009-3n-dnv:
500       csit-dpdk-perf-report-iterative-2005-3n-dnv:
501         - 6   # NDRPDR sel
502         - 7   # NDRPDR sel
503         - 8   # NDRPDR sel
504         - 9   # NDRPDR sel
505         - 10  # NDRPDR sel
506         - 11  # NDRPDR sel
507         - 12  # NDRPDR sel
508         - 13  # NDRPDR sel
509         - 14  # NDRPDR sel
510         - 16  # NDRPDR sel
511
512     # 2n-dnv
513
514     plot-vpp-throughput-lat-tsa-2n-dnv:
515       # TODO: Replace:
516       # csit-vpp-perf-report-iterative-2009-2n-dnv:
517       csit-vpp-perf-report-iterative-2005-2n-dnv:
518         - 3   # NDRPDR sel
519         - 6   # NDRPDR sel
520         - 7   # NDRPDR sel
521         - 8   # NDRPDR sel
522         - 9   # NDRPDR sel
523         - 10  # NDRPDR sel
524         - 11  # NDRPDR sel
525         - 12  # NDRPDR sel
526         - 13  # NDRPDR sel
527         - 14  # NDRPDR sel
528
529     plot-dpdk-throughput-latency-2n-dnv:
530       # TODO: Replace:
531       # csit-dpdk-perf-report-iterative-2009-2n-dnv:
532       csit-dpdk-perf-report-iterative-2005-2n-dnv:
533         - 8   # NDRPDR sel
534         - 9   # NDRPDR sel
535         - 10  # NDRPDR sel
536         - 11  # NDRPDR sel
537         - 12  # NDRPDR sel
538         - 13  # NDRPDR sel
539         - 14  # NDRPDR sel
540         - 15  # NDRPDR sel
541         - 16  # NDRPDR sel
542         - 17  # NDRPDR sel
543
544     ###########################################################################
545     # Simple tables (only one data set):
546
547     # NIC Comparisons
548
549     vpp-nic-comparison-3n-skx:
550       # TODO: Replace:
551       # csit-vpp-perf-report-iterative-2009-3n-skx:
552       csit-vpp-perf-report-iterative-2005-3n-skx:
553         - 42  # NDRPDR sel env 4
554         - 43  # NDRPDR sel env 4
555         - 44  # NDRPDR sel env 4
556         - 45  # NDRPDR sel env 4
557         - 47  # NDRPDR sel env 4
558         - 55  # NDRPDR sel env 4
559         - 56  # NDRPDR sel env 4
560         - 57  # NDRPDR sel env 4
561         - 61  # NDRPDR sel env 4
562         - 62  # NDRPDR sel env 4
563
564     vpp-nic-comparison-2n-skx:
565       # TODO: Replace:
566       # csit-vpp-perf-report-iterative-2009-2n-skx:
567       csit-vpp-perf-report-iterative-2005-2n-skx:
568         - 88  # NDRPDR sel env 4
569         - 89  # NDRPDR sel env 4
570         - 90  # NDRPDR sel env 4
571         - 91  # NDRPDR sel env 4
572         - 92  # NDRPDR sel env 4
573         - 93  # NDRPDR sel env 4
574         - 94  # NDRPDR sel env 4
575         - 125 # NDRPDR sel env 4
576         - 126 # NDRPDR sel env 4
577         - 127 # NDRPDR sel env 4
578
579     vpp-nic-comparison-3n-skx-mrr:
580       # TODO: Replace:
581       # csit-vpp-perf-report-iterative-2009-3n-skx:
582       csit-vpp-perf-report-iterative-2005-3n-skx:
583         - 49  # MRR sel env 4
584
585     vpp-nic-comparison-2n-skx-mrr:
586       # TODO: Replace:
587       # csit-vpp-perf-report-iterative-2009-2n-skx:
588       csit-vpp-perf-report-iterative-2005-2n-skx:
589         - 99  # MRR sel env 4
590
591     # Results
592
593     vpp-perf-results-3n-hsw:
594       # TODO: Replace:
595       # csit-vpp-perf-report-coverage-2009-3n-hsw:
596       csit-vpp-perf-report-coverage-2005-3n-hsw:
597         - 74  # crypto-00
598         - 75  # crypto-01
599         - 76  # crypto-02
600         - 77  # crypto-03
601         - 78  # ip4-00
602         - 79  # ip4-01
603         - 80  # ip4-02
604         - 81  # ip4-03
605         - 73  # ip4-04
606         - 82  # ip4-05
607         - 83  # ip4-06
608         - 84  # ip4-07
609         - 85  # ip4-08
610         - 86  # ip4tun-00
611         - 87  # ip4tun-01
612         - 88  # ip4tun-02
613         - 89  # ip6-00
614         - 90  # ip6-01
615         - 91  # ip6tun-00
616         - 92  # l2-00
617         - 93  # l2-01
618         - 94  # l2-02
619         - 95  # l2-03
620         - 96  # l2-04
621         - 97  # l2-05
622         - 98  # l2-06
623         - 99  # l2-07
624         - 100 # l2-08
625         - 101 # l2-09
626         - 102 # l2-10
627         - 103 # memif-00
628         - 104 # srv6-00
629         - 105 # srv6-01
630         - 106 # vhost-00
631         - 107 # vhost-01
632         - 109 # vhost-02
633
634     vpp-perf-results-3n-skx:
635       # TODO: Replace:
636       # csit-vpp-perf-report-coverage-2009-3n-skx:
637       csit-vpp-perf-report-coverage-2005-3n-skx:
638         - 45  # crypto-00
639         - 46  # crypto-01
640         - 47  # crypto-02
641         - 83  # crypto-03
642         - 50  # ip4-00
643         - 51  # ip4-01
644         - 52  # ip4-02
645         - 53  # ip4-03
646         - 54  # ip4-04
647         - 55  # ip4-05
648         - 56  # ip4-06
649         - 57  # ip4-07
650         - 58  # ip4-08
651         - 59  # ip4tun-00
652         - 60  # ip4tun-01
653         - 61  # ip4tun-02
654         - 62  # ip6-00
655         - 63  # ip6-01
656         - 64  # ip6tun-00
657         - 65  # l2-00
658         - 66  # l2-01
659         - 67  # l2-02
660         - 68  # l2-03
661         - 69  # l2-04
662         - 84  # l2-05
663         - 71  # l2-06
664         - 72  # l2-07
665         - 73  # l2-08
666         - 85  # l2-09
667         - 75  # l2-10
668         - 76  # memif-00
669         - 77  # srv6-00
670         - 78  # srv6-01
671         - 88  # vhost-00
672         - 89  # vhost-01
673         - 81  # vhost-02
674         - 83  # vhost-03
675
676     vpp-perf-results-2n-skx:
677       # TODO: Replace:
678       # csit-vpp-perf-report-coverage-2009-2n-skx:
679       csit-vpp-perf-report-coverage-2005-2n-skx:
680         - 28  # ip4-00
681         - 29  # ip4-01
682         - 30  # ip4-02
683         - 31  # ip4-03
684         - 32  # ip4-04
685         - 33  # ip4-05
686         - 34  # ip6-00
687         - 35  # ip6-01
688         - 36  # l2-00
689         - 37  # l2-01
690         - 38  # lb-00
691         - 39  # memif-00
692         - 40  # vhost-00
693         - 41  # vhost-01
694         - 42  # vts-00
695
696     vpp-perf-results-2n-clx:
697       # TODO: Replace:
698       # csit-vpp-perf-report-coverage-2009-2n-clx:
699       csit-vpp-perf-report-coverage-2005-2n-clx:
700         - 24  # ip4-00
701         - 25  # ip4-01
702         - 26  # ip4-02
703         - 27  # ip4-03
704         - 28  # ip4-04
705         - 29  # ip4-05
706         - 34  # ip6-00
707         - 36  # ip6-01
708         - 31  # l2-00
709         - 41  # l2-01
710         - 39  # lb-00
711         - 37  # memif-00
712         - 32  # vhost-00
713         - 33  # vhost-01
714         - 40  # vts-00
715
716     vpp-perf-results-3n-tsh:
717       # TODO: Replace:
718       # csit-vpp-perf-report-iterative-2009-3n-tsh:
719       csit-vpp-perf-report-iterative-2005-3n-tsh:
720         - 35  # NDRPDR sel env 4
721
722     vpp-perf-results-3n-dnv:
723       # TODO: Replace:
724       # csit-vpp-perf-report-coverage-2009-3n-dnv:
725       csit-vpp-perf-report-coverage-2005-3n-dnv:
726         - 1   # perf-full-3n-dnv-crypto_I
727         - 24  # perf-full-3n-dnv-crypto_II
728         - 5   # perf-full-3n-dnv-ip4_I
729         - 13  # perf-full-3n-dnv-ip4_II
730         - 17  # perf-full-3n-dnv-ip6_I
731         - 18  # perf-full-3n-dnv-ip6_II
732         - 21  # perf-full-3n-dnv-l2_I
733         - 22  # perf-full-3n-dnv-l2_II
734         - 23  # perf-full-3n-dnv-ip4-tunnels_I
735
736     vpp-perf-results-2n-dnv:
737       # TODO: Replace:
738       # csit-vpp-perf-report-coverage-2009-2n-dnv:
739       csit-vpp-perf-report-coverage-2005-2n-dnv:
740         - 1   # perf-full-2n-dnv-ip4_I
741         - 2   # perf-full-2n-dnv-ip4_II
742         - 3   # perf-full-2n-dnv-ip6_I
743         - 4   # perf-full-2n-dnv-ip6_II
744         - 5   # perf-full-2n-dnv-l2_I
745         - 6   # perf-full-2n-dnv-l2_II
746
747     vpp-mrr-results-3n-hsw:
748       # TODO: Replace:
749       # csit-vpp-perf-report-iterative-2009-3n-hsw:
750       csit-vpp-perf-report-iterative-2005-3n-hsw:
751         - 30  # MRR env 4
752
753     vpp-mrr-results-3n-skx:
754       # TODO: Replace:
755       # csit-vpp-perf-report-iterative-2009-3n-skx:
756       csit-vpp-perf-report-iterative-2005-3n-skx:
757         - 49  # MRR sel env 4
758
759     vpp-mrr-results-2n-skx:
760       # TODO: Replace:
761       # csit-vpp-perf-report-iterative-2009-2n-skx:
762       csit-vpp-perf-report-iterative-2005-2n-skx:
763         - 99  # MRR sel env 4
764
765     vpp-mrr-results-2n-clx:
766       # TODO: Replace:
767       # csit-vpp-perf-report-iterative-2009-2n-clx:
768       csit-vpp-perf-report-iterative-2005-2n-clx:
769         - 72  # MRR env 4
770
771     vpp-mrr-results-3n-tsh:
772       # TODO: Replace:
773       # csit-vpp-perf-report-iterative-2009-3n-tsh:
774       csit-vpp-perf-report-iterative-2005-3n-tsh:
775         - 27  # MRR sel env 4
776
777     vpp-mrr-results-3n-dnv:
778       # TODO: Replace:
779       # csit-vpp-perf-report-iterative-2009-3n-dnv:
780       csit-vpp-perf-report-iterative-2005-3n-dnv:
781         - 8   # MRR
782
783     vpp-mrr-results-2n-dnv:
784       # TODO: Replace:
785       # csit-vpp-perf-report-iterative-2009-2n-dnv:
786       csit-vpp-perf-report-iterative-2005-2n-dnv:
787         - 15  # MRR sel
788
789     vpp-device-results-ubuntu:
790       # TODO: Replace:
791       # csit-vpp-device-2009-ubuntu1804-1n-skx:
792       csit-vpp-device-2005-ubuntu1804-1n-skx:
793         - 35
794
795     dpdk-perf-results-3n-hsw:
796       # TODO: Replace:
797       # csit-dpdk-perf-report-iterative-2009-3n-hsw:
798       csit-dpdk-perf-report-iterative-2005-3n-hsw:
799         - 25  # NDRPDR iter
800
801     dpdk-perf-results-3n-skx:
802       # TODO: Replace:
803       # csit-dpdk-perf-report-iterative-2009-3n-skx:
804       csit-dpdk-perf-report-iterative-2005-3n-skx:
805         - 28  # NDRPDR iter
806
807     dpdk-perf-results-2n-skx:
808       # TODO: Replace:
809       # csit-dpdk-perf-report-iterative-2009-2n-skx:
810       csit-dpdk-perf-report-iterative-2005-2n-skx:
811         - 20  # NDRPDR iter
812
813     dpdk-perf-results-2n-clx:
814       # TODO: Replace:
815       # csit-dpdk-perf-report-iterative-2009-2n-clx:
816       csit-dpdk-perf-report-iterative-2005-2n-clx:
817         - 21  # NDRPDR iter
818
819     dpdk-perf-results-2n-dnv:
820       # TODO: Replace:
821       # csit-dpdk-perf-report-iterative-2009-2n-dnv:
822       csit-dpdk-perf-report-iterative-2005-2n-dnv:
823         - 8   # NDRPDR sel
824
825     dpdk-perf-results-3n-dnv:
826       # TODO: Replace:
827       # csit-dpdk-perf-report-iterative-2009-3n-dnv:
828       csit-dpdk-perf-report-iterative-2005-3n-dnv:
829         - 6   # NDRPDR sel
830
831     dpdk-perf-results-3n-tsh:
832       # TODO: Replace:
833       # csit-dpdk-perf-report-iterative-2009-3n-tsh:
834       csit-dpdk-perf-report-iterative-2005-3n-tsh:
835         - 5   # NDRPDR sel
836
837 ###########################################################################
838     # Tables (more than one data set)
839
840     # Performance changes
841
842     vpp-performance-changes-3n-hsw-h1:
843       csit-vpp-perf-report-iterative-2005-3n-hsw:
844         - 31  # NDRPDR sel 2001.0-4
845         - 32  # NDRPDR sel 2001.0-4
846         - 33  # NDRPDR sel 2001.0-4
847         - 34  # NDRPDR sel 2001.0-4
848         - 35  # NDRPDR sel 2001.0-4
849         - 36  # NDRPDR sel 2001.0-4
850         - 38  # NDRPDR sel 2001.0-4
851     vpp-performance-changes-3n-hsw-ref:
852       csit-vpp-perf-report-iterative-2005-3n-hsw:
853         - 20  # NDRPDR sel env 4
854         - 21  # NDRPDR sel env 4
855         - 22  # NDRPDR sel env 4
856         - 23  # NDRPDR sel env 4
857         - 24  # NDRPDR sel env 4
858         - 25  # NDRPDR sel env 4
859         - 26  # NDRPDR sel env 4
860         - 27  # NDRPDR sel env 4
861         - 28  # NDRPDR sel env 4
862         - 29  # NDRPDR sel env 4
863     vpp-performance-changes-3n-hsw-cmp:
864       # TODO: Replace:
865       # csit-vpp-perf-report-iterative-2009-3n-hsw:
866       csit-vpp-perf-report-iterative-2005-3n-hsw:
867         - 20  # NDRPDR sel env 4
868         - 21  # NDRPDR sel env 4
869         - 22  # NDRPDR sel env 4
870         - 23  # NDRPDR sel env 4
871         - 24  # NDRPDR sel env 4
872         - 25  # NDRPDR sel env 4
873         - 26  # NDRPDR sel env 4
874         - 27  # NDRPDR sel env 4
875         - 28  # NDRPDR sel env 4
876         - 29  # NDRPDR sel env 4
877
878     vpp-performance-changes-3n-skx-h1:
879       csit-vpp-perf-report-iterative-2005-3n-skx:
880         - 50  # NDRPDR sel 2001.0-4
881         - 51  # NDRPDR sel 2001.0-4
882         - 52  # NDRPDR sel 2001.0-4
883         - 53  # NDRPDR sel 2001.0-4
884         - 54  # NDRPDR sel 2001.0-4
885     vpp-performance-changes-3n-skx-ref:
886       csit-vpp-perf-report-iterative-2005-3n-skx:
887         - 42  # NDRPDR sel env 4
888         - 43  # NDRPDR sel env 4
889         - 44  # NDRPDR sel env 4
890         - 45  # NDRPDR sel env 4
891         - 47  # NDRPDR sel env 4
892         - 55  # NDRPDR sel env 4
893         - 56  # NDRPDR sel env 4
894         - 57  # NDRPDR sel env 4
895         - 61  # NDRPDR sel env 4
896         - 62  # NDRPDR sel env 4
897     vpp-performance-changes-3n-skx-cmp:
898       # TODO: Replace:
899       # csit-vpp-perf-report-iterative-2009-3n-skx:
900       csit-vpp-perf-report-iterative-2005-3n-skx:
901         - 42  # NDRPDR sel env 4
902         - 43  # NDRPDR sel env 4
903         - 44  # NDRPDR sel env 4
904         - 45  # NDRPDR sel env 4
905         - 47  # NDRPDR sel env 4
906         - 55  # NDRPDR sel env 4
907         - 56  # NDRPDR sel env 4
908         - 57  # NDRPDR sel env 4
909         - 61  # NDRPDR sel env 4
910         - 62  # NDRPDR sel env 4
911
912     vpp-performance-changes-2n-skx-h1:
913       csit-vpp-perf-report-iterative-2005-2n-skx:
914         - 100 # NDRPDR sel 2001.0-4
915         - 101 # NDRPDR sel 2001.0-4
916         - 102 # NDRPDR sel 2001.0-4
917         - 103 # NDRPDR sel 2001.0-4
918         - 104 # NDRPDR sel 2001.0-4
919         - 105 # NDRPDR sel 2001.0-4
920     vpp-performance-changes-2n-skx-ref:
921       csit-vpp-perf-report-iterative-2005-2n-skx:
922         - 88  # NDRPDR sel env 4
923         - 89  # NDRPDR sel env 4
924         - 90  # NDRPDR sel env 4
925         - 91  # NDRPDR sel env 4
926         - 92  # NDRPDR sel env 4
927         - 93  # NDRPDR sel env 4
928         - 94  # NDRPDR sel env 4
929         - 125 # NDRPDR sel env 4
930         - 126 # NDRPDR sel env 4
931         - 127 # NDRPDR sel env 4
932     vpp-performance-changes-2n-skx-cmp:
933       # TODO: Replace:
934       # csit-vpp-perf-report-iterative-2009-2n-skx:
935       csit-vpp-perf-report-iterative-2005-2n-skx:
936         - 88  # NDRPDR sel env 4
937         - 89  # NDRPDR sel env 4
938         - 90  # NDRPDR sel env 4
939         - 91  # NDRPDR sel env 4
940         - 92  # NDRPDR sel env 4
941         - 93  # NDRPDR sel env 4
942         - 94  # NDRPDR sel env 4
943         - 125 # NDRPDR sel env 4
944         - 126 # NDRPDR sel env 4
945         - 127 # NDRPDR sel env 4
946
947     vpp-performance-changes-2n-clx-h1:
948       csit-vpp-perf-report-iterative-2005-2n-clx:
949         - 73  # NDRPDR sel 2001.0-4
950         - 74  # NDRPDR sel 2001.0-4
951         - 75  # NDRPDR sel 2001.0-4
952         - 76  # NDRPDR sel 2001.0-4
953         - 77  # NDRPDR sel 2001.0-4
954         - 78  # NDRPDR sel 2001.0-4
955         - 79  # NDRPDR sel 2001.0-4
956         - 80  # NDRPDR sel 2001.0-4
957     vpp-performance-changes-2n-clx-ref:
958       csit-vpp-perf-report-iterative-2005-2n-clx:
959         - 62  # NDRPDR sel env 4
960         - 63  # NDRPDR sel env 4
961         - 64  # NDRPDR sel env 4
962         - 65  # NDRPDR sel env 4
963         - 66  # NDRPDR sel env 4
964         - 68  # NDRPDR sel env 4
965         - 69  # NDRPDR sel env 4
966         - 70  # NDRPDR sel env 4
967         - 103 # NDRPDR sel env 4
968         - 104 # NDRPDR sel env 4
969     vpp-performance-changes-2n-clx-cmp:
970       # TODO: Replace:
971       # csit-vpp-perf-report-iterative-2009-2n-clx:
972       csit-vpp-perf-report-iterative-2005-2n-clx:
973         - 62  # NDRPDR sel env 4
974         - 63  # NDRPDR sel env 4
975         - 64  # NDRPDR sel env 4
976         - 65  # NDRPDR sel env 4
977         - 66  # NDRPDR sel env 4
978         - 68  # NDRPDR sel env 4
979         - 69  # NDRPDR sel env 4
980         - 70  # NDRPDR sel env 4
981         - 103 # NDRPDR sel env 4
982         - 104 # NDRPDR sel env 4
983
984     vpp-performance-changes-2n-dnv-h1:
985       csit-vpp-perf-verify-2001-2n-dnv:
986         - 4   # NDRPDR sel
987         - 5   # NDRPDR sel
988         - 6   # NDRPDR sel
989         - 7   # NDRPDR sel
990         - 8   # NDRPDR sel
991         - 9   # NDRPDR sel
992         - 10  # NDRPDR sel
993         - 11  # NDRPDR sel
994         - 13  # NDRPDR sel
995         - 16  # NDRPDR sel
996     vpp-performance-changes-2n-dnv-ref:
997       csit-vpp-perf-report-iterative-2005-2n-dnv:
998         - 3   # NDRPDR sel
999         - 6   # NDRPDR sel
1000         - 7   # NDRPDR sel
1001         - 8   # NDRPDR sel
1002         - 9   # NDRPDR sel
1003         - 10  # NDRPDR sel
1004         - 11  # NDRPDR sel
1005         - 12  # NDRPDR sel
1006         - 13  # NDRPDR sel
1007         - 14  # NDRPDR sel
1008     vpp-performance-changes-2n-dnv-cmp:
1009       # TODO: Replace:
1010       # csit-vpp-perf-report-iterative-2009-2n-dnv:
1011       csit-vpp-perf-report-iterative-2005-2n-dnv:
1012         - 3   # NDRPDR sel
1013         - 6   # NDRPDR sel
1014         - 7   # NDRPDR sel
1015         - 8   # NDRPDR sel
1016         - 9   # NDRPDR sel
1017         - 10  # NDRPDR sel
1018         - 11  # NDRPDR sel
1019         - 12  # NDRPDR sel
1020         - 13  # NDRPDR sel
1021         - 14  # NDRPDR sel
1022
1023     vpp-performance-changes-3n-dnv-h1:
1024       csit-vpp-perf-verify-2001-3n-dnv:
1025         - 5   # NDRPDR sel
1026         - 6   # NDRPDR sel
1027         - 7   # NDRPDR sel
1028         - 8   # NDRPDR sel
1029         - 9   # NDRPDR sel
1030         - 10  # NDRPDR sel
1031         - 12  # NDRPDR sel
1032         - 16  # NDRPDR sel
1033         - 17  # NDRPDR sel
1034         - 18  # NDRPDR sel
1035     vpp-performance-changes-3n-dnv-ref:
1036       csit-vpp-perf-report-iterative-2005-3n-dnv:
1037         - 2   # NDRPDR sel
1038         - 3   # NDRPDR sel
1039         - 4   # NDRPDR sel
1040         - 5   # NDRPDR sel
1041         - 6   # NDRPDR sel
1042         - 7   # NDRPDR sel
1043         - 9   # NDRPDR sel
1044         - 10  # NDRPDR sel
1045         - 11  # NDRPDR sel
1046         - 12  # NDRPDR sel
1047     vpp-performance-changes-3n-dnv-cmp:
1048       # TODO: Replace:
1049       # csit-vpp-perf-report-iterative-2009-3n-dnv:
1050       csit-vpp-perf-report-iterative-2005-3n-dnv:
1051         - 2   # NDRPDR sel
1052         - 3   # NDRPDR sel
1053         - 4   # NDRPDR sel
1054         - 5   # NDRPDR sel
1055         - 6   # NDRPDR sel
1056         - 7   # NDRPDR sel
1057         - 9   # NDRPDR sel
1058         - 10  # NDRPDR sel
1059         - 11  # NDRPDR sel
1060         - 12  # NDRPDR sel
1061
1062     vpp-performance-changes-3n-tsh-h1:
1063       csit-vpp-perf-report-iterative-2005-3n-tsh:
1064         - 28  # NDRPDR sel 2001.0-4
1065         - 29  # NDRPDR sel 2001.0-4
1066         - 31  # NDRPDR sel 2001.0-4
1067     vpp-performance-changes-3n-tsh-ref:
1068       csit-vpp-perf-report-iterative-2005-3n-tsh:
1069         - 23  # NDRPDR sel env 4
1070         - 25  # NDRPDR sel env 4
1071         - 33  # NDRPDR sel env 4
1072         - 34  # NDRPDR sel env 4
1073         - 35  # NDRPDR sel env 4
1074         - 36  # NDRPDR sel env 4
1075         - 37  # NDRPDR sel env 4
1076         - 38  # NDRPDR sel env 4
1077         - 39  # NDRPDR sel env 4
1078         - 40  # NDRPDR sel env 4
1079     vpp-performance-changes-3n-tsh-cmp:
1080       # TODO: Replace:
1081       # csit-vpp-perf-report-iterative-2009-3n-tsh:
1082       csit-vpp-perf-report-iterative-2005-3n-tsh:
1083         - 23  # NDRPDR sel env 4
1084         - 25  # NDRPDR sel env 4
1085         - 33  # NDRPDR sel env 4
1086         - 34  # NDRPDR sel env 4
1087         - 35  # NDRPDR sel env 4
1088         - 36  # NDRPDR sel env 4
1089         - 37  # NDRPDR sel env 4
1090         - 38  # NDRPDR sel env 4
1091         - 39  # NDRPDR sel env 4
1092         - 40  # NDRPDR sel env 4
1093
1094     vpp-soak-vs-ndr-2n-skx-ref:
1095       # TODO: Replace:
1096       # csit-vpp-perf-report-iterative-2009-2n-skx:
1097       csit-vpp-perf-report-iterative-2005-2n-skx:
1098         - 88  # NDRPDR sel env 4
1099         - 89  # NDRPDR sel env 4
1100         - 90  # NDRPDR sel env 4
1101         - 91  # NDRPDR sel env 4
1102         - 92  # NDRPDR sel env 4
1103         - 93  # NDRPDR sel env 4
1104         - 94  # NDRPDR sel env 4
1105         - 125 # NDRPDR sel env 4
1106         - 126 # NDRPDR sel env 4
1107         - 127 # NDRPDR sel env 4
1108     vpp-soak-vs-ndr-2n-skx-cmp:
1109       # TODO: Replace:
1110       # csit-vpp-perf-report-iterative-2009-2n-skx:
1111       csit-vpp-perf-report-iterative-2005-2n-skx:
1112         - 122 # Soak
1113         - 123 # Soak
1114     vpp-soak-vs-ndr-2n-skx:
1115       # TODO: Replace:
1116       # csit-vpp-perf-report-iterative-2009-2n-skx:
1117       csit-vpp-perf-report-iterative-2005-2n-skx:
1118         - 88  # NDRPDR sel env 4
1119         - 89  # NDRPDR sel env 4
1120         - 90  # NDRPDR sel env 4
1121         - 91  # NDRPDR sel env 4
1122         - 92  # NDRPDR sel env 4
1123         - 93  # NDRPDR sel env 4
1124         - 94  # NDRPDR sel env 4
1125         - 125 # NDRPDR sel env 4
1126         - 126 # NDRPDR sel env 4
1127         - 127 # NDRPDR sel env 4
1128         - 122 # Soak
1129         - 123 # Soak
1130
1131     vpp-soak-vs-ndr-2n-clx-ref:
1132       # TODO: Replace:
1133       # csit-vpp-perf-report-iterative-2009-2n-clx:
1134       csit-vpp-perf-report-iterative-2005-2n-clx:
1135         - 62  # NDRPDR sel env 4
1136         - 63  # NDRPDR sel env 4
1137         - 64  # NDRPDR sel env 4
1138         - 65  # NDRPDR sel env 4
1139         - 66  # NDRPDR sel env 4
1140         - 68  # NDRPDR sel env 4
1141         - 69  # NDRPDR sel env 4
1142         - 70  # NDRPDR sel env 4
1143         - 103 # NDRPDR sel env 4
1144         - 104 # NDRPDR sel env 4
1145     vpp-soak-vs-ndr-2n-clx-cmp:
1146       # TODO: Replace:
1147       # csit-vpp-perf-report-iterative-2009-2n-clx:
1148       csit-vpp-perf-report-iterative-2005-2n-clx:
1149         - 101 # Soak
1150         - 102 # Soak
1151     vpp-soak-vs-ndr-2n-clx:
1152       # TODO: Replace:
1153       # csit-vpp-perf-report-iterative-2009-2n-clx:
1154       csit-vpp-perf-report-iterative-2005-2n-clx:
1155         - 62  # NDRPDR sel env 4
1156         - 63  # NDRPDR sel env 4
1157         - 64  # NDRPDR sel env 4
1158         - 65  # NDRPDR sel env 4
1159         - 66  # NDRPDR sel env 4
1160         - 68  # NDRPDR sel env 4
1161         - 69  # NDRPDR sel env 4
1162         - 70  # NDRPDR sel env 4
1163         - 103 # NDRPDR sel env 4
1164         - 104 # NDRPDR sel env 4
1165         - 101 # Soak
1166         - 102 # Soak
1167
1168     vpp-performance-changes-3n-hsw-mrr-h1:
1169       csit-vpp-perf-verify-2001-3n-hsw:
1170         - 17  # MRR sel
1171     vpp-performance-changes-3n-hsw-mrr-ref:
1172       csit-vpp-perf-report-iterative-2005-3n-hsw:
1173         - 30  # MRR env 4
1174     vpp-performance-changes-3n-hsw-mrr-cmp:
1175       # TODO: Replace:
1176       # csit-vpp-perf-report-iterative-2009-3n-hsw:
1177       csit-vpp-perf-report-iterative-2005-3n-hsw:
1178         - 30  # MRR env 4
1179
1180     vpp-performance-changes-3n-skx-mrr-h1:
1181       csit-vpp-perf-verify-2001-3n-skx:
1182         - 50  # MRR sel
1183         - 53  # MRR sel addition
1184     vpp-performance-changes-3n-skx-mrr-ref:
1185       csit-vpp-perf-report-iterative-2005-3n-skx:
1186         - 49  # MRR sel env 4
1187     vpp-performance-changes-3n-skx-mrr-cmp:
1188       # TODO: Replace:
1189       # csit-vpp-perf-report-iterative-2009-3n-skx:
1190       csit-vpp-perf-report-iterative-2005-3n-skx:
1191         - 49  # MRR sel env 4
1192
1193     vpp-performance-changes-2n-skx-mrr-h1:
1194       csit-vpp-perf-verify-2001-2n-skx:
1195         - 101 # MRR sel
1196         - 128 # MRR sel addition
1197     vpp-performance-changes-2n-skx-mrr-ref:
1198       csit-vpp-perf-report-iterative-2005-2n-skx:
1199         - 99  # MRR sel env 4
1200     vpp-performance-changes-2n-skx-mrr-cmp:
1201       # TODO: Replace:
1202       # csit-vpp-perf-report-iterative-2009-2n-skx:
1203       csit-vpp-perf-report-iterative-2005-2n-skx:
1204         - 99  # MRR sel env 4
1205
1206     vpp-performance-changes-2n-clx-mrr-h1:
1207       csit-vpp-perf-verify-2001-2n-clx:
1208         - 39  # MRR
1209     vpp-performance-changes-2n-clx-mrr-ref:
1210       csit-vpp-perf-report-iterative-2005-2n-clx:
1211         - 72   # MRR sel env 4
1212     vpp-performance-changes-2n-clx-mrr-cmp:
1213       # TODO: Replace:
1214       # csit-vpp-perf-report-iterative-2009-2n-clx:
1215       csit-vpp-perf-report-iterative-2005-2n-clx:
1216         - 72   # MRR sel env 4
1217
1218 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1219 #      csit-vpp-perf-verify-1908-2n-skx:
1220 #        - 71  # NFV MRR
1221 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1222 #      # csit-vpp-perf-verify-2001-2n-skx:
1223 #      csit-vpp-perf-verify-1908-2n-skx:
1224 #        - 71  # NFV MRR
1225
1226     vpp-performance-changes-2n-dnv-mrr-h1:
1227       csit-vpp-perf-verify-2001-2n-dnv:
1228         - 12  # MRR sel
1229     vpp-performance-changes-2n-dnv-mrr-ref:
1230       csit-vpp-perf-report-iterative-2005-2n-dnv:
1231         - 15  # MRR sel
1232     vpp-performance-changes-2n-dnv-mrr-cmp:
1233       # TODO: Replace:
1234       # csit-vpp-perf-report-iterative-2009-2n-dnv:
1235       csit-vpp-perf-report-iterative-2005-2n-dnv:
1236         - 15  # MRR sel
1237
1238     vpp-performance-changes-3n-dnv-mrr-h1:
1239       csit-vpp-perf-verify-2001-3n-dnv:
1240         - 11  # MRR sel
1241     vpp-performance-changes-3n-dnv-mrr-ref:
1242       csit-vpp-perf-report-iterative-2005-3n-dnv:
1243         - 8   # MRR
1244     vpp-performance-changes-3n-dnv-mrr-cmp:
1245       # TODO: Replace:
1246       # csit-vpp-perf-report-iterative-2009-3n-dnv:
1247       csit-vpp-perf-report-iterative-2005-3n-dnv:
1248         - 8   # MRR
1249
1250     vpp-performance-changes-3n-tsh-mrr-h1:
1251       csit-vpp-perf-verify-2001-3n-tsh:
1252         - 9   # MRR sel
1253     vpp-performance-changes-3n-tsh-mrr-ref:
1254       csit-vpp-perf-report-iterative-2005-3n-tsh:
1255         - 27  # MRR sel env 4
1256     vpp-performance-changes-3n-tsh-mrr-cmp:
1257       # TODO: Replace:
1258       # csit-vpp-perf-report-iterative-2009-3n-tsh:
1259       csit-vpp-perf-report-iterative-2005-3n-tsh:
1260         - 27  # MRR sel env 4
1261
1262     dpdk-performance-changes-3n-hsw-h1:
1263       csit-dpdk-perf-verify-2001-3n-hsw:
1264         - 4   # NDRPDR sel
1265         - 5   # NDRPDR sel
1266         - 6   # NDRPDR sel
1267         - 7   # NDRPDR sel
1268         - 8   # NDRPDR sel
1269         - 9   # NDRPDR sel
1270         - 10  # NDRPDR sel
1271         - 11  # NDRPDR sel
1272         - 12  # NDRPDR sel
1273         - 13  # NDRPDR sel
1274         - 15  # NDRPDR sel
1275         - 16  # NDRPDR sel
1276         - 17  # NDRPDR sel
1277         - 18  # NDRPDR sel
1278         - 19  # NDRPDR sel
1279         - 20  # NDRPDR sel
1280         - 21  # NDRPDR sel
1281         - 22  # NDRPDR sel
1282         - 23  # NDRPDR sel
1283         - 24  # NDRPDR sel
1284     dpdk-performance-changes-3n-hsw-ref:
1285       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1286         - 25  # NDRPDR iter
1287         - 26  # NDRPDR iter
1288         - 27  # NDRPDR iter
1289         - 28  # NDRPDR iter
1290         - 29  # NDRPDR iter
1291         - 30  # NDRPDR iter
1292         - 31  # NDRPDR iter
1293         - 32  # NDRPDR iter
1294         - 33  # NDRPDR iter
1295         - 34  # NDRPDR iter
1296     dpdk-performance-changes-3n-hsw-cmp:
1297       # TODO: Replace:
1298       # csit-dpdk-perf-report-iterative-2009-3n-hsw:
1299       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1300         - 25  # NDRPDR iter
1301         - 26  # NDRPDR iter
1302         - 27  # NDRPDR iter
1303         - 28  # NDRPDR iter
1304         - 29  # NDRPDR iter
1305         - 30  # NDRPDR iter
1306         - 31  # NDRPDR iter
1307         - 32  # NDRPDR iter
1308         - 33  # NDRPDR iter
1309         - 34  # NDRPDR iter
1310
1311     dpdk-performance-changes-3n-skx-h1:
1312       csit-dpdk-perf-verify-2001-3n-skx:
1313         - 29  # NDRPDR sel xxv710
1314         - 33  # NDRPDR sel xxv710
1315         - 34  # NDRPDR sel xxv710
1316         - 35  # NDRPDR sel xxv710
1317         - 36  # NDRPDR sel xxv710
1318         - 37  # NDRPDR sel xxv710
1319         - 41  # NDRPDR sel xxv710
1320         - 42  # NDRPDR sel xxv710
1321         - 43  # NDRPDR sel xxv710
1322         - 45  # NDRPDR sel xxv710
1323         - 30  # NDRPDR sel x710
1324         - 31  # NDRPDR sel x710
1325         - 32  # NDRPDR sel x710
1326         - 38  # NDRPDR sel x710
1327         - 39  # NDRPDR sel x710
1328         - 40  # NDRPDR sel x710
1329         - 44  # NDRPDR sel x710
1330         - 46  # NDRPDR sel x710
1331         - 47  # NDRPDR sel x710
1332         - 48  # NDRPDR sel x710
1333     dpdk-performance-changes-3n-skx-ref:
1334       csit-dpdk-perf-report-iterative-2005-3n-skx:
1335         - 28  # NDRPDR iter
1336         - 29  # NDRPDR iter
1337         - 30  # NDRPDR iter
1338         - 31  # NDRPDR iter
1339         - 32  # NDRPDR iter
1340         - 33  # NDRPDR iter
1341         - 34  # NDRPDR iter
1342         - 35  # NDRPDR iter
1343         - 36  # NDRPDR iter
1344         - 37  # NDRPDR iter
1345     dpdk-performance-changes-3n-skx-cmp:
1346       # TODO: Replace:
1347       # csit-dpdk-perf-report-iterative-2009-3n-skx:
1348       csit-dpdk-perf-report-iterative-2005-3n-skx:
1349         - 28  # NDRPDR iter
1350         - 29  # NDRPDR iter
1351         - 30  # NDRPDR iter
1352         - 31  # NDRPDR iter
1353         - 32  # NDRPDR iter
1354         - 33  # NDRPDR iter
1355         - 34  # NDRPDR iter
1356         - 35  # NDRPDR iter
1357         - 36  # NDRPDR iter
1358         - 37  # NDRPDR iter
1359
1360     dpdk-performance-changes-2n-skx-h1:
1361       csit-dpdk-perf-verify-2001-2n-skx:
1362         - 35  # NDRPDR sel xxv710
1363         - 36  # NDRPDR sel xxv710
1364         - 37  # NDRPDR sel xxv710
1365         - 41  # NDRPDR sel xxv710
1366         - 42  # NDRPDR sel xxv710
1367         - 43  # NDRPDR sel xxv710
1368         - 46  # NDRPDR sel xxv710
1369         - 47  # NDRPDR sel xxv710
1370         - 52  # NDRPDR sel xxv710
1371         - 53  # NDRPDR sel xxv710
1372         - 38  # NDRPDR sel x710
1373         - 39  # NDRPDR sel x710
1374         - 40  # NDRPDR sel x710
1375         - 44  # NDRPDR sel x710
1376         - 45  # NDRPDR sel x710
1377         - 48  # NDRPDR sel x710
1378         - 49  # NDRPDR sel x710
1379         - 50  # NDRPDR sel x710
1380         - 51  # NDRPDR sel x710
1381         - 54  # NDRPDR sel x710
1382     dpdk-performance-changes-2n-skx-ref:
1383       csit-dpdk-perf-report-iterative-2005-2n-skx:
1384         - 20  # NDRPDR iter
1385         - 21  # NDRPDR iter
1386         - 22  # NDRPDR iter
1387         - 23  # NDRPDR iter
1388         - 24  # NDRPDR iter
1389         - 25  # NDRPDR iter
1390         - 26  # NDRPDR iter
1391         - 27  # NDRPDR iter
1392         - 28  # NDRPDR iter
1393         - 29  # NDRPDR iter
1394     dpdk-performance-changes-2n-skx-cmp:
1395       # TODO: Replace:
1396       # csit-dpdk-perf-report-iterative-2009-2n-skx:
1397       csit-dpdk-perf-report-iterative-2005-2n-skx:
1398         - 20  # NDRPDR iter
1399         - 21  # NDRPDR iter
1400         - 22  # NDRPDR iter
1401         - 23  # NDRPDR iter
1402         - 24  # NDRPDR iter
1403         - 25  # NDRPDR iter
1404         - 26  # NDRPDR iter
1405         - 27  # NDRPDR iter
1406         - 28  # NDRPDR iter
1407         - 29  # NDRPDR iter
1408
1409     dpdk-performance-changes-2n-clx-h1:
1410       csit-dpdk-perf-verify-2001-2n-clx:
1411         - 15  # NDRPDR sel
1412         - 16  # NDRPDR sel
1413         - 17  # NDRPDR sel
1414         - 18  # NDRPDR sel
1415         - 19  # NDRPDR sel
1416         - 20  # NDRPDR sel
1417         - 21  # NDRPDR sel
1418         - 22  # NDRPDR sel
1419         - 23  # NDRPDR sel
1420         - 24  # NDRPDR sel
1421         - 25  # NDRPDR sel
1422         - 26  # NDRPDR sel
1423         - 27  # NDRPDR sel
1424         - 28  # NDRPDR sel
1425         - 29  # NDRPDR sel
1426         - 30  # NDRPDR sel
1427         - 31  # NDRPDR sel
1428         - 32  # NDRPDR sel
1429         - 33  # NDRPDR sel
1430         - 34  # NDRPDR sel
1431     dpdk-performance-changes-2n-clx-ref:
1432       csit-dpdk-perf-report-iterative-2005-2n-clx:
1433         - 20  # NDRPDR iter
1434         - 21  # NDRPDR iter
1435         - 22  # NDRPDR iter
1436         - 23  # NDRPDR iter
1437         - 24  # NDRPDR iter
1438         - 25  # NDRPDR iter
1439         - 26  # NDRPDR iter
1440         - 27  # NDRPDR iter
1441         - 28  # NDRPDR iter
1442         - 29  # NDRPDR iter
1443     dpdk-performance-changes-2n-clx-cmp:
1444       # TODO: Replace:
1445       # csit-dpdk-perf-report-iterative-2009-2n-clx:
1446       csit-dpdk-perf-report-iterative-2005-2n-clx:
1447         - 20  # NDRPDR iter
1448         - 21  # NDRPDR iter
1449         - 22  # NDRPDR iter
1450         - 23  # NDRPDR iter
1451         - 24  # NDRPDR iter
1452         - 25  # NDRPDR iter
1453         - 26  # NDRPDR iter
1454         - 27  # NDRPDR iter
1455         - 28  # NDRPDR iter
1456         - 29  # NDRPDR iter
1457
1458     dpdk-performance-changes-2n-dnv-h1:
1459       csit-dpdk-perf-verify-2001-2n-dnv:
1460         - 9   # NDRPDR sel
1461         - 10  # NDRPDR sel
1462         - 11  # NDRPDR sel
1463         - 12  # NDRPDR sel
1464         - 13  # NDRPDR sel
1465         - 14  # NDRPDR sel
1466         - 15  # NDRPDR sel
1467         - 16  # NDRPDR sel
1468         - 17  # NDRPDR sel
1469         - 18  # NDRPDR sel
1470     dpdk-performance-changes-2n-dnv-ref:
1471       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1472         - 8   # NDRPDR sel
1473         - 9   # NDRPDR sel
1474         - 10  # NDRPDR sel
1475         - 11  # NDRPDR sel
1476         - 12  # NDRPDR sel
1477         - 13  # NDRPDR sel
1478         - 14  # NDRPDR sel
1479         - 15  # NDRPDR sel
1480         - 16  # NDRPDR sel
1481         - 17  # NDRPDR sel
1482     dpdk-performance-changes-2n-dnv-cmp:
1483       # TODO: Replace:
1484       # csit-dpdk-perf-report-iterative-2009-2n-dnv:
1485       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1486         - 8   # NDRPDR sel
1487         - 9   # NDRPDR sel
1488         - 10  # NDRPDR sel
1489         - 11  # NDRPDR sel
1490         - 12  # NDRPDR sel
1491         - 13  # NDRPDR sel
1492         - 14  # NDRPDR sel
1493         - 15  # NDRPDR sel
1494         - 16  # NDRPDR sel
1495         - 17  # NDRPDR sel
1496
1497     dpdk-performance-changes-3n-dnv-h1:
1498       csit-dpdk-perf-verify-2001-3n-dnv:
1499         - 12  # NDRPDR sel
1500         - 13  # NDRPDR sel
1501         - 14  # NDRPDR sel
1502         - 15  # NDRPDR sel
1503         - 16  # NDRPDR sel
1504         - 17  # NDRPDR sel
1505         - 18  # NDRPDR sel
1506         - 19  # NDRPDR sel
1507         - 20  # NDRPDR sel
1508         - 22  # NDRPDR sel
1509     dpdk-performance-changes-3n-dnv-ref:
1510       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1511         - 6   # NDRPDR sel
1512         - 7   # NDRPDR sel
1513         - 8   # NDRPDR sel
1514         - 9   # NDRPDR sel
1515         - 10  # NDRPDR sel
1516         - 11  # NDRPDR sel
1517         - 12  # NDRPDR sel
1518         - 13  # NDRPDR sel
1519         - 14  # NDRPDR sel
1520         - 16  # NDRPDR sel
1521     dpdk-performance-changes-3n-dnv-cmp:
1522       # TODO: Replace:
1523       # csit-dpdk-perf-report-iterative-2009-3n-dnv:
1524       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1525         - 6   # NDRPDR sel
1526         - 7   # NDRPDR sel
1527         - 8   # NDRPDR sel
1528         - 9   # NDRPDR sel
1529         - 10  # NDRPDR sel
1530         - 11  # NDRPDR sel
1531         - 12  # NDRPDR sel
1532         - 13  # NDRPDR sel
1533         - 14  # NDRPDR sel
1534         - 16  # NDRPDR sel
1535
1536     dpdk-performance-changes-3n-tsh-h1:
1537       csit-dpdk-perf-verify-2001-3n-tsh:
1538         - 3   # NDRPDR sel
1539         - 4   # NDRPDR sel
1540         - 5   # NDRPDR sel
1541         - 9   # NDRPDR sel
1542         - 10  # NDRPDR sel
1543         - 11  # NDRPDR sel
1544         - 12  # NDRPDR sel
1545         - 14  # NDRPDR sel
1546         - 15  # NDRPDR sel
1547         - 18  # NDRPDR sel
1548     dpdk-performance-changes-3n-tsh-ref:
1549       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1550         - 5   # NDRPDR sel
1551     dpdk-performance-changes-3n-tsh-cmp:
1552       # TODO: Replace:
1553       # csit-dpdk-perf-report-iterative-2009-3n-tsh:
1554       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1555         - 5   # NDRPDR sel
1556
1557     # Compare testbeds
1558
1559     vpp-compare-testbeds-ref:
1560       # TODO: Replace:
1561       # csit-vpp-perf-report-iterative-2009-3n-hsw:
1562       csit-vpp-perf-report-iterative-2005-3n-hsw:
1563         - 20  # NDRPDR sel env 4
1564         - 21  # NDRPDR sel env 4
1565         - 22  # NDRPDR sel env 4
1566         - 23  # NDRPDR sel env 4
1567         - 24  # NDRPDR sel env 4
1568         - 25  # NDRPDR sel env 4
1569         - 26  # NDRPDR sel env 4
1570         - 27  # NDRPDR sel env 4
1571         - 28  # NDRPDR sel env 4
1572         - 29  # NDRPDR sel env 4
1573     vpp-compare-testbeds-cmp:
1574       # TODO: Replace:
1575       # csit-vpp-perf-report-iterative-2009-3n-skx:
1576       csit-vpp-perf-report-iterative-2005-3n-skx:
1577         - 42  # NDRPDR sel env 4
1578         - 43  # NDRPDR sel env 4
1579         - 44  # NDRPDR sel env 4
1580         - 45  # NDRPDR sel env 4
1581         - 47  # NDRPDR sel env 4
1582         - 55  # NDRPDR sel env 4
1583         - 56  # NDRPDR sel env 4
1584         - 57  # NDRPDR sel env 4
1585         - 61  # NDRPDR sel env 4
1586         - 62  # NDRPDR sel env 4
1587
1588     vpp-compare-testbeds-skx-clx-ref:
1589       # TODO: Replace:
1590       # csit-vpp-perf-report-iterative-2009-2n-skx:
1591       csit-vpp-perf-report-iterative-2005-2n-skx:
1592         - 88  # NDRPDR sel env 4
1593         - 89  # NDRPDR sel env 4
1594         - 90  # NDRPDR sel env 4
1595         - 91  # NDRPDR sel env 4
1596         - 92  # NDRPDR sel env 4
1597         - 93  # NDRPDR sel env 4
1598         - 94  # NDRPDR sel env 4
1599         - 125 # NDRPDR sel env 4
1600         - 126 # NDRPDR sel env 4
1601         - 127 # NDRPDR sel env 4
1602     vpp-compare-testbeds-skx-clx-cmp:
1603       # TODO: Replace:
1604       # csit-vpp-perf-report-iterative-2009-2n-clx:
1605       csit-vpp-perf-report-iterative-2005-2n-clx:
1606         - 62  # NDRPDR sel env 4
1607         - 63  # NDRPDR sel env 4
1608         - 64  # NDRPDR sel env 4
1609         - 65  # NDRPDR sel env 4
1610         - 66  # NDRPDR sel env 4
1611         - 68  # NDRPDR sel env 4
1612         - 69  # NDRPDR sel env 4
1613         - 70  # NDRPDR sel env 4
1614         - 103 # NDRPDR sel env 4
1615         - 104 # NDRPDR sel env 4
1616
1617     vpp-compare-testbeds-hsw-clx-ref:
1618       # TODO: Replace:
1619       # csit-vpp-perf-report-iterative-2009-3n-hsw:
1620       csit-vpp-perf-report-iterative-2005-3n-hsw:
1621         - 20  # NDRPDR sel env 4
1622         - 21  # NDRPDR sel env 4
1623         - 22  # NDRPDR sel env 4
1624         - 23  # NDRPDR sel env 4
1625         - 24  # NDRPDR sel env 4
1626         - 25  # NDRPDR sel env 4
1627         - 26  # NDRPDR sel env 4
1628         - 27  # NDRPDR sel env 4
1629         - 28  # NDRPDR sel env 4
1630         - 29  # NDRPDR sel env 4
1631     vpp-compare-testbeds-hsw-clx-cmp:
1632       # TODO: Replace:
1633       # csit-vpp-perf-report-iterative-2009-2n-clx:
1634       csit-vpp-perf-report-iterative-2005-2n-clx:
1635         - 62  # NDRPDR sel env 4
1636         - 63  # NDRPDR sel env 4
1637         - 64  # NDRPDR sel env 4
1638         - 65  # NDRPDR sel env 4
1639         - 66  # NDRPDR sel env 4
1640         - 68  # NDRPDR sel env 4
1641         - 69  # NDRPDR sel env 4
1642         - 70  # NDRPDR sel env 4
1643         - 103 # NDRPDR sel env 4
1644         - 104 # NDRPDR sel env 4
1645
1646     vpp-compare-testbeds-mrr-ref:
1647       # TODO: Replace:
1648       # csit-vpp-perf-report-iterative-2009-3n-hsw:
1649       csit-vpp-perf-report-iterative-2005-3n-hsw:
1650         - 30  # MRR env 4
1651     vpp-compare-testbeds-mrr-cmp:
1652       # TODO: Replace:
1653       # csit-vpp-perf-report-iterative-2009-3n-skx:
1654       csit-vpp-perf-report-iterative-2005-3n-skx:
1655         - 49  # MRR sel env 4
1656
1657     vpp-compare-testbeds-mrr-skx-clx-ref:
1658       # TODO: Replace:
1659       # csit-vpp-perf-report-iterative-2009-2n-skx:
1660       csit-vpp-perf-report-iterative-2005-2n-skx:
1661         - 99  # MRR sel env 4
1662     vpp-compare-testbeds-mrr-skx-clx-cmp:
1663       # TODO: Replace:
1664       # csit-vpp-perf-report-iterative-2009-2n-clx:
1665       csit-vpp-perf-report-iterative-2005-2n-clx:
1666         - 72  # MRR env 4
1667
1668     vpp-compare-testbeds-mrr-hsw-clx-ref:
1669       # TODO: Replace:
1670       # csit-vpp-perf-report-iterative-2009-3n-hsw:
1671       csit-vpp-perf-report-iterative-2005-3n-hsw:
1672         - 30  # MRR env 4
1673     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1674       # TODO: Replace:
1675       # csit-vpp-perf-report-iterative-2009-2n-clx:
1676       csit-vpp-perf-report-iterative-2005-2n-clx:
1677         - 72  # MRR env 4
1678
1679     dpdk-compare-testbeds-ref:
1680       # TODO: Replace:
1681       # csit-dpdk-perf-report-iterative-2009-3n-hsw:
1682       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1683         - 25  # NDRPDR iter
1684         - 26  # NDRPDR iter
1685         - 27  # NDRPDR iter
1686         - 28  # NDRPDR iter
1687         - 29  # NDRPDR iter
1688         - 30  # NDRPDR iter
1689         - 31  # NDRPDR iter
1690         - 32  # NDRPDR iter
1691         - 33  # NDRPDR iter
1692         - 34  # NDRPDR iter
1693     dpdk-compare-testbeds-cmp:
1694       # TODO: Replace:
1695       # csit-dpdk-perf-report-iterative-2009-3n-skx:
1696       csit-dpdk-perf-report-iterative-2005-3n-skx:
1697         - 28  # NDRPDR iter
1698         - 29  # NDRPDR iter
1699         - 30  # NDRPDR iter
1700         - 31  # NDRPDR iter
1701         - 32  # NDRPDR iter
1702         - 33  # NDRPDR iter
1703         - 34  # NDRPDR iter
1704         - 35  # NDRPDR iter
1705         - 36  # NDRPDR iter
1706         - 37  # NDRPDR iter
1707
1708     dpdk-compare-testbeds-skx-clx-ref:
1709       # TODO: Replace:
1710       # csit-dpdk-perf-report-iterative-2009-2n-skx:
1711       csit-dpdk-perf-report-iterative-2005-2n-skx:
1712         - 20  # NDRPDR iter
1713         - 21  # NDRPDR iter
1714         - 22  # NDRPDR iter
1715         - 23  # NDRPDR iter
1716         - 24  # NDRPDR iter
1717         - 25  # NDRPDR iter
1718         - 26  # NDRPDR iter
1719         - 27  # NDRPDR iter
1720         - 28  # NDRPDR iter
1721         - 29  # NDRPDR iter
1722     dpdk-compare-testbeds-skx-clx-cmp:
1723       # TODO: Replace:
1724       # csit-dpdk-perf-report-iterative-2009-2n-clx:
1725       csit-dpdk-perf-report-iterative-2005-2n-clx:
1726         - 20  # NDRPDR iter
1727         - 21  # NDRPDR iter
1728         - 22  # NDRPDR iter
1729         - 23  # NDRPDR iter
1730         - 24  # NDRPDR iter
1731         - 25  # NDRPDR iter
1732         - 26  # NDRPDR iter
1733         - 27  # NDRPDR iter
1734         - 28  # NDRPDR iter
1735         - 29  # NDRPDR iter
1736
1737     # Compare topologies
1738
1739     vpp-compare-topologies-ref:
1740       # TODO: Replace:
1741       # csit-vpp-perf-report-iterative-2009-3n-skx:
1742       csit-vpp-perf-report-iterative-2005-3n-skx:
1743         - 42  # NDRPDR sel env 4
1744         - 43  # NDRPDR sel env 4
1745         - 44  # NDRPDR sel env 4
1746         - 45  # NDRPDR sel env 4
1747         - 47  # NDRPDR sel env 4
1748         - 55  # NDRPDR sel env 4
1749         - 56  # NDRPDR sel env 4
1750         - 57  # NDRPDR sel env 4
1751         - 61  # NDRPDR sel env 4
1752         - 62  # NDRPDR sel env 4
1753     vpp-compare-topologies-cmp:
1754       # TODO: Replace:
1755       # csit-vpp-perf-report-iterative-2009-2n-skx:
1756       csit-vpp-perf-report-iterative-2005-2n-skx:
1757         - 88  # NDRPDR sel env 4
1758         - 89  # NDRPDR sel env 4
1759         - 90  # NDRPDR sel env 4
1760         - 91  # NDRPDR sel env 4
1761         - 92  # NDRPDR sel env 4
1762         - 93  # NDRPDR sel env 4
1763         - 94  # NDRPDR sel env 4
1764         - 125 # NDRPDR sel env 4
1765         - 126 # NDRPDR sel env 4
1766         - 127 # NDRPDR sel env 4
1767
1768     vpp-compare-topologies-mrr-ref:
1769       # TODO: Replace:
1770       # csit-vpp-perf-report-iterative-2009-3n-skx:
1771       csit-vpp-perf-report-iterative-2005-3n-skx:
1772         - 49  # MRR sel env 4
1773     vpp-compare-topologies-mrr-cmp:
1774       # TODO: Replace:
1775       # csit-vpp-perf-report-iterative-2009-2n-skx:
1776       csit-vpp-perf-report-iterative-2005-2n-skx:
1777         - 99  # MRR sel env 4
1778
1779     dpdk-compare-topologies-ref:
1780       # TODO: Replace:
1781       # csit-dpdk-perf-report-iterative-2009-3n-skx:
1782       csit-dpdk-perf-report-iterative-2005-3n-skx:
1783         - 28  # NDRPDR iter
1784         - 29  # NDRPDR iter
1785         - 30  # NDRPDR iter
1786         - 31  # NDRPDR iter
1787         - 32  # NDRPDR iter
1788         - 33  # NDRPDR iter
1789         - 34  # NDRPDR iter
1790         - 35  # NDRPDR iter
1791         - 36  # NDRPDR iter
1792         - 37  # NDRPDR iter
1793     dpdk-compare-topologies-cmp:
1794       # TODO: Replace:
1795       # csit-dpdk-perf-report-iterative-2009-2n-skx:
1796       csit-dpdk-perf-report-iterative-2005-2n-skx:
1797         - 20  # NDRPDR iter
1798         - 21  # NDRPDR iter
1799         - 22  # NDRPDR iter
1800         - 23  # NDRPDR iter
1801         - 24  # NDRPDR iter
1802         - 25  # NDRPDR iter
1803         - 26  # NDRPDR iter
1804         - 27  # NDRPDR iter
1805         - 28  # NDRPDR iter
1806         - 29  # NDRPDR iter
1807
1808   plot-layouts:
1809
1810     plot-soak-throughput:
1811       titlefont:
1812         size: 18
1813       xaxis:
1814         title: "<b>Test Cases [Index]</b>"
1815         titlefont:
1816           size: 16
1817         autorange: True
1818         fixedrange: False
1819         gridcolor: "rgb(230, 230, 230)"
1820         linecolor: "rgb(220, 220, 220)"
1821         linewidth: 1
1822         showgrid: True
1823         showline: True
1824         showticklabels: True
1825         tickcolor: "rgb(220, 220, 220)"
1826         tickmode: "linear"
1827         tickfont:
1828           size: 16
1829         zeroline: False
1830       yaxis:
1831         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1832         titlefont:
1833           size: 16
1834         gridcolor: "rgb(230, 230, 230)"
1835         hoverformat: ".4r"
1836         tickformat: ".3r"
1837         linecolor: "rgb(220, 220, 220)"
1838         linewidth: 1
1839         showgrid: True
1840         showline: True
1841         showticklabels: True
1842         tickcolor: "rgb(220, 220, 220)"
1843         tickfont:
1844           size: 16
1845         zeroline: False
1846         range: [0,50]
1847       autosize: False
1848       margin:
1849         t: 50
1850         b: 0
1851         l: 80
1852         r: 20
1853       showlegend: True
1854       legend:
1855         orientation: "h"
1856         font:
1857           size: 16
1858       width: 700
1859       height: 900
1860       paper_bgcolor: "#fff"
1861       plot_bgcolor: "#fff"
1862       hoverlabel:
1863         namelength: -1
1864
1865     plot-service-density:
1866       titlefont:
1867         size: 18
1868       xaxis:
1869         side: "top"
1870         autorange: True
1871         fixedrange: False
1872         showgrid: False
1873         showline: False
1874         showticklabels: False
1875         ticks: ""
1876         ticklen: 0
1877         tickwidth: 0
1878         zeroline: False
1879       yaxis:
1880         autorange: "reversed"
1881         showgrid: False
1882         showline: False
1883         showticklabels: False
1884         ticks: ""
1885         ticklen: 0
1886         tickwidth: 0
1887         zeroline: False
1888       showlegend: False
1889       paper_bgcolor: "#fff"
1890       plot_bgcolor: "#fff"
1891       width: 700
1892       height: 700
1893       hoverlabel:
1894         namelength: -1
1895
1896     plot-hoststack:
1897       titlefont:
1898         size: 16
1899       xaxis:
1900         title: "<b>Test Cases [Index]</b>"
1901         titlefont:
1902           size: 14
1903         autorange: True
1904         fixedrange: False
1905         gridcolor: "rgb(230, 230, 230)"
1906         linecolor: "rgb(220, 220, 220)"
1907         linewidth: 1
1908         showgrid: True
1909         showline: True
1910         showticklabels: True
1911         tickcolor: "rgb(220, 220, 220)"
1912         tickmode: "linear"
1913         tickfont:
1914           size: 14
1915         zeroline: False
1916       yaxis:
1917         title: "<b>Bandwidth [Gbps]</b>"
1918         titlefont:
1919           size: 14
1920         gridcolor: "rgb(230, 230, 230)"
1921         hoverformat: ".4s"
1922         linecolor: "rgb(220, 220, 220)"
1923         linewidth: 1
1924         rangemode: "tozero"
1925         showgrid: True
1926         showline: True
1927         showticklabels: True
1928         tickcolor: "rgb(230, 230, 230)"
1929         tickformat: ".3s"
1930         tickfont:
1931           size: 14
1932         zeroline: False
1933       boxmode: "group"
1934       boxgroupgap: 0.5
1935       autosize: False
1936       margin:
1937         t: 50
1938         b: 20
1939         l: 80
1940         r: 20
1941       showlegend: True
1942       legend:
1943         orientation: "h"
1944         font:
1945           size: 14
1946       width: 700
1947       height: 800
1948       paper_bgcolor: "#fff"
1949       plot_bgcolor: "#fff"
1950       hoverlabel:
1951         namelength: -1
1952
1953     plot-throughput:
1954       titlefont:
1955         size: 18
1956       xaxis:
1957         title: "<b>Test Cases [Index]</b>"
1958         titlefont:
1959           size: 16
1960         autorange: True
1961         fixedrange: False
1962         gridcolor: "rgb(230, 230, 230)"
1963         linecolor: "rgb(220, 220, 220)"
1964         linewidth: 1
1965         showgrid: True
1966         showline: True
1967         showticklabels: True
1968         tickcolor: "rgb(220, 220, 220)"
1969         tickmode: "linear"
1970         tickfont:
1971           size: 16
1972         zeroline: False
1973       yaxis:
1974         title: "<b>Packet Throughput [Mpps]</b>"
1975         titlefont:
1976           size: 16
1977         gridcolor: "rgb(230, 230, 230)"
1978         hoverformat: ".4r"
1979         tickformat: ".3r"
1980         linecolor: "rgb(220, 220, 220)"
1981         linewidth: 1
1982         showgrid: True
1983         showline: True
1984         showticklabels: True
1985         tickcolor: "rgb(220, 220, 220)"
1986         tickfont:
1987           size: 16
1988         zeroline: False
1989         range: [0,50]
1990       autosize: False
1991       margin:
1992         t: 50
1993         b: 0
1994         l: 80
1995         r: 20
1996       showlegend: True
1997       legend:
1998         orientation: "h"
1999         font:
2000           size: 16
2001       width: 700
2002       height: 900
2003       paper_bgcolor: "#fff"
2004       plot_bgcolor: "#fff"
2005       hoverlabel:
2006         namelength: -1
2007
2008     plot-throughput-speedup-analysis:
2009       titlefont:
2010         size: 18
2011       xaxis:
2012         title: "<b>Number of Cores [Qty]</b>"
2013         titlefont:
2014           size: 16
2015         autorange: True
2016         fixedrange: False
2017         gridcolor: "rgb(230, 230, 230)"
2018         linecolor: "rgb(220, 220, 220)"
2019         linewidth: 1
2020         showgrid: True
2021         showline: True
2022         showticklabels: True
2023         tickcolor: "rgb(238, 238, 238)"
2024         tickmode: "linear"
2025         tickfont:
2026           size: 16
2027         zeroline: False
2028       yaxis:
2029         title: "<b>Packet Throughput [Mpps]</b>"
2030         titlefont:
2031           size: 16
2032         type: "linear"
2033         gridcolor: "rgb(230, 230, 230)"
2034         hoverformat: ".4s"
2035         linecolor: "rgb(220, 220, 220)"
2036         linewidth: 1
2037         showgrid: True
2038         showline: True
2039         showticklabels: True
2040         tickcolor: "rgb(220, 220, 220)"
2041         tickformat: ".4s"
2042         tickfont:
2043           size: 16
2044         zeroline: True
2045         rangemode: "tozero"
2046         range: [0,100]
2047       legend:
2048         orientation: "h"
2049         font:
2050           size: 16
2051         xanchor: "left"
2052         yanchor: "top"
2053         x: 0
2054         y: -0.2
2055         bgcolor: "rgba(255, 255, 255, 0)"
2056         bordercolor: "rgba(255, 255, 255, 0)"
2057         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2058       autosize: False
2059       margin:
2060           't': 50
2061           'b': 150
2062           'l': 85
2063           'r': 10
2064       showlegend: True
2065       width: 700
2066       height: 700
2067       paper_bgcolor: "#fff"
2068       plot_bgcolor: "#fff"
2069       hoverlabel:
2070         namelength: -1
2071       annotations: [
2072         {
2073           text: "_ _          __          ...",
2074           align: "left",
2075           showarrow: False,
2076           xref: "paper",
2077           yref: "paper",
2078           xanchor: "left",
2079           yanchor: "top",
2080           x: 0,
2081           y: -0.13,
2082           font: {
2083             family: "Consolas, Courier New",
2084             size: 15
2085           },
2086         },
2087         {
2088           text: "    Perfect     Measured     Limit",
2089           align: "left",
2090           showarrow: False,
2091           xref: "paper",
2092           yref: "paper",
2093           xanchor: "left",
2094           yanchor: "top",
2095           x: 0,
2096           y: -0.15,
2097           font: {
2098             family: "Consolas, Courier New",
2099             size: 15
2100           },
2101         },
2102       ]
2103
2104     plot-latency:
2105       titlefont:
2106         size: 18
2107       xaxis:
2108         title: "<b>Direction</b>"
2109         titlefont:
2110           size: 16
2111         autorange: True
2112         fixedrange: False
2113         gridcolor: "rgb(230, 230, 230)"
2114         linecolor: "rgb(220, 220, 220)"
2115         linewidth: 1
2116         showgrid: True
2117         showline: True
2118         showticklabels: False
2119         tickcolor: "rgb(220, 220, 220)"
2120         tickmode: "linear"
2121         tickfont:
2122           size: 16
2123         zeroline: False
2124       yaxis:
2125         title: "<b>Packet Latency [uSec]</b>"
2126         titlefont:
2127           size: 16
2128         type: "linear"
2129         gridcolor: "rgb(230, 230, 230)"
2130         hoverformat: ".4s"
2131         linecolor: "rgb(220, 220, 220)"
2132         linewidth: 1
2133         showgrid: True
2134         showline: True
2135         showticklabels: True
2136         tickcolor: "rgb(220, 220, 220)"
2137         tickformat: ".4s"
2138         tickfont:
2139           size: 16
2140         zeroline: True
2141         rangemode: "tozero"
2142       legend:
2143         orientation: "h"
2144         font:
2145           size: 16
2146         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2147       autosize: False
2148       margin:
2149           't': 50
2150           'b': 150
2151           'l': 80
2152           'r': 10
2153       showlegend: True
2154       width: 700
2155       height: 700
2156       paper_bgcolor: "#fff"
2157       plot_bgcolor: "#fff"
2158       hoverlabel:
2159         namelength: -1
2160
2161     plot-hdrh-latency:
2162       title:
2163         text: ""
2164         xanchor: "center"
2165         x: 0.5
2166         font:
2167           size: 16
2168       width: 700
2169       plot_bgcolor: "white"
2170       annotations:
2171         - font:
2172             size: 14
2173           showarrow: False
2174           text: "<b>Packet Latency [uSec]</b>"
2175           x: 1
2176           xanchor: "right"
2177           xref: "paper"
2178           y: -0.045
2179           yanchor: "top"
2180           yref: "paper"
2181         - font:
2182             size: 14
2183           showarrow: False
2184           text: "<b>Probability [%]</b>"
2185           textangle: 270
2186           x: -0.06
2187           xanchor: "center"
2188           xref: "paper"
2189           y: 0.5
2190           yanchor: "middle"
2191           yref: "paper"
2192         - font:
2193             size: 14
2194           showarrow: False
2195           text: "<b>Direction: E-W</b>"
2196           x: 0.24
2197           xanchor: "center"
2198           xref: "paper"
2199           y: 1.05
2200           yanchor: "bottom"
2201           yref: "paper"
2202         - font:
2203             size: 14
2204           showarrow: False
2205           text: "<b>Direction: W-E</b>"
2206           x: 0.74
2207           xanchor: "center"
2208           xref: "paper"
2209           y: 1.05
2210           yanchor: "bottom"
2211           yref: "paper"
2212
2213     plot-hdrh-latency-percentile:
2214       title:
2215         text: ""
2216         xanchor: "center"
2217         x: 0.5
2218         font:
2219           size: 18
2220       xaxis:
2221         type: "log"
2222         title: "<b>Percentile [%]</b>"
2223         titlefont:
2224           size: 16
2225         autorange: True
2226         fixedrange: False
2227         gridcolor: "rgb(230, 230, 230)"
2228         linecolor: "rgb(220, 220, 220)"
2229         linewidth: 1
2230         showgrid: True
2231         showline: True
2232         showticklabels: True
2233         tickcolor: "rgb(220, 220, 220)"
2234         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2235         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2236         tickfont:
2237           size: 16
2238       yaxis:
2239         title: "<b>Packet Latency [uSec]</b>"
2240         titlefont:
2241           size: 16
2242         gridcolor: "rgb(230, 230, 230)"
2243         linecolor: "rgb(220, 220, 220)"
2244         linewidth: 1
2245         showgrid: True
2246         showline: True
2247         showticklabels: True
2248         tickcolor: "rgb(220, 220, 220)"
2249         tickfont:
2250           size: 16
2251       autosize: False
2252       showlegend: True
2253       legend:
2254         traceorder: "normal"
2255         orientation: "h"
2256         font:
2257           size: 16
2258         xanchor: "left"
2259         yanchor: "top"
2260         x: 0
2261         y: -0.15
2262         bgcolor: "rgba(255, 255, 255, 0)"
2263         bordercolor: "rgba(255, 255, 255, 0)"
2264       width: 700
2265       height: 700
2266       paper_bgcolor: "white"
2267       plot_bgcolor: "white"
2268
2269     plot-hdrh-latency-by-percentile:
2270       title:
2271         text: "<b>Latency by Percentile Distribution</b>"
2272         xanchor: "center"
2273         x: 0.5
2274         font:
2275           size: 18
2276       showlegend: True
2277       legend:
2278         traceorder: "normal"
2279         orientation: "h"
2280         font:
2281           size: 16
2282         xanchor: "left"
2283         yanchor: "top"
2284         x: 0
2285         y: -0.2
2286         bgcolor: "rgba(255, 255, 255, 0)"
2287         bordercolor: "rgba(255, 255, 255, 0)"
2288       xaxis:
2289         type: "linear"
2290         title: "<b>Percentile [%]</b>"
2291         titlefont:
2292           size: 14
2293         autorange: False
2294         fixedrange: False
2295         range: [0, 100]
2296         gridcolor: "rgb(230, 230, 230)"
2297         linecolor: "rgb(220, 220, 220)"
2298         linewidth: 1
2299         showgrid: True
2300         showline: True
2301         showticklabels: True
2302         tickcolor: "rgb(220, 220, 220)"
2303         tickvals: [0, 25, 50, 75, 100]
2304         ticktext: [0, 25, 50, 75, 100]
2305         tickfont:
2306           size: 14
2307       yaxis:
2308         title: "<b>One-Way Latency per Direction [uSec]</b>"
2309         titlefont:
2310           size: 14
2311         gridcolor: "rgb(230, 230, 230)"
2312         linecolor: "rgb(220, 220, 220)"
2313         linewidth: 1
2314         showgrid: True
2315         showline: True
2316         showticklabels: True
2317         tickcolor: "rgb(220, 220, 220)"
2318         tickfont:
2319           size: 14
2320       width: 700
2321       height: 700
2322       paper_bgcolor: "white"
2323       plot_bgcolor: "white"
2324
2325 - type: "static"
2326   src-path: "{DIR[RST]}"
2327   dst-path: "{DIR[WORKING,SRC]}"
2328
2329 - type: "input"
2330   general:
2331     file-name: "output_info.xml.gz"
2332     file-format: ".gz"
2333     arch-file-format:
2334       - ".gz"
2335       - ".zip"
2336     download-path: "{job}/{build}/archives/{filename}"
2337     extract: "output.xml"
2338
2339     zip-file-name: "robot-plugin.zip"
2340     zip-file-format: ".zip"
2341     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2342     zip-extract: "robot-plugin/output.xml"
2343
2344   builds:
2345
2346     csit-vpp-perf-verify-2001-3n-hsw:
2347       - 17  # MRR sel
2348     csit-vpp-perf-report-iterative-2005-3n-hsw:
2349       - 20  # NDRPDR sel env 4
2350       - 21  # NDRPDR sel env 4
2351       - 22  # NDRPDR sel env 4
2352       - 23  # NDRPDR sel env 4
2353       - 24  # NDRPDR sel env 4
2354       - 25  # NDRPDR sel env 4
2355       - 26  # NDRPDR sel env 4
2356       - 27  # NDRPDR sel env 4
2357       - 28  # NDRPDR sel env 4
2358       - 29  # NDRPDR sel env 4
2359       - 13  # MRR
2360       - 30  # MRR env 4
2361       - 31  # NDRPDR sel 2001.0-4
2362       - 32  # NDRPDR sel 2001.0-4
2363       - 33  # NDRPDR sel 2001.0-4
2364       - 34  # NDRPDR sel 2001.0-4
2365       - 35  # NDRPDR sel 2001.0-4
2366       - 36  # NDRPDR sel 2001.0-4
2367       - 38  # NDRPDR sel 2001.0-4
2368     csit-vpp-perf-verify-2005-3n-hsw:
2369       - 3   # hoststack
2370       - 5   # hoststack
2371       - 6   # hoststack
2372       - 7   # hoststack
2373       - 8   # hoststack
2374       - 9   # hoststack
2375       - 10  # hoststack
2376       - 11  # hoststack
2377       - 12  # hoststack
2378       - 13  # hoststack
2379     csit-vpp-perf-report-coverage-2005-3n-hsw:
2380       - 74  # crypto-00
2381       - 75  # crypto-01
2382       - 76  # crypto-02
2383       - 77  # crypto-03
2384       - 78  # ip4-00
2385       - 79  # ip4-01
2386       - 80  # ip4-02
2387       - 81  # ip4-03
2388       - 73  # ip4-04
2389       - 82  # ip4-05
2390       - 83  # ip4-06
2391       - 84  # ip4-07
2392       - 85  # ip4-08
2393       - 86  # ip4tun-00
2394       - 87  # ip4tun-01
2395       - 88  # ip4tun-02
2396       - 89  # ip6-00
2397       - 90  # ip6-01
2398       - 91  # ip6tun-00
2399       - 92  # l2-00
2400       - 93  # l2-01
2401       - 94  # l2-02
2402       - 95  # l2-03
2403       - 96  # l2-04
2404       - 97  # l2-05
2405       - 98  # l2-06
2406       - 99  # l2-07
2407       - 100 # l2-08
2408       - 101 # l2-09
2409       - 102 # l2-10
2410       - 103 # memif-00
2411       - 104 # srv6-00
2412       - 105 # srv6-01
2413       - 106 # vhost-00
2414       - 107 # vhost-01
2415       - 109 # vhost-02
2416     # TODO: Add:
2417     # csit-vpp-perf-report-iterative-2009-3n-hsw:
2418     # TODO: Add:
2419     # csit-vpp-perf-report-coverage-2009-3n-hsw:
2420
2421     # TODO: Add for hoststack:
2422     # csit-vpp-perf-report-iterative-2009-3n-hsw: OR
2423     # csit-vpp-perf-verify-2009-3n-hsw:
2424
2425     csit-vpp-perf-verify-2001-3n-skx:
2426       - 50  # MRR sel
2427       - 53  # MRR sel addition
2428     csit-vpp-perf-report-iterative-2005-3n-skx:
2429       - 4   # NDRPDR sel
2430       - 5   # NDRPDR sel ??? all x710 failed
2431       - 33  # NDRPDR sel
2432       - 28  # NDRPDR sel
2433       - 34  # NDRPDR sel
2434       - 42  # NDRPDR sel env 4
2435       - 43  # NDRPDR sel env 4
2436       - 44  # NDRPDR sel env 4
2437       - 45  # NDRPDR sel env 4
2438       - 47  # NDRPDR sel env 4
2439       - 55  # NDRPDR sel env 4
2440       - 56  # NDRPDR sel env 4
2441       - 57  # NDRPDR sel env 4
2442       - 61  # NDRPDR sel env 4
2443       - 62  # NDRPDR sel env 4
2444       - 50  # NDRPDR sel 2001.0-4
2445       - 51  # NDRPDR sel 2001.0-4
2446       - 52  # NDRPDR sel 2001.0-4
2447       - 53  # NDRPDR sel 2001.0-4
2448       - 54  # NDRPDR sel 2001.0-4
2449       - 49  # MRR sel env 4
2450     csit-vpp-perf-report-coverage-2005-3n-skx:
2451       - 45  # crypto-00
2452       - 46  # crypto-01
2453       - 47  # crypto-02
2454       - 83  # crypto-03
2455       - 50  # ip4-00
2456       - 51  # ip4-01
2457       - 52  # ip4-02
2458       - 53  # ip4-03
2459       - 54  # ip4-04
2460       - 55  # ip4-05
2461       - 56  # ip4-06
2462       - 57  # ip4-07
2463       - 58  # ip4-08
2464       - 59  # ip4tun-00
2465       - 60  # ip4tun-01
2466       - 61  # ip4tun-02
2467       - 62  # ip6-00
2468       - 63  # ip6-01
2469       - 64  # ip6tun-00
2470       - 65  # l2-00
2471       - 66  # l2-01
2472       - 67  # l2-02
2473       - 68  # l2-03
2474       - 69  # l2-04
2475       - 84  # l2-05
2476       - 71  # l2-06
2477       - 72  # l2-07
2478       - 73  # l2-08
2479       - 85  # l2-09
2480       - 75  # l2-10
2481       - 76  # memif-00
2482       - 77  # srv6-00
2483       - 78  # srv6-01
2484       - 88  # vhost-00
2485       - 89  # vhost-01
2486       - 81  # vhost-02
2487       - 83  # vhost-03
2488     # TODO: Add:
2489     # csit-vpp-perf-report-iterative-2009-3n-skx:
2490     # TODO: Add:
2491     # csit-vpp-perf-report-coverage-2009-3n-skx:
2492
2493     csit-vpp-perf-verify-2001-2n-skx:
2494       - 101  # MRR sel - old
2495       - 128  # MRR sel addition - old
2496     csit-vpp-perf-report-iterative-2005-2n-skx:
2497       - 88  # NDRPDR sel env 4
2498       - 89  # NDRPDR sel env 4
2499       - 90  # NDRPDR sel env 4
2500       - 91  # NDRPDR sel env 4
2501       - 92  # NDRPDR sel env 4
2502       - 93  # NDRPDR sel env 4
2503       - 94  # NDRPDR sel env 4
2504       - 125 # NDRPDR sel env 4
2505       - 126 # NDRPDR sel env 4
2506       - 127 # NDRPDR sel env 4
2507       - 100 # NDRPDR sel 2001.0-4
2508       - 101 # NDRPDR sel 2001.0-4
2509       - 102 # NDRPDR sel 2001.0-4
2510       - 103 # NDRPDR sel 2001.0-4
2511       - 104 # NDRPDR sel 2001.0-4
2512       - 105 # NDRPDR sel 2001.0-4
2513       - 99  # MRR sel env 4
2514       - 106 # Reconf env 4
2515       - 107 # Reconf env 4
2516       - 108 # Reconf env 4
2517       - 109 # Reconf env 4
2518       - 110 # Reconf env 4
2519       - 111 # Reconf env 4
2520       - 112 # Reconf env 4
2521       - 118 # Reconf env 4
2522       - 120 # Reconf env 4
2523       - 121 # Reconf env 4
2524       - 122 # Soak
2525       - 123 # Soak
2526       - 113 # nf-density-sel env 4
2527       - 114 # nf-density-sel env 4
2528       - 124 # nf-density-sel env 4
2529       - 128 # nf-density-sel env 4
2530       - 129 # nf-density-sel env 4
2531       - 131 # nf-density-sel env 4
2532       - 132 # nf-density-sel env 4
2533       - 135 # nf-density-sel env 4
2534       - 136 # nf-density-sel env 4
2535       - 139 # nf-density-sel env 4
2536       - 115 # MRR nf-density-sel env 4
2537     csit-vpp-perf-report-coverage-2005-2n-skx:
2538       - 28  # ip4-00
2539       - 29  # ip4-01
2540       - 30  # ip4-02
2541       - 31  # ip4-03
2542       - 32  # ip4-04
2543       - 33  # ip4-05
2544       - 34  # ip6-00
2545       - 35  # ip6-01
2546       - 36  # l2-00
2547       - 37  # l2-01
2548       - 38  # lb-00
2549       - 39  # memif-00
2550       - 40  # vhost-00
2551       - 41  # vhost-01
2552       - 42  # vts-00
2553     # TODO: Add:
2554     # csit-vpp-perf-report-iterative-2009-2n-skx:
2555     # TODO: Add:
2556     # csit-vpp-perf-report-coverage-2009-2n-skx:
2557
2558     csit-vpp-perf-verify-2001-2n-clx:
2559       - 39  # MRR
2560     csit-vpp-perf-report-iterative-2005-2n-clx:
2561       - 62  # NDRPDR sel env 4
2562       - 63  # NDRPDR sel env 4
2563       - 64  # NDRPDR sel env 4
2564       - 65  # NDRPDR sel env 4
2565       - 66  # NDRPDR sel env 4
2566       - 68  # NDRPDR sel env 4
2567       - 69  # NDRPDR sel env 4
2568       - 70  # NDRPDR sel env 4
2569       - 103 # NDRPDR sel env 4
2570       - 104 # NDRPDR sel env 4
2571       - 73  # NDRPDR sel 2001.0-4
2572       - 74  # NDRPDR sel 2001.0-4
2573       - 75  # NDRPDR sel 2001.0-4
2574       - 76  # NDRPDR sel 2001.0-4
2575       - 77  # NDRPDR sel 2001.0-4
2576       - 78  # NDRPDR sel 2001.0-4
2577       - 79  # NDRPDR sel 2001.0-4
2578       - 80  # NDRPDR sel 2001.0-4
2579       - 72  # MRR env 4
2580       - 81  # Reconf env 4
2581       - 82  # Reconf env 4
2582       - 83  # Reconf env 4
2583       - 84  # Reconf env 4
2584       - 85  # Reconf env 4
2585       - 86  # Reconf env 4
2586       - 87  # Reconf env 4
2587       - 88  # Reconf env 4
2588       - 89  # Reconf env 4
2589       - 90  # Reconf env 4
2590       - 101 # Soak
2591       - 102 # Soak
2592       - 91  # nfv-density-00 env 4
2593       - 92  # nfv-density-00 env 4
2594       - 93  # nfv-density-00 env 4
2595       - 97  # nfv-density-00 env 4
2596       - 98  # nfv-density-00 env 4
2597       - 99  # nfv-density-00 env 4
2598       - 100 # nfv-density-00 env 4
2599       - 105 # nfv-density-00 env 4
2600       - 106 # nfv-density-00 env 4
2601       - 108 # nfv-density-00 env 4
2602       - 96  # MRR nfv-density-00 env 4
2603     csit-vpp-perf-report-coverage-2005-2n-clx:
2604       - 24  # ip4-00
2605       - 25  # ip4-01
2606       - 26  # ip4-02
2607       - 27  # ip4-03
2608       - 28  # ip4-04
2609       - 29  # ip4-05
2610       - 34  # ip6-00
2611       - 36  # ip6-01
2612       - 31  # l2-00
2613       - 41  # l2-01
2614       - 39  # lb-00
2615       - 37  # memif-00
2616       - 32  # vhost-00
2617       - 33  # vhost-01
2618       - 40  # vts-00
2619     # TODO: Add:
2620     # csit-vpp-perf-report-iterative-2009-2n-clx:
2621     # TODO: Add:
2622     # csit-vpp-perf-report-coverage-2009-2n-clx:
2623
2624     csit-vpp-perf-verify-2001-3n-tsh:
2625       - 9   # MRR sel
2626     csit-vpp-perf-report-iterative-2005-3n-tsh:
2627       - 9   # NDRPDR sel
2628       - 11  # NDRPDR sel
2629       - 12  # NDRPDR sel
2630       - 20  # NDRPDR sel
2631       - 14  # NDRPDR sel
2632       - 21  # NDRPDR sel
2633       - 23  # NDRPDR sel env 4
2634       - 25  # NDRPDR sel env 4
2635       - 33  # NDRPDR sel env 4
2636       - 34  # NDRPDR sel env 4
2637       - 35  # NDRPDR sel env 4
2638       - 36  # NDRPDR sel env 4
2639       - 37  # NDRPDR sel env 4
2640       - 38  # NDRPDR sel env 4
2641       - 39  # NDRPDR sel env 4
2642       - 40  # NDRPDR sel env 4
2643       - 28  # NDRPDR sel 2001.0-4
2644       - 29  # NDRPDR sel 2001.0-4
2645       - 31  # NDRPDR sel 2001.0-4
2646       - 27  # MRR sel env 4
2647     # TODO: Replace:
2648     # csit-vpp-perf-report-iterative-2009-3n-tsh:
2649
2650     csit-vpp-perf-verify-2001-3n-dnv:
2651       - 5   # NDRPDR sel
2652       - 6   # NDRPDR sel
2653       - 7   # NDRPDR sel
2654       - 8   # NDRPDR sel
2655       - 9   # NDRPDR sel
2656       - 10  # NDRPDR sel
2657       - 12  # NDRPDR sel
2658       - 16  # NDRPDR sel
2659       - 17  # NDRPDR sel
2660       - 18  # NDRPDR sel
2661       - 11  # MRR sel
2662     csit-vpp-perf-report-iterative-2005-3n-dnv:
2663       - 2   # NDRPDR sel
2664       - 3   # NDRPDR sel
2665       - 4   # NDRPDR sel
2666       - 5   # NDRPDR sel
2667       - 6   # NDRPDR sel
2668       - 7   # NDRPDR sel
2669       - 9   # NDRPDR sel
2670       - 10  # NDRPDR sel
2671       - 11  # NDRPDR sel
2672       - 12  # NDRPDR sel
2673       - 8   # MRR
2674     csit-vpp-perf-report-coverage-2005-3n-dnv:
2675       - 1   # perf-full-3n-dnv-crypto_I
2676       - 24  # perf-full-3n-dnv-crypto_II
2677       - 5   # perf-full-3n-dnv-ip4_I
2678       - 13  # perf-full-3n-dnv-ip4_II
2679       - 17  # perf-full-3n-dnv-ip6_I
2680       - 18  # perf-full-3n-dnv-ip6_II
2681       - 21  # perf-full-3n-dnv-l2_I
2682       - 22  # perf-full-3n-dnv-l2_II
2683       - 23  # perf-full-3n-dnv-ip4-tunnels_I
2684     # TODO: Add:
2685     # csit-vpp-perf-report-iterative-2009-3n-dnv:
2686     # TODO: Add:
2687     # csit-vpp-perf-report-coverage-2009-3n-dnv:
2688
2689     csit-vpp-perf-verify-2001-2n-dnv:
2690       - 4   # NDRPDR sel
2691       - 5   # NDRPDR sel
2692       - 6   # NDRPDR sel
2693       - 7   # NDRPDR sel
2694       - 8   # NDRPDR sel
2695       - 9   # NDRPDR sel
2696       - 10  # NDRPDR sel
2697       - 11  # NDRPDR sel
2698       - 13  # NDRPDR sel
2699       - 16  # NDRPDR sel
2700       - 12  # MRR sel
2701     csit-vpp-perf-report-iterative-2005-2n-dnv:
2702       - 3   # NDRPDR sel
2703       - 6   # NDRPDR sel
2704       - 7   # NDRPDR sel
2705       - 8   # NDRPDR sel
2706       - 9   # NDRPDR sel
2707       - 10  # NDRPDR sel
2708       - 11  # NDRPDR sel
2709       - 12  # NDRPDR sel
2710       - 13  # NDRPDR sel
2711       - 14  # NDRPDR sel
2712       - 15  # MRR sel
2713     csit-vpp-perf-report-coverage-2005-2n-dnv:
2714       - 1   # perf-full-2n-dnv-ip4_I
2715       - 2   # perf-full-2n-dnv-ip4_II
2716       - 3   # perf-full-2n-dnv-ip6_I
2717       - 4   # perf-full-2n-dnv-ip6_II
2718       - 5   # perf-full-2n-dnv-l2_I
2719       - 6   # perf-full-2n-dnv-l2_II
2720     # TODO: Add:
2721     # csit-vpp-perf-report-iterative-2009-2n-dnv:
2722     # TODO: Add:
2723     # csit-vpp-perf-report-coverage-2009-2n-dnv:
2724
2725     csit-dpdk-perf-verify-2001-3n-hsw:
2726       - 4   # NDRPDR sel
2727       - 5   # NDRPDR sel
2728       - 6   # NDRPDR sel
2729       - 7   # NDRPDR sel
2730       - 8   # NDRPDR sel
2731       - 9   # NDRPDR sel
2732       - 10  # NDRPDR sel
2733       - 11  # NDRPDR sel
2734       - 12  # NDRPDR sel
2735       - 13  # NDRPDR sel
2736       - 15  # NDRPDR sel
2737       - 16  # NDRPDR sel
2738       - 17  # NDRPDR sel
2739       - 18  # NDRPDR sel
2740       - 19  # NDRPDR sel
2741       - 20  # NDRPDR sel
2742       - 21  # NDRPDR sel
2743       - 22  # NDRPDR sel
2744       - 23  # NDRPDR sel
2745       - 24  # NDRPDR sel
2746     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2747       - 25  # NDRPDR iter
2748       - 26  # NDRPDR iter
2749       - 27  # NDRPDR iter
2750       - 28  # NDRPDR iter
2751       - 29  # NDRPDR iter
2752       - 30  # NDRPDR iter
2753       - 31  # NDRPDR iter
2754       - 32  # NDRPDR iter
2755       - 33  # NDRPDR iter
2756       - 34  # NDRPDR iter
2757     # TODO: Add:
2758     # csit-dpdk-perf-report-iterative-2009-3n-hsw:
2759
2760     csit-dpdk-perf-verify-2001-3n-skx:
2761       - 29  # NDRPDR sel xxv710
2762       - 33  # NDRPDR sel xxv710
2763       - 34  # NDRPDR sel xxv710
2764       - 35  # NDRPDR sel xxv710
2765       - 36  # NDRPDR sel xxv710
2766       - 37  # NDRPDR sel xxv710
2767       - 41  # NDRPDR sel xxv710
2768       - 42  # NDRPDR sel xxv710
2769       - 43  # NDRPDR sel xxv710
2770       - 45  # NDRPDR sel xxv710
2771       - 30  # NDRPDR sel x710
2772       - 31  # NDRPDR sel x710
2773       - 32  # NDRPDR sel x710
2774       - 38  # NDRPDR sel x710
2775       - 39  # NDRPDR sel x710
2776       - 40  # NDRPDR sel x710
2777       - 44  # NDRPDR sel x710
2778       - 46  # NDRPDR sel x710
2779       - 47  # NDRPDR sel x710
2780       - 48  # NDRPDR sel x710
2781     csit-dpdk-perf-report-iterative-2005-3n-skx:
2782       - 28  # NDRPDR iter
2783       - 29  # NDRPDR iter
2784       - 30  # NDRPDR iter
2785       - 31  # NDRPDR iter
2786       - 32  # NDRPDR iter
2787       - 33  # NDRPDR iter
2788       - 34  # NDRPDR iter
2789       - 35  # NDRPDR iter
2790       - 36  # NDRPDR iter
2791       - 37  # NDRPDR iter
2792     # TODO: Add:
2793     # csit-dpdk-perf-report-iterative-2009-3n-skx:
2794
2795     csit-dpdk-perf-verify-2001-2n-skx:
2796       - 35  # NDRPDR sel xxv710
2797       - 36  # NDRPDR sel xxv710
2798       - 37  # NDRPDR sel xxv710
2799       - 41  # NDRPDR sel xxv710
2800       - 42  # NDRPDR sel xxv710
2801       - 43  # NDRPDR sel xxv710
2802       - 46  # NDRPDR sel xxv710
2803       - 47  # NDRPDR sel xxv710
2804       - 52  # NDRPDR sel xxv710
2805       - 53  # NDRPDR sel xxv710
2806       - 38  # NDRPDR sel x710
2807       - 39  # NDRPDR sel x710
2808       - 40  # NDRPDR sel x710
2809       - 44  # NDRPDR sel x710
2810       - 45  # NDRPDR sel x710
2811       - 48  # NDRPDR sel x710
2812       - 49  # NDRPDR sel x710
2813       - 50  # NDRPDR sel x710
2814       - 51  # NDRPDR sel x710
2815       - 54  # NDRPDR sel x710
2816     csit-dpdk-perf-report-iterative-2005-2n-skx:
2817       - 20  # NDRPDR iter
2818       - 21  # NDRPDR iter
2819       - 22  # NDRPDR iter
2820       - 23  # NDRPDR iter
2821       - 24  # NDRPDR iter
2822       - 25  # NDRPDR iter
2823       - 26  # NDRPDR iter
2824       - 27  # NDRPDR iter
2825       - 28  # NDRPDR iter
2826       - 29  # NDRPDR iter
2827     # TODO: Add:
2828     # csit-dpdk-perf-report-iterative-2009-2n-skx:
2829
2830     csit-dpdk-perf-verify-2001-2n-clx:
2831       - 15  # NDRPDR sel
2832       - 16  # NDRPDR sel
2833       - 17  # NDRPDR sel
2834       - 18  # NDRPDR sel
2835       - 19  # NDRPDR sel
2836       - 20  # NDRPDR sel
2837       - 21  # NDRPDR sel
2838       - 22  # NDRPDR sel
2839       - 23  # NDRPDR sel
2840       - 24  # NDRPDR sel
2841       - 25  # NDRPDR sel
2842       - 26  # NDRPDR sel
2843       - 27  # NDRPDR sel
2844       - 28  # NDRPDR sel
2845       - 29  # NDRPDR sel
2846       - 30  # NDRPDR sel
2847       - 31  # NDRPDR sel
2848       - 32  # NDRPDR sel
2849       - 33  # NDRPDR sel
2850       - 34  # NDRPDR sel
2851     csit-dpdk-perf-report-iterative-2005-2n-clx:
2852       - 20  # NDRPDR iter
2853       - 21  # NDRPDR iter
2854       - 22  # NDRPDR iter
2855       - 23  # NDRPDR iter
2856       - 24  # NDRPDR iter
2857       - 25  # NDRPDR iter
2858       - 26  # NDRPDR iter
2859       - 27  # NDRPDR iter
2860       - 28  # NDRPDR iter
2861       - 29  # NDRPDR iter
2862     # TODO: Add:
2863     # csit-dpdk-perf-report-iterative-2009-2n-clx:
2864
2865     csit-dpdk-perf-verify-2001-2n-dnv:
2866       - 9   # NDRPDR sel
2867       - 10  # NDRPDR sel
2868       - 11  # NDRPDR sel
2869       - 12  # NDRPDR sel
2870       - 13  # NDRPDR sel
2871       - 14  # NDRPDR sel
2872       - 15  # NDRPDR sel
2873       - 16  # NDRPDR sel
2874       - 17  # NDRPDR sel
2875       - 18  # NDRPDR sel
2876     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2877       - 8   # NDRPDR sel
2878       - 9   # NDRPDR sel
2879       - 10  # NDRPDR sel
2880       - 11  # NDRPDR sel
2881       - 12  # NDRPDR sel
2882       - 13  # NDRPDR sel
2883       - 14  # NDRPDR sel
2884       - 15  # NDRPDR sel
2885       - 16  # NDRPDR sel
2886       - 17  # NDRPDR sel
2887     # TODO: Add:
2888     # csit-dpdk-perf-report-iterative-2009-2n-dnv:
2889
2890     csit-dpdk-perf-verify-2001-3n-dnv:
2891       - 12  # NDRPDR sel
2892       - 13  # NDRPDR sel
2893       - 14  # NDRPDR sel
2894       - 15  # NDRPDR sel
2895       - 16  # NDRPDR sel
2896       - 17  # NDRPDR sel
2897       - 18  # NDRPDR sel
2898       - 19  # NDRPDR sel
2899       - 20  # NDRPDR sel
2900       - 22  # NDRPDR sel
2901     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2902       - 6   # NDRPDR sel
2903       - 7   # NDRPDR sel
2904       - 8   # NDRPDR sel
2905       - 9   # NDRPDR sel
2906       - 10  # NDRPDR sel
2907       - 11  # NDRPDR sel
2908       - 12  # NDRPDR sel
2909       - 13  # NDRPDR sel
2910       - 14  # NDRPDR sel
2911       - 16  # NDRPDR sel
2912     # TODO: Add:
2913     # csit-dpdk-perf-report-iterative-2009-3n-dnv:
2914
2915     csit-dpdk-perf-verify-2001-3n-tsh:
2916       - 3   # NDRPDR sel
2917       - 4   # NDRPDR sel
2918       - 5   # NDRPDR sel
2919       - 9   # NDRPDR sel
2920       - 10  # NDRPDR sel
2921       - 11  # NDRPDR sel
2922       - 12  # NDRPDR sel
2923       - 14  # NDRPDR sel
2924       - 15  # NDRPDR sel
2925       - 18  # NDRPDR sel
2926     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2927       - 5   # NDRPDR sel
2928     # TODO: Add:
2929     # csit-dpdk-perf-report-iterative-2009-3n-tsh:
2930
2931     csit-vpp-device-2005-ubuntu1804-1n-skx:
2932       - 35
2933     # TODO: Add:
2934     # csit-vpp-device-2009-ubuntu1804-1n-skx:
2935
2936 - type: "output"
2937   output: "report"
2938   format:
2939     html:
2940     - full
2941     pdf:
2942     - minimal
2943
2944 ################################################################################
2945 ###                               T A B L E S                                ###
2946 ################################################################################
2947
2948 # VPP Soak vs NDR - 2n-skx
2949 - type: "table"
2950   title: "VPP Soak vs NDR 2n-skx"
2951   algorithm: "table_soak_vs_ndr"
2952   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2953   reference:
2954     title: "NDR"
2955     data: "vpp-soak-vs-ndr-2n-skx-ref"
2956   compare:
2957     title: "Soak"
2958     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2959   data: "vpp-soak-vs-ndr-2n-skx"
2960   include-tests: "NDR"
2961   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2962   parameters:
2963     - "throughput"
2964     - "name"
2965     - "parent"
2966
2967 # VPP Soak vs NDR - 2n-clx
2968 - type: "table"
2969   title: "VPP Soak vs NDR 2n-clx"
2970   algorithm: "table_soak_vs_ndr"
2971   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2972   reference:
2973     title: "NDR"
2974     data: "vpp-soak-vs-ndr-2n-clx-ref"
2975   compare:
2976     title: "Soak"
2977     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2978   data: "vpp-soak-vs-ndr-2n-clx"
2979   include-tests: "NDR"
2980   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2981   parameters:
2982     - "throughput"
2983     - "name"
2984     - "parent"
2985
2986 ################################################################################
2987
2988 # VPP Compare NICs 3n-skx 2t1c ndr
2989 - type: "table"
2990   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2991   algorithm: "table_comparison"
2992   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2993   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2994   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2995   columns:
2996     - title: "x710"
2997       data-set: "vpp-nic-comparison-3n-skx"
2998       tag: "NIC_Intel-X710"
2999     - title: "xxv710"
3000       data-set: "vpp-nic-comparison-3n-skx"
3001       tag: "NIC_Intel-XXV710"
3002   comparisons:
3003     - title: "Diff"
3004       reference: 1
3005       compare: 2
3006   legend:
3007     - ""
3008     - "x710, xxv710 - NICs tested."
3009     - "Diff - difference between x710 and xxv710 NIC."
3010
3011 # VPP Compare NICs 3n-skx 4t2c ndr
3012 - type: "table"
3013   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3014   algorithm: "table_comparison"
3015   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3016   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3017   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3018   columns:
3019     - title: "x710"
3020       data-set: "vpp-nic-comparison-3n-skx"
3021       tag: "NIC_Intel-X710"
3022     - title: "xxv710"
3023       data-set: "vpp-nic-comparison-3n-skx"
3024       tag: "NIC_Intel-XXV710"
3025   comparisons:
3026     - title: "Diff"
3027       reference: 1
3028       compare: 2
3029   legend:
3030     - ""
3031     - "x710, xxv710 - NICs tested."
3032     - "Diff - difference between x710 and xxv710 NIC."
3033
3034 # VPP Compare NICs 3n-skx 2t1c pdr
3035 - type: "table"
3036   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3037   algorithm: "table_comparison"
3038   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3039   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3040   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3041   columns:
3042     - title: "x710"
3043       data-set: "vpp-nic-comparison-3n-skx"
3044       tag: "NIC_Intel-X710"
3045     - title: "xxv710"
3046       data-set: "vpp-nic-comparison-3n-skx"
3047       tag: "NIC_Intel-XXV710"
3048   comparisons:
3049     - title: "Diff"
3050       reference: 1
3051       compare: 2
3052   legend:
3053     - ""
3054     - "x710, xxv710 - NICs tested."
3055     - "Diff - difference between x710 and xxv710 NIC."
3056
3057 # VPP Compare NICs 3n-skx 4t2c pdr
3058 - type: "table"
3059   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3060   algorithm: "table_comparison"
3061   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3062   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3063   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3064   columns:
3065     - title: "x710"
3066       data-set: "vpp-nic-comparison-3n-skx"
3067       tag: "NIC_Intel-X710"
3068     - title: "xxv710"
3069       data-set: "vpp-nic-comparison-3n-skx"
3070       tag: "NIC_Intel-XXV710"
3071   comparisons:
3072     - title: "Diff"
3073       reference: 1
3074       compare: 2
3075   legend:
3076     - ""
3077     - "x710, xxv710 - NICs tested."
3078     - "Diff - difference between x710 and xxv710 NIC."
3079
3080 ## VPP Compare NICs 3n-skx 2t1c mrr
3081 #- type: "table"
3082 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
3083 #  algorithm: "table_comparison"
3084 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3085 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3086 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3087 #  columns:
3088 #    - title: "x710"
3089 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3090 #      tag: "NIC_Intel-X710"
3091 #    - title: "xxv710"
3092 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3093 #      tag: "NIC_Intel-XXV710"
3094 #  comparisons:
3095 #    - title: "Diff"
3096 #      reference: 1
3097 #      compare: 2
3098 #  legend:
3099 #    - ""
3100 #    - "x710, xxv710 - NICs tested."
3101 #    - "Diff - difference between x710 and xxv710 NIC."
3102 #
3103 ## VPP Compare NICs 3n-skx 4t2c mrr
3104 #- type: "table"
3105 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
3106 #  algorithm: "table_comparison"
3107 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3108 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3109 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3110 #  columns:
3111 #    - title: "x710"
3112 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3113 #      tag: "NIC_Intel-X710"
3114 #    - title: "xxv710"
3115 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3116 #      tag: "NIC_Intel-XXV710"
3117 #  comparisons:
3118 #    - title: "Diff"
3119 #      reference: 1
3120 #      compare: 2
3121 #  legend:
3122 #    - ""
3123 #    - "x710, xxv710 - NICs tested."
3124 #    - "Diff - difference between x710 and xxv710 NIC."
3125 #
3126 ## VPP Compare NICs 3n-skx 8t4c mrr
3127 #- type: "table"
3128 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
3129 #  algorithm: "table_comparison"
3130 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3131 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3132 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3133 #  columns:
3134 #    - title: "x710"
3135 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3136 #      tag: "NIC_Intel-X710"
3137 #    - title: "xxv710"
3138 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3139 #      tag: "NIC_Intel-XXV710"
3140 #  comparisons:
3141 #    - title: "Diff"
3142 #      reference: 1
3143 #      compare: 2
3144 #  legend:
3145 #    - ""
3146 #    - "x710, xxv710 - NICs tested."
3147 #    - "Diff - difference between x710 and xxv710 NIC."
3148
3149 # VPP Compare NICs 2n-skx 2t1c ndr
3150 - type: "table"
3151   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3152   algorithm: "table_comparison"
3153   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3154   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3155   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3156   columns:
3157     - title: "x710"
3158       data-set: "vpp-nic-comparison-2n-skx"
3159       tag: "NIC_Intel-X710"
3160     - title: "xxv710"
3161       data-set: "vpp-nic-comparison-2n-skx"
3162       tag: "NIC_Intel-XXV710"
3163   comparisons:
3164     - title: "Diff"
3165       reference: 1
3166       compare: 2
3167   legend:
3168     - ""
3169     - "x710, xxv710 - NICs tested."
3170     - "Diff - difference between x710 and xxv710 NIC."
3171
3172 # VPP Compare NICs 2n-skx 4t2c ndr
3173 - type: "table"
3174   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3175   algorithm: "table_comparison"
3176   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3177   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3178   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3179   columns:
3180     - title: "x710"
3181       data-set: "vpp-nic-comparison-2n-skx"
3182       tag: "NIC_Intel-X710"
3183     - title: "xxv710"
3184       data-set: "vpp-nic-comparison-2n-skx"
3185       tag: "NIC_Intel-XXV710"
3186   comparisons:
3187     - title: "Diff"
3188       reference: 1
3189       compare: 2
3190   legend:
3191     - ""
3192     - "x710, xxv710 - NICs tested."
3193     - "Diff - difference between x710 and xxv710 NIC."
3194
3195 # VPP Compare NICs 2n-skx 2t1c pdr
3196 - type: "table"
3197   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3198   algorithm: "table_comparison"
3199   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3200   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3201   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3202   columns:
3203     - title: "x710"
3204       data-set: "vpp-nic-comparison-2n-skx"
3205       tag: "NIC_Intel-X710"
3206     - title: "xxv710"
3207       data-set: "vpp-nic-comparison-2n-skx"
3208       tag: "NIC_Intel-XXV710"
3209   comparisons:
3210     - title: "Diff"
3211       reference: 1
3212       compare: 2
3213   legend:
3214     - ""
3215     - "x710, xxv710 - NICs tested."
3216     - "Diff - difference between x710 and xxv710 NIC."
3217
3218 # VPP Compare NICs 2n-skx 4t2c pdr
3219 - type: "table"
3220   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3221   algorithm: "table_comparison"
3222   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3223   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3224   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3225   columns:
3226     - title: "x710"
3227       data-set: "vpp-nic-comparison-2n-skx"
3228       tag: "NIC_Intel-X710"
3229     - title: "xxv710"
3230       data-set: "vpp-nic-comparison-2n-skx"
3231       tag: "NIC_Intel-XXV710"
3232   comparisons:
3233     - title: "Diff"
3234       reference: 1
3235       compare: 2
3236   legend:
3237     - ""
3238     - "x710, xxv710 - NICs tested."
3239     - "Diff - difference between x710 and xxv710 NIC."
3240
3241 # VPP Compare NICs 2n-skx 2t1c mrr
3242 - type: "table"
3243   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3244   algorithm: "table_comparison"
3245   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3246   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3247   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3248   columns:
3249     - title: "x710"
3250       data-set: "vpp-nic-comparison-2n-skx-mrr"
3251       tag: "NIC_Intel-X710"
3252     - title: "xxv710"
3253       data-set: "vpp-nic-comparison-2n-skx-mrr"
3254       tag: "NIC_Intel-XXV710"
3255   comparisons:
3256     - title: "Diff"
3257       reference: 1
3258       compare: 2
3259   legend:
3260     - ""
3261     - "x710, xxv710 - NICs tested."
3262     - "Diff - difference between x710 and xxv710 NIC."
3263
3264 # VPP Compare NICs 2n-skx 4t2c mrr
3265 - type: "table"
3266   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3267   algorithm: "table_comparison"
3268   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3269   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3270   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3271   columns:
3272     - title: "x710"
3273       data-set: "vpp-nic-comparison-2n-skx-mrr"
3274       tag: "NIC_Intel-X710"
3275     - title: "xxv710"
3276       data-set: "vpp-nic-comparison-2n-skx-mrr"
3277       tag: "NIC_Intel-XXV710"
3278   comparisons:
3279     - title: "Diff"
3280       reference: 1
3281       compare: 2
3282   legend:
3283     - ""
3284     - "x710, xxv710 - NICs tested."
3285     - "Diff - difference between x710 and xxv710 NIC."
3286
3287 # VPP Compare NICs 2n-skx 8t4c mrr
3288 - type: "table"
3289   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3290   algorithm: "table_comparison"
3291   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3292   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3293   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3294   columns:
3295     - title: "x710"
3296       data-set: "vpp-nic-comparison-2n-skx-mrr"
3297       tag: "NIC_Intel-X710"
3298     - title: "xxv710"
3299       data-set: "vpp-nic-comparison-2n-skx-mrr"
3300       tag: "NIC_Intel-XXV710"
3301   comparisons:
3302     - title: "Diff"
3303       reference: 1
3304       compare: 2
3305   legend:
3306     - ""
3307     - "x710, xxv710 - NICs tested."
3308     - "Diff - difference between x710 and xxv710 NIC."
3309
3310 ################################################################################
3311 # VPP
3312
3313 # VPP Performance Changes 3n-hsw 1t1c pdr
3314 - type: "table"
3315   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3316   algorithm: "table_comparison"
3317   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3318   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3319   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3320   columns:
3321     - title: "2001.0-4"
3322       data-set: "vpp-performance-changes-3n-hsw-h1"
3323     - title: "2005.0-4"
3324       data-set: "vpp-performance-changes-3n-hsw-ref"
3325     - title: "2009.0-4"
3326       data-set: "vpp-performance-changes-3n-hsw-cmp"
3327   comparisons:
3328     - title: "2009.0-4 vs 2005.0-4"
3329       reference: 2
3330       compare: 3
3331 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3332   legend:
3333     - ''
3334     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3335     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3336     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3337     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3338
3339 # VPP Performance Changes 3n-hsw 2t2c pdr
3340 - type: "table"
3341   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3342   algorithm: "table_comparison"
3343   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3344   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3345   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3346   columns:
3347     - title: "2001.0-4"
3348       data-set: "vpp-performance-changes-3n-hsw-h1"
3349     - title: "2005.0-4"
3350       data-set: "vpp-performance-changes-3n-hsw-ref"
3351     - title: "2009.0-4"
3352       data-set: "vpp-performance-changes-3n-hsw-cmp"
3353   comparisons:
3354     - title: "2009.0-4 vs 2005.0-4"
3355       reference: 2
3356       compare: 3
3357 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3358   legend:
3359     - ''
3360     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3361     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3362     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3363     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3364
3365 # VPP Performance Changes 3n-hsw 1t1c ndr
3366 - type: "table"
3367   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3368   algorithm: "table_comparison"
3369   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3370   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3371   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3372   columns:
3373     - title: "2001.0-4"
3374       data-set: "vpp-performance-changes-3n-hsw-h1"
3375     - title: "2005.0-4"
3376       data-set: "vpp-performance-changes-3n-hsw-ref"
3377     - title: "2009.0-4"
3378       data-set: "vpp-performance-changes-3n-hsw-cmp"
3379   comparisons:
3380     - title: "2009.0-4 vs 2005.0-4"
3381       reference: 2
3382       compare: 3
3383 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3384   legend:
3385     - ''
3386     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3387     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3388     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3389     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3390
3391 # VPP Performance Changes 3n-hsw 2t2c ndr
3392 - type: "table"
3393   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3394   algorithm: "table_comparison"
3395   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3396   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3397   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3398   columns:
3399     - title: "2001.0-4"
3400       data-set: "vpp-performance-changes-3n-hsw-h1"
3401     - title: "2005.0-4"
3402       data-set: "vpp-performance-changes-3n-hsw-ref"
3403     - title: "2009.0-4"
3404       data-set: "vpp-performance-changes-3n-hsw-cmp"
3405   comparisons:
3406     - title: "2009.0-4 vs 2005.0-4"
3407       reference: 2
3408       compare: 3
3409 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3410   legend:
3411     - ''
3412     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3413     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3414     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3415     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3416
3417 # VPP Performance Changes 3n-skx 2t1c pdr
3418 - type: "table"
3419   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3420   algorithm: "table_comparison"
3421   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3422   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3423   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3424   columns:
3425     - title: "2001.0-4"
3426       data-set: "vpp-performance-changes-3n-skx-h1"
3427     - title: "2005.0-4"
3428       data-set: "vpp-performance-changes-3n-skx-ref"
3429     - title: "2009.0-4"
3430       data-set: "vpp-performance-changes-3n-skx-cmp"
3431   comparisons:
3432     - title: "2009.0-4 vs 2005.0-4"
3433       reference: 2
3434       compare: 3
3435 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3436   legend:
3437     - ''
3438     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3439     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3440     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3441     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3442
3443 # VPP Performance Changes 3n-skx 4t2c pdr
3444 - type: "table"
3445   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3446   algorithm: "table_comparison"
3447   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3448   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3449   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3450   columns:
3451     - title: "2001.0-4"
3452       data-set: "vpp-performance-changes-3n-skx-h1"
3453     - title: "2005.0-4"
3454       data-set: "vpp-performance-changes-3n-skx-ref"
3455     - title: "2009.0-4"
3456       data-set: "vpp-performance-changes-3n-skx-cmp"
3457   comparisons:
3458     - title: "2009.0-4 vs 2005.0-4"
3459       reference: 2
3460       compare: 3
3461 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3462   legend:
3463     - ''
3464     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3465     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3466     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3467     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3468
3469 # VPP Performance Changes 3n-skx 2t1c ndr
3470 - type: "table"
3471   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3472   algorithm: "table_comparison"
3473   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3474   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3475   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3476   columns:
3477     - title: "2001.0-4"
3478       data-set: "vpp-performance-changes-3n-skx-h1"
3479     - title: "2005.0-4"
3480       data-set: "vpp-performance-changes-3n-skx-ref"
3481     - title: "2009.0-4"
3482       data-set: "vpp-performance-changes-3n-skx-cmp"
3483   comparisons:
3484     - title: "2009.0-4 vs 2005.0-4"
3485       reference: 2
3486       compare: 3
3487 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3488   legend:
3489     - ''
3490     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3491     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3492     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3493     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3494
3495 # VPP Performance Changes 3n-skx 4t2c ndr
3496 - type: "table"
3497   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3498   algorithm: "table_comparison"
3499   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3500   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3501   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3502   columns:
3503     - title: "2001.0-4"
3504       data-set: "vpp-performance-changes-3n-skx-h1"
3505     - title: "2005.0-4"
3506       data-set: "vpp-performance-changes-3n-skx-ref"
3507     - title: "2009.0-4"
3508       data-set: "vpp-performance-changes-3n-skx-cmp"
3509   comparisons:
3510     - title: "2009.0-4 vs 2005.0-4"
3511       reference: 2
3512       compare: 3
3513 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3514   legend:
3515     - ''
3516     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3517     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3518     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3519     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3520
3521 # VPP Performance Changes 2n-skx 2t1c pdr
3522 - type: "table"
3523   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3524   algorithm: "table_comparison"
3525   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3526   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3527   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3528   columns:
3529     - title: "2001.0-4"
3530       data-set: "vpp-performance-changes-2n-skx-h1"
3531     - title: "2005.0-4"
3532       data-set: "vpp-performance-changes-2n-skx-ref"
3533     - title: "2009.0-4"
3534       data-set: "vpp-performance-changes-2n-skx-cmp"
3535   comparisons:
3536     - title: "2009.0-4 vs 2005.0-4"
3537       reference: 2
3538       compare: 3
3539 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3540   legend:
3541     - ''
3542     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3543     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3544     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3545     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3546
3547 # VPP Performance Changes 2n-skx 4t2c pdr
3548 - type: "table"
3549   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3550   algorithm: "table_comparison"
3551   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3552   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3553   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3554   columns:
3555     - title: "2001.0-4"
3556       data-set: "vpp-performance-changes-2n-skx-h1"
3557     - title: "2005.0-4"
3558       data-set: "vpp-performance-changes-2n-skx-ref"
3559     - title: "2009.0-4"
3560       data-set: "vpp-performance-changes-2n-skx-cmp"
3561   comparisons:
3562     - title: "2009.0-4 vs 2005.0-4"
3563       reference: 2
3564       compare: 3
3565 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3566   legend:
3567     - ''
3568     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3569     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3570     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3571     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3572
3573 # VPP Performance Changes 2n-skx 2t1c ndr
3574 - type: "table"
3575   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3576   algorithm: "table_comparison"
3577   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3578   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3579   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3580   columns:
3581     - title: "2001.0-4"
3582       data-set: "vpp-performance-changes-2n-skx-h1"
3583     - title: "2005.0-4"
3584       data-set: "vpp-performance-changes-2n-skx-ref"
3585     - title: "2009.0-4"
3586       data-set: "vpp-performance-changes-2n-skx-cmp"
3587   comparisons:
3588     - title: "2009.0-4 vs 2005.0-4"
3589       reference: 2
3590       compare: 3
3591 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3592   legend:
3593     - ''
3594     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3595     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3596     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3597     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3598
3599 # VPP Performance Changes 2n-skx 4t2c ndr
3600 - type: "table"
3601   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3602   algorithm: "table_comparison"
3603   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3604   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3605   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3606   columns:
3607     - title: "2001.0-4"
3608       data-set: "vpp-performance-changes-2n-skx-h1"
3609     - title: "2005.0-4"
3610       data-set: "vpp-performance-changes-2n-skx-ref"
3611     - title: "2009.0-4"
3612       data-set: "vpp-performance-changes-2n-skx-cmp"
3613   comparisons:
3614     - title: "2009.0-4 vs 2005.0-4"
3615       reference: 2
3616       compare: 3
3617 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3618   legend:
3619     - ''
3620     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3621     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3622     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3623     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3624
3625 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3626 - type: "table"
3627   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3628   algorithm: "table_comparison"
3629   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3630   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3631   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3632   columns:
3633     - title: "2001.0-4"
3634       data-set: "vpp-performance-changes-2n-clx-h1"
3635     - title: "2005.0-4"
3636       data-set: "vpp-performance-changes-2n-clx-ref"
3637     - title: "2009.0-4"
3638       data-set: "vpp-performance-changes-2n-clx-cmp"
3639   comparisons:
3640     - title: "2009.0-4 vs 2005.0-4"
3641       reference: 2
3642       compare: 3
3643 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3644   legend:
3645     - ''
3646     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3647     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3648     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3649     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3650
3651 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3652 - type: "table"
3653   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3654   algorithm: "table_comparison"
3655   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3656   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3657   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3658   columns:
3659     - title: "2001.0-4"
3660       data-set: "vpp-performance-changes-2n-clx-h1"
3661     - title: "2005.0-4"
3662       data-set: "vpp-performance-changes-2n-clx-ref"
3663     - title: "2009.0-4"
3664       data-set: "vpp-performance-changes-2n-clx-cmp"
3665   comparisons:
3666     - title: "2009.0-4 vs 2005.0-4"
3667       reference: 2
3668       compare: 3
3669 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3670   legend:
3671     - ''
3672     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3673     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3674     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3675     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3676
3677 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3678 - type: "table"
3679   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3680   algorithm: "table_comparison"
3681   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3682   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3683   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3684   columns:
3685     - title: "2001.0-4"
3686       data-set: "vpp-performance-changes-2n-clx-h1"
3687     - title: "2005.0-4"
3688       data-set: "vpp-performance-changes-2n-clx-ref"
3689     - title: "2009.0-4"
3690       data-set: "vpp-performance-changes-2n-clx-cmp"
3691   comparisons:
3692     - title: "2009.0-4 vs 2005.0-4"
3693       reference: 2
3694       compare: 3
3695 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3696   legend:
3697     - ''
3698     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3699     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3700     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3701     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3702
3703 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3704 - type: "table"
3705   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3706   algorithm: "table_comparison"
3707   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3708   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3709   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3710   columns:
3711     - title: "2001.0-4"
3712       data-set: "vpp-performance-changes-2n-clx-h1"
3713     - title: "2005.0-4"
3714       data-set: "vpp-performance-changes-2n-clx-ref"
3715     - title: "2009.0-4"
3716       data-set: "vpp-performance-changes-2n-clx-cmp"
3717   comparisons:
3718     - title: "2009.0-4 vs 2005.0-4"
3719       reference: 2
3720       compare: 3
3721 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3722   legend:
3723     - ''
3724     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3725     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3726     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3727     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3728
3729 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
3730 #- type: "table"
3731 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3732 #  algorithm: "table_comparison"
3733 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3734 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3735 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3736 #  columns:
3737 #    - title: "2001.0-2"
3738 #      data-set: "vpp-performance-changes-2n-clx-ref"
3739 #    - title: "2005.0-3"
3740 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3741 #  comparisons:
3742 #    - title: "Diff"
3743 #      reference: 1
3744 #      compare: 2
3745 #  legend:
3746 #    - ''
3747 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3748 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3749 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3750 #    - '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.'
3751 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3752 #
3753 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
3754 #- type: "table"
3755 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3756 #  algorithm: "table_comparison"
3757 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3758 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3759 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3760 #  columns:
3761 #    - title: "2001.0-2"
3762 #      data-set: "vpp-performance-changes-2n-clx-ref"
3763 #    - title: "2005.0-3"
3764 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3765 #  comparisons:
3766 #    - title: "Diff"
3767 #      reference: 1
3768 #      compare: 2
3769 #  legend:
3770 #    - ''
3771 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3772 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3773 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3774 #    - '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.'
3775 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3776 #
3777 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
3778 #- type: "table"
3779 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3780 #  algorithm: "table_comparison"
3781 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3782 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3783 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3784 #  columns:
3785 #    - title: "2001.0-2"
3786 #      data-set: "vpp-performance-changes-2n-clx-ref"
3787 #    - title: "2005.0-3"
3788 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3789 #  comparisons:
3790 #    - title: "Diff"
3791 #      reference: 1
3792 #      compare: 2
3793 #  legend:
3794 #    - ''
3795 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3796 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3797 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3798 #    - '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.'
3799 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3800 #
3801 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
3802 #- type: "table"
3803 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
3804 #  algorithm: "table_comparison"
3805 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3806 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3807 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3808 #  columns:
3809 #    - title: "2001.0-2"
3810 #      data-set: "vpp-performance-changes-2n-clx-ref"
3811 #    - title: "2005.0-3"
3812 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3813 #  comparisons:
3814 #    - title: "Diff"
3815 #      reference: 1
3816 #      compare: 2
3817 #  legend:
3818 #    - ''
3819 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3820 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3821 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3822 #    - '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.'
3823 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3824
3825 # VPP Performance Changes 2n-dnv 1t1c pdr
3826 - type: "table"
3827   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3828   algorithm: "table_comparison"
3829   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3830   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3831   filter: "'1T1C'"
3832   columns:
3833     - title: "2001.0-2"
3834       data-set: "vpp-performance-changes-2n-dnv-h1"
3835     - title: "2005.0-3"
3836       data-set: "vpp-performance-changes-2n-dnv-ref"
3837     - title: "2009.0-4"
3838       data-set: "vpp-performance-changes-2n-dnv-cmp"
3839   comparisons:
3840     - title: "2009.0-4 vs 2005.0-3"
3841       reference: 2
3842       compare: 3
3843   legend:
3844     - ''
3845     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3846     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3847     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3848     - '2009.0-4 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3849
3850 # VPP Performance Changes 2n-dnv 2t2c pdr
3851 - type: "table"
3852   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3853   algorithm: "table_comparison"
3854   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3855   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3856   filter: "'2T2C'"
3857   columns:
3858     - title: "2001.0-2"
3859       data-set: "vpp-performance-changes-2n-dnv-h1"
3860     - title: "2005.0-3"
3861       data-set: "vpp-performance-changes-2n-dnv-ref"
3862     - title: "2009.0-4"
3863       data-set: "vpp-performance-changes-2n-dnv-cmp"
3864   comparisons:
3865     - title: "2009.0-4 vs 2005.0-3"
3866       reference: 2
3867       compare: 3
3868   legend:
3869     - ''
3870     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3871     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3872     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3873     - '2009.0-4 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3874
3875 # VPP Performance Changes 2n-dnv 1t1c ndr
3876 - type: "table"
3877   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3878   algorithm: "table_comparison"
3879   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3880   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3881   filter: "'1T1C'"
3882   columns:
3883     - title: "2001.0-2"
3884       data-set: "vpp-performance-changes-2n-dnv-h1"
3885     - title: "2005.0-3"
3886       data-set: "vpp-performance-changes-2n-dnv-ref"
3887     - title: "2009.0-4"
3888       data-set: "vpp-performance-changes-2n-dnv-cmp"
3889   comparisons:
3890     - title: "2009.0-4 vs 2005.0-3"
3891       reference: 2
3892       compare: 3
3893   legend:
3894     - ''
3895     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3896     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3897     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3898     - '2009.0-4 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3899
3900 # VPP Performance Changes 2n-dnv 2t2c ndr
3901 - type: "table"
3902   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3903   algorithm: "table_comparison"
3904   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3905   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3906   filter: "'2T2C'"
3907   columns:
3908     - title: "2001.0-2"
3909       data-set: "vpp-performance-changes-2n-dnv-h1"
3910     - title: "2005.0-3"
3911       data-set: "vpp-performance-changes-2n-dnv-ref"
3912     - title: "2009.0-4"
3913       data-set: "vpp-performance-changes-2n-dnv-cmp"
3914   comparisons:
3915     - title: "2009.0-4 vs 2005.0-3"
3916       reference: 2
3917       compare: 3
3918   legend:
3919     - ''
3920     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3921     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3922     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3923     - '2009.0-4 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3924
3925 # VPP Performance Changes 3n-dnv 1t1c pdr
3926 - type: "table"
3927   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3928   algorithm: "table_comparison"
3929   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3930   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3931   filter: "'1T1C'"
3932   columns:
3933     - title: "2001.0-2"
3934       data-set: "vpp-performance-changes-3n-dnv-h1"
3935     - title: "2005.0-3"
3936       data-set: "vpp-performance-changes-3n-dnv-ref"
3937     - title: "2009.0-4"
3938       data-set: "vpp-performance-changes-3n-dnv-cmp"
3939   comparisons:
3940     - title: "2009.0-4 vs 2005.0-3"
3941       reference: 2
3942       compare: 3
3943   legend:
3944     - ''
3945     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3946     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3947     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3948     - '2009.0-4 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3949
3950 # VPP Performance Changes 3n-dnv 2t2c pdr
3951 - type: "table"
3952   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3953   algorithm: "table_comparison"
3954   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3955   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3956   filter: "'2T2C'"
3957   columns:
3958     - title: "2001.0-2"
3959       data-set: "vpp-performance-changes-3n-dnv-h1"
3960     - title: "2005.0-3"
3961       data-set: "vpp-performance-changes-3n-dnv-ref"
3962     - title: "2009.0-4"
3963       data-set: "vpp-performance-changes-3n-dnv-cmp"
3964   comparisons:
3965     - title: "2009.0-4 vs 2005.0-3"
3966       reference: 2
3967       compare: 3
3968   legend:
3969     - ''
3970     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3971     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3972     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3973     - '2009.0-4 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3974
3975 # VPP Performance Changes 3n-dnv 1t1c ndr
3976 - type: "table"
3977   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3978   algorithm: "table_comparison"
3979   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3980   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3981   filter: "'1T1C'"
3982   columns:
3983     - title: "2001.0-2"
3984       data-set: "vpp-performance-changes-3n-dnv-h1"
3985     - title: "2005.0-3"
3986       data-set: "vpp-performance-changes-3n-dnv-ref"
3987     - title: "2009.0-4"
3988       data-set: "vpp-performance-changes-3n-dnv-cmp"
3989   comparisons:
3990     - title: "2009.0-4 vs 2005.0-3"
3991       reference: 2
3992       compare: 3
3993   legend:
3994     - ''
3995     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
3996     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3997     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3998     - '2009.0-4 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3999
4000 # VPP Performance Changes 3n-dnv 2t2c ndr
4001 - type: "table"
4002   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4003   algorithm: "table_comparison"
4004   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4005   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4006   filter: "'2T2C'"
4007   columns:
4008     - title: "2001.0-2"
4009       data-set: "vpp-performance-changes-3n-dnv-h1"
4010     - title: "2005.0-3"
4011       data-set: "vpp-performance-changes-3n-dnv-ref"
4012     - title: "2009.0-4"
4013       data-set: "vpp-performance-changes-3n-dnv-cmp"
4014   comparisons:
4015     - title: "2009.0-4 vs 2005.0-3"
4016       reference: 2
4017       compare: 3
4018   legend:
4019     - ''
4020     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4021     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4022     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4023     - '2009.0-4 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4024
4025 # VPP Performance Changes 3n-tsh 1t1c pdr
4026 - type: "table"
4027   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4028   algorithm: "table_comparison"
4029   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4030   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4031   filter: "'1T1C'"
4032   columns:
4033     - title: "2001.0-4"
4034       data-set: "vpp-performance-changes-3n-tsh-h1"
4035     - title: "2005.0-4"
4036       data-set: "vpp-performance-changes-3n-tsh-ref"
4037     - title: "2009.0-4"
4038       data-set: "vpp-performance-changes-3n-tsh-cmp"
4039   comparisons:
4040     - title: "2009.0-4 vs 2005.0-4"
4041       reference: 2
4042       compare: 3
4043 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4044   legend:
4045     - ''
4046     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4047     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4048     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4049     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4050
4051 # VPP Performance Changes 3n-tsh 2t2c pdr
4052 - type: "table"
4053   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4054   algorithm: "table_comparison"
4055   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4056   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4057   filter: "'2T2C'"
4058   columns:
4059     - title: "2001.0-4"
4060       data-set: "vpp-performance-changes-3n-tsh-h1"
4061     - title: "2005.0-4"
4062       data-set: "vpp-performance-changes-3n-tsh-ref"
4063     - title: "2009.0-4"
4064       data-set: "vpp-performance-changes-3n-tsh-cmp"
4065   comparisons:
4066     - title: "2009.0-4 vs 2005.0-4"
4067       reference: 2
4068       compare: 3
4069 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4070   legend:
4071     - ''
4072     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4073     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4074     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4075     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4076
4077 # VPP Performance Changes 3n-tsh 1t1c ndr
4078 - type: "table"
4079   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4080   algorithm: "table_comparison"
4081   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4082   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4083   filter: "'1T1C'"
4084   columns:
4085     - title: "2001.0-4"
4086       data-set: "vpp-performance-changes-3n-tsh-h1"
4087     - title: "2005.0-4"
4088       data-set: "vpp-performance-changes-3n-tsh-ref"
4089     - title: "2009.0-4"
4090       data-set: "vpp-performance-changes-3n-tsh-cmp"
4091   comparisons:
4092     - title: "2009.0-4 vs 2005.0-4"
4093       reference: 2
4094       compare: 3
4095 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4096   legend:
4097     - ''
4098     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4099     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4100     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4101     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4102
4103 # VPP Performance Changes 3n-tsh 2t2c ndr
4104 - type: "table"
4105   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4106   algorithm: "table_comparison"
4107   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4108   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4109   filter: "'2T2C'"
4110   columns:
4111     - title: "2001.0-4"
4112       data-set: "vpp-performance-changes-3n-tsh-h1"
4113     - title: "2005.0-4"
4114       data-set: "vpp-performance-changes-3n-tsh-ref"
4115     - title: "2009.0-4"
4116       data-set: "vpp-performance-changes-3n-tsh-cmp"
4117   comparisons:
4118     - title: "2009.0-4 vs 2005.0-4"
4119       reference: 2
4120       compare: 3
4121 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4122   legend:
4123     - ''
4124     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4125     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4126     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4127     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4128
4129 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4130 - type: "table"
4131   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4132   algorithm: "table_comparison"
4133   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4134   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4135   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4136   columns:
4137     - title: "3n-hsw xl710"
4138       data-set: "vpp-compare-testbeds-ref"
4139       tag: "NIC_Intel-XL710"
4140     - title: "3n-skx xxv710"
4141       data-set: "vpp-compare-testbeds-cmp"
4142       tag: "NIC_Intel-XXV710"
4143   comparisons:
4144     - title: "Diff"
4145       reference: 1
4146       compare: 2
4147   legend:
4148     - ""
4149     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4150     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4151
4152 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4153 - type: "table"
4154   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4155   algorithm: "table_comparison"
4156   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4157   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4158   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4159   columns:
4160     - title: "3n-hsw xl710"
4161       data-set: "vpp-compare-testbeds-ref"
4162       tag: "NIC_Intel-XL710"
4163     - title: "3n-skx xxv710"
4164       data-set: "vpp-compare-testbeds-cmp"
4165       tag: "NIC_Intel-XXV710"
4166   comparisons:
4167     - title: "Diff"
4168       reference: 1
4169       compare: 2
4170   legend:
4171     - ""
4172     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4173     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4174
4175 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4176 - type: "table"
4177   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4178   algorithm: "table_comparison"
4179   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4180   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4181   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4182   columns:
4183     - title: "3n-hsw xl710"
4184       data-set: "vpp-compare-testbeds-ref"
4185       tag: "NIC_Intel-XL710"
4186     - title: "3n-skx xxv710"
4187       data-set: "vpp-compare-testbeds-cmp"
4188       tag: "NIC_Intel-XXV710"
4189   comparisons:
4190     - title: "Diff"
4191       reference: 1
4192       compare: 2
4193   legend:
4194     - ""
4195     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4196     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4197
4198 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4199 - type: "table"
4200   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4201   algorithm: "table_comparison"
4202   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4203   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4204   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4205   columns:
4206     - title: "3n-hsw xl710"
4207       data-set: "vpp-compare-testbeds-ref"
4208       tag: "NIC_Intel-XL710"
4209     - title: "3n-skx xxv710"
4210       data-set: "vpp-compare-testbeds-cmp"
4211       tag: "NIC_Intel-XXV710"
4212   comparisons:
4213     - title: "Diff"
4214       reference: 1
4215       compare: 2
4216   legend:
4217     - ""
4218     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4219     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4220
4221 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4222 - type: "table"
4223   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4224   algorithm: "table_comparison"
4225   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4226   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4227   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4228   columns:
4229     - title: "2n-skx"
4230       data-set: "vpp-compare-testbeds-skx-clx-ref"
4231     - title: "2n-clx"
4232       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4233   comparisons:
4234     - title: "Diff"
4235       reference: 1
4236       compare: 2
4237   legend:
4238     - ""
4239     - "2n-skx, 2n-clx - testbeds and NICs tested."
4240     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4241
4242 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4243 - type: "table"
4244   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4245   algorithm: "table_comparison"
4246   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4247   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4248   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4249   columns:
4250     - title: "2n-skx"
4251       data-set: "vpp-compare-testbeds-skx-clx-ref"
4252     - title: "2n-clx"
4253       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4254   comparisons:
4255     - title: "Diff"
4256       reference: 1
4257       compare: 2
4258   legend:
4259     - ""
4260     - "2n-skx, 2n-clx - testbeds and NICs tested."
4261     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4262
4263 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4264 - type: "table"
4265   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4266   algorithm: "table_comparison"
4267   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4268   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4269   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4270   columns:
4271     - title: "2n-skx"
4272       data-set: "vpp-compare-testbeds-skx-clx-ref"
4273     - title: "2n-clx"
4274       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4275   comparisons:
4276     - title: "Diff"
4277       reference: 1
4278       compare: 2
4279   legend:
4280     - ""
4281     - "2n-skx, 2n-clx - testbeds and NICs tested."
4282     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4283
4284 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4285 - type: "table"
4286   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4287   algorithm: "table_comparison"
4288   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4289   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4290   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4291   columns:
4292     - title: "2n-skx"
4293       data-set: "vpp-compare-testbeds-skx-clx-ref"
4294     - title: "2n-clx"
4295       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4296   comparisons:
4297     - title: "Diff"
4298       reference: 1
4299       compare: 2
4300   legend:
4301     - ""
4302     - "2n-skx, 2n-clx - testbeds and NICs tested."
4303     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4304
4305 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4306 - type: "table"
4307   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4308   algorithm: "table_comparison"
4309   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4310   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4311   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4312   columns:
4313     - title: "3n-hsw xl710"
4314       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4315       tag: "NIC_Intel-XL710"
4316     - title: "2n-clx xxv710"
4317       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4318       tag: "NIC_Intel-XXV710"
4319   comparisons:
4320     - title: "Diff"
4321       reference: 1
4322       compare: 2
4323   legend:
4324     - ""
4325     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4326     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4327
4328 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4329 - type: "table"
4330   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4331   algorithm: "table_comparison"
4332   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4333   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4334   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4335   columns:
4336     - title: "3n-hsw xl710"
4337       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4338       tag: "NIC_Intel-XL710"
4339     - title: "2n-clx xxv710"
4340       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4341       tag: "NIC_Intel-XXV710"
4342   comparisons:
4343     - title: "Diff"
4344       reference: 1
4345       compare: 2
4346   legend:
4347     - ""
4348     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4349     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4350
4351 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4352 - type: "table"
4353   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4354   algorithm: "table_comparison"
4355   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4356   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4357   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4358   columns:
4359     - title: "3n-hsw xl710"
4360       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4361       tag: "NIC_Intel-XL710"
4362     - title: "2n-clx xxv710"
4363       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4364       tag: "NIC_Intel-XXV710"
4365   comparisons:
4366     - title: "Diff"
4367       reference: 1
4368       compare: 2
4369   legend:
4370     - ""
4371     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4372     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4373
4374 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4375 - type: "table"
4376   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4377   algorithm: "table_comparison"
4378   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4379   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4380   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4381   columns:
4382     - title: "3n-hsw xl710"
4383       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4384       tag: "NIC_Intel-XL710"
4385     - title: "2n-clx xxv710"
4386       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4387       tag: "NIC_Intel-XXV710"
4388   comparisons:
4389     - title: "Diff"
4390       reference: 1
4391       compare: 2
4392   legend:
4393     - ""
4394     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4395     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4396
4397 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4398 - type: "table"
4399   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4400   algorithm: "table_comparison"
4401   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4402   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4403   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4404   columns:
4405     - title: "3n-skx"
4406       data-set: "vpp-compare-topologies-ref"
4407     - title: "2n-skx"
4408       data-set: "vpp-compare-topologies-cmp"
4409   comparisons:
4410     - title: "Diff"
4411       reference: 1
4412       compare: 2
4413   legend:
4414     - ""
4415     - "3n-skx, 2n-skx - topologies tested."
4416     - "Diff - difference between 3n-skx and 2n-skx topologies."
4417
4418 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4419 - type: "table"
4420   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4421   algorithm: "table_comparison"
4422   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4423   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4424   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4425   columns:
4426     - title: "3n-skx"
4427       data-set: "vpp-compare-topologies-ref"
4428     - title: "2n-skx"
4429       data-set: "vpp-compare-topologies-cmp"
4430   comparisons:
4431     - title: "Diff"
4432       reference: 1
4433       compare: 2
4434   legend:
4435     - ""
4436     - "3n-skx, 2n-skx - topologies tested."
4437     - "Diff - difference between 3n-skx and 2n-skx topologies."
4438
4439 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4440 - type: "table"
4441   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4442   algorithm: "table_comparison"
4443   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4444   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4445   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4446   columns:
4447     - title: "3n-skx"
4448       data-set: "vpp-compare-topologies-ref"
4449     - title: "2n-skx"
4450       data-set: "vpp-compare-topologies-cmp"
4451   comparisons:
4452     - title: "Diff"
4453       reference: 1
4454       compare: 2
4455   legend:
4456     - ""
4457     - "3n-skx, 2n-skx - topologies tested."
4458     - "Diff - difference between 3n-skx and 2n-skx topologies."
4459
4460 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4461 - type: "table"
4462   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4463   algorithm: "table_comparison"
4464   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4465   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4466   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4467   columns:
4468     - title: "3n-skx"
4469       data-set: "vpp-compare-topologies-ref"
4470     - title: "2n-skx"
4471       data-set: "vpp-compare-topologies-cmp"
4472   comparisons:
4473     - title: "Diff"
4474       reference: 1
4475       compare: 2
4476   legend:
4477     - ""
4478     - "3n-skx, 2n-skx - topologies tested."
4479     - "Diff - difference between 3n-skx and 2n-skx topologies."
4480
4481 # VPP Performance Changes 3n-hsw 1t1c mrr
4482 - type: "table"
4483   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4484   algorithm: "table_comparison"
4485   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4486   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4487   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4488   columns:
4489     - title: "2001.0-2"
4490       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4491     - title: "2005.0-4"
4492       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4493     - title: "2009.0-4"
4494       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4495   comparisons:
4496     - title: "2009.0-4 vs 2005.0-4"
4497       reference: 2
4498       compare: 3
4499 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4500   legend:
4501     - ''
4502     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4503     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4504     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4505     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4506
4507 # VPP Performance Changes 3n-hsw 2t2c mrr
4508 - type: "table"
4509   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4510   algorithm: "table_comparison"
4511   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4512   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4513   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4514   columns:
4515     - title: "2001.0-2"
4516       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4517     - title: "2005.0-4"
4518       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4519     - title: "2009.0-4"
4520       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4521   comparisons:
4522     - title: "2009.0-4 vs 2005.0-4"
4523       reference: 2
4524       compare: 3
4525 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4526   legend:
4527     - ''
4528     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4529     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4530     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4531     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4532
4533 # VPP Performance Changes 3n-hsw 4t4c mrr
4534 - type: "table"
4535   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4536   algorithm: "table_comparison"
4537   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4538   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4539   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4540   columns:
4541     - title: "2001.0-2"
4542       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4543     - title: "2005.0-4"
4544       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4545     - title: "2009.0-4"
4546       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4547   comparisons:
4548     - title: "2009.0-4 vs 2005.0-4"
4549       reference: 2
4550       compare: 3
4551 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4552   legend:
4553     - ''
4554     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4555     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4556     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4557     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4558
4559 # VPP Performance Changes 3n-skx 2t1c mrr
4560 - type: "table"
4561   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4562   algorithm: "table_comparison"
4563   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4564   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4565   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4566   columns:
4567     - title: "2001.0-2"
4568       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4569     - title: "2005.0-4"
4570       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4571     - title: "2009.0-4"
4572       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4573   comparisons:
4574     - title: "2009.0-4 vs 2005.0-4"
4575       reference: 2
4576       compare: 3
4577 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
4578   legend:
4579     - ''
4580     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4581     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4582     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4583     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4584
4585 # VPP Performance Changes 3n-skx 4t2c mrr
4586 - type: "table"
4587   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4588   algorithm: "table_comparison"
4589   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4590   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4591   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4592   columns:
4593     - title: "2001.0-2"
4594       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4595     - title: "2005.0-4"
4596       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4597     - title: "2009.0-4"
4598       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4599   comparisons:
4600     - title: "2009.0-4 vs 2005.0-4"
4601       reference: 2
4602       compare: 3
4603 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
4604   legend:
4605     - ''
4606     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4607     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4608     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4609     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4610
4611 # VPP Performance Changes 3n-skx 8t4c mrr
4612 - type: "table"
4613   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4614   algorithm: "table_comparison"
4615   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4616   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4617   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4618   columns:
4619     - title: "2001.0-2"
4620       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4621     - title: "2005.0-4"
4622       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4623     - title: "2009.0-4"
4624       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4625   comparisons:
4626     - title: "2009.0-4 vs 2005.0-4"
4627       reference: 2
4628       compare: 3
4629 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
4630   legend:
4631     - ''
4632     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4633     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4634     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4635     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4636
4637 # VPP Performance Changes 2n-skx 2t1c mrr
4638 - type: "table"
4639   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4640   algorithm: "table_comparison"
4641   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4642   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4643   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4644   columns:
4645     - title: "2001.0-2"
4646       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4647     - title: "2005.0-4"
4648       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4649     - title: "2009.0-4"
4650       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4651   comparisons:
4652     - title: "2009.0-4 vs 2005.0-4"
4653       reference: 2
4654       compare: 3
4655 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
4656   legend:
4657     - ''
4658     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4659     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4660     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4661     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4662
4663 # VPP Performance Changes 2n-skx 4t2c mrr
4664 - type: "table"
4665   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4666   algorithm: "table_comparison"
4667   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4668   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4669   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4670   columns:
4671     - title: "2001.0-2"
4672       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4673     - title: "2005.0-4"
4674       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4675     - title: "2009.0-4"
4676       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4677   comparisons:
4678     - title: "2009.0-4 vs 2005.0-4"
4679       reference: 2
4680       compare: 3
4681 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
4682   legend:
4683     - ''
4684     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4685     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4686     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4687     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4688
4689 # VPP Performance Changes 2n-skx 8t4c mrr
4690 - type: "table"
4691   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4692   algorithm: "table_comparison"
4693   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4694   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4695   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4696   columns:
4697     - title: "2001.0-2"
4698       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4699     - title: "2005.0-4"
4700       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4701     - title: "2009.0-4"
4702       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4703   comparisons:
4704     - title: "2009.0-4 vs 2005.0-4"
4705       reference: 2
4706       compare: 3
4707 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
4708   legend:
4709     - ''
4710     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4711     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4712     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4713     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4714
4715 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4716 - type: "table"
4717   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4718   algorithm: "table_comparison"
4719   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4720   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4721   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4722   columns:
4723     - title: "2001.0-2"
4724       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4725     - title: "2005.0-4"
4726       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4727     - title: "2009.0-4"
4728       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4729   comparisons:
4730     - title: "2009.0-4 vs 2005.0-4"
4731       reference: 2
4732       compare: 3
4733 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
4734   legend:
4735     - ''
4736     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4737     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4738     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4739     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4740
4741 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4742 - type: "table"
4743   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4744   algorithm: "table_comparison"
4745   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4746   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4747   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4748   columns:
4749     - title: "2001.0-2"
4750       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4751     - title: "2005.0-4"
4752       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4753     - title: "2009.0-4"
4754       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4755   comparisons:
4756     - title: "2009.0-4 vs 2005.0-4"
4757       reference: 2
4758       compare: 3
4759 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
4760   legend:
4761     - ''
4762     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4763     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4764     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4765     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4766
4767 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4768 - type: "table"
4769   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4770   algorithm: "table_comparison"
4771   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4772   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4773   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4774   columns:
4775     - title: "2001.0-2"
4776       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4777     - title: "2005.0-4"
4778       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4779     - title: "2009.0-4"
4780       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4781   comparisons:
4782     - title: "2009.0-4 vs 2005.0-4"
4783       reference: 2
4784       compare: 3
4785 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
4786   legend:
4787     - ''
4788     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4789     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4790     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4791     - '2009.0-4 vs 2005.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4792
4793 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
4794 #- type: "table"
4795 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
4796 #  algorithm: "table_comparison"
4797 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
4798 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4799 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4800 #  columns:
4801 #    - title: "2001"
4802 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4803 #    - title: "2005"
4804 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4805 #  comparisons:
4806 #    - title: "Diff"
4807 #      reference: 1
4808 #      compare: 2
4809 #  legend:
4810 #    - ""
4811 #    - "2001, 2005 - VPP versions tested."
4812 #    - "Diff - difference between 2001 and 2005 VPP version."
4813 #
4814 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
4815 #- type: "table"
4816 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
4817 #  algorithm: "table_comparison"
4818 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
4819 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4820 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4821 #  columns:
4822 #    - title: "2001"
4823 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4824 #    - title: "2005"
4825 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4826 #  comparisons:
4827 #    - title: "Diff"
4828 #      reference: 1
4829 #      compare: 2
4830 #  legend:
4831 #    - ""
4832 #    - "2001, 2005 - VPP versions tested."
4833 #    - "Diff - difference between 2001 and 2005 VPP version."
4834 #
4835 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
4836 #- type: "table"
4837 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
4838 #  algorithm: "table_comparison"
4839 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
4840 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4841 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4842 #  columns:
4843 #    - title: "2001"
4844 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4845 #    - title: "2005"
4846 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4847 #  comparisons:
4848 #    - title: "Diff"
4849 #      reference: 1
4850 #      compare: 2
4851 #  legend:
4852 #    - ""
4853 #    - "2001, 2005 - VPP versions tested."
4854 #    - "Diff - difference between 2001 and 2005 VPP version."
4855
4856 # VPP Performance Changes 2n-dnv 1t1c mrr
4857 - type: "table"
4858   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4859   algorithm: "table_comparison"
4860   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4861   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4862   filter: "'1T1C'"
4863   columns:
4864     - title: "2001.0-2"
4865       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4866     - title: "2005.0-3"
4867       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4868     - title: "2009.0-4"
4869       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4870   comparisons:
4871     - title: "2009.0-4 vs 2005.0-3"
4872       reference: 2
4873       compare: 3
4874   legend:
4875     - ''
4876     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4877     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4878     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4879     - '2009.0-4 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4880
4881 # VPP Performance Changes 2n-dnv 2t2c mrr
4882 - type: "table"
4883   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4884   algorithm: "table_comparison"
4885   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4886   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4887   filter: "'2T2C'"
4888   columns:
4889     - title: "2001.0-2"
4890       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4891     - title: "2005.0-3"
4892       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4893     - title: "2009.0-4"
4894       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4895   comparisons:
4896     - title: "2009.0-4 vs 2005.0-3"
4897       reference: 2
4898       compare: 3
4899   legend:
4900     - ''
4901     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4902     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4903     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4904     - '2009.0-4 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4905
4906 # VPP Performance Changes 2n-dnv 4t4c mrr
4907 - type: "table"
4908   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4909   algorithm: "table_comparison"
4910   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4911   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4912   filter: "'4T4C'"
4913   columns:
4914     - title: "2001.0-2"
4915       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4916     - title: "2005.0-3"
4917       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4918     - title: "2009.0-4"
4919       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4920   comparisons:
4921     - title: "2009.0-4 vs 2005.0-3"
4922       reference: 2
4923       compare: 3
4924   legend:
4925     - ''
4926     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4927     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4928     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4929     - '2009.0-4 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4930
4931 # VPP Performance Changes 3n-dnv 1t1c mrr
4932 - type: "table"
4933   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4934   algorithm: "table_comparison"
4935   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4936   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4937   filter: "'1T1C'"
4938   columns:
4939     - title: "2001.0-2"
4940       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4941     - title: "2005.0-3"
4942       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4943     - title: "2009.0-4"
4944       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4945   comparisons:
4946     - title: "2009.0-4 vs 2005.0-3"
4947       reference: 2
4948       compare: 3
4949   legend:
4950     - ''
4951     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
4952     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4953     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4954     - '2009.0-4 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4955
4956 # VPP Performance Changes 3n-dnv 2t2c mrr
4957 - type: "table"
4958   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4959   algorithm: "table_comparison"
4960   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4961   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4962   filter: "'2T2C'"
4963   columns:
4964     - title: "2001.0-2"
4965       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4966     - title: "2005.0-3"
4967       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4968     - title: "2009.0-4"
4969       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4970   comparisons:
4971     - title: "2009.0-4 vs 2005.0-3"
4972       reference: 2
4973       compare: 3
4974   legend:
4975     - ''
4976     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
4977     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4978     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4979     - '2009.0-4 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4980
4981 # VPP Performance Changes 3n-dnv 4t4c mrr
4982 - type: "table"
4983   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4984   algorithm: "table_comparison"
4985   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4986   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4987   filter: "'4T4C'"
4988   columns:
4989     - title: "2001.0-2"
4990       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4991     - title: "2005.0-3"
4992       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4993     - title: "2009.0-4"
4994       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4995   comparisons:
4996     - title: "2009.0-4 vs 2005.0-3"
4997       reference: 2
4998       compare: 3
4999   legend:
5000     - ''
5001     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5002     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5003     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5004     - '2009.0-4 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
5005
5006 # VPP Performance Changes 3n-tsh 1t1c mrr
5007 - type: "table"
5008   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5009   algorithm: "table_comparison"
5010   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5011   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5012   filter: "'1T1C'"
5013   columns:
5014     - title: "2001.0-2"
5015       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5016     - title: "2005.0-4"
5017       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5018     - title: "2009.0-4"
5019       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5020   comparisons:
5021     - title: "2009.0-4 vs 2005.0-4"
5022       reference: 2
5023       compare: 3
5024 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5025   legend:
5026     - ''
5027     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5028     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5029     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5030     - '2009.0-4 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5031
5032 # VPP Performance Changes 3n-tsh 2t2c mrr
5033 - type: "table"
5034   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5035   algorithm: "table_comparison"
5036   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5037   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5038   filter: "'2T2C'"
5039   columns:
5040     - title: "2001.0-2"
5041       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5042     - title: "2005.0-4"
5043       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5044     - title: "2009.0-4"
5045       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5046   comparisons:
5047     - title: "2009.0-4 vs 2005.0-4"
5048       reference: 2
5049       compare: 3
5050 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5051   legend:
5052     - ''
5053     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5054     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5055     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5056     - '2009.0-4 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5057
5058 # VPP Performance Changes 3n-tsh 4t4c mrr
5059 - type: "table"
5060   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5061   algorithm: "table_comparison"
5062   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5063   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5064   filter: "'4T4C'"
5065   columns:
5066     - title: "2001.0-2"
5067       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5068     - title: "2005.0-4"
5069       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5070     - title: "2009.0-4"
5071       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5072   comparisons:
5073     - title: "2009.0-4 vs 2005.0-4"
5074       reference: 2
5075       compare: 3
5076 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5077   legend:
5078     - ''
5079     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5080     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5081     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5082     - '2009.0-4 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5083
5084 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5085 - type: "table"
5086   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5087   algorithm: "table_comparison"
5088   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5089   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5090   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5091   columns:
5092     - title: "3n-hsw xl710"
5093       data-set: "vpp-compare-testbeds-mrr-ref"
5094       tag: "NIC_Intel-XL710"
5095     - title: "3n-skx xxv710"
5096       data-set: "vpp-compare-testbeds-mrr-cmp"
5097       tag: "NIC_Intel-XXV710"
5098   comparisons:
5099     - title: "Diff"
5100       reference: 1
5101       compare: 2
5102   legend:
5103     - ""
5104     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5105     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5106
5107 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5108 - type: "table"
5109   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5110   algorithm: "table_comparison"
5111   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5112   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5113   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5114   columns:
5115     - title: "3n-hsw xl710"
5116       data-set: "vpp-compare-testbeds-mrr-ref"
5117       tag: "NIC_Intel-XL710"
5118     - title: "3n-skx xxv710"
5119       data-set: "vpp-compare-testbeds-mrr-cmp"
5120       tag: "NIC_Intel-XXV710"
5121   comparisons:
5122     - title: "Diff"
5123       reference: 1
5124       compare: 2
5125   legend:
5126     - ""
5127     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5128     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5129
5130 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5131 - type: "table"
5132   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5133   algorithm: "table_comparison"
5134   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5135   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5136   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5137   columns:
5138     - title: "3n-hsw xl710"
5139       data-set: "vpp-compare-testbeds-mrr-ref"
5140       tag: "NIC_Intel-XL710"
5141     - title: "3n-skx xxv710"
5142       data-set: "vpp-compare-testbeds-mrr-cmp"
5143       tag: "NIC_Intel-XXV710"
5144   comparisons:
5145     - title: "Diff"
5146       reference: 1
5147       compare: 2
5148   legend:
5149     - ""
5150     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5151     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5152
5153 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5154 - type: "table"
5155   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5156   algorithm: "table_comparison"
5157   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5158   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5159   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5160   columns:
5161     - title: "2n-skx"
5162       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5163     - title: "2n-clx"
5164       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5165   comparisons:
5166     - title: "Diff"
5167       reference: 1
5168       compare: 2
5169   legend:
5170     - ""
5171     - "2n-skx, 2n-clx - testbeds and NICs tested."
5172     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5173
5174 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5175 - type: "table"
5176   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5177   algorithm: "table_comparison"
5178   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5179   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5180   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5181   columns:
5182     - title: "2n-skx"
5183       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5184     - title: "2n-clx"
5185       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5186   comparisons:
5187     - title: "Diff"
5188       reference: 1
5189       compare: 2
5190   legend:
5191     - ""
5192     - "2n-skx, 2n-clx - testbeds and NICs tested."
5193     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5194
5195 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5196 - type: "table"
5197   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5198   algorithm: "table_comparison"
5199   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5200   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5201   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5202   columns:
5203     - title: "2n-skx"
5204       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5205     - title: "2n-clx"
5206       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5207   comparisons:
5208     - title: "Diff"
5209       reference: 1
5210       compare: 2
5211   legend:
5212     - ""
5213     - "2n-skx, 2n-clx - testbeds and NICs tested."
5214     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5215
5216 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5217 - type: "table"
5218   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5219   algorithm: "table_comparison"
5220   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5221   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5222   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5223   columns:
5224     - title: "3n-skx"
5225       data-set: "vpp-compare-topologies-mrr-ref"
5226     - title: "2n-skx"
5227       data-set: "vpp-compare-topologies-mrr-cmp"
5228   comparisons:
5229     - title: "Diff"
5230       reference: 1
5231       compare: 2
5232   legend:
5233     - ""
5234     - "3n-skx, 2n-skx - topologies tested."
5235     - "Diff - difference between 3n-skx and 2n-skx topologies."
5236
5237 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5238 - type: "table"
5239   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5240   algorithm: "table_comparison"
5241   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5242   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5243   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5244   columns:
5245     - title: "3n-skx"
5246       data-set: "vpp-compare-topologies-mrr-ref"
5247     - title: "2n-skx"
5248       data-set: "vpp-compare-topologies-mrr-cmp"
5249   comparisons:
5250     - title: "Diff"
5251       reference: 1
5252       compare: 2
5253   legend:
5254     - ""
5255     - "3n-skx, 2n-skx - topologies tested."
5256     - "Diff - difference between 3n-skx and 2n-skx topologies."
5257
5258 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5259 - type: "table"
5260   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5261   algorithm: "table_comparison"
5262   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5263   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5264   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5265   columns:
5266     - title: "3n-skx"
5267       data-set: "vpp-compare-topologies-mrr-ref"
5268     - title: "2n-skx"
5269       data-set: "vpp-compare-topologies-mrr-cmp"
5270   comparisons:
5271     - title: "Diff"
5272       reference: 1
5273       compare: 2
5274   legend:
5275     - ""
5276     - "3n-skx, 2n-skx - topologies tested."
5277     - "Diff - difference between 3n-skx and 2n-skx topologies."
5278
5279 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5280 - type: "table"
5281   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5282   algorithm: "table_comparison"
5283   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5284   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5285   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5286   columns:
5287     - title: "3n-hsw xl710"
5288       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5289       tag: "NIC_Intel-XL710"
5290     - title: "2n-clx xxv710"
5291       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5292       tag: "NIC_Intel-XXV710"
5293   comparisons:
5294     - title: "Diff"
5295       reference: 1
5296       compare: 2
5297   legend:
5298     - ""
5299     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5300     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5301
5302 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5303 - type: "table"
5304   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5305   algorithm: "table_comparison"
5306   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5307   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5308   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5309   columns:
5310     - title: "3n-hsw xl710"
5311       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5312       tag: "NIC_Intel-XL710"
5313     - title: "2n-clx xxv710"
5314       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5315       tag: "NIC_Intel-XXV710"
5316   comparisons:
5317     - title: "Diff"
5318       reference: 1
5319       compare: 2
5320   legend:
5321     - ""
5322     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5323     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5324
5325 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5326 - type: "table"
5327   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5328   algorithm: "table_comparison"
5329   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5330   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5331   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5332   columns:
5333     - title: "3n-hsw xl710"
5334       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5335       tag: "NIC_Intel-XL710"
5336     - title: "2n-clx xxv710"
5337       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5338       tag: "NIC_Intel-XXV710"
5339   comparisons:
5340     - title: "Diff"
5341       reference: 1
5342       compare: 2
5343   legend:
5344     - ""
5345     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5346     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5347
5348 # Detailed Test Results - VPP Performance Results 3n-hsw
5349 - type: "table"
5350   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5351   algorithm: "table_merged_details"
5352   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5353   columns:
5354     - title: " |prein| Test Name |preout| "
5355       data: "data name"
5356     - 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| "
5357       data: "data msg"
5358   data: "vpp-perf-results-3n-hsw"
5359   filter: "all"
5360   parameters:
5361   - "name"
5362   - "parent"
5363   - "msg"
5364
5365 # Detailed Test Results - VPP Performance Results 3n-skx
5366 - type: "table"
5367   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5368   algorithm: "table_merged_details"
5369   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5370   columns:
5371     - title: " |prein| Test Name |preout| "
5372       data: "data name"
5373     - 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| "
5374       data: "data msg"
5375   data: "vpp-perf-results-3n-skx"
5376   filter: "all"
5377   remove-ndr: False
5378   parameters:
5379   - "name"
5380   - "parent"
5381   - "msg"
5382
5383 # Detailed Test Results - VPP Performance Results 2n-skx
5384 - type: "table"
5385   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5386   algorithm: "table_merged_details"
5387   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5388   columns:
5389     - title: " |prein| Test Name |preout| "
5390       data: "data name"
5391     - 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| "
5392       data: "data msg"
5393   data: "vpp-perf-results-2n-skx"
5394   filter: "all"
5395   remove-ndr: False
5396   parameters:
5397   - "name"
5398   - "parent"
5399   - "msg"
5400
5401 # Detailed Test Results - VPP Performance Results 2n-clx
5402 - type: "table"
5403   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5404   algorithm: "table_merged_details"
5405   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5406   columns:
5407     - title: " |prein| Test Name |preout| "
5408       data: "data name"
5409     - 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| "
5410       data: "data msg"
5411   data: "vpp-perf-results-2n-clx"
5412   filter: "all"
5413   parameters:
5414   - "name"
5415   - "parent"
5416   - "msg"
5417
5418 # Detailed Test Results - VPP Performance Results 3n-tsh
5419 - type: "table"
5420   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5421   algorithm: "table_merged_details"
5422   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5423   columns:
5424     - title: " |prein| Test Name |preout| "
5425       data: "data name"
5426     - 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| "
5427       data: "data msg"
5428   data: "vpp-perf-results-3n-tsh"
5429   filter: "all"
5430   parameters:
5431   - "name"
5432   - "parent"
5433   - "msg"
5434
5435 # Detailed Test Results - VPP Performance Results 3n-dnv
5436 - type: "table"
5437   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5438   algorithm: "table_merged_details"
5439   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5440   columns:
5441     - title: " |prein| Test Name |preout| "
5442       data: "data name"
5443     - 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| "
5444       data: "data msg"
5445   data: "vpp-perf-results-3n-dnv"
5446   filter: "all"
5447   parameters:
5448   - "name"
5449   - "parent"
5450   - "msg"
5451
5452 # Detailed Test Results - VPP Performance Results 2n-dnv
5453 - type: "table"
5454   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5455   algorithm: "table_merged_details"
5456   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5457   columns:
5458     - title: " |prein| Test Name |preout| "
5459       data: "data name"
5460     - 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| "
5461       data: "data msg"
5462   data: "vpp-perf-results-2n-dnv"
5463   filter: "all"
5464   parameters:
5465   - "name"
5466   - "parent"
5467   - "msg"
5468
5469 # Test configuration - VPP Performance Test Configs 3n-hsw
5470 - type: "table"
5471   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5472   algorithm: "table_merged_details"
5473   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5474   columns:
5475     - title: " |prein| Test Name |preout| "
5476       data: "data name"
5477     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5478       data: "data conf-history"
5479   data: "vpp-perf-results-3n-hsw"
5480   filter: "all"
5481   parameters:
5482   - "parent"
5483   - "name"
5484   - "conf-history"
5485
5486 # Test configuration - VPP Performance Test Configs 3n-skx
5487 - type: "table"
5488   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5489   algorithm: "table_merged_details"
5490   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5491   columns:
5492     - title: " |prein| Test Name |preout| "
5493       data: "data name"
5494     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5495       data: "data conf-history"
5496   data: "vpp-perf-results-3n-skx"
5497   filter: "all"
5498   parameters:
5499   - "parent"
5500   - "name"
5501   - "conf-history"
5502
5503 # Test configuration - VPP Performance Test Configs 2n-skx
5504 - type: "table"
5505   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5506   algorithm: "table_merged_details"
5507   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5508   columns:
5509     - title: " |prein| Test Name |preout| "
5510       data: "data name"
5511     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5512       data: "data conf-history"
5513   data: "vpp-perf-results-2n-skx"
5514   filter: "all"
5515   parameters:
5516   - "parent"
5517   - "name"
5518   - "conf-history"
5519
5520 # Test configuration - VPP Performance Test Configs 2n-clx
5521 - type: "table"
5522   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5523   algorithm: "table_merged_details"
5524   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5525   columns:
5526     - title: " |prein| Test Name |preout| "
5527       data: "data name"
5528     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5529       data: "data conf-history"
5530   data: "vpp-perf-results-2n-clx"
5531   filter: "all"
5532   parameters:
5533   - "parent"
5534   - "name"
5535   - "conf-history"
5536
5537 # Test configuration - VPP Performance Test Configs 3n-tsh
5538 - type: "table"
5539   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5540   algorithm: "table_merged_details"
5541   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5542   columns:
5543     - title: " |prein| Test Name |preout| "
5544       data: "data name"
5545     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5546       data: "data conf-history"
5547   data: "vpp-perf-results-3n-tsh"
5548   filter: "all"
5549   parameters:
5550   - "parent"
5551   - "name"
5552   - "conf-history"
5553
5554 # Test configuration - VPP Performance Test Configs 3n-dnv
5555 - type: "table"
5556   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5557   algorithm: "table_merged_details"
5558   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5559   columns:
5560     - title: " |prein| Test Name |preout| "
5561       data: "data name"
5562     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5563       data: "data conf-history"
5564   data: "vpp-perf-results-3n-dnv"
5565   filter: "all"
5566   parameters:
5567   - "parent"
5568   - "name"
5569   - "conf-history"
5570
5571 # Test configuration - VPP Performance Test Configs 2n-dnv
5572 - type: "table"
5573   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5574   algorithm: "table_merged_details"
5575   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5576   columns:
5577     - title: " |prein| Test Name |preout| "
5578       data: "data name"
5579     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5580       data: "data conf-history"
5581   data: "vpp-perf-results-2n-dnv"
5582   filter: "all"
5583   parameters:
5584   - "parent"
5585   - "name"
5586   - "conf-history"
5587
5588 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5589 - type: "table"
5590   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5591   algorithm: "table_oper_data_html"
5592   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5593   data: "vpp-perf-results-3n-hsw"
5594   filter: "all"
5595
5596 # Test Operational Data - VPP Performance Operational Data 3n-skx
5597 - type: "table"
5598   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5599   algorithm: "table_oper_data_html"
5600   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5601   data: "vpp-perf-results-3n-skx"
5602   filter: "all"
5603
5604 # Test Operational Data - VPP Performance Operational Data 2n-skx
5605 - type: "table"
5606   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5607   algorithm: "table_oper_data_html"
5608   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5609   data: "vpp-perf-results-2n-skx"
5610   filter: "all"
5611
5612 # Test Operational Data - VPP Performance Operational Data 2n-clx
5613 - type: "table"
5614   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5615   algorithm: "table_oper_data_html"
5616   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5617   data: "vpp-perf-results-2n-clx"
5618   filter: "all"
5619
5620 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5621 - type: "table"
5622   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5623   algorithm: "table_oper_data_html"
5624   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5625   data: "vpp-perf-results-3n-tsh"
5626   filter: "all"
5627
5628 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5629 - type: "table"
5630   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5631   algorithm: "table_oper_data_html"
5632   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5633   data: "vpp-perf-results-3n-dnv"
5634   filter: "all"
5635
5636 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5637 - type: "table"
5638   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5639   algorithm: "table_oper_data_html"
5640   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5641   data: "vpp-perf-results-2n-dnv"
5642   filter: "all"
5643
5644 # Detailed Test Results - VPP MRR Results 3n-hsw
5645 - type: "table"
5646   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5647   algorithm: "table_merged_details"
5648   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5649   columns:
5650     - title: " |prein| Test Name |preout| "
5651       data: "data name"
5652     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5653       data: "data msg"
5654   data: "vpp-mrr-results-3n-hsw"
5655   filter: "all"
5656   parameters:
5657   - "name"
5658   - "parent"
5659   - "msg"
5660
5661 # Detailed Test Results - VPP MRR Results 3n-skx
5662 - type: "table"
5663   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5664   algorithm: "table_merged_details"
5665   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5666   columns:
5667     - title: " |prein| Test Name |preout| "
5668       data: "data name"
5669     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5670       data: "data msg"
5671   data: "vpp-mrr-results-3n-skx"
5672   filter: "all"
5673   parameters:
5674   - "name"
5675   - "parent"
5676   - "msg"
5677
5678 # Detailed Test Results - VPP MRR Results 2n-skx
5679 - type: "table"
5680   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5681   algorithm: "table_merged_details"
5682   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5683   columns:
5684     - title: " |prein| Test Name |preout| "
5685       data: "data name"
5686     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5687       data: "data msg"
5688   data: "vpp-mrr-results-2n-skx"
5689   filter: "all"
5690   parameters:
5691   - "name"
5692   - "parent"
5693   - "msg"
5694
5695 # Detailed Test Results - VPP MRR Results 2n-clx
5696 - type: "table"
5697   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5698   algorithm: "table_merged_details"
5699   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5700   columns:
5701     - title: " |prein| Test Name |preout| "
5702       data: "data name"
5703     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5704       data: "data msg"
5705   data: "vpp-mrr-results-2n-clx"
5706   filter: "all"
5707   parameters:
5708   - "name"
5709   - "parent"
5710   - "msg"
5711
5712 # Detailed Test Results - VPP MRR Results 3n-tsh
5713 - type: "table"
5714   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5715   algorithm: "table_merged_details"
5716   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5717   columns:
5718     - title: " |prein| Test Name |preout| "
5719       data: "data name"
5720     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5721       data: "data msg"
5722   data: "vpp-mrr-results-3n-tsh"
5723   filter: "all"
5724   parameters:
5725   - "name"
5726   - "parent"
5727   - "msg"
5728
5729 # Detailed Test Results - VPP MRR Results 3n-dnv
5730 - type: "table"
5731   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5732   algorithm: "table_merged_details"
5733   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5734   columns:
5735     - title: " |prein| Test Name |preout| "
5736       data: "data name"
5737     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5738       data: "data msg"
5739   data: "vpp-mrr-results-3n-dnv"
5740   filter: "all"
5741   parameters:
5742   - "name"
5743   - "parent"
5744   - "msg"
5745
5746 # Detailed Test Results - VPP MRR Results 2n-dnv
5747 - type: "table"
5748   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5749   algorithm: "table_merged_details"
5750   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5751   columns:
5752     - title: " |prein| Test Name |preout| "
5753       data: "data name"
5754     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5755       data: "data msg"
5756   data: "vpp-mrr-results-2n-dnv"
5757   filter: "all"
5758   parameters:
5759   - "name"
5760   - "parent"
5761   - "msg"
5762
5763 # Test configuration - VPP MRR Test Configs 3n-hsw
5764 - type: "table"
5765   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5766   algorithm: "table_merged_details"
5767   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5768   columns:
5769     - title: " |prein| Test Name |preout| "
5770       data: "data name"
5771     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5772       data: "data conf-history"
5773   data: "vpp-mrr-results-3n-hsw"
5774   filter: "all"
5775   parameters:
5776   - "parent"
5777   - "name"
5778   - "conf-history"
5779
5780 # Test configuration - VPP MRR Test Configs 3n-skx
5781 - type: "table"
5782   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5783   algorithm: "table_merged_details"
5784   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5785   columns:
5786     - title: " |prein| Test Name |preout| "
5787       data: "data name"
5788     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5789       data: "data conf-history"
5790   data: "vpp-mrr-results-3n-skx"
5791   filter: "all"
5792   parameters:
5793   - "parent"
5794   - "name"
5795   - "conf-history"
5796
5797 # Test configuration - VPP MRR Test Configs 2n-skx
5798 - type: "table"
5799   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5800   algorithm: "table_merged_details"
5801   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5802   columns:
5803     - title: " |prein| Test Name |preout| "
5804       data: "data name"
5805     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5806       data: "data conf-history"
5807   data: "vpp-mrr-results-2n-skx"
5808   filter: "all"
5809   parameters:
5810   - "parent"
5811   - "name"
5812   - "conf-history"
5813
5814 # Test configuration - VPP MRR Test Configs 2n-clx
5815 - type: "table"
5816   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5817   algorithm: "table_merged_details"
5818   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5819   columns:
5820     - title: " |prein| Test Name |preout| "
5821       data: "data name"
5822     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5823       data: "data conf-history"
5824   data: "vpp-mrr-results-2n-clx"
5825   filter: "all"
5826   parameters:
5827   - "parent"
5828   - "name"
5829   - "conf-history"
5830
5831 # Test configuration - VPP MRR Test Configs 3n-tsh
5832 - type: "table"
5833   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5834   algorithm: "table_merged_details"
5835   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5836   columns:
5837     - title: " |prein| Test Name |preout| "
5838       data: "data name"
5839     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5840       data: "data conf-history"
5841   data: "vpp-mrr-results-3n-tsh"
5842   filter: "all"
5843   parameters:
5844   - "parent"
5845   - "name"
5846   - "conf-history"
5847
5848 # Test configuration - VPP MRR Test Configs 3n-dnv
5849 - type: "table"
5850   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5851   algorithm: "table_merged_details"
5852   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5853   columns:
5854     - title: " |prein| Test Name |preout| "
5855       data: "data name"
5856     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5857       data: "data conf-history"
5858   data: "vpp-mrr-results-3n-dnv"
5859   filter: "all"
5860   parameters:
5861   - "parent"
5862   - "name"
5863   - "conf-history"
5864
5865 # Test configuration - VPP MRR Test Configs 2n-dnv
5866 - type: "table"
5867   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5868   algorithm: "table_merged_details"
5869   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5870   columns:
5871     - title: " |prein| Test Name |preout| "
5872       data: "data name"
5873     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5874       data: "data conf-history"
5875   data: "vpp-mrr-results-2n-dnv"
5876   filter: "all"
5877   parameters:
5878   - "parent"
5879   - "name"
5880   - "conf-history"
5881
5882 # Detailed Test Results - VPP Device Results - Ubuntu
5883 - type: "table"
5884   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5885   algorithm: "table_merged_details"
5886   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5887   columns:
5888     - title: " |prein| Test Name |preout| "
5889       data: "data name"
5890     - title: " |prein| Status |preout| "
5891       data: "data status"
5892   data: "vpp-device-results-ubuntu"
5893   filter: "all"
5894   parameters:
5895   - "name"
5896   - "parent"
5897   - "doc"
5898   - "status"
5899
5900 # Test configuration - VPP Device Test Configs - Ubuntu
5901 - type: "table"
5902   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5903   algorithm: "table_merged_details"
5904   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5905   columns:
5906     - title: " |prein| Test Name |preout| "
5907       data: "data name"
5908     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5909       data: "data conf-history"
5910   data: "vpp-device-results-ubuntu"
5911   filter: "all"
5912   parameters:
5913   - "parent"
5914   - "name"
5915   - "conf-history"
5916
5917 ################################################################################
5918
5919 # DPDK Performance Changes 3n-hsw 1t1c pdr
5920 - type: "table"
5921   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5922   algorithm: "table_comparison"
5923   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5924   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5925   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5926   columns:
5927     - title: "2001"
5928       data-set: "dpdk-performance-changes-3n-hsw-h1"
5929     - title: "2005"
5930       data-set: "dpdk-performance-changes-3n-hsw-ref"
5931     - title: "2009"
5932       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5933   comparisons:
5934     - title: "Diff"
5935       reference: 2
5936       compare: 3
5937   legend:
5938     - ""
5939     - "2001, 2005, 2009 - DPDK versions tested."
5940     - "Diff - difference between 2005 and 2009 DPDK version."
5941
5942 # DPDK Performance Changes 3n-hsw 2t2c pdr
5943 - type: "table"
5944   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5945   algorithm: "table_comparison"
5946   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5947   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5948   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5949   columns:
5950     - title: "2001"
5951       data-set: "dpdk-performance-changes-3n-hsw-h1"
5952     - title: "2005"
5953       data-set: "dpdk-performance-changes-3n-hsw-ref"
5954     - title: "2009"
5955       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5956   comparisons:
5957     - title: "Diff"
5958       reference: 2
5959       compare: 3
5960   legend:
5961     - ""
5962     - "2001, 2005, 2009 - DPDK versions tested."
5963     - "Diff - difference between 2005 and 2009 DPDK version."
5964
5965 # DPDK Performance Changes 3n-hsw 1t1c pdr
5966 - type: "table"
5967   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5968   algorithm: "table_comparison"
5969   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5970   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5971   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5972   columns:
5973     - title: "2001"
5974       data-set: "dpdk-performance-changes-3n-hsw-h1"
5975     - title: "2005"
5976       data-set: "dpdk-performance-changes-3n-hsw-ref"
5977     - title: "2009"
5978       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5979   comparisons:
5980     - title: "Diff"
5981       reference: 2
5982       compare: 3
5983   legend:
5984     - ""
5985     - "2001, 2005, 2009 - DPDK versions tested."
5986     - "Diff - difference between 2005 and 2009 DPDK version."
5987
5988 # DPDK Performance Changes 3n-hsw 2t2c ndr
5989 - type: "table"
5990   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5991   algorithm: "table_comparison"
5992   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5993   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5994   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5995   columns:
5996     - title: "2001"
5997       data-set: "dpdk-performance-changes-3n-hsw-h1"
5998     - title: "2005"
5999       data-set: "dpdk-performance-changes-3n-hsw-ref"
6000     - title: "2009"
6001       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6002   comparisons:
6003     - title: "Diff"
6004       reference: 2
6005       compare: 3
6006   legend:
6007     - ""
6008     - "2001, 2005, 2009 - DPDK versions tested."
6009     - "Diff - difference between 2005 and 2009 DPDK version."
6010
6011 # DPDK Performance Changes 3n-skx 2t1c pdr
6012 - type: "table"
6013   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6014   algorithm: "table_comparison"
6015   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6016   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6017   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6018   columns:
6019     - title: "2001"
6020       data-set: "dpdk-performance-changes-3n-skx-h1"
6021     - title: "2005"
6022       data-set: "dpdk-performance-changes-3n-skx-ref"
6023     - title: "2009"
6024       data-set: "dpdk-performance-changes-3n-skx-cmp"
6025   comparisons:
6026     - title: "Diff"
6027       reference: 2
6028       compare: 3
6029   legend:
6030     - ""
6031     - "2001, 2005, 2009 - DPDK versions tested."
6032     - "Diff - difference between 2005 and 2009 DPDK version."
6033
6034 # DPDK Performance Changes 3n-skx 4t2c pdr
6035 - type: "table"
6036   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6037   algorithm: "table_comparison"
6038   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6039   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6040   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6041   columns:
6042     - title: "2001"
6043       data-set: "dpdk-performance-changes-3n-skx-h1"
6044     - title: "2005"
6045       data-set: "dpdk-performance-changes-3n-skx-ref"
6046     - title: "2009"
6047       data-set: "dpdk-performance-changes-3n-skx-cmp"
6048   comparisons:
6049     - title: "Diff"
6050       reference: 2
6051       compare: 3
6052   legend:
6053     - ""
6054     - "2001, 2005, 2009 - DPDK versions tested."
6055     - "Diff - difference between 2005 and 2009 DPDK version."
6056
6057 # DPDK Performance Changes 3n-skx 2t1c ndr
6058 - type: "table"
6059   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6060   algorithm: "table_comparison"
6061   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6062   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6063   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6064   columns:
6065     - title: "2001"
6066       data-set: "dpdk-performance-changes-3n-skx-h1"
6067     - title: "2005"
6068       data-set: "dpdk-performance-changes-3n-skx-ref"
6069     - title: "2009"
6070       data-set: "dpdk-performance-changes-3n-skx-cmp"
6071   comparisons:
6072     - title: "Diff"
6073       reference: 2
6074       compare: 3
6075   legend:
6076     - ""
6077     - "2001, 2005, 2009 - DPDK versions tested."
6078     - "Diff - difference between 2005 and 2009 DPDK version."
6079
6080 # DPDK Performance Changes 3n-skx 4t2c ndr
6081 - type: "table"
6082   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6083   algorithm: "table_comparison"
6084   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6085   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6086   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6087   columns:
6088     - title: "2001"
6089       data-set: "dpdk-performance-changes-3n-skx-h1"
6090     - title: "2005"
6091       data-set: "dpdk-performance-changes-3n-skx-ref"
6092     - title: "2009"
6093       data-set: "dpdk-performance-changes-3n-skx-cmp"
6094   comparisons:
6095     - title: "Diff"
6096       reference: 2
6097       compare: 3
6098   legend:
6099     - ""
6100     - "2001, 2005, 2009 - DPDK versions tested."
6101     - "Diff - difference between 2005 and 2009 DPDK version."
6102
6103 # DPDK Performance Changes 2n-skx 2t1c pdr
6104 - type: "table"
6105   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6106   algorithm: "table_comparison"
6107   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6108   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6109   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6110   columns:
6111     - title: "2001"
6112       data-set: "dpdk-performance-changes-2n-skx-h1"
6113     - title: "2005"
6114       data-set: "dpdk-performance-changes-2n-skx-ref"
6115     - title: "2009"
6116       data-set: "dpdk-performance-changes-2n-skx-cmp"
6117   comparisons:
6118     - title: "Diff"
6119       reference: 2
6120       compare: 3
6121   legend:
6122     - ""
6123     - "2001, 2005, 2009 - DPDK versions tested."
6124     - "Diff - difference between 2005 and 2009 DPDK version."
6125
6126 # DPDK Performance Changes 2n-skx 4t2c pdr
6127 - type: "table"
6128   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6129   algorithm: "table_comparison"
6130   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6131   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6132   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6133   columns:
6134     - title: "2001"
6135       data-set: "dpdk-performance-changes-2n-skx-h1"
6136     - title: "2005"
6137       data-set: "dpdk-performance-changes-2n-skx-ref"
6138     - title: "2009"
6139       data-set: "dpdk-performance-changes-2n-skx-cmp"
6140   comparisons:
6141     - title: "Diff"
6142       reference: 2
6143       compare: 3
6144   legend:
6145     - ""
6146     - "2001, 2005, 2009 - DPDK versions tested."
6147     - "Diff - difference between 2005 and 2009 DPDK version."
6148
6149 # DPDK Performance Changes 2n-skx 2t1c ndr
6150 - type: "table"
6151   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6152   algorithm: "table_comparison"
6153   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6154   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6155   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6156   columns:
6157     - title: "2001"
6158       data-set: "dpdk-performance-changes-2n-skx-h1"
6159     - title: "2005"
6160       data-set: "dpdk-performance-changes-2n-skx-ref"
6161     - title: "2009"
6162       data-set: "dpdk-performance-changes-2n-skx-cmp"
6163   comparisons:
6164     - title: "Diff"
6165       reference: 2
6166       compare: 3
6167   legend:
6168     - ""
6169     - "2001, 2005, 2009 - DPDK versions tested."
6170     - "Diff - difference between 2005 and 2009 DPDK version."
6171
6172 # DPDK Performance Changes 2n-skx 4t2c ndr
6173 - type: "table"
6174   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6175   algorithm: "table_comparison"
6176   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6177   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6178   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6179   columns:
6180     - title: "2001"
6181       data-set: "dpdk-performance-changes-2n-skx-h1"
6182     - title: "2005"
6183       data-set: "dpdk-performance-changes-2n-skx-ref"
6184     - title: "2009"
6185       data-set: "dpdk-performance-changes-2n-skx-cmp"
6186   comparisons:
6187     - title: "Diff"
6188       reference: 2
6189       compare: 3
6190   legend:
6191     - ""
6192     - "2001, 2005, 2009 - DPDK versions tested."
6193     - "Diff - difference between 2005 and 2009 DPDK version."
6194
6195 # DPDK Performance Changes 2n-clx 2t1c pdr
6196 - type: "table"
6197   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6198   algorithm: "table_comparison"
6199   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6200   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6201   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6202   columns:
6203     - title: "2001"
6204       data-set: "dpdk-performance-changes-2n-clx-h1"
6205     - title: "2005"
6206       data-set: "dpdk-performance-changes-2n-clx-ref"
6207     - title: "2009"
6208       data-set: "dpdk-performance-changes-2n-clx-cmp"
6209   comparisons:
6210     - title: "Diff"
6211       reference: 2
6212       compare: 3
6213   legend:
6214     - ""
6215     - "2001, 2005, 2009 - DPDK versions tested."
6216     - "Diff - difference between 2005 and 2009 DPDK version."
6217
6218 # DPDK Performance Changes 2n-clx 4t2c pdr
6219 - type: "table"
6220   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6221   algorithm: "table_comparison"
6222   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6223   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6224   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6225   columns:
6226     - title: "2001"
6227       data-set: "dpdk-performance-changes-2n-clx-h1"
6228     - title: "2005"
6229       data-set: "dpdk-performance-changes-2n-clx-ref"
6230     - title: "2009"
6231       data-set: "dpdk-performance-changes-2n-clx-cmp"
6232   comparisons:
6233     - title: "Diff"
6234       reference: 2
6235       compare: 3
6236   legend:
6237     - ""
6238     - "2001, 2005, 2009 - DPDK versions tested."
6239     - "Diff - difference between 2005 and 2009 DPDK version."
6240
6241 # DPDK Performance Changes 2n-clx 2t1c ndr
6242 - type: "table"
6243   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6244   algorithm: "table_comparison"
6245   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6246   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6247   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6248   columns:
6249     - title: "2001"
6250       data-set: "dpdk-performance-changes-2n-clx-h1"
6251     - title: "2005"
6252       data-set: "dpdk-performance-changes-2n-clx-ref"
6253     - title: "2009"
6254       data-set: "dpdk-performance-changes-2n-clx-cmp"
6255   comparisons:
6256     - title: "Diff"
6257       reference: 2
6258       compare: 3
6259   legend:
6260     - ""
6261     - "2001, 2005, 2009 - DPDK versions tested."
6262     - "Diff - difference between 2005 and 2009 DPDK version."
6263
6264 # DPDK Performance Changes 2n-clx 4t2c ndr
6265 - type: "table"
6266   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6267   algorithm: "table_comparison"
6268   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6269   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6270   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6271   columns:
6272     - title: "2001"
6273       data-set: "dpdk-performance-changes-2n-clx-h1"
6274     - title: "2005"
6275       data-set: "dpdk-performance-changes-2n-clx-ref"
6276     - title: "2009"
6277       data-set: "dpdk-performance-changes-2n-clx-cmp"
6278   comparisons:
6279     - title: "Diff"
6280       reference: 2
6281       compare: 3
6282   legend:
6283     - ""
6284     - "2001, 2005, 2009 - DPDK versions tested."
6285     - "Diff - difference between 2005 and 2009 DPDK version."
6286
6287 # DPDK Performance Changes 2n-dnv 1t1c pdr
6288 - type: "table"
6289   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6290   algorithm: "table_comparison"
6291   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6292   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6293   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6294   columns:
6295     - title: "2001"
6296       data-set: "dpdk-performance-changes-2n-dnv-h1"
6297     - title: "2005"
6298       data-set: "dpdk-performance-changes-2n-dnv-ref"
6299     - title: "2009"
6300       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6301   comparisons:
6302     - title: "Diff"
6303       reference: 2
6304       compare: 3
6305   legend:
6306     - ""
6307     - "2001, 2005, 2009 - DPDK versions tested."
6308     - "Diff - difference between 2005 and 2009 DPDK version."
6309
6310 # DPDK Performance Changes 2n-dnv 2t2c pdr
6311 - type: "table"
6312   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6313   algorithm: "table_comparison"
6314   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6315   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6316   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6317   columns:
6318     - title: "2001"
6319       data-set: "dpdk-performance-changes-2n-dnv-h1"
6320     - title: "2005"
6321       data-set: "dpdk-performance-changes-2n-dnv-ref"
6322     - title: "2009"
6323       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6324   comparisons:
6325     - title: "Diff"
6326       reference: 2
6327       compare: 3
6328   legend:
6329     - ""
6330     - "2001, 2005, 2009 - DPDK versions tested."
6331     - "Diff - difference between 2005 and 2009 DPDK version."
6332
6333 # DPDK Performance Changes 2n-dnv 1t1c ndr
6334 - type: "table"
6335   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6336   algorithm: "table_comparison"
6337   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6338   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6339   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6340   columns:
6341     - title: "2001"
6342       data-set: "dpdk-performance-changes-2n-dnv-h1"
6343     - title: "2005"
6344       data-set: "dpdk-performance-changes-2n-dnv-ref"
6345     - title: "2009"
6346       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6347   comparisons:
6348     - title: "Diff"
6349       reference: 2
6350       compare: 3
6351   legend:
6352     - ""
6353     - "2001, 2005, 2009 - DPDK versions tested."
6354     - "Diff - difference between 2005 and 2009 DPDK version."
6355
6356 # DPDK Performance Changes 2n-dnv 2t2c ndr
6357 - type: "table"
6358   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6359   algorithm: "table_comparison"
6360   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6361   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6362   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6363   columns:
6364     - title: "2001"
6365       data-set: "dpdk-performance-changes-2n-dnv-h1"
6366     - title: "2005"
6367       data-set: "dpdk-performance-changes-2n-dnv-ref"
6368     - title: "2009"
6369       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6370   comparisons:
6371     - title: "Diff"
6372       reference: 2
6373       compare: 3
6374   legend:
6375     - ""
6376     - "2001, 2005, 2009 - DPDK versions tested."
6377     - "Diff - difference between 2005 and 2009 DPDK version."
6378
6379 # DPDK Performance Changes 3n-dnv 1t1c pdr
6380 - type: "table"
6381   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6382   algorithm: "table_comparison"
6383   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6384   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6385   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6386   columns:
6387     - title: "2001"
6388       data-set: "dpdk-performance-changes-3n-dnv-h1"
6389     - title: "2005"
6390       data-set: "dpdk-performance-changes-3n-dnv-ref"
6391     - title: "2009"
6392       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6393   comparisons:
6394     - title: "Diff"
6395       reference: 2
6396       compare: 3
6397   legend:
6398     - ""
6399     - "2001, 2005, 2009 - DPDK versions tested."
6400     - "Diff - difference between 2005 and 2009 DPDK version."
6401
6402 # DPDK Performance Changes 3n-dnv 2t2c pdr
6403 - type: "table"
6404   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6405   algorithm: "table_comparison"
6406   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6407   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6408   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6409   columns:
6410     - title: "2001"
6411       data-set: "dpdk-performance-changes-3n-dnv-h1"
6412     - title: "2005"
6413       data-set: "dpdk-performance-changes-3n-dnv-ref"
6414     - title: "2009"
6415       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6416   comparisons:
6417     - title: "Diff"
6418       reference: 2
6419       compare: 3
6420   legend:
6421     - ""
6422     - "2001, 2005, 2009 - DPDK versions tested."
6423     - "Diff - difference between 2005 and 2009 DPDK version."
6424
6425 # DPDK Performance Changes 3n-dnv 1t1c ndr
6426 - type: "table"
6427   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6428   algorithm: "table_comparison"
6429   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6430   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6431   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6432   columns:
6433     - title: "2001"
6434       data-set: "dpdk-performance-changes-3n-dnv-h1"
6435     - title: "2005"
6436       data-set: "dpdk-performance-changes-3n-dnv-ref"
6437     - title: "2009"
6438       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6439   comparisons:
6440     - title: "Diff"
6441       reference: 2
6442       compare: 3
6443   legend:
6444     - ""
6445     - "2001, 2005, 2009 - DPDK versions tested."
6446     - "Diff - difference between 2005 and 2009 DPDK version."
6447
6448 # DPDK Performance Changes 3n-dnv 2t2c ndr
6449 - type: "table"
6450   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6451   algorithm: "table_comparison"
6452   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6453   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6454   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6455   columns:
6456     - title: "2001"
6457       data-set: "dpdk-performance-changes-3n-dnv-h1"
6458     - title: "2005"
6459       data-set: "dpdk-performance-changes-3n-dnv-ref"
6460     - title: "2009"
6461       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6462   comparisons:
6463     - title: "Diff"
6464       reference: 2
6465       compare: 3
6466   legend:
6467     - ""
6468     - "2001, 2005, 2009 - DPDK versions tested."
6469     - "Diff - difference between 2005 and 2009 DPDK version."
6470
6471 # DPDK Performance Changes 3n-tsh 1t1c pdr
6472 - type: "table"
6473   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6474   algorithm: "table_comparison"
6475   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6476   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6477   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6478   columns:
6479     - title: "2001"
6480       data-set: "dpdk-performance-changes-3n-tsh-h1"
6481     - title: "2005"
6482       data-set: "dpdk-performance-changes-3n-tsh-ref"
6483     - title: "2009"
6484       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6485   comparisons:
6486     - title: "Diff"
6487       reference: 2
6488       compare: 3
6489   legend:
6490     - ""
6491     - "2001, 2005, 2009 - DPDK versions tested."
6492     - "Diff - difference between 2005 and 2009 DPDK version."
6493
6494 # DPDK Performance Changes 3n-tsh 2t2c pdr
6495 - type: "table"
6496   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6497   algorithm: "table_comparison"
6498   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6499   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6500   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6501   columns:
6502     - title: "2001"
6503       data-set: "dpdk-performance-changes-3n-tsh-h1"
6504     - title: "2005"
6505       data-set: "dpdk-performance-changes-3n-tsh-ref"
6506     - title: "2009"
6507       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6508   comparisons:
6509     - title: "Diff"
6510       reference: 2
6511       compare: 3
6512   legend:
6513     - ""
6514     - "2001, 2005, 2009 - DPDK versions tested."
6515     - "Diff - difference between 2005 and 2009 DPDK version."
6516
6517 # DPDK Performance Changes 3n-tsh 1t1c ndr
6518 - type: "table"
6519   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6520   algorithm: "table_comparison"
6521   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6522   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6523   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6524   columns:
6525     - title: "2001"
6526       data-set: "dpdk-performance-changes-3n-tsh-h1"
6527     - title: "2005"
6528       data-set: "dpdk-performance-changes-3n-tsh-ref"
6529     - title: "2009"
6530       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6531   comparisons:
6532     - title: "Diff"
6533       reference: 2
6534       compare: 3
6535   legend:
6536     - ""
6537     - "2001, 2005, 2009 - DPDK versions tested."
6538     - "Diff - difference between 2005 and 2009 DPDK version."
6539
6540 # DPDK Performance Changes 3n-tsh 2t2c ndr
6541 - type: "table"
6542   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6543   algorithm: "table_comparison"
6544   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6545   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6546   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6547   columns:
6548     - title: "2001"
6549       data-set: "dpdk-performance-changes-3n-tsh-h1"
6550     - title: "2005"
6551       data-set: "dpdk-performance-changes-3n-tsh-ref"
6552     - title: "2009"
6553       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6554   comparisons:
6555     - title: "Diff"
6556       reference: 2
6557       compare: 3
6558   legend:
6559     - ""
6560     - "2001, 2005, 2009 - DPDK versions tested."
6561     - "Diff - difference between 2005 and 2009 DPDK version."
6562
6563 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6564 - type: "table"
6565   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6566   algorithm: "table_comparison"
6567   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6568   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6569   filter: "'NIC_Intel-X710'"
6570   columns:
6571     - title: "3n-hsw x710"
6572       data-set: "dpdk-compare-testbeds-ref"
6573     - title: "3n-skx x710"
6574       data-set: "dpdk-compare-testbeds-cmp"
6575   comparisons:
6576     - title: "Diff"
6577       reference: 1
6578       compare: 2
6579   legend:
6580     - ""
6581     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6582     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6583
6584 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6585 - type: "table"
6586   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6587   algorithm: "table_comparison"
6588   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6589   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6590   filter: "'NIC_Intel-X710'"
6591   columns:
6592     - title: "3n-hsw x710"
6593       data-set: "dpdk-compare-testbeds-ref"
6594     - title: "3n-skx x710"
6595       data-set: "dpdk-compare-testbeds-cmp"
6596   comparisons:
6597     - title: "Diff"
6598       reference: 1
6599       compare: 2
6600   legend:
6601     - ""
6602     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6603     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6604
6605 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6606 - type: "table"
6607   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6608   algorithm: "table_comparison"
6609   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6610   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6611   filter: "'NIC_Intel-XXV710'"
6612   columns:
6613     - title: "2n-skx"
6614       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6615     - title: "2n-clx"
6616       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6617   comparisons:
6618     - title: "Diff"
6619       reference: 1
6620       compare: 2
6621   legend:
6622     - ""
6623     - "2n-skx, 2n-clx - testbeds and NICs tested."
6624     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6625
6626 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6627 - type: "table"
6628   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6629   algorithm: "table_comparison"
6630   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6631   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6632   filter: "'NIC_Intel-XXV710'"
6633   columns:
6634     - title: "2n-skx"
6635       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6636     - title: "2n-clx"
6637       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6638   comparisons:
6639     - title: "Diff"
6640       reference: 1
6641       compare: 2
6642   legend:
6643     - ""
6644     - "2n-skx, 2n-clx - testbeds and NICs tested."
6645     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6646
6647 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6648 - type: "table"
6649   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6650   algorithm: "table_comparison"
6651   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6652   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6653   filter: "'NIC_Intel-XXV710'"
6654   columns:
6655     - title: "3n-skx"
6656       data-set: "dpdk-compare-topologies-ref"
6657     - title: "2n-skx"
6658       data-set: "dpdk-compare-topologies-cmp"
6659   comparisons:
6660     - title: "Diff"
6661       reference: 1
6662       compare: 2
6663   legend:
6664     - ""
6665     - "3n-skx, 2n-skx - topologies tested."
6666     - "Diff - difference between 3n-skx and 2n-skx topologies."
6667
6668 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6669 - type: "table"
6670   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6671   algorithm: "table_comparison"
6672   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6673   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6674   filter: "'NIC_Intel-XXV710'"
6675   columns:
6676     - title: "3n-skx"
6677       data-set: "dpdk-compare-topologies-ref"
6678     - title: "2n-skx"
6679       data-set: "dpdk-compare-topologies-cmp"
6680   comparisons:
6681     - title: "Diff"
6682       reference: 1
6683       compare: 2
6684   legend:
6685     - ""
6686     - "3n-skx, 2n-skx - topologies tested."
6687     - "Diff - difference between 3n-skx and 2n-skx topologies."
6688
6689 # Detailed Test Results - DPDK Performance Results 3n-hsw
6690 - type: "table"
6691   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6692   algorithm: "table_merged_details"
6693   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6694   columns:
6695     - title: " |prein| Test Name |preout| "
6696       data: "data name"
6697     - 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| "
6698       data: "data msg"
6699   data: "dpdk-perf-results-3n-hsw"
6700   filter: "all"
6701   parameters:
6702   - "name"
6703   - "parent"
6704   - "msg"
6705
6706 # Detailed Test Results - DPDK Performance Results 3n-skx
6707 - type: "table"
6708   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6709   algorithm: "table_merged_details"
6710   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6711   columns:
6712     - title: " |prein| Test Name |preout| "
6713       data: "data name"
6714     - 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| "
6715       data: "data msg"
6716   data: "dpdk-perf-results-3n-skx"
6717   filter: "all"
6718   remove-ndr: False
6719   parameters:
6720   - "name"
6721   - "parent"
6722   - "msg"
6723
6724 # Detailed Test Results - DPDK Performance Results 2n-skx
6725 - type: "table"
6726   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6727   algorithm: "table_merged_details"
6728   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6729   columns:
6730     - title: " |prein| Test Name |preout| "
6731       data: "data name"
6732     - 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| "
6733       data: "data msg"
6734   data: "dpdk-perf-results-2n-skx"
6735   filter: "all"
6736   remove-ndr: False
6737   parameters:
6738   - "name"
6739   - "parent"
6740   - "msg"
6741
6742 # Detailed Test Results - DPDK Performance Results 2n-clx
6743 - type: "table"
6744   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6745   algorithm: "table_merged_details"
6746   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6747   columns:
6748     - title: " |prein| Test Name |preout| "
6749       data: "data name"
6750     - 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| "
6751       data: "data msg"
6752   data: "dpdk-perf-results-2n-clx"
6753   filter: "all"
6754   parameters:
6755   - "name"
6756   - "parent"
6757   - "msg"
6758
6759 # Detailed Test Results - DPDK Performance Results 2n-dnv
6760 - type: "table"
6761   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6762   algorithm: "table_merged_details"
6763   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6764   columns:
6765     - title: " |prein| Test Name |preout| "
6766       data: "data name"
6767     - 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| "
6768       data: "data msg"
6769   data: "dpdk-perf-results-2n-dnv"
6770   filter: "all"
6771   parameters:
6772   - "name"
6773   - "parent"
6774   - "msg"
6775
6776 # Detailed Test Results - DPDK Performance Results 3n-dnv
6777 - type: "table"
6778   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6779   algorithm: "table_merged_details"
6780   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6781   columns:
6782     - title: " |prein| Test Name |preout| "
6783       data: "data name"
6784     - 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| "
6785       data: "data msg"
6786   data: "dpdk-perf-results-3n-dnv"
6787   filter: "all"
6788   parameters:
6789   - "name"
6790   - "parent"
6791   - "msg"
6792
6793 # Detailed Test Results - DPDK Performance Results 3n-tsh
6794 - type: "table"
6795   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6796   algorithm: "table_merged_details"
6797   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6798   columns:
6799     - title: " |prein| Test Name |preout| "
6800       data: "data name"
6801     - 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| "
6802       data: "data msg"
6803   data: "dpdk-perf-results-3n-tsh"
6804   filter: "all"
6805   parameters:
6806   - "name"
6807   - "parent"
6808   - "msg"
6809
6810 ################################################################################
6811 ###                                F I L E S                                 ###
6812 ################################################################################
6813
6814 # VPP Performance Results
6815 - type: "file"
6816   title: "VPP Performance Results"
6817   algorithm: "file_details_split"
6818   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6819   dir-tables:
6820     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6821     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6822     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6823     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6824     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6825 #    - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6826 #    - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6827   data:
6828     - "vpp-perf-results-2n-skx"
6829     - "vpp-perf-results-3n-skx"
6830     - "vpp-perf-results-2n-clx"
6831     - "vpp-perf-results-3n-hsw"
6832     - "vpp-perf-results-3n-tsh"
6833 #    - "vpp-perf-results-2n-dnv"
6834 #    - "vpp-perf-results-3n-dnv"
6835   filter: "all"
6836   data-start-level: 4
6837   order-chapters:
6838     level-1:
6839       - "l2"
6840       - "ip4"
6841       - "ip6"
6842       - "srv6"
6843       - "ip4_tunnels"
6844       - "ip6_tunnels"
6845       - "vm_vhost"
6846       - "container_memif"
6847       - "crypto"
6848       - "vts"
6849       - "lb"
6850       - "nfv_density"
6851       - "hoststack"
6852     level-2:
6853       - "2n-skx"
6854       - "3n-skx"
6855       - "2n-clx"
6856       - "3n-hsw"
6857       - "3n-tsh"
6858       - "2n-dnv"
6859       - "3n-dnv"
6860     level-3:
6861       - "xl710"
6862       - "x520"
6863       - "xxv710"
6864       - "x710"
6865       - "x553"
6866       - "cx556a"
6867       - "vic1227"
6868       - "vic1385"
6869
6870 # VPP Performance Configuration
6871 - type: "file"
6872   title: "VPP Performance Configuration"
6873   algorithm: "file_details_split"
6874   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6875   dir-tables:
6876     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6877     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6878     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6879     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6880     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6881 #    - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6882 #    - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6883   data:
6884     - "vpp-perf-results-2n-skx"
6885     - "vpp-perf-results-3n-skx"
6886     - "vpp-perf-results-2n-clx"
6887     - "vpp-perf-results-3n-hsw"
6888     - "vpp-perf-results-3n-tsh"
6889 #    - "vpp-perf-results-2n-dnv"
6890 #    - "vpp-perf-results-3n-dnv"
6891   filter: "all"
6892   data-start-level: 4
6893   order-chapters:
6894     level-1:
6895       - "l2"
6896       - "ip4"
6897       - "ip6"
6898       - "srv6"
6899       - "ip4_tunnels"
6900       - "ip6_tunnels"
6901       - "vm_vhost"
6902       - "container_memif"
6903       - "crypto"
6904       - "vts"
6905       - "lb"
6906       - "nfv_density"
6907       - "hoststack"
6908     level-2:
6909       - "2n-skx"
6910       - "3n-skx"
6911       - "2n-clx"
6912       - "3n-hsw"
6913       - "3n-tsh"
6914       - "2n-dnv"
6915       - "3n-dnv"
6916     level-3:
6917       - "xl710"
6918       - "x520"
6919       - "xxv710"
6920       - "x710"
6921       - "x553"
6922       - "cx556a"
6923       - "vic1227"
6924       - "vic1385"
6925
6926 # VPP Performance Operational
6927 - type: "file"
6928   title: "VPP Performance Operational"
6929   algorithm: "file_details_split_html"
6930   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6931   dir-tables:
6932     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6933     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6934     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6935     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6936     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6937 #    - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6938 #    - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6939   data:
6940     - "vpp-perf-results-2n-skx"
6941     - "vpp-perf-results-3n-skx"
6942     - "vpp-perf-results-2n-clx"
6943     - "vpp-perf-results-3n-hsw"
6944     - "vpp-perf-results-3n-tsh"
6945 #    - "vpp-perf-results-2n-dnv"
6946 #    - "vpp-perf-results-3n-dnv"
6947   filter: "all"
6948   data-start-level: 4
6949   order-chapters:
6950     level-1:
6951       - "l2"
6952       - "ip4"
6953       - "ip6"
6954       - "srv6"
6955       - "ip4_tunnels"
6956       - "ip6_tunnels"
6957       - "vm_vhost"
6958       - "container_memif"
6959       - "crypto"
6960       - "vts"
6961       - "lb"
6962       - "nfv_density"
6963       - "hoststack"
6964     level-2:
6965       - "2n-skx"
6966       - "3n-skx"
6967       - "2n-clx"
6968       - "3n-hsw"
6969       - "3n-tsh"
6970       - "2n-dnv"
6971       - "3n-dnv"
6972     level-3:
6973       - "xl710"
6974       - "x520"
6975       - "xxv710"
6976       - "x710"
6977       - "x553"
6978       - "cx556a"
6979       - "vic1227"
6980       - "vic1385"
6981
6982 # VPP MRR Results
6983 - type: "file"
6984   title: "VPP MRR Results"
6985   algorithm: "file_details_split"
6986   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6987   dir-tables:
6988     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6989     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6990     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6991     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6992     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6993 #    - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6994 #    - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6995   data:
6996     - "vpp-mrr-results-2n-skx"
6997     - "vpp-mrr-results-3n-skx"
6998     - "vpp-mrr-results-2n-clx"
6999     - "vpp-mrr-results-3n-hsw"
7000     - "vpp-mrr-results-3n-tsh"
7001 #    - "vpp-mrr-results-2n-dnv"
7002 #    - "vpp-mrr-results-3n-dnv"
7003   filter: "all"
7004   data-start-level: 4
7005   order-chapters:
7006     level-1:
7007       - "l2"
7008       - "ip4"
7009       - "ip6"
7010       - "srv6"
7011       - "ip4_tunnels"
7012       - "ip6_tunnels"
7013       - "vm_vhost"
7014       - "container_memif"
7015       - "crypto"
7016       - "vts"
7017       - "lb"
7018       - "nfv_density"
7019       - "hoststack"
7020     level-2:
7021       - "2n-skx"
7022       - "3n-skx"
7023       - "2n-clx"
7024       - "3n-hsw"
7025       - "3n-tsh"
7026       - "2n-dnv"
7027       - "3n-dnv"
7028     level-3:
7029       - "xl710"
7030       - "x520"
7031       - "xxv710"
7032       - "x710"
7033       - "x553"
7034       - "cx556a"
7035       - "vic1227"
7036       - "vic1385"
7037
7038 # VPP MRR Configuration
7039 - type: "file"
7040   title: "VPP MRR Configuration"
7041   algorithm: "file_details_split"
7042   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7043   dir-tables:
7044     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7045     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7046     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7047     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7048     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7049     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7050     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7051   data:
7052     - "vpp-mrr-results-2n-skx"
7053     - "vpp-mrr-results-3n-skx"
7054     - "vpp-mrr-results-2n-clx"
7055     - "vpp-mrr-results-3n-hsw"
7056     - "vpp-mrr-results-3n-tsh"
7057 #    - "vpp-mrr-results-2n-dnv"
7058 #    - "vpp-mrr-results-3n-dnv"
7059   filter: "all"
7060   data-start-level: 4
7061   order-chapters:
7062     level-1:
7063       - "l2"
7064       - "ip4"
7065       - "ip6"
7066       - "srv6"
7067       - "ip4_tunnels"
7068       - "ip6_tunnels"
7069       - "vm_vhost"
7070       - "container_memif"
7071       - "crypto"
7072       - "vts"
7073       - "lb"
7074       - "nfv_density"
7075       - "hoststack"
7076     level-2:
7077       - "2n-skx"
7078       - "3n-skx"
7079       - "2n-clx"
7080       - "3n-hsw"
7081       - "3n-tsh"
7082       - "2n-dnv"
7083       - "3n-dnv"
7084     level-3:
7085       - "xl710"
7086       - "x520"
7087       - "xxv710"
7088       - "x710"
7089       - "x553"
7090       - "cx556a"
7091       - "vic1227"
7092       - "vic1385"
7093
7094 # VPP Device Results - Ubuntu
7095 - type: "file"
7096   title: "VPP Device Results - Ubuntu"
7097   algorithm: "file_test_results"
7098   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7099   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7100   data: "vpp-device-results-ubuntu"
7101   filter: "all"
7102   data-start-level: 4
7103
7104 # VPP Device Configuration - Ubuntu
7105 - type: "file"
7106   title: "VPP Device Configuration - Ubuntu"
7107   algorithm: "file_test_results"
7108   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7109   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7110   data: "vpp-device-results-ubuntu"
7111   filter: "all"
7112   data-start-level: 4
7113
7114 # DPDK Performance Results 3n-hsw
7115 - type: "file"
7116   title: "DPDK Performance Results 3n-hsw"
7117   algorithm: "file_test_results"
7118   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7119   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7120   data: "dpdk-perf-results-3n-hsw"
7121   filter: "all"
7122   data-start-level: 4
7123
7124 # DPDK Performance Results 3n-skx
7125 - type: "file"
7126   title: "DPDK Performance Results 3n-skx"
7127   algorithm: "file_test_results"
7128   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7129   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7130   data: "dpdk-perf-results-3n-skx"
7131   filter: "all"
7132   data-start-level: 4
7133
7134 # DPDK Performance Results 2n-skx
7135 - type: "file"
7136   title: "DPDK Performance Results 2n-skx"
7137   algorithm: "file_test_results"
7138   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7139   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7140   data: "dpdk-perf-results-2n-skx"
7141   filter: "all"
7142   data-start-level: 4
7143
7144 # DPDK Performance Results 2n-clx
7145 - type: "file"
7146   title: "DPDK Performance Results 2n-clx"
7147   algorithm: "file_test_results"
7148   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7149   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7150   data: "dpdk-perf-results-2n-clx"
7151   filter: "all"
7152   data-start-level: 4
7153
7154 # DPDK Performance Results 2n-dnv
7155 - type: "file"
7156   title: "DPDK Performance Results 2n-dnv"
7157   algorithm: "file_test_results"
7158   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7159   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7160   data: "dpdk-perf-results-2n-dnv"
7161   filter: "all"
7162   data-start-level: 4
7163
7164 # DPDK Performance Results 3n-dnv
7165 - type: "file"
7166   title: "DPDK Performance Results 3n-dnv"
7167   algorithm: "file_test_results"
7168   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7169   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7170   data: "dpdk-perf-results-3n-dnv"
7171   filter: "all"
7172   data-start-level: 4
7173
7174 # DPDK Performance Results 3n-tsh
7175 - type: "file"
7176   title: "DPDK Performance Results 3n-tsh"
7177   algorithm: "file_test_results"
7178   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7179   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7180   data: "dpdk-perf-results-3n-tsh"
7181   filter: "all"
7182   data-start-level: 4
7183
7184 ################################################################################
7185 ###                                P L O T S                                 ###
7186 ################################################################################
7187
7188 # Hoststack tests 3n-hsw
7189
7190 - type: "plot"
7191   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7192   algorithm: "plot_perf_box_name"
7193   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7194   data: "plot-vpp-hoststack-3n-hsw"
7195   include:
7196     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7197     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7198   layout:
7199     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7200     layout: "plot-hoststack"
7201
7202 - type: "plot"
7203   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7204   algorithm: "plot_perf_box_name"
7205   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7206   data: "plot-vpp-hoststack-3n-hsw"
7207   include:
7208     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7209     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7210   layout:
7211     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7212     layout: "plot-hoststack"
7213
7214 - type: "plot"
7215   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7216   algorithm: "plot_perf_box_name"
7217   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7218   data: "plot-vpp-hoststack-3n-hsw"
7219   include:
7220     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7221     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7222     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7223     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7224   layout:
7225     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7226     layout: "plot-hoststack"
7227
7228 ################################################################################
7229
7230 # Soak Test (PLRsearch), boxes - 2n-clx
7231 - type: "plot"
7232   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7233   algorithm: "plot_perf_box_name"
7234   output-file-type: ".html"
7235   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7236   data: "plot-vpp-soak-2n-clx"
7237   include:
7238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7239     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7240     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7241     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7242     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7244   layout:
7245     title: "30 Minutes Soak Test (PLRsearch)"
7246     layout: "plot-soak-throughput"
7247
7248 # Soak Test (PLRsearch), boxes - 2n-clx
7249 - type: "plot"
7250   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7251   algorithm: "plot_perf_box_name"
7252   output-file-type: ".html"
7253   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7254   data: "plot-vpp-soak-2n-clx"
7255   include:
7256     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7257     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7258     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7259     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7260     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7261     - "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"
7262   layout:
7263     title: "30 Minutes Soak Test (PLRsearch)"
7264     layout: "plot-soak-throughput"
7265
7266 # Soak Test (PLRsearch), boxes - 2n-skx
7267 - type: "plot"
7268   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7269   algorithm: "plot_perf_box_name"
7270   output-file-type: ".html"
7271   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7272   data: "plot-vpp-soak-2n-skx"
7273   include:
7274     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7275     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7276     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7277     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7278     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7280   layout:
7281     title: "30 Minutes Soak Test (PLRsearch)"
7282     layout: "plot-soak-throughput"
7283
7284 # Soak Test (PLRsearch), boxes - 2n-skx
7285 - type: "plot"
7286   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7287   algorithm: "plot_perf_box_name"
7288   output-file-type: ".html"
7289   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7290   data: "plot-vpp-soak-2n-skx"
7291   include:
7292     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7293     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7294     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7295     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7296     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7297     - "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"
7298   layout:
7299     title: "30 Minutes Soak Test (PLRsearch)"
7300     layout: "plot-soak-throughput"
7301
7302 ###############################################################################
7303
7304 # Reconf tests 2n-skx
7305
7306 - type: "plot"
7307   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7308   algorithm: "plot_nf_reconf_box_name"
7309   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7310   data: "plot-vpp-nfv-reconf-2n-skx"
7311   include:
7312     - "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"
7313     - "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"
7314     - "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"
7315     - "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"
7316     - "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"
7317     - "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"
7318   layout:
7319     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7320     layout: "plot-throughput"
7321
7322 - type: "plot"
7323   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7324   algorithm: "plot_nf_reconf_box_name"
7325   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7326   data: "plot-vpp-nfv-reconf-2n-skx"
7327   include:
7328     - "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"
7329     - "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"
7330     - "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"
7331     - "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"
7332     - "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"
7333     - "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"
7334   layout:
7335     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7336     layout: "plot-throughput"
7337
7338 - type: "plot"
7339   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7340   algorithm: "plot_nf_reconf_box_name"
7341   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7342   data: "plot-vpp-nfv-reconf-2n-skx"
7343   include:
7344     - "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"
7345     - "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"
7346     - "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"
7347     - "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"
7348     - "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"
7349     - "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"
7350   layout:
7351     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7352     layout: "plot-throughput"
7353
7354 ###############################################################################
7355
7356 # Reconf tests 2n-clx
7357
7358 - type: "plot"
7359   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7360   algorithm: "plot_nf_reconf_box_name"
7361   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7362   data: "plot-vpp-nfv-reconf-2n-clx"
7363   include:
7364     - "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"
7365     - "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"
7366     - "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"
7367     - "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"
7368   layout:
7369     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7370     layout: "plot-throughput"
7371
7372 - type: "plot"
7373   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7374   algorithm: "plot_nf_reconf_box_name"
7375   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7376   data: "plot-vpp-nfv-reconf-2n-clx"
7377   include:
7378     - "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"
7379     - "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"
7380     - "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"
7381     - "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"
7382   layout:
7383     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7384     layout: "plot-throughput"
7385
7386 - type: "plot"
7387   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7388   algorithm: "plot_nf_reconf_box_name"
7389   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7390   data: "plot-vpp-nfv-reconf-2n-clx"
7391   include:
7392     - "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"
7393     - "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"
7394     - "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"
7395     - "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"
7396   layout:
7397     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7398     layout: "plot-throughput"
7399
7400 ###############################################################################
7401
7402 # Plots - NF Density - VSC - MRR IMIX
7403 - type: "plot"
7404   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7405   algorithm: "plot_nf_heatmap"
7406   output-file-type: ".html"
7407   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7408   data: "plot-vpp-nfv-2n-skx-mrr"
7409   filter: "'NIC_Intel-XXV710' and
7410            'NF_DENSITY' and
7411            'VHOST' and
7412            not 'VXLAN' and
7413            'CHAIN' and
7414            'NF_VPPIP4' and
7415            'IMIX' and
7416            '2T1C' and
7417            'MRR'"
7418   parameters:
7419   - "result"
7420   - "name"
7421   - "tags"
7422   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7423   x-axis: "X = VNFs per Service Chain"
7424   y-axis: "Y = Number of Service Chains"
7425   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7426   layout:
7427     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7428     layout: "plot-service-density"
7429
7430 - type: "plot"
7431   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7432   algorithm: "plot_nf_heatmap"
7433   output-file-type: ".html"
7434   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7435   data: "plot-vpp-nfv-2n-skx-mrr"
7436   filter: "'NIC_Intel-XXV710' and
7437            'NF_DENSITY' and
7438            'VHOST' and
7439            not 'VXLAN' and
7440            'CHAIN' and
7441            'NF_VPPIP4' and
7442            'IMIX' and
7443            '4T2C' and
7444            'MRR'"
7445   parameters:
7446   - "result"
7447   - "name"
7448   - "tags"
7449   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7450   x-axis: "X = VNFs per Service Chain"
7451   y-axis: "Y = Number of Service Chains"
7452   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7453   layout:
7454     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7455     layout: "plot-service-density"
7456
7457 - type: "plot"
7458   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7459   algorithm: "plot_nf_heatmap"
7460   output-file-type: ".html"
7461   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7462   data: "plot-vpp-nfv-2n-skx-mrr"
7463   filter: "'NIC_Intel-XXV710' and
7464            'NF_DENSITY' and
7465            'VHOST' and
7466            not 'VXLAN' and
7467            'CHAIN' and
7468            'NF_VPPIP4' and
7469            'IMIX' and
7470            '8T4C' and
7471            'MRR'"
7472   parameters:
7473   - "result"
7474   - "name"
7475   - "tags"
7476   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7477   x-axis: "X = VNFs per Service Chain"
7478   y-axis: "Y = Number of Service Chains"
7479   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7480   layout:
7481     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7482     layout: "plot-service-density"
7483
7484 # Plots - NF Density - VSC - NDR IMIX
7485 - type: "plot"
7486   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7487   algorithm: "plot_nf_heatmap"
7488   output-file-type: ".html"
7489   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7490   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7491   filter: "'NIC_Intel-XXV710' and
7492            'NF_DENSITY' and
7493            'VHOST' and
7494            not 'VXLAN' and
7495            'CHAIN' and
7496            'NF_VPPIP4' and
7497            'IMIX' and
7498            '2T1C' and
7499            'NDRPDR'"
7500   parameters:
7501   - "throughput"
7502   - "name"
7503   - "tags"
7504   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7505   x-axis: "X = VNFs per Service Chain"
7506   y-axis: "Y = Number of Service Chains"
7507   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7508   layout:
7509     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7510     layout: "plot-service-density"
7511
7512 - type: "plot"
7513   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7514   algorithm: "plot_nf_heatmap"
7515   output-file-type: ".html"
7516   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7517   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7518   filter: "'NIC_Intel-XXV710' and
7519            'NF_DENSITY' and
7520            'VHOST' and
7521            not 'VXLAN' and
7522            'CHAIN' and
7523            'NF_VPPIP4' and
7524            'IMIX' and
7525            '4T2C' and
7526            'NDRPDR'"
7527   parameters:
7528   - "throughput"
7529   - "name"
7530   - "tags"
7531   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7532   x-axis: "X = VNFs per Service Chain"
7533   y-axis: "Y = Number of Service Chains"
7534   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7535   layout:
7536     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7537     layout: "plot-service-density"
7538
7539 - type: "plot"
7540   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7541   algorithm: "plot_nf_heatmap"
7542   output-file-type: ".html"
7543   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7544   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7545   filter: "'NIC_Intel-XXV710' and
7546            'NF_DENSITY' and
7547            'VHOST' and
7548            not 'VXLAN' and
7549            'CHAIN' and
7550            'NF_VPPIP4' and
7551            'IMIX' and
7552            '8T4C' and
7553            'NDRPDR'"
7554   parameters:
7555   - "throughput"
7556   - "name"
7557   - "tags"
7558   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7559   x-axis: "X = VNFs per Service Chain"
7560   y-axis: "Y = Number of Service Chains"
7561   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7562   layout:
7563     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7564     layout: "plot-service-density"
7565
7566 # Plots - NF Density - VSC - PDR IMIX
7567 - type: "plot"
7568   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7569   algorithm: "plot_nf_heatmap"
7570   output-file-type: ".html"
7571   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7572   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7573   filter: "'NIC_Intel-XXV710' and
7574            'NF_DENSITY' and
7575            'VHOST' and
7576            not 'VXLAN' and
7577            'CHAIN' and
7578            'NF_VPPIP4' and
7579            'IMIX' and
7580            '2T1C' and
7581            'NDRPDR'"
7582   parameters:
7583   - "throughput"
7584   - "name"
7585   - "tags"
7586   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7587   x-axis: "X = VNFs per Service Chain"
7588   y-axis: "Y = Number of Service Chains"
7589   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7590   layout:
7591     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7592     layout: "plot-service-density"
7593
7594 - type: "plot"
7595   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7596   algorithm: "plot_nf_heatmap"
7597   output-file-type: ".html"
7598   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7599   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7600   filter: "'NIC_Intel-XXV710' and
7601            'NF_DENSITY' and
7602            'VHOST' and
7603            not 'VXLAN' and
7604            'CHAIN' and
7605            'NF_VPPIP4' and
7606            'IMIX' and
7607            '4T2C' and
7608            'NDRPDR'"
7609   parameters:
7610   - "throughput"
7611   - "name"
7612   - "tags"
7613   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7614   x-axis: "X = VNFs per Service Chain"
7615   y-axis: "Y = Number of Service Chains"
7616   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7617   layout:
7618     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7619     layout: "plot-service-density"
7620
7621 - type: "plot"
7622   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7623   algorithm: "plot_nf_heatmap"
7624   output-file-type: ".html"
7625   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7626   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7627   filter: "'NIC_Intel-XXV710' and
7628            'NF_DENSITY' and
7629            'VHOST' and
7630            not 'VXLAN' and
7631            'CHAIN' and
7632            'NF_VPPIP4' and
7633            'IMIX' and
7634            '8T4C' and
7635            'NDRPDR'"
7636   parameters:
7637   - "throughput"
7638   - "name"
7639   - "tags"
7640   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7641   x-axis: "X = VNFs per Service Chain"
7642   y-axis: "Y = Number of Service Chains"
7643   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7644   layout:
7645     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7646     layout: "plot-service-density"
7647
7648 ###############################################################################
7649
7650 # Plots - NF Density - VSC - MRR IMIX
7651 - type: "plot"
7652   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7653   algorithm: "plot_nf_heatmap"
7654   output-file-type: ".html"
7655   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7656   data: "plot-vpp-nfv-2n-skx-mrr"
7657   filter: "'NIC_Intel-XXV710' and
7658            'NF_DENSITY' and
7659            'VHOST' and
7660            'VXLAN' and
7661            'CHAIN' and
7662            'IMIX' and
7663            '2T1C' and
7664            'MRR'"
7665   parameters:
7666   - "result"
7667   - "name"
7668   - "tags"
7669   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7670   x-axis: "X = VNFs per Service Chain"
7671   y-axis: "Y = Number of Service Chains"
7672   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7673   layout:
7674     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7675     layout: "plot-service-density"
7676
7677 - type: "plot"
7678   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7679   algorithm: "plot_nf_heatmap"
7680   output-file-type: ".html"
7681   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7682   data: "plot-vpp-nfv-2n-skx-mrr"
7683   filter: "'NIC_Intel-XXV710' and
7684            'NF_DENSITY' and
7685            'VHOST' and
7686            'VXLAN' and
7687            'CHAIN' and
7688            'IMIX' and
7689            '4T2C' and
7690            'MRR'"
7691   parameters:
7692   - "result"
7693   - "name"
7694   - "tags"
7695   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7696   x-axis: "X = VNFs per Service Chain"
7697   y-axis: "Y = Number of Service Chains"
7698   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7699   layout:
7700     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7701     layout: "plot-service-density"
7702
7703 - type: "plot"
7704   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7705   algorithm: "plot_nf_heatmap"
7706   output-file-type: ".html"
7707   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7708   data: "plot-vpp-nfv-2n-skx-mrr"
7709   filter: "'NIC_Intel-XXV710' and
7710            'NF_DENSITY' and
7711            'VHOST' and
7712            'VXLAN' and
7713            'CHAIN' and
7714            'IMIX' and
7715            '8T4C' and
7716            'MRR'"
7717   parameters:
7718   - "result"
7719   - "name"
7720   - "tags"
7721   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7722   x-axis: "X = VNFs per Service Chain"
7723   y-axis: "Y = Number of Service Chains"
7724   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7725   layout:
7726     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7727     layout: "plot-service-density"
7728
7729 # Plots - NF Density - VSC - NDR IMIX
7730 - type: "plot"
7731   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7732   algorithm: "plot_nf_heatmap"
7733   output-file-type: ".html"
7734   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7735   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7736   filter: "'NIC_Intel-XXV710' and
7737            'NF_DENSITY' and
7738            'VHOST' and
7739            'VXLAN' and
7740            'CHAIN' and
7741            'IMIX' and
7742            '2T1C' and
7743            'NDRPDR'"
7744   parameters:
7745   - "throughput"
7746   - "name"
7747   - "tags"
7748   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7749   x-axis: "X = VNFs per Service Chain"
7750   y-axis: "Y = Number of Service Chains"
7751   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7752   layout:
7753     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7754     layout: "plot-service-density"
7755
7756 - type: "plot"
7757   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7758   algorithm: "plot_nf_heatmap"
7759   output-file-type: ".html"
7760   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7761   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7762   filter: "'NIC_Intel-XXV710' and
7763            'NF_DENSITY' and
7764            'VHOST' and
7765            'VXLAN' and
7766            'CHAIN' and
7767            'IMIX' and
7768            '4T2C' and
7769            'NDRPDR'"
7770   parameters:
7771   - "throughput"
7772   - "name"
7773   - "tags"
7774   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7775   x-axis: "X = VNFs per Service Chain"
7776   y-axis: "Y = Number of Service Chains"
7777   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7778   layout:
7779     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7780     layout: "plot-service-density"
7781
7782 - type: "plot"
7783   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7784   algorithm: "plot_nf_heatmap"
7785   output-file-type: ".html"
7786   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7787   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7788   filter: "'NIC_Intel-XXV710' and
7789            'NF_DENSITY' and
7790            'VHOST' and
7791            'VXLAN' and
7792            'CHAIN' and
7793            'IMIX' and
7794            '8T4C' and
7795            'NDRPDR'"
7796   parameters:
7797   - "throughput"
7798   - "name"
7799   - "tags"
7800   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7801   x-axis: "X = VNFs per Service Chain"
7802   y-axis: "Y = Number of Service Chains"
7803   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7804   layout:
7805     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7806     layout: "plot-service-density"
7807
7808 # Plots - NF Density - VSC - PDR IMIX
7809 - type: "plot"
7810   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7811   algorithm: "plot_nf_heatmap"
7812   output-file-type: ".html"
7813   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7814   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7815   filter: "'NIC_Intel-XXV710' and
7816            'NF_DENSITY' and
7817            'VHOST' and
7818            'VXLAN' and
7819            'CHAIN' and
7820            'IMIX' and
7821            '2T1C' and
7822            'NDRPDR'"
7823   parameters:
7824   - "throughput"
7825   - "name"
7826   - "tags"
7827   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7828   x-axis: "X = VNFs per Service Chain"
7829   y-axis: "Y = Number of Service Chains"
7830   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7831   layout:
7832     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7833     layout: "plot-service-density"
7834
7835 - type: "plot"
7836   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7837   algorithm: "plot_nf_heatmap"
7838   output-file-type: ".html"
7839   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7840   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7841   filter: "'NIC_Intel-XXV710' and
7842            'NF_DENSITY' and
7843            'VHOST' and
7844            'VXLAN' and
7845            'CHAIN' and
7846            'IMIX' and
7847            '4T2C' and
7848            'NDRPDR'"
7849   parameters:
7850   - "throughput"
7851   - "name"
7852   - "tags"
7853   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7854   x-axis: "X = VNFs per Service Chain"
7855   y-axis: "Y = Number of Service Chains"
7856   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7857   layout:
7858     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7859     layout: "plot-service-density"
7860
7861 - type: "plot"
7862   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7863   algorithm: "plot_nf_heatmap"
7864   output-file-type: ".html"
7865   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7866   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7867   filter: "'NIC_Intel-XXV710' and
7868            'NF_DENSITY' and
7869            'VHOST' and
7870            'VXLAN' and
7871            'CHAIN' and
7872            'IMIX' and
7873            '8T4C' and
7874            'NDRPDR'"
7875   parameters:
7876   - "throughput"
7877   - "name"
7878   - "tags"
7879   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7880   x-axis: "X = VNFs per Service Chain"
7881   y-axis: "Y = Number of Service Chains"
7882   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7883   layout:
7884     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7885     layout: "plot-service-density"
7886
7887 ###############################################################################
7888
7889 # Plots - NF Density - CSC - MRR IMIX
7890 - type: "plot"
7891   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7892   algorithm: "plot_nf_heatmap"
7893   output-file-type: ".html"
7894   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7895   data: "plot-vpp-nfv-2n-skx-mrr"
7896   filter: "'NIC_Intel-XXV710' and
7897            'NF_DENSITY' and
7898            'DOCKER' and
7899            'CHAIN' and
7900            'NF_VPPIP4' and
7901            'IMIX' and
7902            '2T1C' and
7903            'MRR'"
7904   parameters:
7905   - "result"
7906   - "name"
7907   - "tags"
7908   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7909   x-axis: "X = CNFs per Service Chain"
7910   y-axis: "Y = Number of Service Chains"
7911   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7912   layout:
7913     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7914     layout: "plot-service-density"
7915
7916 - type: "plot"
7917   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7918   algorithm: "plot_nf_heatmap"
7919   output-file-type: ".html"
7920   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7921   data: "plot-vpp-nfv-2n-skx-mrr"
7922   filter: "'NIC_Intel-XXV710' and
7923            'NF_DENSITY' and
7924            'DOCKER' and
7925            'CHAIN' and
7926            'NF_VPPIP4' and
7927            'IMIX' and
7928            '4T2C' and
7929            'MRR'"
7930   parameters:
7931   - "result"
7932   - "name"
7933   - "tags"
7934   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7935   x-axis: "X = CNFs per Service Chain"
7936   y-axis: "Y = Number of Service Chains"
7937   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7938   layout:
7939     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7940     layout: "plot-service-density"
7941
7942 - type: "plot"
7943   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7944   algorithm: "plot_nf_heatmap"
7945   output-file-type: ".html"
7946   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7947   data: "plot-vpp-nfv-2n-skx-mrr"
7948   filter: "'NIC_Intel-XXV710' and
7949            'NF_DENSITY' and
7950            'DOCKER' and
7951            'CHAIN' and
7952            'NF_VPPIP4' and
7953            'IMIX' and
7954            '8T4C' and
7955            'MRR'"
7956   parameters:
7957   - "result"
7958   - "name"
7959   - "tags"
7960   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7961   x-axis: "X = CNFs per Service Chain"
7962   y-axis: "Y = Number of Service Chains"
7963   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7964   layout:
7965     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7966     layout: "plot-service-density"
7967
7968 # Plots - NF Density - CSC - NDR IMIX
7969 - type: "plot"
7970   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7971   algorithm: "plot_nf_heatmap"
7972   output-file-type: ".html"
7973   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7974   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7975   filter: "'NIC_Intel-XXV710' and
7976            'NF_DENSITY' and
7977            'DOCKER' and
7978            'CHAIN' and
7979            'NF_VPPIP4' and
7980            'IMIX' and
7981            '2T1C' and
7982            'NDRPDR'"
7983   parameters:
7984   - "throughput"
7985   - "name"
7986   - "tags"
7987   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7988   x-axis: "X = CNFs per Service Chain"
7989   y-axis: "Y = Number of Service Chains"
7990   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7991   layout:
7992     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7993     layout: "plot-service-density"
7994
7995 - type: "plot"
7996   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7997   algorithm: "plot_nf_heatmap"
7998   output-file-type: ".html"
7999   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8000   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8001   filter: "'NIC_Intel-XXV710' and
8002            'NF_DENSITY' and
8003            'DOCKER' and
8004            'CHAIN' and
8005            'NF_VPPIP4' and
8006            'IMIX' and
8007            '4T2C' and
8008            'NDRPDR'"
8009   parameters:
8010   - "throughput"
8011   - "name"
8012   - "tags"
8013   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8014   x-axis: "X = CNFs per Service Chain"
8015   y-axis: "Y = Number of Service Chains"
8016   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8017   layout:
8018     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8019     layout: "plot-service-density"
8020
8021 - type: "plot"
8022   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8023   algorithm: "plot_nf_heatmap"
8024   output-file-type: ".html"
8025   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8026   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8027   filter: "'NIC_Intel-XXV710' and
8028            'NF_DENSITY' and
8029            'DOCKER' and
8030            'CHAIN' and
8031            'NF_VPPIP4' and
8032            'IMIX' and
8033            '8T4C' and
8034            'NDRPDR'"
8035   parameters:
8036   - "throughput"
8037   - "name"
8038   - "tags"
8039   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8040   x-axis: "X = CNFs per Service Chain"
8041   y-axis: "Y = Number of Service Chains"
8042   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8043   layout:
8044     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8045     layout: "plot-service-density"
8046
8047 # Plots - NF Density - CSC - PDR IMIX
8048 - type: "plot"
8049   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8050   algorithm: "plot_nf_heatmap"
8051   output-file-type: ".html"
8052   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8053   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8054   filter: "'NIC_Intel-XXV710' and
8055            'NF_DENSITY' and
8056            'DOCKER' and
8057            'CHAIN' and
8058            'NF_VPPIP4' and
8059            'IMIX' and
8060            '2T1C' and
8061            'NDRPDR'"
8062   parameters:
8063   - "throughput"
8064   - "name"
8065   - "tags"
8066   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8067   x-axis: "X = CNFs per Service Chain"
8068   y-axis: "Y = Number of Service Chains"
8069   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8070   layout:
8071     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8072     layout: "plot-service-density"
8073
8074 - type: "plot"
8075   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8076   algorithm: "plot_nf_heatmap"
8077   output-file-type: ".html"
8078   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8079   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8080   filter: "'NIC_Intel-XXV710' and
8081            'NF_DENSITY' and
8082            'DOCKER' and
8083            'CHAIN' and
8084            'NF_VPPIP4' and
8085            'IMIX' and
8086            '4T2C' and
8087            'NDRPDR'"
8088   parameters:
8089   - "throughput"
8090   - "name"
8091   - "tags"
8092   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8093   x-axis: "X = CNFs per Service Chain"
8094   y-axis: "Y = Number of Service Chains"
8095   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8096   layout:
8097     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8098     layout: "plot-service-density"
8099
8100 - type: "plot"
8101   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8102   algorithm: "plot_nf_heatmap"
8103   output-file-type: ".html"
8104   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8105   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8106   filter: "'NIC_Intel-XXV710' and
8107            'NF_DENSITY' and
8108            'DOCKER' and
8109            'CHAIN' and
8110            'NF_VPPIP4' and
8111            'IMIX' and
8112            '8T4C' and
8113            'NDRPDR'"
8114   parameters:
8115   - "throughput"
8116   - "name"
8117   - "tags"
8118   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8119   x-axis: "X = CNFs per Service Chain"
8120   y-axis: "Y = Number of Service Chains"
8121   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8122   layout:
8123     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8124     layout: "plot-service-density"
8125
8126 ################################################################################
8127 #
8128 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8129 #- type: "plot"
8130 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8131 #  algorithm: "plot_nf_heatmap"
8132 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8133 #  data: "plot-vpp-nfv-3n-skx-mrr"
8134 #  filter: "'NIC_Intel-XXV710' and
8135 #           'NF_DENSITY' and
8136 #           'DOCKER' and
8137 #           'CHAIN' and
8138 #           'NF_VPPIP4' and
8139 #           'IPSEC' and
8140 #           'TNL_4' and
8141 #           'IMIX' and
8142 #           '2T1C' and
8143 #           'MRR'"
8144 #  parameters:
8145 #  - "result"
8146 #  - "name"
8147 #  - "tags"
8148 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8149 #  x-axis: "X = CNFs per Service Chain"
8150 #  y-axis: "Y = Number of Service Chains"
8151 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8152 #  layout:
8153 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8154 #    layout: "plot-service-density"
8155 #
8156 #- type: "plot"
8157 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8158 #  algorithm: "plot_nf_heatmap"
8159 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8160 #  data: "plot-vpp-nfv-3n-skx-mrr"
8161 #  filter: "'NIC_Intel-XXV710' and
8162 #           'NF_DENSITY' and
8163 #           'DOCKER' and
8164 #           'CHAIN' and
8165 #           'NF_VPPIP4' and
8166 #           'IPSEC' and
8167 #           'TNL_4' and
8168 #           'IMIX' and
8169 #           '4T2C' and
8170 #           'MRR'"
8171 #  parameters:
8172 #  - "result"
8173 #  - "name"
8174 #  - "tags"
8175 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8176 #  x-axis: "X = CNFs per Service Chain"
8177 #  y-axis: "Y = Number of Service Chains"
8178 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8179 #  layout:
8180 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8181 #    layout: "plot-service-density"
8182 #
8183 #- type: "plot"
8184 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8185 #  algorithm: "plot_nf_heatmap"
8186 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8187 #  data: "plot-vpp-nfv-3n-skx-mrr"
8188 #  filter: "'NIC_Intel-XXV710' and
8189 #           'NF_DENSITY' and
8190 #           'DOCKER' and
8191 #           'CHAIN' and
8192 #           'NF_VPPIP4' and
8193 #           'IPSEC' and
8194 #           'TNL_4' and
8195 #           'IMIX' and
8196 #           '8T4C' and
8197 #           'MRR'"
8198 #  parameters:
8199 #  - "result"
8200 #  - "name"
8201 #  - "tags"
8202 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8203 #  x-axis: "X = CNFs per Service Chain"
8204 #  y-axis: "Y = Number of Service Chains"
8205 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8206 #  layout:
8207 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8208 #    layout: "plot-service-density"
8209
8210 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8211 - type: "plot"
8212   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8213   algorithm: "plot_nf_heatmap"
8214   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8215   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8216   filter: "'NIC_Intel-XXV710' and
8217            'NF_DENSITY' and
8218            'DOCKER' and
8219            'CHAIN' and
8220            'NF_VPPIP4' and
8221            'IPSEC' and
8222            'TNL_4' and
8223            'IMIX' and
8224            '2T1C' and
8225            'NDRPDR'"
8226   parameters:
8227   - "throughput"
8228   - "name"
8229   - "tags"
8230   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8231   x-axis: "X = CNFs per Service Chain"
8232   y-axis: "Y = Number of Service Chains"
8233   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8234   layout:
8235     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8236     layout: "plot-service-density"
8237
8238 - type: "plot"
8239   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8240   algorithm: "plot_nf_heatmap"
8241   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8242   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8243   filter: "'NIC_Intel-XXV710' and
8244            'NF_DENSITY' and
8245            'DOCKER' and
8246            'CHAIN' and
8247            'NF_VPPIP4' and
8248            'IPSEC' and
8249            'TNL_4' and
8250            'IMIX' and
8251            '4T2C' and
8252            'NDRPDR'"
8253   parameters:
8254   - "throughput"
8255   - "name"
8256   - "tags"
8257   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8258   x-axis: "X = CNFs per Service Chain"
8259   y-axis: "Y = Number of Service Chains"
8260   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8261   layout:
8262     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8263     layout: "plot-service-density"
8264
8265 - type: "plot"
8266   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8267   algorithm: "plot_nf_heatmap"
8268   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8269   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8270   filter: "'NIC_Intel-XXV710' and
8271            'NF_DENSITY' and
8272            'DOCKER' and
8273            'CHAIN' and
8274            'NF_VPPIP4' and
8275            'IPSEC' and
8276            'TNL_4' and
8277            'IMIX' and
8278            '8T4C' and
8279            'NDRPDR'"
8280   parameters:
8281   - "throughput"
8282   - "name"
8283   - "tags"
8284   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8285   x-axis: "X = CNFs per Service Chain"
8286   y-axis: "Y = Number of Service Chains"
8287   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8288   layout:
8289     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8290     layout: "plot-service-density"
8291
8292 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8293 - type: "plot"
8294   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8295   algorithm: "plot_nf_heatmap"
8296   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8297   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8298   filter: "'NIC_Intel-XXV710' and
8299            'NF_DENSITY' and
8300            'DOCKER' and
8301            'CHAIN' and
8302            'NF_VPPIP4' and
8303            'IPSEC' and
8304            'TNL_4' and
8305            'IMIX' and
8306            '2T1C' and
8307            'NDRPDR'"
8308   parameters:
8309   - "throughput"
8310   - "name"
8311   - "tags"
8312   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8313   x-axis: "X = CNFs per Service Chain"
8314   y-axis: "Y = Number of Service Chains"
8315   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8316   layout:
8317     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8318     layout: "plot-service-density"
8319
8320 - type: "plot"
8321   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8322   algorithm: "plot_nf_heatmap"
8323   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8324   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8325   filter: "'NIC_Intel-XXV710' and
8326            'NF_DENSITY' and
8327            'DOCKER' and
8328            'CHAIN' and
8329            'NF_VPPIP4' and
8330            'IPSEC' and
8331            'TNL_4' and
8332            'IMIX' and
8333            '4T2C' and
8334            'NDRPDR'"
8335   parameters:
8336   - "throughput"
8337   - "name"
8338   - "tags"
8339   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8340   x-axis: "X = CNFs per Service Chain"
8341   y-axis: "Y = Number of Service Chains"
8342   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8343   layout:
8344     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8345     layout: "plot-service-density"
8346
8347 - type: "plot"
8348   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8349   algorithm: "plot_nf_heatmap"
8350   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8351   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8352   filter: "'NIC_Intel-XXV710' and
8353            'NF_DENSITY' and
8354            'DOCKER' and
8355            'CHAIN' and
8356            'NF_VPPIP4' and
8357            'IPSEC' and
8358            'TNL_4' and
8359            'IMIX' and
8360            '8T4C' and
8361            'NDRPDR'"
8362   parameters:
8363   - "throughput"
8364   - "name"
8365   - "tags"
8366   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8367   x-axis: "X = CNFs per Service Chain"
8368   y-axis: "Y = Number of Service Chains"
8369   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8370   layout:
8371     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8372     layout: "plot-service-density"
8373
8374 ###############################################################################
8375
8376 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8377 #- type: "plot"
8378 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8379 #  algorithm: "plot_nf_heatmap"
8380 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8381 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8382 #  filter: "'NIC_Intel-XL710' and
8383 #           'NF_DENSITY' and
8384 #           'DOCKER' and
8385 #           'CHAIN' and
8386 #           'NF_VPPIP4' and
8387 #           'IMIX' and
8388 #           'TNL_4' and
8389 #           '1T1C' and
8390 #           'MRR'"
8391 #  parameters:
8392 #  - "result"
8393 #  - "name"
8394 #  - "tags"
8395 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8396 #  x-axis: "X = CNFs per Service Chain"
8397 #  y-axis: "Y = Number of Service Chains"
8398 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8399 #  layout:
8400 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8401 #    layout: "plot-service-density"
8402 #
8403 #- type: "plot"
8404 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8405 #  algorithm: "plot_nf_heatmap"
8406 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8407 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8408 #  filter: "'NIC_Intel-XL710' and
8409 #           'NF_DENSITY' and
8410 #           'DOCKER' and
8411 #           'CHAIN' and
8412 #           'NF_VPPIP4' and
8413 #           'IPSEC' and
8414 #           'TNL_4' and
8415 #           'IMIX' and
8416 #           '2T2C' and
8417 #           'MRR'"
8418 #  parameters:
8419 #  - "result"
8420 #  - "name"
8421 #  - "tags"
8422 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8423 #  x-axis: "X = CNFs per Service Chain"
8424 #  y-axis: "Y = Number of Service Chains"
8425 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8426 #  layout:
8427 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8428 #    layout: "plot-service-density"
8429 #
8430 #- type: "plot"
8431 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8432 #  algorithm: "plot_nf_heatmap"
8433 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8434 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8435 #  filter: "'NIC_Intel-XL710' and
8436 #           'NF_DENSITY' and
8437 #           'DOCKER' and
8438 #           'CHAIN' and
8439 #           'NF_VPPIP4' and
8440 #           'IPSEC' and
8441 #           'TNL_4' and
8442 #           'IMIX' and
8443 #           '4T4C' and
8444 #           'MRR'"
8445 #  parameters:
8446 #  - "result"
8447 #  - "name"
8448 #  - "tags"
8449 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8450 #  x-axis: "X = CNFs per Service Chain"
8451 #  y-axis: "Y = Number of Service Chains"
8452 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8453 #  layout:
8454 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8455 #    layout: "plot-service-density"
8456
8457 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8458 #- type: "plot"
8459 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8460 #  algorithm: "plot_nf_heatmap"
8461 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8462 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8463 #  filter: "'NIC_Intel-XL710' and
8464 #           'NF_DENSITY' and
8465 #           'DOCKER' and
8466 #           'CHAIN' and
8467 #           'NF_VPPIP4' and
8468 #           'IPSEC' and
8469 #           'TNL_4' and
8470 #           'IMIX' and
8471 #           '1T1C' and
8472 #           'NDRPDR'"
8473 #  parameters:
8474 #  - "throughput"
8475 #  - "name"
8476 #  - "tags"
8477 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8478 #  x-axis: "X = CNFs per Service Chain"
8479 #  y-axis: "Y = Number of Service Chains"
8480 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8481 #  layout:
8482 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8483 #    layout: "plot-service-density"
8484 #
8485 #- type: "plot"
8486 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8487 #  algorithm: "plot_nf_heatmap"
8488 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8489 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8490 #  filter: "'NIC_Intel-XL710' and
8491 #           'NF_DENSITY' and
8492 #           'DOCKER' and
8493 #           'CHAIN' and
8494 #           'NF_VPPIP4' and
8495 #           'IPSEC' and
8496 #           'TNL_4' and
8497 #           'IMIX' and
8498 #           '2T2C' and
8499 #           'NDRPDR'"
8500 #  parameters:
8501 #  - "throughput"
8502 #  - "name"
8503 #  - "tags"
8504 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8505 #  x-axis: "X = CNFs per Service Chain"
8506 #  y-axis: "Y = Number of Service Chains"
8507 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8508 #  layout:
8509 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8510 #    layout: "plot-service-density"
8511 #
8512 #- type: "plot"
8513 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8514 #  algorithm: "plot_nf_heatmap"
8515 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8516 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8517 #  filter: "'NIC_Intel-XL710' and
8518 #           'NF_DENSITY' and
8519 #           'DOCKER' and
8520 #           'CHAIN' and
8521 #           'NF_VPPIP4' and
8522 #           'IPSEC' and
8523 #           'TNL_4' and
8524 #           'IMIX' and
8525 #           '4T4C' and
8526 #           'NDRPDR'"
8527 #  parameters:
8528 #  - "throughput"
8529 #  - "name"
8530 #  - "tags"
8531 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8532 #  x-axis: "X = CNFs per Service Chain"
8533 #  y-axis: "Y = Number of Service Chains"
8534 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8535 #  layout:
8536 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8537 #    layout: "plot-service-density"
8538 #
8539 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8540 #- type: "plot"
8541 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8542 #  algorithm: "plot_nf_heatmap"
8543 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8544 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8545 #  filter: "'NIC_Intel-XL710' and
8546 #           'NF_DENSITY' and
8547 #           'DOCKER' and
8548 #           'CHAIN' and
8549 #           'NF_VPPIP4' and
8550 #           'IPSEC' and
8551 #           'TNL_4' and
8552 #           'IMIX' and
8553 #           '1T1C' and
8554 #           'NDRPDR'"
8555 #  parameters:
8556 #  - "throughput"
8557 #  - "name"
8558 #  - "tags"
8559 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8560 #  x-axis: "X = CNFs per Service Chain"
8561 #  y-axis: "Y = Number of Service Chains"
8562 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8563 #  layout:
8564 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8565 #    layout: "plot-service-density"
8566 #
8567 #- type: "plot"
8568 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8569 #  algorithm: "plot_nf_heatmap"
8570 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8571 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8572 #  filter: "'NIC_Intel-XL710' and
8573 #           'NF_DENSITY' and
8574 #           'DOCKER' and
8575 #           'CHAIN' and
8576 #           'NF_VPPIP4' and
8577 #           'IPSEC' and
8578 #           'TNL_4' and
8579 #           'IMIX' and
8580 #           '2T2C' and
8581 #           'NDRPDR'"
8582 #  parameters:
8583 #  - "throughput"
8584 #  - "name"
8585 #  - "tags"
8586 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8587 #  x-axis: "X = CNFs per Service Chain"
8588 #  y-axis: "Y = Number of Service Chains"
8589 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8590 #  layout:
8591 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8592 #    layout: "plot-service-density"
8593 #
8594 #- type: "plot"
8595 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8596 #  algorithm: "plot_nf_heatmap"
8597 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8598 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8599 #  filter: "'NIC_Intel-XL710' and
8600 #           'NF_DENSITY' and
8601 #           'DOCKER' and
8602 #           'CHAIN' and
8603 #           'NF_VPPIP4' and
8604 #           'IPSEC' and
8605 #           'TNL_4' and
8606 #           'IMIX' and
8607 #           '4T4C' and
8608 #           'NDRPDR'"
8609 #  parameters:
8610 #  - "throughput"
8611 #  - "name"
8612 #  - "tags"
8613 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8614 #  x-axis: "X = CNFs per Service Chain"
8615 #  y-axis: "Y = Number of Service Chains"
8616 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8617 #  layout:
8618 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8619 #    layout: "plot-service-density"
8620
8621 ###############################################################################
8622
8623 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8624 #- type: "plot"
8625 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8626 #  algorithm: "plot_nf_heatmap"
8627 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8628 #  data: "plot-vpp-nfv-3n-skx-mrr"
8629 #  filter: "'NIC_Intel-XXV710' and
8630 #           'NF_DENSITY' and
8631 #           'DOCKER' and
8632 #           'CHAIN' and
8633 #           'NF_VPPIP4' and
8634 #           'IPSEC' and
8635 #           'TNL_1000' and
8636 #           'IMIX' and
8637 #           '2T1C' and
8638 #           'MRR'"
8639 #  parameters:
8640 #  - "result"
8641 #  - "name"
8642 #  - "tags"
8643 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8644 #  x-axis: "X = CNFs per Service Chain"
8645 #  y-axis: "Y = Number of Service Chains"
8646 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8647 #  layout:
8648 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8649 #    layout: "plot-service-density"
8650 #
8651 #- type: "plot"
8652 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8653 #  algorithm: "plot_nf_heatmap"
8654 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8655 #  data: "plot-vpp-nfv-3n-skx-mrr"
8656 #  filter: "'NIC_Intel-XXV710' and
8657 #           'NF_DENSITY' and
8658 #           'DOCKER' and
8659 #           'CHAIN' and
8660 #           'NF_VPPIP4' and
8661 #           'IPSEC' and
8662 #           'TNL_1000' and
8663 #           'IMIX' and
8664 #           '4T2C' and
8665 #           'MRR'"
8666 #  parameters:
8667 #  - "result"
8668 #  - "name"
8669 #  - "tags"
8670 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8671 #  x-axis: "X = CNFs per Service Chain"
8672 #  y-axis: "Y = Number of Service Chains"
8673 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8674 #  layout:
8675 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8676 #    layout: "plot-service-density"
8677 #
8678 #- type: "plot"
8679 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8680 #  algorithm: "plot_nf_heatmap"
8681 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8682 #  data: "plot-vpp-nfv-3n-skx-mrr"
8683 #  filter: "'NIC_Intel-XXV710' and
8684 #           'NF_DENSITY' and
8685 #           'DOCKER' and
8686 #           'CHAIN' and
8687 #           'NF_VPPIP4' and
8688 #           'IPSEC' and
8689 #           'TNL_1000' and
8690 #           'IMIX' and
8691 #           '8T4C' and
8692 #           'MRR'"
8693 #  parameters:
8694 #  - "result"
8695 #  - "name"
8696 #  - "tags"
8697 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8698 #  x-axis: "X = CNFs per Service Chain"
8699 #  y-axis: "Y = Number of Service Chains"
8700 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8701 #  layout:
8702 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8703 #    layout: "plot-service-density"
8704
8705 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8706 - type: "plot"
8707   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8708   algorithm: "plot_nf_heatmap"
8709   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8710   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8711   filter: "'NIC_Intel-XXV710' and
8712            'NF_DENSITY' and
8713            'DOCKER' and
8714            'CHAIN' and
8715            'NF_VPPIP4' and
8716            'IPSEC' and
8717            'TNL_1000' and
8718            'IMIX' and
8719            '2T1C' and
8720            'NDRPDR'"
8721   parameters:
8722   - "throughput"
8723   - "name"
8724   - "tags"
8725   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8726   x-axis: "X = CNFs per Service Chain"
8727   y-axis: "Y = Number of Service Chains"
8728   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8729   layout:
8730     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8731     layout: "plot-service-density"
8732
8733 - type: "plot"
8734   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8735   algorithm: "plot_nf_heatmap"
8736   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8737   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8738   filter: "'NIC_Intel-XXV710' and
8739            'NF_DENSITY' and
8740            'DOCKER' and
8741            'CHAIN' and
8742            'NF_VPPIP4' and
8743            'IPSEC' and
8744            'TNL_1000' and
8745            'IMIX' and
8746            '4T2C' and
8747            'NDRPDR'"
8748   parameters:
8749   - "throughput"
8750   - "name"
8751   - "tags"
8752   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8753   x-axis: "X = CNFs per Service Chain"
8754   y-axis: "Y = Number of Service Chains"
8755   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8756   layout:
8757     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8758     layout: "plot-service-density"
8759
8760 - type: "plot"
8761   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8762   algorithm: "plot_nf_heatmap"
8763   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8764   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8765   filter: "'NIC_Intel-XXV710' and
8766            'NF_DENSITY' and
8767            'DOCKER' and
8768            'CHAIN' and
8769            'NF_VPPIP4' and
8770            'IPSEC' and
8771            'TNL_1000' and
8772            'IMIX' and
8773            '8T4C' and
8774            'NDRPDR'"
8775   parameters:
8776   - "throughput"
8777   - "name"
8778   - "tags"
8779   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8780   x-axis: "X = CNFs per Service Chain"
8781   y-axis: "Y = Number of Service Chains"
8782   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8783   layout:
8784     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8785     layout: "plot-service-density"
8786
8787 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8788 - type: "plot"
8789   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8790   algorithm: "plot_nf_heatmap"
8791   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8792   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8793   filter: "'NIC_Intel-XXV710' and
8794            'NF_DENSITY' and
8795            'DOCKER' and
8796            'CHAIN' and
8797            'NF_VPPIP4' and
8798            'IPSEC' and
8799            'TNL_1000' and
8800            'IMIX' and
8801            '2T1C' and
8802            'NDRPDR'"
8803   parameters:
8804   - "throughput"
8805   - "name"
8806   - "tags"
8807   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8808   x-axis: "X = CNFs per Service Chain"
8809   y-axis: "Y = Number of Service Chains"
8810   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8811   layout:
8812     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8813     layout: "plot-service-density"
8814
8815 - type: "plot"
8816   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8817   algorithm: "plot_nf_heatmap"
8818   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8819   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8820   filter: "'NIC_Intel-XXV710' and
8821            'NF_DENSITY' and
8822            'DOCKER' and
8823            'CHAIN' and
8824            'NF_VPPIP4' and
8825            'IPSEC' and
8826            'TNL_1000' and
8827            'IMIX' and
8828            '4T2C' and
8829            'NDRPDR'"
8830   parameters:
8831   - "throughput"
8832   - "name"
8833   - "tags"
8834   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8835   x-axis: "X = CNFs per Service Chain"
8836   y-axis: "Y = Number of Service Chains"
8837   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8838   layout:
8839     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8840     layout: "plot-service-density"
8841
8842 - type: "plot"
8843   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8844   algorithm: "plot_nf_heatmap"
8845   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8846   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8847   filter: "'NIC_Intel-XXV710' and
8848            'NF_DENSITY' and
8849            'DOCKER' and
8850            'CHAIN' and
8851            'NF_VPPIP4' and
8852            'IPSEC' and
8853            'TNL_1000' and
8854            'IMIX' and
8855            '8T4C' and
8856            'NDRPDR'"
8857   parameters:
8858   - "throughput"
8859   - "name"
8860   - "tags"
8861   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8862   x-axis: "X = CNFs per Service Chain"
8863   y-axis: "Y = Number of Service Chains"
8864   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8865   layout:
8866     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8867     layout: "plot-service-density"
8868
8869 ###############################################################################
8870
8871 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8872 #- type: "plot"
8873 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8874 #  algorithm: "plot_nf_heatmap"
8875 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8876 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8877 #  filter: "'NIC_Intel-XL710' and
8878 #           'NF_DENSITY' and
8879 #           'DOCKER' and
8880 #           'CHAIN' and
8881 #           'NF_VPPIP4' and
8882 #           'IMIX' and
8883 #           'TNL_1000' and
8884 #           '1T1C' and
8885 #           'MRR'"
8886 #  parameters:
8887 #  - "result"
8888 #  - "name"
8889 #  - "tags"
8890 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8891 #  x-axis: "X = CNFs per Service Chain"
8892 #  y-axis: "Y = Number of Service Chains"
8893 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8894 #  layout:
8895 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8896 #    layout: "plot-service-density"
8897 #
8898 #- type: "plot"
8899 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8900 #  algorithm: "plot_nf_heatmap"
8901 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8902 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8903 #  filter: "'NIC_Intel-XL710' and
8904 #           'NF_DENSITY' and
8905 #           'DOCKER' and
8906 #           'CHAIN' and
8907 #           'NF_VPPIP4' and
8908 #           'IPSEC' and
8909 #           'TNL_1000' and
8910 #           'IMIX' and
8911 #           '2T2C' and
8912 #           'MRR'"
8913 #  parameters:
8914 #  - "result"
8915 #  - "name"
8916 #  - "tags"
8917 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8918 #  x-axis: "X = CNFs per Service Chain"
8919 #  y-axis: "Y = Number of Service Chains"
8920 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8921 #  layout:
8922 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8923 #    layout: "plot-service-density"
8924 #
8925 #- type: "plot"
8926 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8927 #  algorithm: "plot_nf_heatmap"
8928 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8929 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8930 #  filter: "'NIC_Intel-XL710' and
8931 #           'NF_DENSITY' and
8932 #           'DOCKER' and
8933 #           'CHAIN' and
8934 #           'NF_VPPIP4' and
8935 #           'IPSEC' and
8936 #           'TNL_1000' and
8937 #           'IMIX' and
8938 #           '4T4C' and
8939 #           'MRR'"
8940 #  parameters:
8941 #  - "result"
8942 #  - "name"
8943 #  - "tags"
8944 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8945 #  x-axis: "X = CNFs per Service Chain"
8946 #  y-axis: "Y = Number of Service Chains"
8947 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8948 #  layout:
8949 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8950 #    layout: "plot-service-density"
8951
8952 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8953 #- type: "plot"
8954 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8955 #  algorithm: "plot_nf_heatmap"
8956 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8957 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8958 #  filter: "'NIC_Intel-XL710' and
8959 #           'NF_DENSITY' and
8960 #           'DOCKER' and
8961 #           'CHAIN' and
8962 #           'NF_VPPIP4' and
8963 #           'IPSEC' and
8964 #           'TNL_1000' and
8965 #           'IMIX' and
8966 #           '1T1C' and
8967 #           'NDRPDR'"
8968 #  parameters:
8969 #  - "throughput"
8970 #  - "name"
8971 #  - "tags"
8972 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8973 #  x-axis: "X = CNFs per Service Chain"
8974 #  y-axis: "Y = Number of Service Chains"
8975 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8976 #  layout:
8977 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8978 #    layout: "plot-service-density"
8979 #
8980 #- type: "plot"
8981 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8982 #  algorithm: "plot_nf_heatmap"
8983 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8984 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8985 #  filter: "'NIC_Intel-XL710' and
8986 #           'NF_DENSITY' and
8987 #           'DOCKER' and
8988 #           'CHAIN' and
8989 #           'NF_VPPIP4' and
8990 #           'IPSEC' and
8991 #           'TNL_1000' and
8992 #           'IMIX' and
8993 #           '2T2C' and
8994 #           'NDRPDR'"
8995 #  parameters:
8996 #  - "throughput"
8997 #  - "name"
8998 #  - "tags"
8999 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9000 #  x-axis: "X = CNFs per Service Chain"
9001 #  y-axis: "Y = Number of Service Chains"
9002 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9003 #  layout:
9004 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9005 #    layout: "plot-service-density"
9006 #
9007 #- type: "plot"
9008 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9009 #  algorithm: "plot_nf_heatmap"
9010 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9011 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9012 #  filter: "'NIC_Intel-XL710' and
9013 #           'NF_DENSITY' and
9014 #           'DOCKER' and
9015 #           'CHAIN' and
9016 #           'NF_VPPIP4' and
9017 #           'IPSEC' and
9018 #           'TNL_1000' and
9019 #           'IMIX' and
9020 #           '4T4C' and
9021 #           'NDRPDR'"
9022 #  parameters:
9023 #  - "throughput"
9024 #  - "name"
9025 #  - "tags"
9026 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9027 #  x-axis: "X = CNFs per Service Chain"
9028 #  y-axis: "Y = Number of Service Chains"
9029 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9030 #  layout:
9031 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9032 #    layout: "plot-service-density"
9033 #
9034 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9035 #- type: "plot"
9036 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9037 #  algorithm: "plot_nf_heatmap"
9038 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9039 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9040 #  filter: "'NIC_Intel-XL710' and
9041 #           'NF_DENSITY' and
9042 #           'DOCKER' and
9043 #           'CHAIN' and
9044 #           'NF_VPPIP4' and
9045 #           'IPSEC' and
9046 #           'TNL_1000' and
9047 #           'IMIX' and
9048 #           '1T1C' and
9049 #           'NDRPDR'"
9050 #  parameters:
9051 #  - "throughput"
9052 #  - "name"
9053 #  - "tags"
9054 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9055 #  x-axis: "X = CNFs per Service Chain"
9056 #  y-axis: "Y = Number of Service Chains"
9057 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9058 #  layout:
9059 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9060 #    layout: "plot-service-density"
9061 #
9062 #- type: "plot"
9063 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9064 #  algorithm: "plot_nf_heatmap"
9065 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9066 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9067 #  filter: "'NIC_Intel-XL710' and
9068 #           'NF_DENSITY' and
9069 #           'DOCKER' and
9070 #           'CHAIN' and
9071 #           'NF_VPPIP4' and
9072 #           'IPSEC' and
9073 #           'TNL_1000' and
9074 #           'IMIX' and
9075 #           '2T2C' and
9076 #           'NDRPDR'"
9077 #  parameters:
9078 #  - "throughput"
9079 #  - "name"
9080 #  - "tags"
9081 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9082 #  x-axis: "X = CNFs per Service Chain"
9083 #  y-axis: "Y = Number of Service Chains"
9084 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9085 #  layout:
9086 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9087 #    layout: "plot-service-density"
9088 #
9089 #- type: "plot"
9090 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9091 #  algorithm: "plot_nf_heatmap"
9092 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9093 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9094 #  filter: "'NIC_Intel-XL710' and
9095 #           'NF_DENSITY' and
9096 #           'DOCKER' and
9097 #           'CHAIN' and
9098 #           'NF_VPPIP4' and
9099 #           'IPSEC' and
9100 #           'TNL_1000' and
9101 #           'IMIX' and
9102 #           '4T4C' and
9103 #           'NDRPDR'"
9104 #  parameters:
9105 #  - "throughput"
9106 #  - "name"
9107 #  - "tags"
9108 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9109 #  x-axis: "X = CNFs per Service Chain"
9110 #  y-axis: "Y = Number of Service Chains"
9111 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9112 #  layout:
9113 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9114 #    layout: "plot-service-density"
9115
9116 ###############################################################################
9117
9118 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9119 #- type: "plot"
9120 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9121 #  algorithm: "plot_nf_heatmap"
9122 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9123 #  data: "plot-vpp-nfv-3n-skx-mrr"
9124 #  filter: "'NIC_Intel-XXV710' and
9125 #           'NF_DENSITY' and
9126 #           'DOCKER' and
9127 #           'CHAIN' and
9128 #           'NF_VPPIP4' and
9129 #           'IPSEC' and
9130 #           'TNL_10000' and
9131 #           'IMIX' and
9132 #           '2T1C' and
9133 #           'MRR'"
9134 #  parameters:
9135 #  - "result"
9136 #  - "name"
9137 #  - "tags"
9138 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9139 #  x-axis: "X = CNFs per Service Chain"
9140 #  y-axis: "Y = Number of Service Chains"
9141 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9142 #  layout:
9143 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9144 #    layout: "plot-service-density"
9145 #
9146 #- type: "plot"
9147 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9148 #  algorithm: "plot_nf_heatmap"
9149 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9150 #  data: "plot-vpp-nfv-3n-skx-mrr"
9151 #  filter: "'NIC_Intel-XXV710' and
9152 #           'NF_DENSITY' and
9153 #           'DOCKER' and
9154 #           'CHAIN' and
9155 #           'NF_VPPIP4' and
9156 #           'IPSEC' and
9157 #           'TNL_10000' and
9158 #           'IMIX' and
9159 #           '4T2C' and
9160 #           'MRR'"
9161 #  parameters:
9162 #  - "result"
9163 #  - "name"
9164 #  - "tags"
9165 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9166 #  x-axis: "X = CNFs per Service Chain"
9167 #  y-axis: "Y = Number of Service Chains"
9168 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9169 #  layout:
9170 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9171 #    layout: "plot-service-density"
9172 #
9173 #- type: "plot"
9174 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9175 #  algorithm: "plot_nf_heatmap"
9176 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9177 #  data: "plot-vpp-nfv-3n-skx-mrr"
9178 #  filter: "'NIC_Intel-XXV710' and
9179 #           'NF_DENSITY' and
9180 #           'DOCKER' and
9181 #           'CHAIN' and
9182 #           'NF_VPPIP4' and
9183 #           'IPSEC' and
9184 #           'TNL_10000' and
9185 #           'IMIX' and
9186 #           '8T4C' and
9187 #           'MRR'"
9188 #  parameters:
9189 #  - "result"
9190 #  - "name"
9191 #  - "tags"
9192 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9193 #  x-axis: "X = CNFs per Service Chain"
9194 #  y-axis: "Y = Number of Service Chains"
9195 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9196 #  layout:
9197 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9198 #    layout: "plot-service-density"
9199
9200 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9201 - type: "plot"
9202   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9203   algorithm: "plot_nf_heatmap"
9204   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9205   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9206   filter: "'NIC_Intel-XXV710' and
9207            'NF_DENSITY' and
9208            'DOCKER' and
9209            'CHAIN' and
9210            'NF_VPPIP4' and
9211            'IPSEC' and
9212            'TNL_10000' and
9213            'IMIX' and
9214            '2T1C' and
9215            'NDRPDR'"
9216   parameters:
9217   - "throughput"
9218   - "name"
9219   - "tags"
9220   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9221   x-axis: "X = CNFs per Service Chain"
9222   y-axis: "Y = Number of Service Chains"
9223   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9224   layout:
9225     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9226     layout: "plot-service-density"
9227
9228 - type: "plot"
9229   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9230   algorithm: "plot_nf_heatmap"
9231   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9232   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9233   filter: "'NIC_Intel-XXV710' and
9234            'NF_DENSITY' and
9235            'DOCKER' and
9236            'CHAIN' and
9237            'NF_VPPIP4' and
9238            'IPSEC' and
9239            'TNL_10000' and
9240            'IMIX' and
9241            '4T2C' and
9242            'NDRPDR'"
9243   parameters:
9244   - "throughput"
9245   - "name"
9246   - "tags"
9247   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9248   x-axis: "X = CNFs per Service Chain"
9249   y-axis: "Y = Number of Service Chains"
9250   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9251   layout:
9252     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9253     layout: "plot-service-density"
9254
9255 - type: "plot"
9256   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9257   algorithm: "plot_nf_heatmap"
9258   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9259   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9260   filter: "'NIC_Intel-XXV710' and
9261            'NF_DENSITY' and
9262            'DOCKER' and
9263            'CHAIN' and
9264            'NF_VPPIP4' and
9265            'IPSEC' and
9266            'TNL_10000' and
9267            'IMIX' and
9268            '8T4C' and
9269            'NDRPDR'"
9270   parameters:
9271   - "throughput"
9272   - "name"
9273   - "tags"
9274   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9275   x-axis: "X = CNFs per Service Chain"
9276   y-axis: "Y = Number of Service Chains"
9277   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9278   layout:
9279     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9280     layout: "plot-service-density"
9281
9282 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9283 - type: "plot"
9284   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9285   algorithm: "plot_nf_heatmap"
9286   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9287   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9288   filter: "'NIC_Intel-XXV710' and
9289            'NF_DENSITY' and
9290            'DOCKER' and
9291            'CHAIN' and
9292            'NF_VPPIP4' and
9293            'IPSEC' and
9294            'TNL_10000' and
9295            'IMIX' and
9296            '2T1C' and
9297            'NDRPDR'"
9298   parameters:
9299   - "throughput"
9300   - "name"
9301   - "tags"
9302   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9303   x-axis: "X = CNFs per Service Chain"
9304   y-axis: "Y = Number of Service Chains"
9305   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9306   layout:
9307     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9308     layout: "plot-service-density"
9309
9310 - type: "plot"
9311   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9312   algorithm: "plot_nf_heatmap"
9313   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9314   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9315   filter: "'NIC_Intel-XXV710' and
9316            'NF_DENSITY' and
9317            'DOCKER' and
9318            'CHAIN' and
9319            'NF_VPPIP4' and
9320            'IPSEC' and
9321            'TNL_10000' and
9322            'IMIX' and
9323            '4T2C' and
9324            'NDRPDR'"
9325   parameters:
9326   - "throughput"
9327   - "name"
9328   - "tags"
9329   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9330   x-axis: "X = CNFs per Service Chain"
9331   y-axis: "Y = Number of Service Chains"
9332   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9333   layout:
9334     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9335     layout: "plot-service-density"
9336
9337 - type: "plot"
9338   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9339   algorithm: "plot_nf_heatmap"
9340   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9341   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9342   filter: "'NIC_Intel-XXV710' and
9343            'NF_DENSITY' and
9344            'DOCKER' and
9345            'CHAIN' and
9346            'NF_VPPIP4' and
9347            'IPSEC' and
9348            'TNL_10000' and
9349            'IMIX' and
9350            '8T4C' and
9351            'NDRPDR'"
9352   parameters:
9353   - "throughput"
9354   - "name"
9355   - "tags"
9356   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9357   x-axis: "X = CNFs per Service Chain"
9358   y-axis: "Y = Number of Service Chains"
9359   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9360   layout:
9361     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9362     layout: "plot-service-density"
9363
9364 ###############################################################################
9365
9366 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9367 #- type: "plot"
9368 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9369 #  algorithm: "plot_nf_heatmap"
9370 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9371 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9372 #  filter: "'NIC_Intel-XL710' and
9373 #           'NF_DENSITY' and
9374 #           'DOCKER' and
9375 #           'CHAIN' and
9376 #           'NF_VPPIP4' and
9377 #           'IMIX' and
9378 #           'TNL_10000' and
9379 #           '1T1C' and
9380 #           'MRR'"
9381 #  parameters:
9382 #  - "result"
9383 #  - "name"
9384 #  - "tags"
9385 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9386 #  x-axis: "X = CNFs per Service Chain"
9387 #  y-axis: "Y = Number of Service Chains"
9388 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9389 #  layout:
9390 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9391 #    layout: "plot-service-density"
9392 #
9393 #- type: "plot"
9394 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9395 #  algorithm: "plot_nf_heatmap"
9396 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9397 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9398 #  filter: "'NIC_Intel-XL710' and
9399 #           'NF_DENSITY' and
9400 #           'DOCKER' and
9401 #           'CHAIN' and
9402 #           'NF_VPPIP4' and
9403 #           'IPSEC' and
9404 #           'TNL_10000' and
9405 #           'IMIX' and
9406 #           '2T2C' and
9407 #           'MRR'"
9408 #  parameters:
9409 #  - "result"
9410 #  - "name"
9411 #  - "tags"
9412 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9413 #  x-axis: "X = CNFs per Service Chain"
9414 #  y-axis: "Y = Number of Service Chains"
9415 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9416 #  layout:
9417 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9418 #    layout: "plot-service-density"
9419 #
9420 #- type: "plot"
9421 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9422 #  algorithm: "plot_nf_heatmap"
9423 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9424 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9425 #  filter: "'NIC_Intel-XL710' and
9426 #           'NF_DENSITY' and
9427 #           'DOCKER' and
9428 #           'CHAIN' and
9429 #           'NF_VPPIP4' and
9430 #           'IPSEC' and
9431 #           'TNL_10000' and
9432 #           'IMIX' and
9433 #           '4T4C' and
9434 #           'MRR'"
9435 #  parameters:
9436 #  - "result"
9437 #  - "name"
9438 #  - "tags"
9439 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9440 #  x-axis: "X = CNFs per Service Chain"
9441 #  y-axis: "Y = Number of Service Chains"
9442 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9443 #  layout:
9444 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9445 #    layout: "plot-service-density"
9446
9447 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9448 #- type: "plot"
9449 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9450 #  algorithm: "plot_nf_heatmap"
9451 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9452 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9453 #  filter: "'NIC_Intel-XL710' and
9454 #           'NF_DENSITY' and
9455 #           'DOCKER' and
9456 #           'CHAIN' and
9457 #           'NF_VPPIP4' and
9458 #           'IPSEC' and
9459 #           'TNL_10000' and
9460 #           'IMIX' and
9461 #           '1T1C' and
9462 #           'NDRPDR'"
9463 #  parameters:
9464 #  - "throughput"
9465 #  - "name"
9466 #  - "tags"
9467 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9468 #  x-axis: "X = CNFs per Service Chain"
9469 #  y-axis: "Y = Number of Service Chains"
9470 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9471 #  layout:
9472 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9473 #    layout: "plot-service-density"
9474 #
9475 #- type: "plot"
9476 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9477 #  algorithm: "plot_nf_heatmap"
9478 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9479 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9480 #  filter: "'NIC_Intel-XL710' and
9481 #           'NF_DENSITY' and
9482 #           'DOCKER' and
9483 #           'CHAIN' and
9484 #           'NF_VPPIP4' and
9485 #           'IPSEC' and
9486 #           'TNL_10000' and
9487 #           'IMIX' and
9488 #           '2T2C' and
9489 #           'NDRPDR'"
9490 #  parameters:
9491 #  - "throughput"
9492 #  - "name"
9493 #  - "tags"
9494 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9495 #  x-axis: "X = CNFs per Service Chain"
9496 #  y-axis: "Y = Number of Service Chains"
9497 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9498 #  layout:
9499 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9500 #    layout: "plot-service-density"
9501 #
9502 #- type: "plot"
9503 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9504 #  algorithm: "plot_nf_heatmap"
9505 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9506 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9507 #  filter: "'NIC_Intel-XL710' and
9508 #           'NF_DENSITY' and
9509 #           'DOCKER' and
9510 #           'CHAIN' and
9511 #           'NF_VPPIP4' and
9512 #           'IPSEC' and
9513 #           'TNL_10000' and
9514 #           'IMIX' and
9515 #           '4T4C' and
9516 #           'NDRPDR'"
9517 #  parameters:
9518 #  - "throughput"
9519 #  - "name"
9520 #  - "tags"
9521 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9522 #  x-axis: "X = CNFs per Service Chain"
9523 #  y-axis: "Y = Number of Service Chains"
9524 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9525 #  layout:
9526 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9527 #    layout: "plot-service-density"
9528 #
9529 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9530 #- type: "plot"
9531 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9532 #  algorithm: "plot_nf_heatmap"
9533 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9534 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9535 #  filter: "'NIC_Intel-XL710' and
9536 #           'NF_DENSITY' and
9537 #           'DOCKER' and
9538 #           'CHAIN' and
9539 #           'NF_VPPIP4' and
9540 #           'IPSEC' and
9541 #           'TNL_10000' and
9542 #           'IMIX' and
9543 #           '1T1C' and
9544 #           'NDRPDR'"
9545 #  parameters:
9546 #  - "throughput"
9547 #  - "name"
9548 #  - "tags"
9549 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9550 #  x-axis: "X = CNFs per Service Chain"
9551 #  y-axis: "Y = Number of Service Chains"
9552 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9553 #  layout:
9554 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9555 #    layout: "plot-service-density"
9556 #
9557 #- type: "plot"
9558 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9559 #  algorithm: "plot_nf_heatmap"
9560 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9561 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9562 #  filter: "'NIC_Intel-XL710' and
9563 #           'NF_DENSITY' and
9564 #           'DOCKER' and
9565 #           'CHAIN' and
9566 #           'NF_VPPIP4' and
9567 #           'IPSEC' and
9568 #           'TNL_10000' and
9569 #           'IMIX' and
9570 #           '2T2C' and
9571 #           'NDRPDR'"
9572 #  parameters:
9573 #  - "throughput"
9574 #  - "name"
9575 #  - "tags"
9576 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9577 #  x-axis: "X = CNFs per Service Chain"
9578 #  y-axis: "Y = Number of Service Chains"
9579 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9580 #  layout:
9581 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9582 #    layout: "plot-service-density"
9583 #
9584 #- type: "plot"
9585 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9586 #  algorithm: "plot_nf_heatmap"
9587 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9588 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9589 #  filter: "'NIC_Intel-XL710' and
9590 #           'NF_DENSITY' and
9591 #           'DOCKER' and
9592 #           'CHAIN' and
9593 #           'NF_VPPIP4' and
9594 #           'IPSEC' and
9595 #           'TNL_10000' and
9596 #           'IMIX' and
9597 #           '4T4C' and
9598 #           'NDRPDR'"
9599 #  parameters:
9600 #  - "throughput"
9601 #  - "name"
9602 #  - "tags"
9603 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9604 #  x-axis: "X = CNFs per Service Chain"
9605 #  y-axis: "Y = Number of Service Chains"
9606 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9607 #  layout:
9608 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9609 #    layout: "plot-service-density"
9610
9611 ###############################################################################
9612
9613 # Plots - NF Density - CSP - MRR IMIX
9614 - type: "plot"
9615   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9616   algorithm: "plot_nf_heatmap"
9617   output-file-type: ".html"
9618   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9619   data: "plot-vpp-nfv-2n-skx-mrr"
9620   filter: "'NIC_Intel-XXV710' and
9621            'NF_DENSITY' and
9622            'DOCKER' and
9623            'PIPELINE' and
9624            'NF_VPPIP4' and
9625            'IMIX' and
9626            '2T1C' and
9627            'MRR'"
9628   parameters:
9629   - "result"
9630   - "name"
9631   - "tags"
9632   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9633   x-axis: "X = CNFs per Service Pipeline"
9634   y-axis: "Y = Number of Service Pipelines"
9635   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9636   layout:
9637     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9638     layout: "plot-service-density"
9639
9640 - type: "plot"
9641   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9642   algorithm: "plot_nf_heatmap"
9643   output-file-type: ".html"
9644   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9645   data: "plot-vpp-nfv-2n-skx-mrr"
9646   filter: "'NIC_Intel-XXV710' and
9647            'NF_DENSITY' and
9648            'DOCKER' and
9649            'PIPELINE' and
9650            'NF_VPPIP4' and
9651            'IMIX' and
9652            '4T2C' and
9653            'MRR'"
9654   parameters:
9655   - "result"
9656   - "name"
9657   - "tags"
9658   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9659   x-axis: "X = CNFs per Service Pipeline"
9660   y-axis: "Y = Number of Service Pipelines"
9661   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9662   layout:
9663     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9664     layout: "plot-service-density"
9665
9666 - type: "plot"
9667   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9668   algorithm: "plot_nf_heatmap"
9669   output-file-type: ".html"
9670   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9671   data: "plot-vpp-nfv-2n-skx-mrr"
9672   filter: "'NIC_Intel-XXV710' and
9673            'NF_DENSITY' and
9674            'DOCKER' and
9675            'PIPELINE' and
9676            'NF_VPPIP4' and
9677            'IMIX' and
9678            '8T4C' and
9679            'MRR'"
9680   parameters:
9681   - "result"
9682   - "name"
9683   - "tags"
9684   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9685   x-axis: "X = CNFs per Service Pipeline"
9686   y-axis: "Y = Number of Service Pipelines"
9687   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9688   layout:
9689     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9690     layout: "plot-service-density"
9691
9692 # Plots - NF Density - CSP - NDR IMIX
9693 - type: "plot"
9694   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9695   algorithm: "plot_nf_heatmap"
9696   output-file-type: ".html"
9697   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9698   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9699   filter: "'NIC_Intel-XXV710' and
9700            'NF_DENSITY' and
9701            'DOCKER' and
9702            'PIPELINE' and
9703            'NF_VPPIP4' and
9704            'IMIX' and
9705            '2T1C' and
9706            'NDRPDR'"
9707   parameters:
9708   - "throughput"
9709   - "name"
9710   - "tags"
9711   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9712   x-axis: "X = CNFs per Service Pipeline"
9713   y-axis: "Y = Number of Service Pipelines"
9714   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9715   layout:
9716     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9717     layout: "plot-service-density"
9718
9719 - type: "plot"
9720   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9721   algorithm: "plot_nf_heatmap"
9722   output-file-type: ".html"
9723   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9724   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9725   filter: "'NIC_Intel-XXV710' and
9726            'NF_DENSITY' and
9727            'DOCKER' and
9728            'PIPELINE' and
9729            'NF_VPPIP4' and
9730            'IMIX' and
9731            '4T2C' and
9732            'NDRPDR'"
9733   parameters:
9734   - "throughput"
9735   - "name"
9736   - "tags"
9737   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9738   x-axis: "X = CNFs per Service Pipeline"
9739   y-axis: "Y = Number of Service Pipelines"
9740   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9741   layout:
9742     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9743     layout: "plot-service-density"
9744
9745 - type: "plot"
9746   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9747   algorithm: "plot_nf_heatmap"
9748   output-file-type: ".html"
9749   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9750   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9751   filter: "'NIC_Intel-XXV710' and
9752            'NF_DENSITY' and
9753            'DOCKER' and
9754            'PIPELINE' and
9755            'NF_VPPIP4' and
9756            'IMIX' and
9757            '8T4C' and
9758            'NDRPDR'"
9759   parameters:
9760   - "throughput"
9761   - "name"
9762   - "tags"
9763   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9764   x-axis: "X = CNFs per Service Pipeline"
9765   y-axis: "Y = Number of Service Pipelines"
9766   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9767   layout:
9768     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9769     layout: "plot-service-density"
9770
9771 # Plots - NF Density - CSP - PDR IMIX
9772 - type: "plot"
9773   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9774   algorithm: "plot_nf_heatmap"
9775   output-file-type: ".html"
9776   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9777   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9778   filter: "'NIC_Intel-XXV710' and
9779            'NF_DENSITY' and
9780            'DOCKER' and
9781            'PIPELINE' and
9782            'NF_VPPIP4' and
9783            'IMIX' and
9784            '2T1C' and
9785            'NDRPDR'"
9786   parameters:
9787   - "throughput"
9788   - "name"
9789   - "tags"
9790   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9791   x-axis: "X = CNFs per Service Pipeline"
9792   y-axis: "Y = Number of Service Pipelines"
9793   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9794   layout:
9795     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9796     layout: "plot-service-density"
9797
9798 - type: "plot"
9799   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9800   algorithm: "plot_nf_heatmap"
9801   output-file-type: ".html"
9802   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9803   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9804   filter: "'NIC_Intel-XXV710' and
9805            'NF_DENSITY' and
9806            'DOCKER' and
9807            'PIPELINE' and
9808            'NF_VPPIP4' and
9809            'IMIX' and
9810            '4T2C' and
9811            'NDRPDR'"
9812   parameters:
9813   - "throughput"
9814   - "name"
9815   - "tags"
9816   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9817   x-axis: "X = CNFs per Service Pipeline"
9818   y-axis: "Y = Number of Service Pipelines"
9819   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9820   layout:
9821     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9822     layout: "plot-service-density"
9823
9824 - type: "plot"
9825   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9826   algorithm: "plot_nf_heatmap"
9827   output-file-type: ".html"
9828   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9829   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9830   filter: "'NIC_Intel-XXV710' and
9831            'NF_DENSITY' and
9832            'DOCKER' and
9833            'PIPELINE' and
9834            'NF_VPPIP4' and
9835            'IMIX' and
9836            '8T4C' and
9837            'NDRPDR'"
9838   parameters:
9839   - "throughput"
9840   - "name"
9841   - "tags"
9842   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9843   x-axis: "X = CNFs per Service Pipeline"
9844   y-axis: "Y = Number of Service Pipelines"
9845   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9846   layout:
9847     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9848     layout: "plot-service-density"
9849
9850 ###############################################################################
9851 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9852
9853 - type: "plot"
9854   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9855   algorithm: "plot_nf_heatmap"
9856   output-file-type: ".html"
9857   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9858   data: "plot-vpp-nfv-2n-clx-mrr"
9859   filter: "'NIC_Intel-XXV710' and
9860            'NF_DENSITY' and
9861            'VHOST' and
9862            not 'VXLAN' and
9863            'CHAIN' and
9864            'NF_VPPIP4' and
9865            'IMIX' and
9866            '2T1C' and
9867            'MRR'"
9868   parameters:
9869   - "result"
9870   - "name"
9871   - "tags"
9872   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9873   x-axis: "X = VNFs per Service Chain"
9874   y-axis: "Y = Number of Service Chains"
9875   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9876   layout:
9877     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9878     layout: "plot-service-density"
9879
9880 - type: "plot"
9881   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9882   algorithm: "plot_nf_heatmap"
9883   output-file-type: ".html"
9884   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9885   data: "plot-vpp-nfv-2n-clx-mrr"
9886   filter: "'NIC_Intel-XXV710' and
9887            'NF_DENSITY' and
9888            'VHOST' and
9889            not 'VXLAN' and
9890            'CHAIN' and
9891            'NF_VPPIP4' and
9892            'IMIX' and
9893            '4T2C' and
9894            'MRR'"
9895   parameters:
9896   - "result"
9897   - "name"
9898   - "tags"
9899   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9900   x-axis: "X = VNFs per Service Chain"
9901   y-axis: "Y = Number of Service Chains"
9902   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9903   layout:
9904     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9905     layout: "plot-service-density"
9906
9907 - type: "plot"
9908   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9909   algorithm: "plot_nf_heatmap"
9910   output-file-type: ".html"
9911   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9912   data: "plot-vpp-nfv-2n-clx-mrr"
9913   filter: "'NIC_Intel-XXV710' and
9914            'NF_DENSITY' and
9915            'VHOST' and
9916            not 'VXLAN' and
9917            'CHAIN' and
9918            'NF_VPPIP4' and
9919            'IMIX' and
9920            '8T4C' and
9921            'MRR'"
9922   parameters:
9923   - "result"
9924   - "name"
9925   - "tags"
9926   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9927   x-axis: "X = VNFs per Service Chain"
9928   y-axis: "Y = Number of Service Chains"
9929   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9930   layout:
9931     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9932     layout: "plot-service-density"
9933
9934 # Plots - NF Density - VSC - NDR IMIX
9935 - type: "plot"
9936   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9937   algorithm: "plot_nf_heatmap"
9938   output-file-type: ".html"
9939   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9940   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9941   filter: "'NIC_Intel-XXV710' and
9942            'NF_DENSITY' and
9943            'VHOST' and
9944            not 'VXLAN' and
9945            'CHAIN' and
9946            'NF_VPPIP4' and
9947            'IMIX' and
9948            '2T1C' and
9949            'NDRPDR'"
9950   parameters:
9951   - "throughput"
9952   - "name"
9953   - "tags"
9954   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9955   x-axis: "X = VNFs per Service Chain"
9956   y-axis: "Y = Number of Service Chains"
9957   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9958   layout:
9959     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9960     layout: "plot-service-density"
9961
9962 - type: "plot"
9963   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9964   algorithm: "plot_nf_heatmap"
9965   output-file-type: ".html"
9966   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9967   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9968   filter: "'NIC_Intel-XXV710' and
9969            'NF_DENSITY' and
9970            'VHOST' and
9971            not 'VXLAN' and
9972            'CHAIN' and
9973            'NF_VPPIP4' and
9974            'IMIX' and
9975            '4T2C' and
9976            'NDRPDR'"
9977   parameters:
9978   - "throughput"
9979   - "name"
9980   - "tags"
9981   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9982   x-axis: "X = VNFs per Service Chain"
9983   y-axis: "Y = Number of Service Chains"
9984   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9985   layout:
9986     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9987     layout: "plot-service-density"
9988
9989 - type: "plot"
9990   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9991   algorithm: "plot_nf_heatmap"
9992   output-file-type: ".html"
9993   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9994   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9995   filter: "'NIC_Intel-XXV710' and
9996            'NF_DENSITY' and
9997            'VHOST' and
9998            not 'VXLAN' and
9999            'CHAIN' and
10000            'NF_VPPIP4' and
10001            'IMIX' and
10002            '8T4C' and
10003            'NDRPDR'"
10004   parameters:
10005   - "throughput"
10006   - "name"
10007   - "tags"
10008   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10009   x-axis: "X = VNFs per Service Chain"
10010   y-axis: "Y = Number of Service Chains"
10011   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10012   layout:
10013     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10014     layout: "plot-service-density"
10015
10016 # Plots - NF Density - VSC - PDR IMIX
10017 - type: "plot"
10018   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10019   algorithm: "plot_nf_heatmap"
10020   output-file-type: ".html"
10021   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10022   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10023   filter: "'NIC_Intel-XXV710' and
10024            'NF_DENSITY' and
10025            'VHOST' and
10026            not 'VXLAN' and
10027            'CHAIN' and
10028            'NF_VPPIP4' and
10029            'IMIX' and
10030            '2T1C' and
10031            'NDRPDR'"
10032   parameters:
10033   - "throughput"
10034   - "name"
10035   - "tags"
10036   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10037   x-axis: "X = VNFs per Service Chain"
10038   y-axis: "Y = Number of Service Chains"
10039   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10040   layout:
10041     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10042     layout: "plot-service-density"
10043
10044 - type: "plot"
10045   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10046   algorithm: "plot_nf_heatmap"
10047   output-file-type: ".html"
10048   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10049   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10050   filter: "'NIC_Intel-XXV710' and
10051            'NF_DENSITY' and
10052            'VHOST' and
10053            not 'VXLAN' and
10054            'CHAIN' and
10055            'NF_VPPIP4' and
10056            'IMIX' and
10057            '4T2C' and
10058            'NDRPDR'"
10059   parameters:
10060   - "throughput"
10061   - "name"
10062   - "tags"
10063   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10064   x-axis: "X = VNFs per Service Chain"
10065   y-axis: "Y = Number of Service Chains"
10066   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10067   layout:
10068     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10069     layout: "plot-service-density"
10070
10071 - type: "plot"
10072   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10073   algorithm: "plot_nf_heatmap"
10074   output-file-type: ".html"
10075   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10076   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10077   filter: "'NIC_Intel-XXV710' and
10078            'NF_DENSITY' and
10079            'VHOST' and
10080            not 'VXLAN' and
10081            'CHAIN' and
10082            'NF_VPPIP4' and
10083            'IMIX' and
10084            '8T4C' and
10085            'NDRPDR'"
10086   parameters:
10087   - "throughput"
10088   - "name"
10089   - "tags"
10090   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10091   x-axis: "X = VNFs per Service Chain"
10092   y-axis: "Y = Number of Service Chains"
10093   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10094   layout:
10095     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10096     layout: "plot-service-density"
10097
10098 # Plots - NF Density - VSC - MRR IMIX
10099 - type: "plot"
10100   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10101   algorithm: "plot_nf_heatmap"
10102   output-file-type: ".html"
10103   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10104   data: "plot-vpp-nfv-2n-clx-mrr"
10105   filter: "'NIC_Intel-XXV710' and
10106            'NF_DENSITY' and
10107            'VHOST' and
10108            'VXLAN' and
10109            'CHAIN' and
10110            'IMIX' and
10111            '2T1C' and
10112            'MRR'"
10113   parameters:
10114   - "result"
10115   - "name"
10116   - "tags"
10117   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10118   x-axis: "X = VNFs per Service Chain"
10119   y-axis: "Y = Number of Service Chains"
10120   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10121   layout:
10122     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10123     layout: "plot-service-density"
10124
10125 - type: "plot"
10126   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10127   algorithm: "plot_nf_heatmap"
10128   output-file-type: ".html"
10129   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10130   data: "plot-vpp-nfv-2n-clx-mrr"
10131   filter: "'NIC_Intel-XXV710' and
10132            'NF_DENSITY' and
10133            'VHOST' and
10134            'VXLAN' and
10135            'CHAIN' and
10136            'IMIX' and
10137            '4T2C' and
10138            'MRR'"
10139   parameters:
10140   - "result"
10141   - "name"
10142   - "tags"
10143   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10144   x-axis: "X = VNFs per Service Chain"
10145   y-axis: "Y = Number of Service Chains"
10146   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10147   layout:
10148     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10149     layout: "plot-service-density"
10150
10151 - type: "plot"
10152   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10153   algorithm: "plot_nf_heatmap"
10154   output-file-type: ".html"
10155   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10156   data: "plot-vpp-nfv-2n-clx-mrr"
10157   filter: "'NIC_Intel-XXV710' and
10158            'NF_DENSITY' and
10159            'VHOST' and
10160            'VXLAN' and
10161            'CHAIN' and
10162            'IMIX' and
10163            '8T4C' and
10164            'MRR'"
10165   parameters:
10166   - "result"
10167   - "name"
10168   - "tags"
10169   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10170   x-axis: "X = VNFs per Service Chain"
10171   y-axis: "Y = Number of Service Chains"
10172   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10173   layout:
10174     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10175     layout: "plot-service-density"
10176
10177 # Plots - NF Density - VSC - NDR IMIX
10178 - type: "plot"
10179   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10180   algorithm: "plot_nf_heatmap"
10181   output-file-type: ".html"
10182   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10183   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10184   filter: "'NIC_Intel-XXV710' and
10185            'NF_DENSITY' and
10186            'VHOST' and
10187            'VXLAN' and
10188            'CHAIN' and
10189            'IMIX' and
10190            '2T1C' and
10191            'NDRPDR'"
10192   parameters:
10193   - "throughput"
10194   - "name"
10195   - "tags"
10196   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10197   x-axis: "X = VNFs per Service Chain"
10198   y-axis: "Y = Number of Service Chains"
10199   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10200   layout:
10201     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10202     layout: "plot-service-density"
10203
10204 - type: "plot"
10205   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10206   algorithm: "plot_nf_heatmap"
10207   output-file-type: ".html"
10208   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10209   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10210   filter: "'NIC_Intel-XXV710' and
10211            'NF_DENSITY' and
10212            'VHOST' and
10213            'VXLAN' and
10214            'CHAIN' and
10215            'IMIX' and
10216            '4T2C' and
10217            'NDRPDR'"
10218   parameters:
10219   - "throughput"
10220   - "name"
10221   - "tags"
10222   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10223   x-axis: "X = VNFs per Service Chain"
10224   y-axis: "Y = Number of Service Chains"
10225   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10226   layout:
10227     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10228     layout: "plot-service-density"
10229
10230 - type: "plot"
10231   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10232   algorithm: "plot_nf_heatmap"
10233   output-file-type: ".html"
10234   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10235   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10236   filter: "'NIC_Intel-XXV710' and
10237            'NF_DENSITY' and
10238            'VHOST' and
10239            'VXLAN' and
10240            'CHAIN' and
10241            'IMIX' and
10242            '8T4C' and
10243            'NDRPDR'"
10244   parameters:
10245   - "throughput"
10246   - "name"
10247   - "tags"
10248   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10249   x-axis: "X = VNFs per Service Chain"
10250   y-axis: "Y = Number of Service Chains"
10251   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10252   layout:
10253     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10254     layout: "plot-service-density"
10255
10256 # Plots - NF Density - VSC - PDR IMIX
10257 - type: "plot"
10258   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10259   algorithm: "plot_nf_heatmap"
10260   output-file-type: ".html"
10261   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10262   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10263   filter: "'NIC_Intel-XXV710' and
10264            'NF_DENSITY' and
10265            'VHOST' and
10266            'VXLAN' and
10267            'CHAIN' and
10268            'IMIX' and
10269            '2T1C' and
10270            'NDRPDR'"
10271   parameters:
10272   - "throughput"
10273   - "name"
10274   - "tags"
10275   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10276   x-axis: "X = VNFs per Service Chain"
10277   y-axis: "Y = Number of Service Chains"
10278   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10279   layout:
10280     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10281     layout: "plot-service-density"
10282
10283 - type: "plot"
10284   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10285   algorithm: "plot_nf_heatmap"
10286   output-file-type: ".html"
10287   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10288   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10289   filter: "'NIC_Intel-XXV710' and
10290            'NF_DENSITY' and
10291            'VHOST' and
10292            'VXLAN' and
10293            'CHAIN' and
10294            'IMIX' and
10295            '4T2C' and
10296            'NDRPDR'"
10297   parameters:
10298   - "throughput"
10299   - "name"
10300   - "tags"
10301   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10302   x-axis: "X = VNFs per Service Chain"
10303   y-axis: "Y = Number of Service Chains"
10304   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10305   layout:
10306     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10307     layout: "plot-service-density"
10308
10309 - type: "plot"
10310   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10311   algorithm: "plot_nf_heatmap"
10312   output-file-type: ".html"
10313   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10314   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10315   filter: "'NIC_Intel-XXV710' and
10316            'NF_DENSITY' and
10317            'VHOST' and
10318            'VXLAN' and
10319            'CHAIN' and
10320            'IMIX' and
10321            '8T4C' and
10322            'NDRPDR'"
10323   parameters:
10324   - "throughput"
10325   - "name"
10326   - "tags"
10327   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10328   x-axis: "X = VNFs per Service Chain"
10329   y-axis: "Y = Number of Service Chains"
10330   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10331   layout:
10332     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10333     layout: "plot-service-density"
10334
10335 # Plots - NF Density - CSC - MRR IMIX
10336 - type: "plot"
10337   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10338   algorithm: "plot_nf_heatmap"
10339   output-file-type: ".html"
10340   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10341   data: "plot-vpp-nfv-2n-clx-mrr"
10342   filter: "'NIC_Intel-XXV710' and
10343            'NF_DENSITY' and
10344            'DOCKER' and
10345            'CHAIN' and
10346            'NF_VPPIP4' and
10347            'IMIX' and
10348            '2T1C' and
10349            'MRR'"
10350   parameters:
10351   - "result"
10352   - "name"
10353   - "tags"
10354   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10355   x-axis: "X = CNFs per Service Chain"
10356   y-axis: "Y = Number of Service Chains"
10357   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10358   layout:
10359     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10360     layout: "plot-service-density"
10361
10362 - type: "plot"
10363   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10364   algorithm: "plot_nf_heatmap"
10365   output-file-type: ".html"
10366   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10367   data: "plot-vpp-nfv-2n-clx-mrr"
10368   filter: "'NIC_Intel-XXV710' and
10369            'NF_DENSITY' and
10370            'DOCKER' and
10371            'CHAIN' and
10372            'NF_VPPIP4' and
10373            'IMIX' and
10374            '4T2C' and
10375            'MRR'"
10376   parameters:
10377   - "result"
10378   - "name"
10379   - "tags"
10380   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10381   x-axis: "X = CNFs per Service Chain"
10382   y-axis: "Y = Number of Service Chains"
10383   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10384   layout:
10385     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10386     layout: "plot-service-density"
10387
10388 - type: "plot"
10389   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10390   algorithm: "plot_nf_heatmap"
10391   output-file-type: ".html"
10392   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10393   data: "plot-vpp-nfv-2n-clx-mrr"
10394   filter: "'NIC_Intel-XXV710' and
10395            'NF_DENSITY' and
10396            'DOCKER' and
10397            'CHAIN' and
10398            'NF_VPPIP4' and
10399            'IMIX' and
10400            '8T4C' and
10401            'MRR'"
10402   parameters:
10403   - "result"
10404   - "name"
10405   - "tags"
10406   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10407   x-axis: "X = CNFs per Service Chain"
10408   y-axis: "Y = Number of Service Chains"
10409   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10410   layout:
10411     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10412     layout: "plot-service-density"
10413
10414 # Plots - NF Density - CSC - NDR IMIX
10415 - type: "plot"
10416   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10417   algorithm: "plot_nf_heatmap"
10418   output-file-type: ".html"
10419   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10420   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10421   filter: "'NIC_Intel-XXV710' and
10422            'NF_DENSITY' and
10423            'DOCKER' and
10424            'CHAIN' and
10425            'NF_VPPIP4' and
10426            'IMIX' and
10427            '2T1C' and
10428            'NDRPDR'"
10429   parameters:
10430   - "throughput"
10431   - "name"
10432   - "tags"
10433   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10434   x-axis: "X = CNFs per Service Chain"
10435   y-axis: "Y = Number of Service Chains"
10436   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10437   layout:
10438     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10439     layout: "plot-service-density"
10440
10441 - type: "plot"
10442   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10443   algorithm: "plot_nf_heatmap"
10444   output-file-type: ".html"
10445   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10446   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10447   filter: "'NIC_Intel-XXV710' and
10448            'NF_DENSITY' and
10449            'DOCKER' and
10450            'CHAIN' and
10451            'NF_VPPIP4' and
10452            'IMIX' and
10453            '4T2C' and
10454            'NDRPDR'"
10455   parameters:
10456   - "throughput"
10457   - "name"
10458   - "tags"
10459   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10460   x-axis: "X = CNFs per Service Chain"
10461   y-axis: "Y = Number of Service Chains"
10462   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10463   layout:
10464     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10465     layout: "plot-service-density"
10466
10467 - type: "plot"
10468   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10469   algorithm: "plot_nf_heatmap"
10470   output-file-type: ".html"
10471   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10472   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10473   filter: "'NIC_Intel-XXV710' and
10474            'NF_DENSITY' and
10475            'DOCKER' and
10476            'CHAIN' and
10477            'NF_VPPIP4' and
10478            'IMIX' and
10479            '8T4C' and
10480            'NDRPDR'"
10481   parameters:
10482   - "throughput"
10483   - "name"
10484   - "tags"
10485   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10486   x-axis: "X = CNFs per Service Chain"
10487   y-axis: "Y = Number of Service Chains"
10488   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10489   layout:
10490     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10491     layout: "plot-service-density"
10492
10493 # Plots - NF Density - CSC - PDR IMIX
10494 - type: "plot"
10495   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10496   algorithm: "plot_nf_heatmap"
10497   output-file-type: ".html"
10498   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10499   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10500   filter: "'NIC_Intel-XXV710' and
10501            'NF_DENSITY' and
10502            'DOCKER' and
10503            'CHAIN' and
10504            'NF_VPPIP4' and
10505            'IMIX' and
10506            '2T1C' and
10507            'NDRPDR'"
10508   parameters:
10509   - "throughput"
10510   - "name"
10511   - "tags"
10512   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10513   x-axis: "X = CNFs per Service Chain"
10514   y-axis: "Y = Number of Service Chains"
10515   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10516   layout:
10517     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10518     layout: "plot-service-density"
10519
10520 - type: "plot"
10521   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10522   algorithm: "plot_nf_heatmap"
10523   output-file-type: ".html"
10524   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10525   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10526   filter: "'NIC_Intel-XXV710' and
10527            'NF_DENSITY' and
10528            'DOCKER' and
10529            'CHAIN' and
10530            'NF_VPPIP4' and
10531            'IMIX' and
10532            '4T2C' and
10533            'NDRPDR'"
10534   parameters:
10535   - "throughput"
10536   - "name"
10537   - "tags"
10538   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10539   x-axis: "X = CNFs per Service Chain"
10540   y-axis: "Y = Number of Service Chains"
10541   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10542   layout:
10543     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10544     layout: "plot-service-density"
10545
10546 - type: "plot"
10547   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10548   algorithm: "plot_nf_heatmap"
10549   output-file-type: ".html"
10550   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10551   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10552   filter: "'NIC_Intel-XXV710' and
10553            'NF_DENSITY' and
10554            'DOCKER' and
10555            'CHAIN' and
10556            'NF_VPPIP4' and
10557            'IMIX' and
10558            '8T4C' and
10559            'NDRPDR'"
10560   parameters:
10561   - "throughput"
10562   - "name"
10563   - "tags"
10564   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10565   x-axis: "X = CNFs per Service Chain"
10566   y-axis: "Y = Number of Service Chains"
10567   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10568   layout:
10569     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10570     layout: "plot-service-density"
10571
10572 # Plots - NF Density - CSP - MRR IMIX
10573 - type: "plot"
10574   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10575   algorithm: "plot_nf_heatmap"
10576   output-file-type: ".html"
10577   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10578   data: "plot-vpp-nfv-2n-clx-mrr"
10579   filter: "'NIC_Intel-XXV710' and
10580            'NF_DENSITY' and
10581            'DOCKER' and
10582            'PIPELINE' and
10583            'NF_VPPIP4' and
10584            'IMIX' and
10585            '2T1C' and
10586            'MRR'"
10587   parameters:
10588   - "result"
10589   - "name"
10590   - "tags"
10591   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10592   x-axis: "X = CNFs per Service Pipeline"
10593   y-axis: "Y = Number of Service Pipelines"
10594   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10595   layout:
10596     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10597     layout: "plot-service-density"
10598
10599 - type: "plot"
10600   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10601   algorithm: "plot_nf_heatmap"
10602   output-file-type: ".html"
10603   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10604   data: "plot-vpp-nfv-2n-clx-mrr"
10605   filter: "'NIC_Intel-XXV710' and
10606            'NF_DENSITY' and
10607            'DOCKER' and
10608            'PIPELINE' and
10609            'NF_VPPIP4' and
10610            'IMIX' and
10611            '4T2C' and
10612            'MRR'"
10613   parameters:
10614   - "result"
10615   - "name"
10616   - "tags"
10617   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10618   x-axis: "X = CNFs per Service Pipeline"
10619   y-axis: "Y = Number of Service Pipelines"
10620   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10621   layout:
10622     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10623     layout: "plot-service-density"
10624
10625 - type: "plot"
10626   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10627   algorithm: "plot_nf_heatmap"
10628   output-file-type: ".html"
10629   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10630   data: "plot-vpp-nfv-2n-clx-mrr"
10631   filter: "'NIC_Intel-XXV710' and
10632            'NF_DENSITY' and
10633            'DOCKER' and
10634            'PIPELINE' and
10635            'NF_VPPIP4' and
10636            'IMIX' and
10637            '8T4C' and
10638            'MRR'"
10639   parameters:
10640   - "result"
10641   - "name"
10642   - "tags"
10643   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10644   x-axis: "X = CNFs per Service Pipeline"
10645   y-axis: "Y = Number of Service Pipelines"
10646   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10647   layout:
10648     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10649     layout: "plot-service-density"
10650
10651 # Plots - NF Density - CSP - NDR IMIX
10652 - type: "plot"
10653   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10654   algorithm: "plot_nf_heatmap"
10655   output-file-type: ".html"
10656   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10657   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10658   filter: "'NIC_Intel-XXV710' and
10659            'NF_DENSITY' and
10660            'DOCKER' and
10661            'PIPELINE' and
10662            'NF_VPPIP4' and
10663            'IMIX' and
10664            '2T1C' and
10665            'NDRPDR'"
10666   parameters:
10667   - "throughput"
10668   - "name"
10669   - "tags"
10670   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10671   x-axis: "X = CNFs per Service Pipeline"
10672   y-axis: "Y = Number of Service Pipelines"
10673   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10674   layout:
10675     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10676     layout: "plot-service-density"
10677
10678 - type: "plot"
10679   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10680   algorithm: "plot_nf_heatmap"
10681   output-file-type: ".html"
10682   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10683   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10684   filter: "'NIC_Intel-XXV710' and
10685            'NF_DENSITY' and
10686            'DOCKER' and
10687            'PIPELINE' and
10688            'NF_VPPIP4' and
10689            'IMIX' and
10690            '4T2C' and
10691            'NDRPDR'"
10692   parameters:
10693   - "throughput"
10694   - "name"
10695   - "tags"
10696   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10697   x-axis: "X = CNFs per Service Pipeline"
10698   y-axis: "Y = Number of Service Pipelines"
10699   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10700   layout:
10701     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10702     layout: "plot-service-density"
10703
10704 - type: "plot"
10705   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10706   algorithm: "plot_nf_heatmap"
10707   output-file-type: ".html"
10708   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10709   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10710   filter: "'NIC_Intel-XXV710' and
10711            'NF_DENSITY' and
10712            'DOCKER' and
10713            'PIPELINE' and
10714            'NF_VPPIP4' and
10715            'IMIX' and
10716            '8T4C' and
10717            'NDRPDR'"
10718   parameters:
10719   - "throughput"
10720   - "name"
10721   - "tags"
10722   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10723   x-axis: "X = CNFs per Service Pipeline"
10724   y-axis: "Y = Number of Service Pipelines"
10725   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10726   layout:
10727     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10728     layout: "plot-service-density"
10729
10730 # Plots - NF Density - CSP - PDR IMIX
10731 - type: "plot"
10732   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10733   algorithm: "plot_nf_heatmap"
10734   output-file-type: ".html"
10735   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10736   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10737   filter: "'NIC_Intel-XXV710' and
10738            'NF_DENSITY' and
10739            'DOCKER' and
10740            'PIPELINE' and
10741            'NF_VPPIP4' and
10742            'IMIX' and
10743            '2T1C' and
10744            'NDRPDR'"
10745   parameters:
10746   - "throughput"
10747   - "name"
10748   - "tags"
10749   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10750   x-axis: "X = CNFs per Service Pipeline"
10751   y-axis: "Y = Number of Service Pipelines"
10752   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10753   layout:
10754     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10755     layout: "plot-service-density"
10756
10757 - type: "plot"
10758   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10759   algorithm: "plot_nf_heatmap"
10760   output-file-type: ".html"
10761   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10762   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10763   filter: "'NIC_Intel-XXV710' and
10764            'NF_DENSITY' and
10765            'DOCKER' and
10766            'PIPELINE' and
10767            'NF_VPPIP4' and
10768            'IMIX' and
10769            '4T2C' and
10770            'NDRPDR'"
10771   parameters:
10772   - "throughput"
10773   - "name"
10774   - "tags"
10775   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10776   x-axis: "X = CNFs per Service Pipeline"
10777   y-axis: "Y = Number of Service Pipelines"
10778   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10779   layout:
10780     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10781     layout: "plot-service-density"
10782
10783 - type: "plot"
10784   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10785   algorithm: "plot_nf_heatmap"
10786   output-file-type: ".html"
10787   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10788   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10789   filter: "'NIC_Intel-XXV710' and
10790            'NF_DENSITY' and
10791            'DOCKER' and
10792            'PIPELINE' and
10793            'NF_VPPIP4' and
10794            'IMIX' and
10795            '8T4C' and
10796            'NDRPDR'"
10797   parameters:
10798   - "throughput"
10799   - "name"
10800   - "tags"
10801   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10802   x-axis: "X = CNFs per Service Pipeline"
10803   y-axis: "Y = Number of Service Pipelines"
10804   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10805   layout:
10806     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10807     layout: "plot-service-density"
10808
10809 ################################################################################
10810
10811 # Packet Throughput
10812
10813 - type: "plot"
10814   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10815   algorithm: "plot_perf_box_name"
10816   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10817   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10818   include:
10819     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10820     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10821     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10822     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10823   layout:
10824     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10825     layout: "plot-throughput"
10826
10827 - type: "plot"
10828   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10829   algorithm: "plot_perf_box_name"
10830   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10831   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10832   include:
10833     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10834     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10835     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10836     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10837   layout:
10838     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10839     layout: "plot-throughput"
10840
10841 - type: "plot"
10842   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10843   algorithm: "plot_perf_box_name"
10844   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10845   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10846   include:
10847     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10848     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10849     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10850     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10851   layout:
10852     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10853     layout: "plot-throughput"
10854
10855 - type: "plot"
10856   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10857   algorithm: "plot_perf_box_name"
10858   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10859   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10860   include:
10861     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10862     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10863     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10864     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10865   layout:
10866     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10867     layout: "plot-throughput"
10868
10869 - type: "plot"
10870   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10871   algorithm: "plot_perf_box_name"
10872   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10873   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10874   include:
10875     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10876     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10877     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10878     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10879     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10880   layout:
10881     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10882     layout: "plot-throughput"
10883
10884 - type: "plot"
10885   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10886   algorithm: "plot_perf_box_name"
10887   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10888   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10889   include:
10890     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10891     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10892     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10893     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10894     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10895   layout:
10896     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10897     layout: "plot-throughput"
10898
10899 - type: "plot"
10900   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10901   algorithm: "plot_perf_box_name"
10902   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10903   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10904   include:
10905     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10906     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10907     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10908     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10909     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10910   layout:
10911     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10912     layout: "plot-throughput"
10913
10914 - type: "plot"
10915   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10916   algorithm: "plot_perf_box_name"
10917   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10918   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10919   include:
10920     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10921     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10922     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10923     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10924     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10925   layout:
10926     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10927     layout: "plot-throughput"
10928
10929 - type: "plot"
10930   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10931   algorithm: "plot_perf_box_name"
10932   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10933   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10934   include:
10935     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10936     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10937     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10938     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10939     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10940   layout:
10941     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10942     layout: "plot-throughput"
10943
10944 - type: "plot"
10945   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10946   algorithm: "plot_perf_box_name"
10947   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10948   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10949   include:
10950     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10951     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10952     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10953     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10954     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10955   layout:
10956     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10957     layout: "plot-throughput"
10958
10959 - type: "plot"
10960   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10961   algorithm: "plot_perf_box_name"
10962   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10963   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10964   include:
10965     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10966     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10967     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10968     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10969     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10970     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10971   layout:
10972     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10973     layout: "plot-throughput"
10974
10975 - type: "plot"
10976   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10977   algorithm: "plot_perf_box_name"
10978   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10979   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10980   include:
10981     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10982     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10983     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10984     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10985     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10986     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10987   layout:
10988     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10989     layout: "plot-throughput"
10990
10991 - type: "plot"
10992   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10993   algorithm: "plot_perf_box_name"
10994   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10995   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10996   include:
10997     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10998     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10999     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11000     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11001     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11002   layout:
11003     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11004     layout: "plot-throughput"
11005
11006 - type: "plot"
11007   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11008   algorithm: "plot_perf_box_name"
11009   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11010   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11011   include:
11012     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11013     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11014     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11016     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11017   layout:
11018     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11019     layout: "plot-throughput"
11020
11021 - type: "plot"
11022   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11023   algorithm: "plot_perf_box_name"
11024   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11025   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11026   include:
11027     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11028     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11029     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11030   layout:
11031     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11032     layout: "plot-throughput"
11033
11034 - type: "plot"
11035   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11036   algorithm: "plot_perf_box_name"
11037   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11038   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11039   include:
11040     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11041     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11042     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11043   layout:
11044     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11045     layout: "plot-throughput"
11046
11047 - type: "plot"
11048   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11049   algorithm: "plot_perf_box_name"
11050   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11051   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11052   include:
11053     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11054     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11055     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11056     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11057     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11058   layout:
11059     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11060     layout: "plot-throughput"
11061
11062 - type: "plot"
11063   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11064   algorithm: "plot_perf_box_name"
11065   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11066   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11067   include:
11068     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11069     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11070     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11071     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11072     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11073   layout:
11074     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11075     layout: "plot-throughput"
11076
11077 - type: "plot"
11078   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11079   algorithm: "plot_perf_box_name"
11080   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11081   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11082   include:
11083     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11084     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11085     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11086   layout:
11087     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11088     layout: "plot-throughput"
11089
11090 - type: "plot"
11091   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11092   algorithm: "plot_perf_box_name"
11093   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11094   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11095   include:
11096     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11097     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11098     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11099   layout:
11100     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11101     layout: "plot-throughput"
11102
11103 - type: "plot"
11104   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11105   algorithm: "plot_perf_box_name"
11106   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11107   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11108   include:
11109     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11110     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11111     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11112     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11113     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
11114     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
11115   layout:
11116     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11117     layout: "plot-throughput"
11118
11119 - type: "plot"
11120   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11121   algorithm: "plot_perf_box_name"
11122   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11123   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11124   include:
11125     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11126     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11127     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11128     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11129     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
11130     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
11131   layout:
11132     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11133     layout: "plot-throughput"
11134
11135 - type: "plot"
11136   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11137   algorithm: "plot_perf_box_name"
11138   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11139   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11140   include:
11141     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11142     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11143     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11144     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11145     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11146     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
11147   layout:
11148     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11149     layout: "plot-throughput"
11150
11151 - type: "plot"
11152   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11153   algorithm: "plot_perf_box_name"
11154   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11155   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11156   include:
11157     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11158     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11159     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11160     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11161     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11162     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
11163   layout:
11164     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11165     layout: "plot-throughput"
11166
11167 - type: "plot"
11168   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11169   algorithm: "plot_perf_box_name"
11170   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11171   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11172   include:
11173     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11174     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11175     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11176   layout:
11177     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11178     layout: "plot-throughput"
11179
11180 - type: "plot"
11181   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11182   algorithm: "plot_perf_box_name"
11183   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11184   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11185   include:
11186     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11187     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11188     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11189   layout:
11190     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11191     layout: "plot-throughput"
11192
11193 - type: "plot"
11194   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11195   algorithm: "plot_perf_box_name"
11196   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11197   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11198   include:
11199     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11200     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11201 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11202 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11203 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11204   layout:
11205     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11206     layout: "plot-throughput"
11207
11208 - type: "plot"
11209   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11210   algorithm: "plot_perf_box_name"
11211   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11212   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11213   include:
11214     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11215     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11216 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11217 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11218 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11219   layout:
11220     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11221     layout: "plot-throughput"
11222
11223 - type: "plot"
11224   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11225   algorithm: "plot_perf_box_name"
11226   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11227   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11228   include:
11229     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11230     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11231     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11232     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11233     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11234   layout:
11235     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11236     layout: "plot-throughput"
11237
11238 - type: "plot"
11239   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11240   algorithm: "plot_perf_box_name"
11241   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11242   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11243   include:
11244     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11245     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11246     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11247     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11248     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11249   layout:
11250     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11251     layout: "plot-throughput"
11252
11253 - type: "plot"
11254   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11255   algorithm: "plot_perf_box_name"
11256   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11257   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11258   include:
11259     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11260     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11261     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11262     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11263     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11264   layout:
11265     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11266     layout: "plot-throughput"
11267
11268 - type: "plot"
11269   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11270   algorithm: "plot_perf_box_name"
11271   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11272   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11273   include:
11274     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11275     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11276     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11277     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11278     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11279   layout:
11280     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11281     layout: "plot-throughput"
11282
11283 - type: "plot"
11284   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11285   algorithm: "plot_perf_box_name"
11286   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11287   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11288   include:
11289     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11290     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11291     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11292     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11293   layout:
11294     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11295     layout: "plot-throughput"
11296
11297 - type: "plot"
11298   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11299   algorithm: "plot_perf_box_name"
11300   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11301   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11302   include:
11303     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11304     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11305     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11306     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11307   layout:
11308     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11309     layout: "plot-throughput"
11310
11311 - type: "plot"
11312   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11313   algorithm: "plot_perf_box_name"
11314   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11315   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11316   include:
11317     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11318     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11319     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11320     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11321     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11322   layout:
11323     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11324     layout: "plot-throughput"
11325
11326 - type: "plot"
11327   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11328   algorithm: "plot_perf_box_name"
11329   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11330   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11331   include:
11332     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11333     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11334     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11335     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11336     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11337   layout:
11338     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11339     layout: "plot-throughput"
11340
11341 - type: "plot"
11342   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11343   algorithm: "plot_perf_box_name"
11344   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11345   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11346   include:
11347     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11348     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11349     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11350     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11351     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11352   layout:
11353     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11354     layout: "plot-throughput"
11355
11356 - type: "plot"
11357   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11358   algorithm: "plot_perf_box_name"
11359   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11360   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11361   include:
11362     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11363     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11364     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11365     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11366     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11367   layout:
11368     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11369     layout: "plot-throughput"
11370
11371 - type: "plot"
11372   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11373   algorithm: "plot_perf_box_name"
11374   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11375   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11376   include:
11377     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11378     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11379     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11380     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11381   layout:
11382     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11383     layout: "plot-throughput"
11384
11385 - type: "plot"
11386   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11387   algorithm: "plot_perf_box_name"
11388   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11389   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11390   include:
11391     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11392     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11393     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11394     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11395   layout:
11396     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11397     layout: "plot-throughput"
11398
11399 - type: "plot"
11400   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11401   algorithm: "plot_perf_box_name"
11402   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11403   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11404   include:
11405     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11406     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11407     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11408     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11409     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11410   layout:
11411     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11412     layout: "plot-throughput"
11413
11414 - type: "plot"
11415   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11416   algorithm: "plot_perf_box_name"
11417   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11418   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11419   include:
11420     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11421     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11422     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11423     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11424     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11425   layout:
11426     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11427     layout: "plot-throughput"
11428
11429 - type: "plot"
11430   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11431   algorithm: "plot_perf_box_name"
11432   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11433   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11434   include:
11435     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11436     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11437     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11438     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11439     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11440     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
11441   layout:
11442     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11443     layout: "plot-throughput"
11444
11445 - type: "plot"
11446   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11447   algorithm: "plot_perf_box_name"
11448   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11449   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11450   include:
11451     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11452     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11453     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11454     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11455     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11456     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
11457   layout:
11458     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11459     layout: "plot-throughput"
11460
11461 - type: "plot"
11462   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11463   algorithm: "plot_perf_box_name"
11464   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11465   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11466   include:
11467     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11468     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11469     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11470     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11471     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11472   layout:
11473     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11474     layout: "plot-throughput"
11475
11476 - type: "plot"
11477   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11478   algorithm: "plot_perf_box_name"
11479   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11480   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11481   include:
11482     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11483     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11484     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11485     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11486     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11487   layout:
11488     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11489     layout: "plot-throughput"
11490
11491 - type: "plot"
11492   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11493   algorithm: "plot_perf_box_name"
11494   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11495   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11496   include:
11497     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11498     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11499     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11500     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11501     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11502   layout:
11503     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11504     layout: "plot-throughput"
11505
11506 - type: "plot"
11507   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11508   algorithm: "plot_perf_box_name"
11509   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11510   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11511   include:
11512     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11513     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11514     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11515     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11516     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11517   layout:
11518     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11519     layout: "plot-throughput"
11520
11521 - type: "plot"
11522   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11523   algorithm: "plot_perf_box_name"
11524   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11525   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11526   include:
11527     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11528     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11529   layout:
11530     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11531     layout: "plot-throughput"
11532
11533 - type: "plot"
11534   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11535   algorithm: "plot_perf_box_name"
11536   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11537   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11538   include:
11539     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11540     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11541   layout:
11542     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11543     layout: "plot-throughput"
11544
11545 - type: "plot"
11546   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11547   algorithm: "plot_perf_box_name"
11548   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11549   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11550   include:
11551     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11552     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11553     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11554     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11555   layout:
11556     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11557     layout: "plot-throughput"
11558
11559 - type: "plot"
11560   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11561   algorithm: "plot_perf_box_name"
11562   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11563   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11564   include:
11565     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11566     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11567     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11568     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11569   layout:
11570     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11571     layout: "plot-throughput"
11572
11573 - type: "plot"
11574   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11575   algorithm: "plot_perf_box_name"
11576   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11577   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11578   include:
11579     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11580     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11581     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11582     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11583   layout:
11584     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11585     layout: "plot-throughput"
11586
11587 - type: "plot"
11588   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11589   algorithm: "plot_perf_box_name"
11590   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11591   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11592   include:
11593     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11594     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11595     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11596     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11597   layout:
11598     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11599     layout: "plot-throughput"
11600
11601 - type: "plot"
11602   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11603   algorithm: "plot_perf_box_name"
11604   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11605   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11606   include:
11607     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11608     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11609     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11610     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11611   layout:
11612     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11613     layout: "plot-throughput"
11614
11615 - type: "plot"
11616   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11617   algorithm: "plot_perf_box_name"
11618   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11619   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11620   include:
11621     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11622     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11623     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11624     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11625   layout:
11626     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11627     layout: "plot-throughput"
11628
11629 - type: "plot"
11630   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11631   algorithm: "plot_perf_box_name"
11632   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11633   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11634   include:
11635     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11636     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11637     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11638     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11639   layout:
11640     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11641     layout: "plot-throughput"
11642
11643 - type: "plot"
11644   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11645   algorithm: "plot_perf_box_name"
11646   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11647   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11648   include:
11649     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11650     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11651     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11652     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11653   layout:
11654     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11655     layout: "plot-throughput"
11656
11657 - type: "plot"
11658   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11659   algorithm: "plot_perf_box_name"
11660   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11661   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11662   include:
11663     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11664     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11665     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11666     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11667     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11668     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11669   layout:
11670     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11671     layout: "plot-throughput"
11672
11673 - type: "plot"
11674   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11675   algorithm: "plot_perf_box_name"
11676   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11677   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11678   include:
11679     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11680     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11681     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11682     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11683     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11684     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11685   layout:
11686     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11687     layout: "plot-throughput"
11688
11689 - type: "plot"
11690   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11691   algorithm: "plot_perf_box_name"
11692   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11693   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11694   include:
11695     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11696     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11697     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11698     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11699     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11700   layout:
11701     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11702     layout: "plot-throughput"
11703
11704 - type: "plot"
11705   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11706   algorithm: "plot_perf_box_name"
11707   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11708   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11709   include:
11710     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11711     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11712     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11713     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11714     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11715   layout:
11716     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11717     layout: "plot-throughput"
11718
11719 - type: "plot"
11720   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11721   algorithm: "plot_perf_box_name"
11722   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11723   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11724   include:
11725     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11726     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11727     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11728     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11729     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11730   layout:
11731     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11732     layout: "plot-throughput"
11733
11734 - type: "plot"
11735   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11736   algorithm: "plot_perf_box_name"
11737   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11738   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11739   include:
11740     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11741     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11742     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11743     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11744     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11745   layout:
11746     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11747     layout: "plot-throughput"
11748
11749 - type: "plot"
11750   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11751   algorithm: "plot_perf_box_name"
11752   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11753   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11754   include:
11755     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11756     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11757     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11758   layout:
11759     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11760     layout: "plot-throughput"
11761
11762 - type: "plot"
11763   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11764   algorithm: "plot_perf_box_name"
11765   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11766   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11767   include:
11768     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11769     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11770     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11771   layout:
11772     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11773     layout: "plot-throughput"
11774
11775 - type: "plot"
11776   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11777   algorithm: "plot_perf_box_name"
11778   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11779   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11780   include:
11781     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11782     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11783     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11784   layout:
11785     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11786     layout: "plot-throughput"
11787
11788 - type: "plot"
11789   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11790   algorithm: "plot_perf_box_name"
11791   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11792   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11793   include:
11794     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11795     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11796     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11797   layout:
11798     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11799     layout: "plot-throughput"
11800
11801 - type: "plot"
11802   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11803   algorithm: "plot_perf_box_name"
11804   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11805   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11806   include:
11807     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11808     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11809     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11810     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11811     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11812   layout:
11813     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11814     layout: "plot-throughput"
11815
11816 - type: "plot"
11817   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11818   algorithm: "plot_perf_box_name"
11819   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11820   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11821   include:
11822     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11823     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11824     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11825     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11826     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11827   layout:
11828     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11829     layout: "plot-throughput"
11830
11831 - type: "plot"
11832   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11833   algorithm: "plot_perf_box_name"
11834   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11835   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11836   include:
11837     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11838     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11839     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11840     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11841     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11842   layout:
11843     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11844     layout: "plot-throughput"
11845
11846 - type: "plot"
11847   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11848   algorithm: "plot_perf_box_name"
11849   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11850   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11851   include:
11852     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11853     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11854     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11855     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11856     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11857   layout:
11858     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11859     layout: "plot-throughput"
11860
11861 - type: "plot"
11862   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11863   algorithm: "plot_perf_box_name"
11864   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11865   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11866   include:
11867     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11868     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11869     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11870     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11871     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11872   layout:
11873     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11874     layout: "plot-throughput"
11875
11876 - type: "plot"
11877   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11878   algorithm: "plot_perf_box_name"
11879   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11880   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11881   include:
11882     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11883     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11884     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11885     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11886     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11887   layout:
11888     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11889     layout: "plot-throughput"
11890
11891 - type: "plot"
11892   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11893   algorithm: "plot_perf_box_name"
11894   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11895   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11896   include:
11897     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11898     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11899     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11900     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11901     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11902   layout:
11903     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11904     layout: "plot-throughput"
11905
11906 - type: "plot"
11907   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11908   algorithm: "plot_perf_box_name"
11909   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11910   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11911   include:
11912     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11913     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11914     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11915     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11916     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11917   layout:
11918     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11919     layout: "plot-throughput"
11920
11921 - type: "plot"
11922   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11923   algorithm: "plot_perf_box_name"
11924   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11925   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11926   include:
11927     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11928     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11929     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11930     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11931     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11932   layout:
11933     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11934     layout: "plot-throughput"
11935
11936 - type: "plot"
11937   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11938   algorithm: "plot_perf_box_name"
11939   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11940   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11941   include:
11942     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11943     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11944     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11945     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11946     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11947   layout:
11948     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11949     layout: "plot-throughput"
11950
11951 - type: "plot"
11952   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11953   algorithm: "plot_perf_box_name"
11954   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11955   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11956   include:
11957     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11958     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11959     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11960     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11961     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11962     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11963   layout:
11964     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11965     layout: "plot-throughput"
11966
11967 - type: "plot"
11968   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11969   algorithm: "plot_perf_box_name"
11970   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11971   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11972   include:
11973     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11974     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11975     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11976     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11977     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11978     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11979   layout:
11980     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11981     layout: "plot-throughput"
11982
11983 - type: "plot"
11984   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11985   algorithm: "plot_perf_box_name"
11986   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11987   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11988   include:
11989     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11990     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11991     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11992     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11993   layout:
11994     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11995     layout: "plot-throughput"
11996
11997 - type: "plot"
11998   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11999   algorithm: "plot_perf_box_name"
12000   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12001   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12002   include:
12003     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12004     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12005     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12006     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12007   layout:
12008     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12009     layout: "plot-throughput"
12010
12011 - type: "plot"
12012   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12013   algorithm: "plot_perf_box_name"
12014   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12015   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12016   include:
12017     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12018     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12019     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12020     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12021     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12022     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12023   layout:
12024     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12025     layout: "plot-throughput"
12026
12027 - type: "plot"
12028   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12029   algorithm: "plot_perf_box_name"
12030   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12031   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12032   include:
12033     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12034     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12035     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12036     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12037     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12038     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12039   layout:
12040     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12041     layout: "plot-throughput"
12042
12043 - type: "plot"
12044   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12045   algorithm: "plot_perf_box_name"
12046   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12047   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12048   include:
12049     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12050     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12051     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12052     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12053     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12054     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12055   layout:
12056     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12057     layout: "plot-throughput"
12058
12059 - type: "plot"
12060   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12061   algorithm: "plot_perf_box_name"
12062   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12063   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12064   include:
12065     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12066     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12067     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12068     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12069     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12070     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12071   layout:
12072     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12073     layout: "plot-throughput"
12074
12075 - type: "plot"
12076   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12077   algorithm: "plot_perf_box_name"
12078   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12079   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12080   include:
12081     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12082     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12083     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12084     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12085     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12086     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12087   layout:
12088     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12089     layout: "plot-throughput"
12090
12091 - type: "plot"
12092   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12093   algorithm: "plot_perf_box_name"
12094   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12095   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12096   include:
12097     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12098     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12099     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12100     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12101     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12102     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12103   layout:
12104     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12105     layout: "plot-throughput"
12106
12107 - type: "plot"
12108   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12109   algorithm: "plot_perf_box_name"
12110   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12111   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12112   include:
12113     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12114     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12115     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12116     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12117     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12118     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12119   layout:
12120     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12121     layout: "plot-throughput"
12122
12123 - type: "plot"
12124   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12125   algorithm: "plot_perf_box_name"
12126   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12127   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12128   include:
12129     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12130     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12131     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12132     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12133     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12134     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12135   layout:
12136     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12137     layout: "plot-throughput"
12138
12139 - type: "plot"
12140   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12141   algorithm: "plot_perf_box_name"
12142   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12143   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12144   include:
12145     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12146     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12147     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12148     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12149     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12150     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12151   layout:
12152     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12153     layout: "plot-throughput"
12154
12155 - type: "plot"
12156   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12157   algorithm: "plot_perf_box_name"
12158   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12159   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12160   include:
12161     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12162     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12163     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12164     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12165     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12166     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12167   layout:
12168     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12169     layout: "plot-throughput"
12170
12171 - type: "plot"
12172   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12173   algorithm: "plot_perf_box_name"
12174   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12175   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12176   include:
12177     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12178     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12179     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12180     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12181     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12182     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12183   layout:
12184     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12185     layout: "plot-throughput"
12186
12187 - type: "plot"
12188   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12189   algorithm: "plot_perf_box_name"
12190   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12191   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12192   include:
12193     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12194     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12195     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12196     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12197     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12198     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12199   layout:
12200     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12201     layout: "plot-throughput"
12202
12203 - type: "plot"
12204   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12205   algorithm: "plot_perf_box_name"
12206   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12207   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12208   include:
12209     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12210     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12211     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12212     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12213     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12214     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12215   layout:
12216     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12217     layout: "plot-throughput"
12218
12219 - type: "plot"
12220   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12221   algorithm: "plot_perf_box_name"
12222   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12223   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12224   include:
12225     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12226     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12227     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12228     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12229     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12230     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12231   layout:
12232     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12233     layout: "plot-throughput"
12234
12235 - type: "plot"
12236   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12237   algorithm: "plot_perf_box_name"
12238   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12239   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12240   include:
12241     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12242     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12243     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12244     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12245     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12246     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12247   layout:
12248     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12249     layout: "plot-throughput"
12250
12251 - type: "plot"
12252   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12253   algorithm: "plot_perf_box_name"
12254   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12255   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12256   include:
12257     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12258     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12259     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12260     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12261     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12262     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12263   layout:
12264     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12265     layout: "plot-throughput"
12266
12267 - type: "plot"
12268   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12269   algorithm: "plot_perf_box_name"
12270   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12271   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12272   include:
12273     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12274     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12275     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12276     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12277   layout:
12278     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12279     layout: "plot-throughput"
12280
12281 - type: "plot"
12282   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12283   algorithm: "plot_perf_box_name"
12284   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12285   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12286   include:
12287     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12288     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12289     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12290     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12291   layout:
12292     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12293     layout: "plot-throughput"
12294
12295 - type: "plot"
12296   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12297   algorithm: "plot_perf_box_name"
12298   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12299   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12300   include:
12301     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12302     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12303     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12304     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12305   layout:
12306     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12307     layout: "plot-throughput"
12308
12309 - type: "plot"
12310   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12311   algorithm: "plot_perf_box_name"
12312   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12313   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12314   include:
12315     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12316     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12317     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12318     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12319   layout:
12320     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12321     layout: "plot-throughput"
12322
12323 - type: "plot"
12324   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12325   algorithm: "plot_perf_box_name"
12326   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12327   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12328   include:
12329     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12330     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12331     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12332     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12333     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12334     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12335   layout:
12336     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12337     layout: "plot-throughput"
12338
12339 - type: "plot"
12340   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12341   algorithm: "plot_perf_box_name"
12342   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12343   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12344   include:
12345     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12346     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12347     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12348     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12349     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12350     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12351   layout:
12352     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12353     layout: "plot-throughput"
12354
12355 - type: "plot"
12356   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12357   algorithm: "plot_perf_box_name"
12358   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12359   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12360   include:
12361     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12362     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12363     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12364     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12365     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12366   layout:
12367     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12368     layout: "plot-throughput"
12369
12370 - type: "plot"
12371   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12372   algorithm: "plot_perf_box_name"
12373   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12374   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12375   include:
12376     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12377     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12378     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12379     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12380     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12381   layout:
12382     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12383     layout: "plot-throughput"
12384
12385 - type: "plot"
12386   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12387   algorithm: "plot_perf_box_name"
12388   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12389   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12390   include:
12391     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12392     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12393     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12394     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12395     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12396   layout:
12397     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12398     layout: "plot-throughput"
12399
12400 - type: "plot"
12401   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12402   algorithm: "plot_perf_box_name"
12403   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12404   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12405   include:
12406     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12407     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12408     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12409     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12410     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12411   layout:
12412     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12413     layout: "plot-throughput"
12414
12415 - type: "plot"
12416   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12417   algorithm: "plot_perf_box_name"
12418   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12419   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12420   include:
12421     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12422     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12423     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12424     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12425   layout:
12426     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12427     layout: "plot-throughput"
12428
12429 - type: "plot"
12430   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12431   algorithm: "plot_perf_box_name"
12432   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12433   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12434   include:
12435     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12436     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12437     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12438     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12439   layout:
12440     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12441     layout: "plot-throughput"
12442
12443 - type: "plot"
12444   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12445   algorithm: "plot_perf_box_name"
12446   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12447   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12448   include:
12449     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12450     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12451     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12452     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12453     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12454     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12455   layout:
12456     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12457     layout: "plot-throughput"
12458
12459 - type: "plot"
12460   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12461   algorithm: "plot_perf_box_name"
12462   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12463   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12464   include:
12465     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12466     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12467     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12468     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12469     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12470     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12471   layout:
12472     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12473     layout: "plot-throughput"
12474
12475 - type: "plot"
12476   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12477   algorithm: "plot_perf_box_name"
12478   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12479   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12480   include:
12481     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12482     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12483     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12484     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12485     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12486     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12487   layout:
12488     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12489     layout: "plot-throughput"
12490
12491 - type: "plot"
12492   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12493   algorithm: "plot_perf_box_name"
12494   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12495   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12496   include:
12497     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12498     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12499     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12500     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12501     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12502     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12503   layout:
12504     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12505     layout: "plot-throughput"
12506
12507 - type: "plot"
12508   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12509   algorithm: "plot_perf_box_name"
12510   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12511   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12512   include:
12513     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12514     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12515     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12516     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12517     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12518     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12519   layout:
12520     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12521     layout: "plot-throughput"
12522
12523 - type: "plot"
12524   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12525   algorithm: "plot_perf_box_name"
12526   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12527   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12528   include:
12529     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12530     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12531     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12532     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12533     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12534     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12535   layout:
12536     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12537     layout: "plot-throughput"
12538
12539 - type: "plot"
12540   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12541   algorithm: "plot_perf_box_name"
12542   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12543   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12544   include:
12545     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12546     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12547     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12548     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12549     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12550     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12551   layout:
12552     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12553     layout: "plot-throughput"
12554
12555 - type: "plot"
12556   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12557   algorithm: "plot_perf_box_name"
12558   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12559   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12560   include:
12561     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12562     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12563     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12564     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12565     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12566     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12567   layout:
12568     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12569     layout: "plot-throughput"
12570
12571 - type: "plot"
12572   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12573   algorithm: "plot_perf_box_name"
12574   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12575   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12576   include:
12577     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12578     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12579     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12580     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12581   layout:
12582     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12583     layout: "plot-throughput"
12584
12585 - type: "plot"
12586   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12587   algorithm: "plot_perf_box_name"
12588   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12589   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12590   include:
12591     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12592     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12593     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12594     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12595   layout:
12596     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12597     layout: "plot-throughput"
12598
12599 - type: "plot"
12600   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12601   algorithm: "plot_perf_box_name"
12602   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12603   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12604   include:
12605     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12606     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12607     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12608     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12609     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12610     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12611   layout:
12612     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12613     layout: "plot-throughput"
12614
12615 - type: "plot"
12616   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12617   algorithm: "plot_perf_box_name"
12618   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12619   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12620   include:
12621     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12622     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12623     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12624     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12625     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12626     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12627   layout:
12628     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12629     layout: "plot-throughput"
12630
12631 - type: "plot"
12632   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12633   algorithm: "plot_perf_box_name"
12634   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12635   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12636   include:
12637     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12638     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12639     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12640     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12641     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12642     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12643   layout:
12644     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12645     layout: "plot-throughput"
12646
12647 - type: "plot"
12648   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12649   algorithm: "plot_perf_box_name"
12650   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12651   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12652   include:
12653     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12654     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12655     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12656     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12657     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12658     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12659   layout:
12660     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12661     layout: "plot-throughput"
12662
12663 #- type: "plot"
12664 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12665 #  algorithm: "plot_perf_box_name"
12666 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12667 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12668 #  include:
12669 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12670 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12671 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12672 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12673 #  layout:
12674 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12675 #    layout: "plot-throughput"
12676 #
12677 #- type: "plot"
12678 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12679 #  algorithm: "plot_perf_box_name"
12680 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12681 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12682 #  include:
12683 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12684 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12685 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12686 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12687 #  layout:
12688 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12689 #    layout: "plot-throughput"
12690
12691 - type: "plot"
12692   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12693   algorithm: "plot_perf_box_name"
12694   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12695   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12696   include:
12697     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12698     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12699     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12700     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12701     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12702     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12703   layout:
12704     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12705     layout: "plot-throughput"
12706
12707 - type: "plot"
12708   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12709   algorithm: "plot_perf_box_name"
12710   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12711   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12712   include:
12713     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12714     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12715     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12716     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12717     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12718     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12719   layout:
12720     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12721     layout: "plot-throughput"
12722
12723 #- type: "plot"
12724 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12725 #  algorithm: "plot_perf_box_name"
12726 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12727 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12728 #  include:
12729 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12730 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12731 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12732 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12733 #  layout:
12734 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12735 #    layout: "plot-throughput"
12736 #
12737 #- type: "plot"
12738 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12739 #  algorithm: "plot_perf_box_name"
12740 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12741 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12742 #  include:
12743 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12744 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12745 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12746 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12747 #  layout:
12748 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12749 #    layout: "plot-throughput"
12750
12751 - type: "plot"
12752   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12753   algorithm: "plot_perf_box_name"
12754   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12755   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12756   include:
12757     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12758     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12759     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12760     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12761     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12762     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12763   layout:
12764     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12765     layout: "plot-throughput"
12766
12767 - type: "plot"
12768   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12769   algorithm: "plot_perf_box_name"
12770   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12771   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12772   include:
12773     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12774     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12775     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12776     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12777     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12778     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12779   layout:
12780     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12781     layout: "plot-throughput"
12782
12783 #- type: "plot"
12784 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12785 #  algorithm: "plot_perf_box_name"
12786 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12787 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12788 #  include:
12789 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12790 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12791 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12792 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12793 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12794 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12795 #  layout:
12796 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12797 #    layout: "plot-throughput"
12798 #
12799 #- type: "plot"
12800 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12801 #  algorithm: "plot_perf_box_name"
12802 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12803 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12804 #  include:
12805 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12806 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12807 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12808 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12809 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12810 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12811 #  layout:
12812 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12813 #    layout: "plot-throughput"
12814
12815 - type: "plot"
12816   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12817   algorithm: "plot_perf_box_name"
12818   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12819   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12820   include:
12821     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12822     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12823     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12824     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12825     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12826     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12827   layout:
12828     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12829     layout: "plot-throughput"
12830
12831 - type: "plot"
12832   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12833   algorithm: "plot_perf_box_name"
12834   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12835   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12836   include:
12837     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12838     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12839     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12840     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12841     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12842     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12843   layout:
12844     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12845     layout: "plot-throughput"
12846
12847 - type: "plot"
12848   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12849   algorithm: "plot_perf_box_name"
12850   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12851   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12852   include:
12853     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12854     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12855     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12856 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12857 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12858 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12859   layout:
12860     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12861     layout: "plot-throughput"
12862
12863 - type: "plot"
12864   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12865   algorithm: "plot_perf_box_name"
12866   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12867   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12868   include:
12869     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12870     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12871     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12872 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12873 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12874 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12875   layout:
12876     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12877     layout: "plot-throughput"
12878
12879 - type: "plot"
12880   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12881   algorithm: "plot_perf_box_name"
12882   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12883   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12884   include:
12885     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12886     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12887     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12888     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12889     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12890     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12891   layout:
12892     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12893     layout: "plot-throughput"
12894
12895 - type: "plot"
12896   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12897   algorithm: "plot_perf_box_name"
12898   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12899   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12900   include:
12901     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12902     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12903     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12904     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12905     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12906     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12907   layout:
12908     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12909     layout: "plot-throughput"
12910
12911 - type: "plot"
12912   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12913   algorithm: "plot_perf_box_name"
12914   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12915   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12916   include:
12917     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12918     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12919     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12920     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12921     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12922     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12923   layout:
12924     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12925     layout: "plot-throughput"
12926
12927 - type: "plot"
12928   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12929   algorithm: "plot_perf_box_name"
12930   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12931   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12932   include:
12933     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12934     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12935     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12936     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12937     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12938     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12939   layout:
12940     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12941     layout: "plot-throughput"
12942
12943 #- type: "plot"
12944 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12945 #  algorithm: "plot_perf_box_name"
12946 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12947 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12948 #  include:
12949 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12950 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12951 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12952 #  layout:
12953 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12954 #    layout: "plot-throughput"
12955 #
12956 #- type: "plot"
12957 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12958 #  algorithm: "plot_perf_box_name"
12959 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12960 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12961 #  include:
12962 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12963 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12964 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12965 #  layout:
12966 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12967 #    layout: "plot-throughput"
12968
12969 - type: "plot"
12970   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12971   algorithm: "plot_perf_box_name"
12972   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12973   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12974   include:
12975     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12976     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12977     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12978     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12979     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12980   layout:
12981     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12982     layout: "plot-throughput"
12983
12984 - type: "plot"
12985   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12986   algorithm: "plot_perf_box_name"
12987   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12988   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12989   include:
12990     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12991     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12992     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12993     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12994     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12995   layout:
12996     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12997     layout: "plot-throughput"
12998
12999 - type: "plot"
13000   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13001   algorithm: "plot_perf_box_name"
13002   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13003   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13004   include:
13005     - "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"
13006     - "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"
13007     - "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"
13008     - "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"
13009     - "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"
13010   layout:
13011     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13012     layout: "plot-throughput"
13013
13014 - type: "plot"
13015   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13016   algorithm: "plot_perf_box_name"
13017   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13018   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13019   include:
13020     - "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"
13021     - "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"
13022     - "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"
13023     - "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"
13024     - "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"
13025   layout:
13026     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13027     layout: "plot-throughput"
13028
13029 - type: "plot"
13030   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13031   algorithm: "plot_perf_box_name"
13032   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13033   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13034   include:
13035     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13036     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13037     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13038     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13039     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13040   layout:
13041     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13042     layout: "plot-throughput"
13043
13044 - type: "plot"
13045   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13046   algorithm: "plot_perf_box_name"
13047   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13048   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13049   include:
13050     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13051     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13052     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13053     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13054     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13055   layout:
13056     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13057     layout: "plot-throughput"
13058
13059 - type: "plot"
13060   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13061   algorithm: "plot_perf_box_name"
13062   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13063   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13064   include:
13065     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13066     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13067     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13068     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13069     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13070   layout:
13071     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13072     layout: "plot-throughput"
13073
13074 - type: "plot"
13075   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13076   algorithm: "plot_perf_box_name"
13077   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13078   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13079   include:
13080     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13081     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13082     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13083     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13084     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13085   layout:
13086     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13087     layout: "plot-throughput"
13088
13089 - type: "plot"
13090   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13091   algorithm: "plot_perf_box_name"
13092   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13093   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13094   include:
13095     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13096     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13097     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13098     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13099     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13100   layout:
13101     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13102     layout: "plot-throughput"
13103
13104 - type: "plot"
13105   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13106   algorithm: "plot_perf_box_name"
13107   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13108   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13109   include:
13110     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13111     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13112     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13113     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13114     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13115   layout:
13116     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13117     layout: "plot-throughput"
13118
13119 - type: "plot"
13120   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13121   algorithm: "plot_perf_box_name"
13122   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13123   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13124   include:
13125     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13126     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13127     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13128     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13129     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13130   layout:
13131     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13132     layout: "plot-throughput"
13133
13134 - type: "plot"
13135   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13136   algorithm: "plot_perf_box_name"
13137   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13138   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13139   include:
13140     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13141     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13142     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13143     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13144     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13145   layout:
13146     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13147     layout: "plot-throughput"
13148
13149 - type: "plot"
13150   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13151   algorithm: "plot_perf_box_name"
13152   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13153   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13154   include:
13155     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13156     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13157     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13158     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13159   layout:
13160     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13161     layout: "plot-throughput"
13162
13163 - type: "plot"
13164   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13165   algorithm: "plot_perf_box_name"
13166   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13167   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13168   include:
13169     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13170     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13171     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13172     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13173   layout:
13174     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13175     layout: "plot-throughput"
13176
13177 - type: "plot"
13178   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13179   algorithm: "plot_perf_box_name"
13180   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13181   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13182   include:
13183     - "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"
13184     - "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"
13185     - "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"
13186     - "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"
13187   layout:
13188     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13189     layout: "plot-throughput"
13190
13191 - type: "plot"
13192   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13193   algorithm: "plot_perf_box_name"
13194   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13195   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13196   include:
13197     - "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"
13198     - "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"
13199     - "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"
13200     - "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"
13201   layout:
13202     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13203     layout: "plot-throughput"
13204
13205 - type: "plot"
13206   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13207   algorithm: "plot_perf_box_name"
13208   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13209   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13210   include:
13211     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13212     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13213     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13214     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13215     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13216     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13217   layout:
13218     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13219     layout: "plot-throughput"
13220
13221 - type: "plot"
13222   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13223   algorithm: "plot_perf_box_name"
13224   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13225   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13226   include:
13227     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13228     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13229     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13230     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13231     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13232     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13233   layout:
13234     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13235     layout: "plot-throughput"
13236
13237 - type: "plot"
13238   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13239   algorithm: "plot_perf_box_name"
13240   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13241   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13242   include:
13243     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13244     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13245     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13246     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13247     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13248     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13249   layout:
13250     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13251     layout: "plot-throughput"
13252
13253 - type: "plot"
13254   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13255   algorithm: "plot_perf_box_name"
13256   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13257   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13258   include:
13259     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13260     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13261     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13262     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13263     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13264     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13265   layout:
13266     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13267     layout: "plot-throughput"
13268
13269 - type: "plot"
13270   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13271   algorithm: "plot_perf_box_name"
13272   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13273   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13274   include:
13275     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13276     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13277     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13278     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13279     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13280     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13281   layout:
13282     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13283     layout: "plot-throughput"
13284
13285 - type: "plot"
13286   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13287   algorithm: "plot_perf_box_name"
13288   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13289   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13290   include:
13291     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13292     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13293     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13294     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13295     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13296     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13297   layout:
13298     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13299     layout: "plot-throughput"
13300
13301 - type: "plot"
13302   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13303   algorithm: "plot_perf_box_name"
13304   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13305   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13306   include:
13307     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13308     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13309     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13310     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13311     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13312   layout:
13313     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13314     layout: "plot-throughput"
13315
13316 - type: "plot"
13317   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13318   algorithm: "plot_perf_box_name"
13319   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13320   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13321   include:
13322     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13323     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13324     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13325     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13326     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13327   layout:
13328     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13329     layout: "plot-throughput"
13330
13331 - type: "plot"
13332   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13333   algorithm: "plot_perf_box_name"
13334   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13335   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13336   include:
13337     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13338     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13339   layout:
13340     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13341     layout: "plot-throughput"
13342
13343 - type: "plot"
13344   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13345   algorithm: "plot_perf_box_name"
13346   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13347   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13348   include:
13349     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13350     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13351   layout:
13352     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13353     layout: "plot-throughput"
13354
13355 - type: "plot"
13356   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13357   algorithm: "plot_perf_box_name"
13358   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13359   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13360   include:
13361     - "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"
13362     - "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"
13363   layout:
13364     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13365     layout: "plot-throughput"
13366
13367 - type: "plot"
13368   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13369   algorithm: "plot_perf_box_name"
13370   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13371   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13372   include:
13373     - "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"
13374     - "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"
13375   layout:
13376     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13377     layout: "plot-throughput"
13378
13379 - type: "plot"
13380   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13381   algorithm: "plot_perf_box_name"
13382   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13383   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13384   include:
13385     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13386     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13387   layout:
13388     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13389     layout: "plot-throughput"
13390
13391 - type: "plot"
13392   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13393   algorithm: "plot_perf_box_name"
13394   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13395   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13396   include:
13397     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13398     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13399   layout:
13400     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13401     layout: "plot-throughput"
13402
13403 - type: "plot"
13404   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13405   algorithm: "plot_perf_box_name"
13406   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13407   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13408   include:
13409     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13410     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13411   layout:
13412     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13413     layout: "plot-throughput"
13414
13415 - type: "plot"
13416   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13417   algorithm: "plot_perf_box_name"
13418   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13419   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13420   include:
13421     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13422     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13423   layout:
13424     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13425     layout: "plot-throughput"
13426
13427 - type: "plot"
13428   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13429   algorithm: "plot_perf_box_name"
13430   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13431   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13432   include:
13433     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13434     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13435     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13436     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13437     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13438     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13439   layout:
13440     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13441     layout: "plot-throughput"
13442
13443 - type: "plot"
13444   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13445   algorithm: "plot_perf_box_name"
13446   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13447   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13448   include:
13449     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13450     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13451     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13452     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13453     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13454     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13455   layout:
13456     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13457     layout: "plot-throughput"
13458
13459 - type: "plot"
13460   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13461   algorithm: "plot_perf_box_name"
13462   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13463   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13464   include:
13465     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13466     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13467     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13468     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13469     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13470     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13471   layout:
13472     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13473     layout: "plot-throughput"
13474
13475 - type: "plot"
13476   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13477   algorithm: "plot_perf_box_name"
13478   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13479   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13480   include:
13481     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13482     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13483     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13484     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13485     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13486     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13487   layout:
13488     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13489     layout: "plot-throughput"
13490
13491 #- type: "plot"
13492 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13493 #  algorithm: "plot_perf_box_name"
13494 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13495 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13496 #  include:
13497 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13498 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13499 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13500 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13501 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13502 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13503 #  layout:
13504 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13505 #    layout: "plot-throughput"
13506 #
13507 #- type: "plot"
13508 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13509 #  algorithm: "plot_perf_box_name"
13510 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13511 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13512 #  include:
13513 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13514 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13515 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13516 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13517 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13518 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13519 #  layout:
13520 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13521 #    layout: "plot-throughput"
13522
13523 - type: "plot"
13524   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13525   algorithm: "plot_perf_box_name"
13526   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13527   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13528   include:
13529     - "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"
13530     - "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"
13531     - "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"
13532     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13533     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13534     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13535   layout:
13536     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13537     layout: "plot-throughput"
13538
13539 - type: "plot"
13540   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13541   algorithm: "plot_perf_box_name"
13542   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13543   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13544   include:
13545     - "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"
13546     - "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"
13547     - "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"
13548     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13549     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13550     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13551   layout:
13552     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13553     layout: "plot-throughput"
13554
13555 ################################################################################
13556
13557 # Packet Speedup
13558
13559 - type: "plot"
13560   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13561   algorithm: "plot_tsa_name"
13562   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13563   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13564   include:
13565     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13566     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13567     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13568     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13569   layout:
13570     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13571     layout: "plot-throughput-speedup-analysis"
13572
13573 - type: "plot"
13574   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13575   algorithm: "plot_tsa_name"
13576   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13577   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13578   include:
13579     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13580     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13581     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13582     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13583   layout:
13584     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13585     layout: "plot-throughput-speedup-analysis"
13586
13587 - type: "plot"
13588   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13589   algorithm: "plot_tsa_name"
13590   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13591   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13592   include:
13593     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13594     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13595     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13596     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13597   layout:
13598     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13599     layout: "plot-throughput-speedup-analysis"
13600
13601 - type: "plot"
13602   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13603   algorithm: "plot_tsa_name"
13604   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13605   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13606   include:
13607     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13608     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13609     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13610     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13611   layout:
13612     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13613     layout: "plot-throughput-speedup-analysis"
13614
13615 - type: "plot"
13616   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13617   algorithm: "plot_tsa_name"
13618   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13619   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13620   include:
13621     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13622     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13623     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13624     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13625     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13626   layout:
13627     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13628     layout: "plot-throughput-speedup-analysis"
13629
13630 - type: "plot"
13631   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13632   algorithm: "plot_tsa_name"
13633   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13634   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13635   include:
13636     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13637     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13638     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13639     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13640     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13641   layout:
13642     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13643     layout: "plot-throughput-speedup-analysis"
13644
13645 - type: "plot"
13646   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13647   algorithm: "plot_tsa_name"
13648   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13649   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13650   include:
13651     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13652     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13653     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13654     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13655     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13656   layout:
13657     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13658     layout: "plot-throughput-speedup-analysis"
13659
13660 - type: "plot"
13661   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13662   algorithm: "plot_tsa_name"
13663   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13664   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13665   include:
13666     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13667     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13668     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13669     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13670     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13671   layout:
13672     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13673     layout: "plot-throughput-speedup-analysis"
13674
13675 - type: "plot"
13676   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13677   algorithm: "plot_tsa_name"
13678   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13679   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13680   include:
13681     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13682     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13683     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13684     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13685     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13686     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13687   layout:
13688     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13689     layout: "plot-throughput-speedup-analysis"
13690
13691 - type: "plot"
13692   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13693   algorithm: "plot_tsa_name"
13694   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13695   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13696   include:
13697     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13698     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13699     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13700     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13701     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13702     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13703   layout:
13704     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13705     layout: "plot-throughput-speedup-analysis"
13706
13707 - type: "plot"
13708   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13709   algorithm: "plot_tsa_name"
13710   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13711   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13712   include:
13713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13714     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13715     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13716     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13718   layout:
13719     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13720     layout: "plot-throughput-speedup-analysis"
13721
13722 - type: "plot"
13723   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13724   algorithm: "plot_tsa_name"
13725   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13726   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13727   include:
13728     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13729     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13730     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13733   layout:
13734     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13735     layout: "plot-throughput-speedup-analysis"
13736
13737 - type: "plot"
13738   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13739   algorithm: "plot_tsa_name"
13740   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13741   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13742   include:
13743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13744     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13745     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13746   layout:
13747     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
13748     layout: "plot-throughput-speedup-analysis"
13749
13750 - type: "plot"
13751   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13752   algorithm: "plot_tsa_name"
13753   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13754   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13755   include:
13756     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13757     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13758     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13759   layout:
13760     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
13761     layout: "plot-throughput-speedup-analysis"
13762
13763 - type: "plot"
13764   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13765   algorithm: "plot_tsa_name"
13766   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13767   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13768   include:
13769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13770     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13774   layout:
13775     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13776     layout: "plot-throughput-speedup-analysis"
13777
13778 - type: "plot"
13779   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13780   algorithm: "plot_tsa_name"
13781   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13782   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13783   include:
13784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13789   layout:
13790     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13791     layout: "plot-throughput-speedup-analysis"
13792
13793 - type: "plot"
13794   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13795   algorithm: "plot_tsa_name"
13796   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13797   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13798   include:
13799     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13800     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13801     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13802   layout:
13803     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
13804     layout: "plot-throughput-speedup-analysis"
13805
13806 - type: "plot"
13807   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13808   algorithm: "plot_tsa_name"
13809   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13810   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13811   include:
13812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13813     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13814     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13815   layout:
13816     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
13817     layout: "plot-throughput-speedup-analysis"
13818
13819 - type: "plot"
13820   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13821   algorithm: "plot_tsa_name"
13822   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13823   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13824   include:
13825     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13826     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13827     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13829     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
13830     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
13831   layout:
13832     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13833     layout: "plot-throughput-speedup-analysis"
13834
13835 - type: "plot"
13836   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13837   algorithm: "plot_tsa_name"
13838   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13839   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13840   include:
13841     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13842     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13843     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13844     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13845     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
13846     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
13847   layout:
13848     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13849     layout: "plot-throughput-speedup-analysis"
13850
13851 - type: "plot"
13852   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13853   algorithm: "plot_tsa_name"
13854   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13855   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13856   include:
13857     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13858     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13859     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13860     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13861     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13862     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
13863   layout:
13864     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13865     layout: "plot-throughput-speedup-analysis"
13866
13867 - type: "plot"
13868   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13869   algorithm: "plot_tsa_name"
13870   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13871   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13872   include:
13873     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13874     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13875     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13876     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13877     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13878     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
13879   layout:
13880     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13881     layout: "plot-throughput-speedup-analysis"
13882
13883 - type: "plot"
13884   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13885   algorithm: "plot_tsa_name"
13886   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13887   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13888   include:
13889     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13890     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13891     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13892   layout:
13893     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
13894     layout: "plot-throughput-speedup-analysis"
13895
13896 - type: "plot"
13897   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13898   algorithm: "plot_tsa_name"
13899   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13900   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13901   include:
13902     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13903     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13904     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13905   layout:
13906     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
13907     layout: "plot-throughput-speedup-analysis"
13908
13909 - type: "plot"
13910   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13911   algorithm: "plot_tsa_name"
13912   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13913   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13914   include:
13915     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13916     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13917     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13918 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13919 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13920   layout:
13921     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
13922     layout: "plot-throughput-speedup-analysis"
13923
13924 - type: "plot"
13925   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13926   algorithm: "plot_tsa_name"
13927   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13928   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13929   include:
13930     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13931     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13932     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13933 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13934 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13935   layout:
13936     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
13937     layout: "plot-throughput-speedup-analysis"
13938
13939 - type: "plot"
13940   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13941   algorithm: "plot_tsa_name"
13942   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13943   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13944   include:
13945     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13946     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13947     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13948     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13949     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13950   layout:
13951     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13952     layout: "plot-throughput-speedup-analysis"
13953
13954 - type: "plot"
13955   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13956   algorithm: "plot_tsa_name"
13957   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13958   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13959   include:
13960     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13961     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13962     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13963     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13964     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13965   layout:
13966     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13967     layout: "plot-throughput-speedup-analysis"
13968
13969 - type: "plot"
13970   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13971   algorithm: "plot_tsa_name"
13972   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13973   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13974   include:
13975     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13976     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13977     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13978     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13979     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13980   layout:
13981     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13982     layout: "plot-throughput-speedup-analysis"
13983
13984 - type: "plot"
13985   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13986   algorithm: "plot_tsa_name"
13987   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13988   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13989   include:
13990     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13991     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13992     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13993     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13994     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13995   layout:
13996     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13997     layout: "plot-throughput-speedup-analysis"
13998
13999 - type: "plot"
14000   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14001   algorithm: "plot_tsa_name"
14002   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14003   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14004   include:
14005     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14006     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14007     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14008     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14009   layout:
14010     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14011     layout: "plot-throughput-speedup-analysis"
14012
14013 - type: "plot"
14014   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14015   algorithm: "plot_tsa_name"
14016   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14017   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14018   include:
14019     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14020     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14021     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14022     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14023   layout:
14024     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14025     layout: "plot-throughput-speedup-analysis"
14026
14027 - type: "plot"
14028   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14029   algorithm: "plot_tsa_name"
14030   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14031   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14032   include:
14033     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14034     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14035     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14036     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14037     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14038   layout:
14039     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14040     layout: "plot-throughput-speedup-analysis"
14041
14042 - type: "plot"
14043   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14044   algorithm: "plot_tsa_name"
14045   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14046   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14047   include:
14048     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14049     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14050     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14051     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14052     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14053   layout:
14054     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14055     layout: "plot-throughput-speedup-analysis"
14056
14057 - type: "plot"
14058   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14059   algorithm: "plot_tsa_name"
14060   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14061   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14062   include:
14063     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14064     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14065   layout:
14066     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14067     layout: "plot-throughput-speedup-analysis"
14068
14069 - type: "plot"
14070   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14071   algorithm: "plot_tsa_name"
14072   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14073   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14074   include:
14075     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14076     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14077   layout:
14078     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14079     layout: "plot-throughput-speedup-analysis"
14080
14081 - type: "plot"
14082   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14083   algorithm: "plot_tsa_name"
14084   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14085   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14086   include:
14087     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14088     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14089     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14090     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14091   layout:
14092     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14093     layout: "plot-throughput-speedup-analysis"
14094
14095 - type: "plot"
14096   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14097   algorithm: "plot_tsa_name"
14098   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14099   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14100   include:
14101     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14102     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14103     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14104     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14105   layout:
14106     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14107     layout: "plot-throughput-speedup-analysis"
14108
14109 - type: "plot"
14110   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14111   algorithm: "plot_tsa_name"
14112   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14113   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14114   include:
14115     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14116     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14117     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14118     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14119   layout:
14120     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14121     layout: "plot-throughput-speedup-analysis"
14122
14123 - type: "plot"
14124   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14125   algorithm: "plot_tsa_name"
14126   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14127   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14128   include:
14129     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14130     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14131     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14132     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14133   layout:
14134     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14135     layout: "plot-throughput-speedup-analysis"
14136
14137 - type: "plot"
14138   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14139   algorithm: "plot_tsa_name"
14140   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14141   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14142   include:
14143     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14144     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14145     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14146     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14147     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14148     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14149   layout:
14150     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14151     layout: "plot-throughput-speedup-analysis"
14152
14153 - type: "plot"
14154   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14155   algorithm: "plot_tsa_name"
14156   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14157   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14158   include:
14159     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14160     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14161     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14162     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14163     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14164     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14165   layout:
14166     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14167     layout: "plot-throughput-speedup-analysis"
14168
14169 - type: "plot"
14170   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14171   algorithm: "plot_tsa_name"
14172   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14173   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14174   include:
14175     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14176     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14177     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14178     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14179     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14180   layout:
14181     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14182     layout: "plot-throughput-speedup-analysis"
14183
14184 - type: "plot"
14185   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14186   algorithm: "plot_tsa_name"
14187   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14188   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14189   include:
14190     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14191     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14192     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14193     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14194     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14195   layout:
14196     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14197     layout: "plot-throughput-speedup-analysis"
14198
14199 - type: "plot"
14200   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14201   algorithm: "plot_tsa_name"
14202   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14203   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14204   include:
14205     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14206     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14207     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14208     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14209     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14210   layout:
14211     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14212     layout: "plot-throughput-speedup-analysis"
14213
14214 - type: "plot"
14215   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14216   algorithm: "plot_tsa_name"
14217   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14218   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14219   include:
14220     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14221     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14222     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14223     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14224     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14225   layout:
14226     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14227     layout: "plot-throughput-speedup-analysis"
14228
14229 - type: "plot"
14230   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14231   algorithm: "plot_tsa_name"
14232   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14233   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14234   include:
14235     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14236     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14237     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14238   layout:
14239     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14240     layout: "plot-throughput-speedup-analysis"
14241
14242 - type: "plot"
14243   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14244   algorithm: "plot_tsa_name"
14245   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14246   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14247   include:
14248     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14249     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14250     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14251   layout:
14252     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14253     layout: "plot-throughput-speedup-analysis"
14254
14255 - type: "plot"
14256   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14257   algorithm: "plot_tsa_name"
14258   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14259   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14260   include:
14261     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14262     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14263     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14264   layout:
14265     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14266     layout: "plot-throughput-speedup-analysis"
14267
14268 - type: "plot"
14269   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14270   algorithm: "plot_tsa_name"
14271   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14272   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14273   include:
14274     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14275     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14276     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14277   layout:
14278     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14279     layout: "plot-throughput-speedup-analysis"
14280
14281 - type: "plot"
14282   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14283   algorithm: "plot_tsa_name"
14284   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14285   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14286   include:
14287     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14288     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14289     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14290     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14291     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14292   layout:
14293     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14294     layout: "plot-throughput-speedup-analysis"
14295
14296 - type: "plot"
14297   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14298   algorithm: "plot_tsa_name"
14299   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14300   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14301   include:
14302     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14303     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14304     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14305     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14306     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14307   layout:
14308     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14309     layout: "plot-throughput-speedup-analysis"
14310
14311 - type: "plot"
14312   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14313   algorithm: "plot_tsa_name"
14314   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14315   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14316   include:
14317     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14318     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14319     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14320     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14321     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14322   layout:
14323     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14324     layout: "plot-throughput-speedup-analysis"
14325
14326 - type: "plot"
14327   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14328   algorithm: "plot_tsa_name"
14329   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14330   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14331   include:
14332     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14333     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14334     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14335     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14336     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14337   layout:
14338     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14339     layout: "plot-throughput-speedup-analysis"
14340
14341 - type: "plot"
14342   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14343   algorithm: "plot_tsa_name"
14344   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14345   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14346   include:
14347     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14348     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14349     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14350     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14351     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14352     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14353   layout:
14354     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14355     layout: "plot-throughput-speedup-analysis"
14356
14357 - type: "plot"
14358   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14359   algorithm: "plot_tsa_name"
14360   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14361   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14362   include:
14363     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14364     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14365     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14366     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14367     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14368     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14369   layout:
14370     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14371     layout: "plot-throughput-speedup-analysis"
14372
14373 - type: "plot"
14374   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14375   algorithm: "plot_tsa_name"
14376   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14377   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14378   include:
14379     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14380     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14381     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14382     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14383   layout:
14384     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14385     layout: "plot-throughput-speedup-analysis"
14386
14387 - type: "plot"
14388   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14389   algorithm: "plot_tsa_name"
14390   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14391   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14392   include:
14393     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14394     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14395     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14396     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14397   layout:
14398     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14399     layout: "plot-throughput-speedup-analysis"
14400
14401 - type: "plot"
14402   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14403   algorithm: "plot_tsa_name"
14404   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14405   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14406   include:
14407     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14408     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14409     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14410     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14411     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14412     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14413   layout:
14414     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14415     layout: "plot-throughput-speedup-analysis"
14416
14417 - type: "plot"
14418   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14419   algorithm: "plot_tsa_name"
14420   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14421   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14422   include:
14423     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14424     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14425     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14426     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14427     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14428     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14429   layout:
14430     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14431     layout: "plot-throughput-speedup-analysis"
14432
14433 - type: "plot"
14434   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14435   algorithm: "plot_tsa_name"
14436   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14437   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14438   include:
14439     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14440     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14441     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14442     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14443     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14444     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14445   layout:
14446     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14447     layout: "plot-throughput-speedup-analysis"
14448
14449 - type: "plot"
14450   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14451   algorithm: "plot_tsa_name"
14452   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14453   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14454   include:
14455     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14456     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14457     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14458     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14459     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14460     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14461   layout:
14462     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14463     layout: "plot-throughput-speedup-analysis"
14464
14465 - type: "plot"
14466   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14467   algorithm: "plot_tsa_name"
14468   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14469   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14470   include:
14471     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14472     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14473     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14474     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14475     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14476     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14477   layout:
14478     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14479     layout: "plot-throughput-speedup-analysis"
14480
14481 - type: "plot"
14482   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14483   algorithm: "plot_tsa_name"
14484   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14485   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14486   include:
14487     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14488     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14489     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14490     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14491     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14492     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14493   layout:
14494     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14495     layout: "plot-throughput-speedup-analysis"
14496
14497 - type: "plot"
14498   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14499   algorithm: "plot_tsa_name"
14500   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14501   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14502   include:
14503     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14504     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14505     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14506     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14507     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14508     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14509   layout:
14510     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14511     layout: "plot-throughput-speedup-analysis"
14512
14513 - type: "plot"
14514   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14515   algorithm: "plot_tsa_name"
14516   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14517   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14518   include:
14519     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14520     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14521     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14522     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14523     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14524     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14525   layout:
14526     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14527     layout: "plot-throughput-speedup-analysis"
14528
14529 - type: "plot"
14530   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14531   algorithm: "plot_tsa_name"
14532   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14533   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14534   include:
14535     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14536     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14537     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14538     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14539     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14540     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14541   layout:
14542     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14543     layout: "plot-throughput-speedup-analysis"
14544
14545 - type: "plot"
14546   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14547   algorithm: "plot_tsa_name"
14548   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14549   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14550   include:
14551     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14552     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14553     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14554     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14555     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14556     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14557   layout:
14558     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14559     layout: "plot-throughput-speedup-analysis"
14560
14561 - type: "plot"
14562   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14563   algorithm: "plot_tsa_name"
14564   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14565   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14566   include:
14567     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14568     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14569     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14570     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14571   layout:
14572     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14573     layout: "plot-throughput-speedup-analysis"
14574
14575 - type: "plot"
14576   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14577   algorithm: "plot_tsa_name"
14578   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14579   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14580   include:
14581     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14582     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14583     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14584     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14585   layout:
14586     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14587     layout: "plot-throughput-speedup-analysis"
14588
14589 - type: "plot"
14590   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14591   algorithm: "plot_tsa_name"
14592   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14593   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14594   include:
14595     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14596     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14597     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14598     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14599   layout:
14600     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14601     layout: "plot-throughput-speedup-analysis"
14602
14603 - type: "plot"
14604   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14605   algorithm: "plot_tsa_name"
14606   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14607   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14608   include:
14609     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14610     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14611     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14612     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14613   layout:
14614     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14615     layout: "plot-throughput-speedup-analysis"
14616
14617 - type: "plot"
14618   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14619   algorithm: "plot_tsa_name"
14620   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14621   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14622   include:
14623     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14624     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14625     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14626     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14627     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14628     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14629   layout:
14630     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
14631     layout: "plot-throughput-speedup-analysis"
14632
14633 - type: "plot"
14634   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14635   algorithm: "plot_tsa_name"
14636   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14637   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14638   include:
14639     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14640     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14641     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14642     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14643     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14644     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14645   layout:
14646     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
14647     layout: "plot-throughput-speedup-analysis"
14648
14649 - type: "plot"
14650   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14651   algorithm: "plot_tsa_name"
14652   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14653   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14654   include:
14655     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14656     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14657     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14658     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14659     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14660   layout:
14661     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
14662     layout: "plot-throughput-speedup-analysis"
14663
14664 - type: "plot"
14665   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14666   algorithm: "plot_tsa_name"
14667   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14668   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14669   include:
14670     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14671     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14672     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14673     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14674     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14675   layout:
14676     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
14677     layout: "plot-throughput-speedup-analysis"
14678
14679 - type: "plot"
14680   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14681   algorithm: "plot_tsa_name"
14682   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14683   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14684   include:
14685     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14686     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14687     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14688     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14689     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14690   layout:
14691     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
14692     layout: "plot-throughput-speedup-analysis"
14693
14694 - type: "plot"
14695   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14696   algorithm: "plot_tsa_name"
14697   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14698   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14699   include:
14700     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14701     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14702     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14703     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14704     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14705   layout:
14706     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
14707     layout: "plot-throughput-speedup-analysis"
14708
14709 - type: "plot"
14710   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14711   algorithm: "plot_tsa_name"
14712   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14713   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14714   include:
14715     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14716     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14717     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14718     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14719   layout:
14720     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14721     layout: "plot-throughput-speedup-analysis"
14722
14723 - type: "plot"
14724   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14725   algorithm: "plot_tsa_name"
14726   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14727   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14728   include:
14729     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14730     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14731     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14732     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14733   layout:
14734     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14735     layout: "plot-throughput-speedup-analysis"
14736
14737 - type: "plot"
14738   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14739   algorithm: "plot_tsa_name"
14740   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14741   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14742   include:
14743     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14744     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14745     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14746     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14747     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14748     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14749   layout:
14750     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14751     layout: "plot-throughput-speedup-analysis"
14752
14753 - type: "plot"
14754   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14755   algorithm: "plot_tsa_name"
14756   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14757   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14758   include:
14759     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14760     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14761     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14762     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14763     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14764     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14765   layout:
14766     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14767     layout: "plot-throughput-speedup-analysis"
14768
14769 - type: "plot"
14770   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14771   algorithm: "plot_tsa_name"
14772   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14773   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14774   include:
14775     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14776     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14777     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14778     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14779     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14780     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14781   layout:
14782     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14783     layout: "plot-throughput-speedup-analysis"
14784
14785 - type: "plot"
14786   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14787   algorithm: "plot_tsa_name"
14788   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14789   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14790   include:
14791     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14792     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14793     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14794     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14795     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14796     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14797   layout:
14798     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14799     layout: "plot-throughput-speedup-analysis"
14800
14801 - type: "plot"
14802   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14803   algorithm: "plot_tsa_name"
14804   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14805   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14806   include:
14807     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14808     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14809     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14810     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14811     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14812     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14813   layout:
14814     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
14815     layout: "plot-throughput-speedup-analysis"
14816
14817 - type: "plot"
14818   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14819   algorithm: "plot_tsa_name"
14820   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14821   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14822   include:
14823     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14824     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14825     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14826     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14827     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14828     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14829   layout:
14830     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
14831     layout: "plot-throughput-speedup-analysis"
14832
14833 - type: "plot"
14834   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14835   algorithm: "plot_tsa_name"
14836   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14837   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14838   include:
14839     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14840     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14841     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14842     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14843     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14844     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14845   layout:
14846     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
14847     layout: "plot-throughput-speedup-analysis"
14848
14849 - type: "plot"
14850   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14851   algorithm: "plot_tsa_name"
14852   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14853   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14854   include:
14855     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14856     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14857     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14858     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14859     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14860     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14861   layout:
14862     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
14863     layout: "plot-throughput-speedup-analysis"
14864
14865 - type: "plot"
14866   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14867   algorithm: "plot_tsa_name"
14868   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14869   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14870   include:
14871     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14872     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14873     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14874     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14875     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14876     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14877   layout:
14878     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
14879     layout: "plot-throughput-speedup-analysis"
14880
14881 - type: "plot"
14882   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14883   algorithm: "plot_tsa_name"
14884   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14885   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14886   include:
14887     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14888     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14889     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14890     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14891     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14892     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14893   layout:
14894     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
14895     layout: "plot-throughput-speedup-analysis"
14896
14897 - type: "plot"
14898   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
14899   algorithm: "plot_tsa_name"
14900   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
14901   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14902   include:
14903     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14904     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14905     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14906     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14907     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14908   layout:
14909     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
14910     layout: "plot-throughput-speedup-analysis"
14911
14912 - type: "plot"
14913   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
14914   algorithm: "plot_tsa_name"
14915   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
14916   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14917   include:
14918     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14919     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14920     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14921     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14922     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14923   layout:
14924     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
14925     layout: "plot-throughput-speedup-analysis"
14926
14927 - type: "plot"
14928   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14929   algorithm: "plot_tsa_name"
14930   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
14931   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14932   include:
14933     - "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"
14934     - "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"
14935     - "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"
14936     - "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"
14937     - "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"
14938   layout:
14939     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14940     layout: "plot-throughput-speedup-analysis"
14941
14942 - type: "plot"
14943   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14944   algorithm: "plot_tsa_name"
14945   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
14946   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14947   include:
14948     - "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"
14949     - "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"
14950     - "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"
14951     - "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"
14952     - "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"
14953   layout:
14954     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14955     layout: "plot-throughput-speedup-analysis"
14956
14957 - type: "plot"
14958   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14959   algorithm: "plot_tsa_name"
14960   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
14961   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14962   include:
14963     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14964     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14965     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14966     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14967     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14968   layout:
14969     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14970     layout: "plot-throughput-speedup-analysis"
14971
14972 - type: "plot"
14973   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14974   algorithm: "plot_tsa_name"
14975   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
14976   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14977   include:
14978     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14979     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14980     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14981     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14982     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14983   layout:
14984     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14985     layout: "plot-throughput-speedup-analysis"
14986
14987 - type: "plot"
14988   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14989   algorithm: "plot_tsa_name"
14990   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14991   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14992   include:
14993     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14994     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14995     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14996     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14997     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14998   layout:
14999     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15000     layout: "plot-throughput-speedup-analysis"
15001
15002 - type: "plot"
15003   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15004   algorithm: "plot_tsa_name"
15005   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15006   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15007   include:
15008     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15009     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15010     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15011     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15012     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15013   layout:
15014     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15015     layout: "plot-throughput-speedup-analysis"
15016
15017 - type: "plot"
15018   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15019   algorithm: "plot_tsa_name"
15020   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15021   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15022   include:
15023     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15024     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15025     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15026     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15027     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15028   layout:
15029     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15030     layout: "plot-throughput-speedup-analysis"
15031
15032 - type: "plot"
15033   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15034   algorithm: "plot_tsa_name"
15035   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15036   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15037   include:
15038     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15039     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15040     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15041     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15042     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15043   layout:
15044     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15045     layout: "plot-throughput-speedup-analysis"
15046
15047 - type: "plot"
15048   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15049   algorithm: "plot_tsa_name"
15050   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15051   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15052   include:
15053     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15054     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15055     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15056     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15057     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15058   layout:
15059     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15060     layout: "plot-throughput-speedup-analysis"
15061
15062 - type: "plot"
15063   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15064   algorithm: "plot_tsa_name"
15065   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15066   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15067   include:
15068     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15069     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15070     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15071     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15072     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15073   layout:
15074     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15075     layout: "plot-throughput-speedup-analysis"
15076
15077 - type: "plot"
15078   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15079   algorithm: "plot_tsa_name"
15080   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15081   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15082   include:
15083     - "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"
15084     - "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"
15085     - "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"
15086     - "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"
15087   layout:
15088     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15089     layout: "plot-throughput-speedup-analysis"
15090
15091 - type: "plot"
15092   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15093   algorithm: "plot_tsa_name"
15094   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15095   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15096   include:
15097     - "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"
15098     - "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"
15099     - "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"
15100     - "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"
15101   layout:
15102     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15103     layout: "plot-throughput-speedup-analysis"
15104
15105 - type: "plot"
15106   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15107   algorithm: "plot_tsa_name"
15108   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15109   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15110   include:
15111     - "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"
15112     - "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"
15113     - "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"
15114     - "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"
15115   layout:
15116     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15117     layout: "plot-throughput-speedup-analysis"
15118
15119 - type: "plot"
15120   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15121   algorithm: "plot_tsa_name"
15122   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15123   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15124   include:
15125     - "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"
15126     - "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"
15127     - "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"
15128     - "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"
15129   layout:
15130     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15131     layout: "plot-throughput-speedup-analysis"
15132
15133 - type: "plot"
15134   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15135   algorithm: "plot_tsa_name"
15136   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15137   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15138   include:
15139     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15140     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15141     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15142     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15143     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15144     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15145   layout:
15146     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15147     layout: "plot-throughput-speedup-analysis"
15148
15149 - type: "plot"
15150   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15151   algorithm: "plot_tsa_name"
15152   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15153   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15154   include:
15155     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15156     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15157     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15158     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15159     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15160     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15161   layout:
15162     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15163     layout: "plot-throughput-speedup-analysis"
15164
15165 - type: "plot"
15166   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15167   algorithm: "plot_tsa_name"
15168   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15169   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15170   include:
15171     - "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"
15172     - "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"
15173     - "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"
15174     - "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"
15175     - "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"
15176     - "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"
15177   layout:
15178     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15179     layout: "plot-throughput-speedup-analysis"
15180
15181 - type: "plot"
15182   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15183   algorithm: "plot_tsa_name"
15184   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15185   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15186   include:
15187     - "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"
15188     - "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"
15189     - "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"
15190     - "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"
15191     - "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"
15192     - "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"
15193   layout:
15194     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15195     layout: "plot-throughput-speedup-analysis"
15196
15197 - type: "plot"
15198   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15199   algorithm: "plot_tsa_name"
15200   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15201   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15202   include:
15203     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15204     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15205     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15206     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15207     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15208     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15209   layout:
15210     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15211     layout: "plot-throughput-speedup-analysis"
15212
15213 - type: "plot"
15214   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15215   algorithm: "plot_tsa_name"
15216   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15217   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15218   include:
15219     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15220     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15221     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15222     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15223     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15224     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15225   layout:
15226     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15227     layout: "plot-throughput-speedup-analysis"
15228
15229 - type: "plot"
15230   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15231   algorithm: "plot_tsa_name"
15232   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15233   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15234   include:
15235     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15236     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15237     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15238     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15239     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15240   layout:
15241     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15242     layout: "plot-throughput-speedup-analysis"
15243
15244 - type: "plot"
15245   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15246   algorithm: "plot_tsa_name"
15247   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15248   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15249   include:
15250     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15251     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15252     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15253     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15254     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15255   layout:
15256     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15257     layout: "plot-throughput-speedup-analysis"
15258
15259 - type: "plot"
15260   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15261   algorithm: "plot_tsa_name"
15262   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15263   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15264   include:
15265     - "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"
15266     - "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"
15267   layout:
15268     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15269     layout: "plot-throughput-speedup-analysis"
15270
15271 - type: "plot"
15272   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15273   algorithm: "plot_tsa_name"
15274   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15275   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15276   include:
15277     - "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"
15278     - "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"
15279   layout:
15280     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15281     layout: "plot-throughput-speedup-analysis"
15282
15283 - type: "plot"
15284   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15285   algorithm: "plot_tsa_name"
15286   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15287   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15288   include:
15289     - "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"
15290     - "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"
15291   layout:
15292     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15293     layout: "plot-throughput-speedup-analysis"
15294
15295 - type: "plot"
15296   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15297   algorithm: "plot_tsa_name"
15298   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15299   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15300   include:
15301     - "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"
15302     - "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"
15303   layout:
15304     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15305     layout: "plot-throughput-speedup-analysis"
15306
15307 - type: "plot"
15308   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15309   algorithm: "plot_tsa_name"
15310   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15311   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15312   include:
15313     - "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"
15314     - "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"
15315     - "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"
15316     - "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"
15317     - "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"
15318     - "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"
15319   layout:
15320     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15321     layout: "plot-throughput-speedup-analysis"
15322
15323 - type: "plot"
15324   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15325   algorithm: "plot_tsa_name"
15326   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15327   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15328   include:
15329     - "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"
15330     - "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"
15331     - "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"
15332     - "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"
15333     - "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"
15334     - "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"
15335   layout:
15336     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15337     layout: "plot-throughput-speedup-analysis"
15338
15339 - type: "plot"
15340   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15341   algorithm: "plot_tsa_name"
15342   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15343   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15344   include:
15345     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15346     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15347     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15348     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15349     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15350   layout:
15351     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15352     layout: "plot-throughput-speedup-analysis"
15353
15354 - type: "plot"
15355   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15356   algorithm: "plot_tsa_name"
15357   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15358   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15359   include:
15360     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15361     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15362     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15363     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15364     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15365   layout:
15366     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15367     layout: "plot-throughput-speedup-analysis"
15368
15369 - type: "plot"
15370   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15371   algorithm: "plot_tsa_name"
15372   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15373   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15374   include:
15375     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15376     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15377     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15378     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15379     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15380   layout:
15381     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15382     layout: "plot-throughput-speedup-analysis"
15383
15384 - type: "plot"
15385   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15386   algorithm: "plot_tsa_name"
15387   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15388   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15389   include:
15390     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15391     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15392     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15393     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15394     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15395   layout:
15396     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15397     layout: "plot-throughput-speedup-analysis"
15398
15399 - type: "plot"
15400   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15401   algorithm: "plot_tsa_name"
15402   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15403   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15404   include:
15405     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15406     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15407     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15408     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15409   layout:
15410     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15411     layout: "plot-throughput-speedup-analysis"
15412
15413 - type: "plot"
15414   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15415   algorithm: "plot_tsa_name"
15416   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15417   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15418   include:
15419     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15420     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15421     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15422     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15423   layout:
15424     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15425     layout: "plot-throughput-speedup-analysis"
15426
15427 - type: "plot"
15428   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15429   algorithm: "plot_tsa_name"
15430   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15431   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15432   include:
15433     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15434     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15435     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15436     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15437   layout:
15438     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15439     layout: "plot-throughput-speedup-analysis"
15440
15441 - type: "plot"
15442   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15443   algorithm: "plot_tsa_name"
15444   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15445   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15446   include:
15447     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15448     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15449     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15450     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15451   layout:
15452     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15453     layout: "plot-throughput-speedup-analysis"
15454
15455 - type: "plot"
15456   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15457   algorithm: "plot_tsa_name"
15458   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15459   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15460   include:
15461     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15462     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15463     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15464     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15465     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15466   layout:
15467     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15468     layout: "plot-throughput-speedup-analysis"
15469
15470 - type: "plot"
15471   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15472   algorithm: "plot_tsa_name"
15473   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15474   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15475   include:
15476     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15477     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15478     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15479     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15480     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15481   layout:
15482     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15483     layout: "plot-throughput-speedup-analysis"
15484
15485 - type: "plot"
15486   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15487   algorithm: "plot_tsa_name"
15488   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15489   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15490   include:
15491     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15492     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15493     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15494     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15495     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15496     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15497   layout:
15498     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15499     layout: "plot-throughput-speedup-analysis"
15500
15501 - type: "plot"
15502   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15503   algorithm: "plot_tsa_name"
15504   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15505   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15506   include:
15507     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15508     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15509     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15510     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15511     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15512     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15513   layout:
15514     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15515     layout: "plot-throughput-speedup-analysis"
15516
15517 - type: "plot"
15518   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15519   algorithm: "plot_tsa_name"
15520   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15521   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15522   include:
15523     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15524     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15525     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15526     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15527   layout:
15528     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15529     layout: "plot-throughput-speedup-analysis"
15530
15531 - type: "plot"
15532   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15533   algorithm: "plot_tsa_name"
15534   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15535   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15536   include:
15537     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15538     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15539     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15540     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15541   layout:
15542     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15543     layout: "plot-throughput-speedup-analysis"
15544
15545 - type: "plot"
15546   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15547   algorithm: "plot_tsa_name"
15548   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15549   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15550   include:
15551     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15552     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15553     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15554     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15555     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15556     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15557   layout:
15558     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15559     layout: "plot-throughput-speedup-analysis"
15560
15561 - type: "plot"
15562   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15563   algorithm: "plot_tsa_name"
15564   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15565   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15566   include:
15567     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15568     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15569     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15570     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15571     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15572     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15573   layout:
15574     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15575     layout: "plot-throughput-speedup-analysis"
15576
15577 - type: "plot"
15578   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15579   algorithm: "plot_tsa_name"
15580   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15581   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15582   include:
15583     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15584     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15585     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15586     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15587     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15588     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15589   layout:
15590     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15591     layout: "plot-throughput-speedup-analysis"
15592
15593 - type: "plot"
15594   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15595   algorithm: "plot_tsa_name"
15596   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15597   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15598   include:
15599     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15600     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15601     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15602     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15603     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15604     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15605   layout:
15606     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15607     layout: "plot-throughput-speedup-analysis"
15608
15609 - type: "plot"
15610   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15611   algorithm: "plot_tsa_name"
15612   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15613   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15614   include:
15615     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15616     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15617     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15618     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15619     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15620     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15621   layout:
15622     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15623     layout: "plot-throughput-speedup-analysis"
15624
15625 - type: "plot"
15626   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15627   algorithm: "plot_tsa_name"
15628   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15629   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15630   include:
15631     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15632     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15633     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15634     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15635     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15636     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15637   layout:
15638     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
15639     layout: "plot-throughput-speedup-analysis"
15640
15641 - type: "plot"
15642   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15643   algorithm: "plot_tsa_name"
15644   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15645   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15646   include:
15647     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15648     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15649     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15650     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15651     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15652     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15653   layout:
15654     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
15655     layout: "plot-throughput-speedup-analysis"
15656
15657 - type: "plot"
15658   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15659   algorithm: "plot_tsa_name"
15660   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15661   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15662   include:
15663     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15664     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15665     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15666     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15667     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15668     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15669   layout:
15670     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
15671     layout: "plot-throughput-speedup-analysis"
15672
15673 - type: "plot"
15674   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15675   algorithm: "plot_tsa_name"
15676   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15677   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15678   include:
15679     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15680     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15681     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15682     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15683     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15684     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15685   layout:
15686     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
15687     layout: "plot-throughput-speedup-analysis"
15688
15689 - type: "plot"
15690   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15691   algorithm: "plot_tsa_name"
15692   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15693   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15694   include:
15695     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15696     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15697     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15698     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15699     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15700     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15701   layout:
15702     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
15703     layout: "plot-throughput-speedup-analysis"
15704
15705 #- type: "plot"
15706 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15707 #  algorithm: "plot_tsa_name"
15708 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15709 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15710 #  include:
15711 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15712 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15713 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15714 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15715 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15716 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15717 #  layout:
15718 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
15719 #    layout: "plot-throughput-speedup-analysis"
15720 #
15721 #- type: "plot"
15722 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15723 #  algorithm: "plot_tsa_name"
15724 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15725 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15726 #  include:
15727 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15728 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15729 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15730 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15731 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15732 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15733 #  layout:
15734 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
15735 #    layout: "plot-throughput-speedup-analysis"
15736
15737 - type: "plot"
15738   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15739   algorithm: "plot_tsa_name"
15740   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15741   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15742   include:
15743     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15744     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15745     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15746     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15747     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15748   layout:
15749     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15750     layout: "plot-throughput-speedup-analysis"
15751
15752 - type: "plot"
15753   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15754   algorithm: "plot_tsa_name"
15755   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15756   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15757   include:
15758     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15759     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15760     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15761     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15762     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15763   layout:
15764     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15765     layout: "plot-throughput-speedup-analysis"
15766
15767 - type: "plot"
15768   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15769   algorithm: "plot_tsa_name"
15770   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15771   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15772   include:
15773     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15774     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15775     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15776     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15777     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15778     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
15779   layout:
15780     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15781     layout: "plot-throughput-speedup-analysis"
15782
15783 - type: "plot"
15784   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15785   algorithm: "plot_tsa_name"
15786   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15787   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15788   include:
15789     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15790     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15791     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15792     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15793     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15794     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
15795   layout:
15796     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15797     layout: "plot-throughput-speedup-analysis"
15798
15799 - type: "plot"
15800   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15801   algorithm: "plot_tsa_name"
15802   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15803   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15804   include:
15805     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15806     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15807     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15808     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15809     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15810   layout:
15811     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15812     layout: "plot-throughput-speedup-analysis"
15813
15814 - type: "plot"
15815   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15816   algorithm: "plot_tsa_name"
15817   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15818   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15819   include:
15820     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15821     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15822     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15823     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15824     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15825   layout:
15826     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15827     layout: "plot-throughput-speedup-analysis"
15828
15829 #- type: "plot"
15830 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15831 #  algorithm: "plot_tsa_name"
15832 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15833 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15834 #  include:
15835 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15836 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15837 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15838 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15839 #  layout:
15840 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15841 #    layout: "plot-throughput-speedup-analysis"
15842 #
15843 #- type: "plot"
15844 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15845 #  algorithm: "plot_tsa_name"
15846 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15847 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15848 #  include:
15849 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15850 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15851 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15852 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15853 #  layout:
15854 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15855 #    layout: "plot-throughput-speedup-analysis"
15856
15857 - type: "plot"
15858   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15859   algorithm: "plot_tsa_name"
15860   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15861   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15862   include:
15863     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15864     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15865     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15866     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15867     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15868     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15869   layout:
15870     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15871     layout: "plot-throughput-speedup-analysis"
15872
15873 - type: "plot"
15874   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15875   algorithm: "plot_tsa_name"
15876   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15877   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15878   include:
15879     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15880     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15881     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15882     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15883     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15884     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15885   layout:
15886     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15887     layout: "plot-throughput-speedup-analysis"
15888
15889 - type: "plot"
15890   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15891   algorithm: "plot_tsa_name"
15892   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15893   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15894   include:
15895     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15896     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15897     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15898     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15899     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15900   layout:
15901     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15902     layout: "plot-throughput-speedup-analysis"
15903
15904 - type: "plot"
15905   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15906   algorithm: "plot_tsa_name"
15907   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15908   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15909   include:
15910     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15911     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15912     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15913     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15914     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15915   layout:
15916     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15917     layout: "plot-throughput-speedup-analysis"
15918
15919 - type: "plot"
15920   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15921   algorithm: "plot_tsa_name"
15922   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15923   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15924   include:
15925     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15926     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15927     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15928     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15929     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15930   layout:
15931     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15932     layout: "plot-throughput-speedup-analysis"
15933
15934 - type: "plot"
15935   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15936   algorithm: "plot_tsa_name"
15937   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15938   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15939   include:
15940     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15941     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15942     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15943     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15944     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15945   layout:
15946     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15947     layout: "plot-throughput-speedup-analysis"
15948
15949 - type: "plot"
15950   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15951   algorithm: "plot_tsa_name"
15952   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15953   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15954   include:
15955     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15956     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15957     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15958     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15959   layout:
15960     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15961     layout: "plot-throughput-speedup-analysis"
15962
15963 - type: "plot"
15964   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15965   algorithm: "plot_tsa_name"
15966   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15967   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15968   include:
15969     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15970     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15971     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15972     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15973   layout:
15974     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15975     layout: "plot-throughput-speedup-analysis"
15976
15977 - type: "plot"
15978   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15979   algorithm: "plot_tsa_name"
15980   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15981   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15982   include:
15983     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15984     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15985     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15986     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15987     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15988   layout:
15989     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15990     layout: "plot-throughput-speedup-analysis"
15991
15992 - type: "plot"
15993   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15994   algorithm: "plot_tsa_name"
15995   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15996   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15997   include:
15998     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15999     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16000     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16001     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16002     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16003   layout:
16004     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16005     layout: "plot-throughput-speedup-analysis"
16006
16007 - type: "plot"
16008   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16009   algorithm: "plot_tsa_name"
16010   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16011   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16012   include:
16013     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16014     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16015     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16016     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16017     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16018     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16019   layout:
16020     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16021     layout: "plot-throughput-speedup-analysis"
16022
16023 - type: "plot"
16024   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16025   algorithm: "plot_tsa_name"
16026   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16027   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16028   include:
16029     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16030     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16031     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16032     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16033     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16034     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16035   layout:
16036     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16037     layout: "plot-throughput-speedup-analysis"
16038
16039 #- type: "plot"
16040 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16041 #  algorithm: "plot_tsa_name"
16042 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16043 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16044 #  include:
16045 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16046 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16047 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16048 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16049 #  layout:
16050 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16051 #    layout: "plot-throughput-speedup-analysis"
16052 #
16053 #- type: "plot"
16054 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16055 #  algorithm: "plot_tsa_name"
16056 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16057 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16058 #  include:
16059 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16060 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16061 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16062 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16063 #  layout:
16064 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16065 #    layout: "plot-throughput-speedup-analysis"
16066
16067 - type: "plot"
16068   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16069   algorithm: "plot_tsa_name"
16070   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16071   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16072   include:
16073     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16074     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16075     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16076     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16077     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16078     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16079   layout:
16080     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16081     layout: "plot-throughput-speedup-analysis"
16082
16083 - type: "plot"
16084   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16085   algorithm: "plot_tsa_name"
16086   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16087   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16088   include:
16089     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16090     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16091     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16092     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16093     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16094     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16095   layout:
16096     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16097     layout: "plot-throughput-speedup-analysis"
16098
16099 #- type: "plot"
16100 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16101 #  algorithm: "plot_tsa_name"
16102 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16103 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16104 #  include:
16105 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16106 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16107 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16108 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16109 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16110 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16111 #  layout:
16112 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16113 #    layout: "plot-throughput-speedup-analysis"
16114 #
16115 #- type: "plot"
16116 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16117 #  algorithm: "plot_tsa_name"
16118 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16119 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16120 #  include:
16121 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16122 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16123 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16124 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16125 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16126 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16127 #  layout:
16128 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16129 #    layout: "plot-throughput-speedup-analysis"
16130
16131 #- type: "plot"
16132 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16133 #  algorithm: "plot_tsa_name"
16134 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16135 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16136 #  include:
16137 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16138 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16139 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16140 #  layout:
16141 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16142 #    layout: "plot-throughput-speedup-analysis"
16143 #
16144 #- type: "plot"
16145 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16146 #  algorithm: "plot_tsa_name"
16147 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16148 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16149 #  include:
16150 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16151 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16152 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16153 #  layout:
16154 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16155 #    layout: "plot-throughput-speedup-analysis"
16156
16157 ################################################################################
16158
16159 # Packet Throughput - DPDK
16160
16161 # 2n-skx-xxv710
16162
16163 - type: "plot"
16164   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16165   algorithm: "plot_perf_box_name"
16166   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16167   data: "plot-dpdk-throughput-latency-2n-skx"
16168   include:
16169     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16170     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16171   layout:
16172     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16173     layout: "plot-throughput"
16174
16175 - type: "plot"
16176   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16177   algorithm: "plot_perf_box_name"
16178   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16179   data: "plot-dpdk-throughput-latency-2n-skx"
16180   include:
16181     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16182     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16183   layout:
16184     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16185     layout: "plot-throughput"
16186
16187 - type: "plot"
16188   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16189   algorithm: "plot_perf_box_name"
16190   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16191   data: "plot-dpdk-throughput-latency-2n-skx"
16192   include:
16193     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16194     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16195   layout:
16196     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16197     layout: "plot-throughput"
16198
16199 - type: "plot"
16200   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16201   algorithm: "plot_perf_box_name"
16202   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16203   data: "plot-dpdk-throughput-latency-2n-skx"
16204   include:
16205     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16206     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16207   layout:
16208     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16209     layout: "plot-throughput"
16210
16211 # 2n-skx-x710
16212
16213 - type: "plot"
16214   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16215   algorithm: "plot_perf_box_name"
16216   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16217   data: "plot-dpdk-throughput-latency-2n-skx"
16218   include:
16219     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16220     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16221   layout:
16222     title: "2n-skx-x710-64b-2t1c-base-ndr"
16223     layout: "plot-throughput"
16224
16225 - type: "plot"
16226   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16227   algorithm: "plot_perf_box_name"
16228   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16229   data: "plot-dpdk-throughput-latency-2n-skx"
16230   include:
16231     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16232     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16233   layout:
16234     title: "2n-skx-x710-64b-4t2c-base-ndr"
16235     layout: "plot-throughput"
16236
16237 - type: "plot"
16238   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16239   algorithm: "plot_perf_box_name"
16240   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16241   data: "plot-dpdk-throughput-latency-2n-skx"
16242   include:
16243     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16244     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16245   layout:
16246     title: "2n-skx-x710-64b-2t1c-base-pdr"
16247     layout: "plot-throughput"
16248
16249 - type: "plot"
16250   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16251   algorithm: "plot_perf_box_name"
16252   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16253   data: "plot-dpdk-throughput-latency-2n-skx"
16254   include:
16255     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16256     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16257   layout:
16258     title: "2n-skx-x710-64b-4t2c-base-pdr"
16259     layout: "plot-throughput"
16260
16261 # 3n-skx-xxv710
16262
16263 - type: "plot"
16264   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16265   algorithm: "plot_perf_box_name"
16266   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16267   data: "plot-dpdk-throughput-latency-3n-skx"
16268   include:
16269     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16270     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16271   layout:
16272     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16273     layout: "plot-throughput"
16274
16275 - type: "plot"
16276   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16277   algorithm: "plot_perf_box_name"
16278   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16279   data: "plot-dpdk-throughput-latency-3n-skx"
16280   include:
16281     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16282     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16283   layout:
16284     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16285     layout: "plot-throughput"
16286
16287 - type: "plot"
16288   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16289   algorithm: "plot_perf_box_name"
16290   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16291   data: "plot-dpdk-throughput-latency-3n-skx"
16292   include:
16293     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16294     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16295   layout:
16296     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16297     layout: "plot-throughput"
16298
16299 - type: "plot"
16300   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16301   algorithm: "plot_perf_box_name"
16302   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16303   data: "plot-dpdk-throughput-latency-3n-skx"
16304   include:
16305     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16306     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16307   layout:
16308     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16309     layout: "plot-throughput"
16310
16311 # 3n-skx-x710
16312
16313 - type: "plot"
16314   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16315   algorithm: "plot_perf_box_name"
16316   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16317   data: "plot-dpdk-throughput-latency-3n-skx"
16318   include:
16319     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16320     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16321   layout:
16322     title: "3n-skx-x710-64b-2t1c-base-ndr"
16323     layout: "plot-throughput"
16324
16325 - type: "plot"
16326   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16327   algorithm: "plot_perf_box_name"
16328   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16329   data: "plot-dpdk-throughput-latency-3n-skx"
16330   include:
16331     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16332     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16333   layout:
16334     title: "3n-skx-x710-64b-4t2c-base-ndr"
16335     layout: "plot-throughput"
16336
16337 - type: "plot"
16338   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16339   algorithm: "plot_perf_box_name"
16340   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16341   data: "plot-dpdk-throughput-latency-3n-skx"
16342   include:
16343     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16344     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16345   layout:
16346     title: "3n-skx-x710-64b-2t1c-base-pdr"
16347     layout: "plot-throughput"
16348
16349 - type: "plot"
16350   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16351   algorithm: "plot_perf_box_name"
16352   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16353   data: "plot-dpdk-throughput-latency-3n-skx"
16354   include:
16355     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16356     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16357   layout:
16358     title: "3n-skx-x710-64b-4t2c-base-pdr"
16359     layout: "plot-throughput"
16360
16361 # 3n-hsw-xl710
16362
16363 - type: "plot"
16364   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16365   algorithm: "plot_perf_box_name"
16366   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16367   data: "plot-dpdk-throughput-latency-3n-hsw"
16368   include:
16369     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16370     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16371   layout:
16372     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16373     layout: "plot-throughput"
16374
16375 - type: "plot"
16376   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16377   algorithm: "plot_perf_box_name"
16378   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16379   data: "plot-dpdk-throughput-latency-3n-hsw"
16380   include:
16381     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16382     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16383   layout:
16384     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16385     layout: "plot-throughput"
16386
16387 - type: "plot"
16388   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16389   algorithm: "plot_perf_box_name"
16390   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16391   data: "plot-dpdk-throughput-latency-3n-hsw"
16392   include:
16393     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16394     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16395   layout:
16396     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16397     layout: "plot-throughput"
16398
16399 - type: "plot"
16400   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16401   algorithm: "plot_perf_box_name"
16402   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16403   data: "plot-dpdk-throughput-latency-3n-hsw"
16404   include:
16405     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16406     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16407   layout:
16408     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16409     layout: "plot-throughput"
16410
16411 # 3n-hsw-x710
16412
16413 - type: "plot"
16414   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16415   algorithm: "plot_perf_box_name"
16416   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16417   data: "plot-dpdk-throughput-latency-3n-hsw"
16418   include:
16419     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16420     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16421   layout:
16422     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16423     layout: "plot-throughput"
16424
16425 - type: "plot"
16426   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16427   algorithm: "plot_perf_box_name"
16428   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16429   data: "plot-dpdk-throughput-latency-3n-hsw"
16430   include:
16431     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16432     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16433   layout:
16434     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16435     layout: "plot-throughput"
16436
16437 - type: "plot"
16438   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16439   algorithm: "plot_perf_box_name"
16440   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16441   data: "plot-dpdk-throughput-latency-3n-hsw"
16442   include:
16443     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16444     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16445   layout:
16446     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16447     layout: "plot-throughput"
16448
16449 - type: "plot"
16450   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16451   algorithm: "plot_perf_box_name"
16452   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16453   data: "plot-dpdk-throughput-latency-3n-hsw"
16454   include:
16455     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16456     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16457   layout:
16458     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16459     layout: "plot-throughput"
16460
16461 # 2n-dnv-x553
16462
16463 - type: "plot"
16464   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16465   algorithm: "plot_perf_box_name"
16466   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16467   data: "plot-dpdk-throughput-latency-2n-dnv"
16468   include:
16469     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16470     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16471   layout:
16472     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16473     layout: "plot-throughput"
16474
16475 - type: "plot"
16476   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16477   algorithm: "plot_perf_box_name"
16478   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16479   data: "plot-dpdk-throughput-latency-2n-dnv"
16480   include:
16481     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16482     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16483   layout:
16484     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16485     layout: "plot-throughput"
16486
16487 - type: "plot"
16488   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16489   algorithm: "plot_perf_box_name"
16490   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16491   data: "plot-dpdk-throughput-latency-2n-dnv"
16492   include:
16493     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16494     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16495   layout:
16496     title: "2n-dnv-x553-64b-1t1c-base-pdr"
16497     layout: "plot-throughput"
16498
16499 - type: "plot"
16500   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16501   algorithm: "plot_perf_box_name"
16502   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16503   data: "plot-dpdk-throughput-latency-2n-dnv"
16504   include:
16505     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16506     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16507   layout:
16508     title: "2n-dnv-x553-64b-2t2c-base-pdr"
16509     layout: "plot-throughput"
16510
16511 # 3n-dnv-x553
16512
16513 - type: "plot"
16514   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16515   algorithm: "plot_perf_box_name"
16516   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16517   data: "plot-dpdk-throughput-latency-3n-dnv"
16518   include:
16519     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16520     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16521   layout:
16522     title: "3n-dnv-x553-64b-1t1c-base-ndr"
16523     layout: "plot-throughput"
16524
16525 - type: "plot"
16526   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16527   algorithm: "plot_perf_box_name"
16528   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16529   data: "plot-dpdk-throughput-latency-3n-dnv"
16530   include:
16531     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16532     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16533   layout:
16534     title: "3n-dnv-x553-64b-2t2c-base-ndr"
16535     layout: "plot-throughput"
16536
16537 - type: "plot"
16538   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16539   algorithm: "plot_perf_box_name"
16540   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16541   data: "plot-dpdk-throughput-latency-3n-dnv"
16542   include:
16543     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16544     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16545   layout:
16546     title: "3n-dnv-x553-64b-1t1c-base-pdr"
16547     layout: "plot-throughput"
16548
16549 - type: "plot"
16550   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16551   algorithm: "plot_perf_box_name"
16552   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16553   data: "plot-dpdk-throughput-latency-3n-dnv"
16554   include:
16555     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16556     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16557   layout:
16558     title: "3n-dnv-x553-64b-2t2c-base-pdr"
16559     layout: "plot-throughput"
16560
16561 # 3n-tsh-x520
16562
16563 - type: "plot"
16564   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16565   algorithm: "plot_perf_box_name"
16566   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16567   data: "plot-dpdk-throughput-latency-3n-tsh"
16568   include:
16569     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16570     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16571   layout:
16572     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16573     layout: "plot-throughput"
16574
16575 - type: "plot"
16576   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16577   algorithm: "plot_perf_box_name"
16578   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16579   data: "plot-dpdk-throughput-latency-3n-tsh"
16580   include:
16581     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16582     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16583   layout:
16584     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16585     layout: "plot-throughput"
16586
16587 - type: "plot"
16588   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16589   algorithm: "plot_perf_box_name"
16590   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16591   data: "plot-dpdk-throughput-latency-3n-tsh"
16592   include:
16593     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16594     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16595   layout:
16596     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16597     layout: "plot-throughput"
16598
16599 - type: "plot"
16600   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16601   algorithm: "plot_perf_box_name"
16602   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16603   data: "plot-dpdk-throughput-latency-3n-tsh"
16604   include:
16605     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16606     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16607   layout:
16608     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16609     layout: "plot-throughput"
16610
16611 ################################################################################
16612 ###   2n-clx                                                                 ###
16613 ################################################################################
16614
16615 # Packet Throughput
16616
16617 - type: "plot"
16618   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16619   algorithm: "plot_perf_box_name"
16620   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16621   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16622   include:
16623     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16624     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16625     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16626     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16627   layout:
16628     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16629     layout: "plot-throughput"
16630
16631 - type: "plot"
16632   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16633   algorithm: "plot_perf_box_name"
16634   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16635   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16636   include:
16637     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16638     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16639     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16640     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16641   layout:
16642     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16643     layout: "plot-throughput"
16644
16645 - type: "plot"
16646   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16647   algorithm: "plot_perf_box_name"
16648   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16649   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16650   include:
16651     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16652     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16653     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16654     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16655   layout:
16656     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16657     layout: "plot-throughput"
16658
16659 - type: "plot"
16660   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16661   algorithm: "plot_perf_box_name"
16662   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16663   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16664   include:
16665     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16666     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16667     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16668     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16669   layout:
16670     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16671     layout: "plot-throughput"
16672
16673 - type: "plot"
16674   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16675   algorithm: "plot_perf_box_name"
16676   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16677   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16678   include:
16679 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16680     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16681     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16682     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16683   layout:
16684     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16685     layout: "plot-throughput"
16686
16687 - type: "plot"
16688   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16689   algorithm: "plot_perf_box_name"
16690   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16691   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16692   include:
16693 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16694     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16695     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16696     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16697   layout:
16698     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16699     layout: "plot-throughput"
16700
16701 - type: "plot"
16702   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16703   algorithm: "plot_perf_box_name"
16704   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16705   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16706   include:
16707     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16708     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16709     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16710     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16711     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16712     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16713   layout:
16714     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16715     layout: "plot-throughput"
16716
16717 - type: "plot"
16718   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16719   algorithm: "plot_perf_box_name"
16720   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16721   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16722   include:
16723     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16724     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16725     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16726     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16727     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16728     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16729   layout:
16730     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16731     layout: "plot-throughput"
16732
16733 - type: "plot"
16734   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16735   algorithm: "plot_perf_box_name"
16736   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16737   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16738   include:
16739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16740     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16743   layout:
16744     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16745     layout: "plot-throughput"
16746
16747 - type: "plot"
16748   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16749   algorithm: "plot_perf_box_name"
16750   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16751   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16752   include:
16753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16756     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16757   layout:
16758     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16759     layout: "plot-throughput"
16760
16761 - type: "plot"
16762   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16763   algorithm: "plot_perf_box_name"
16764   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16765   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16766   include:
16767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16770   layout:
16771     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16772     layout: "plot-throughput"
16773
16774 - type: "plot"
16775   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16776   algorithm: "plot_perf_box_name"
16777   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16778   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16779   include:
16780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16783   layout:
16784     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16785     layout: "plot-throughput"
16786
16787 - type: "plot"
16788   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16789   algorithm: "plot_perf_box_name"
16790   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16791   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16792   include:
16793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16795     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16798   layout:
16799     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16800     layout: "plot-throughput"
16801
16802 - type: "plot"
16803   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16804   algorithm: "plot_perf_box_name"
16805   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16806   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16807   include:
16808     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16809     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16810     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16813   layout:
16814     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16815     layout: "plot-throughput"
16816
16817 - type: "plot"
16818   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16819   algorithm: "plot_perf_box_name"
16820   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16821   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16822   include:
16823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16825     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16826   layout:
16827     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16828     layout: "plot-throughput"
16829
16830 - type: "plot"
16831   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16832   algorithm: "plot_perf_box_name"
16833   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16834   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16835   include:
16836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16837     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16838     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16839   layout:
16840     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16841     layout: "plot-throughput"
16842
16843 - type: "plot"
16844   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16845   algorithm: "plot_perf_box_name"
16846   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16847   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16848   include:
16849     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16850     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16851     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16853     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
16854     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
16855   layout:
16856     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16857     layout: "plot-throughput"
16858
16859 - type: "plot"
16860   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16861   algorithm: "plot_perf_box_name"
16862   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16863   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16864   include:
16865     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16866     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16867     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16868     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16869     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
16870     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
16871   layout:
16872     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16873     layout: "plot-throughput"
16874
16875 - type: "plot"
16876   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16877   algorithm: "plot_perf_box_name"
16878   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16879   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16880   include:
16881     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16882     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16883     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16884     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16885     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16886     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
16887   layout:
16888     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16889     layout: "plot-throughput"
16890
16891 - type: "plot"
16892   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16893   algorithm: "plot_perf_box_name"
16894   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16895   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16896   include:
16897     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16898     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16899     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16900     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16901     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16902     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
16903   layout:
16904     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16905     layout: "plot-throughput"
16906
16907 - type: "plot"
16908   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16909   algorithm: "plot_perf_box_name"
16910   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16911   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16912   include:
16913     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16914     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16915   layout:
16916     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16917     layout: "plot-throughput"
16918
16919 - type: "plot"
16920   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16921   algorithm: "plot_perf_box_name"
16922   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16923   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16924   include:
16925     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16926     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16927   layout:
16928     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16929     layout: "plot-throughput"
16930
16931 - type: "plot"
16932   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16933   algorithm: "plot_perf_box_name"
16934   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16935   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16936   include:
16937     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16938     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16939     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16940     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16941     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16942     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16943   layout:
16944     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16945     layout: "plot-throughput"
16946
16947 - type: "plot"
16948   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16949   algorithm: "plot_perf_box_name"
16950   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16951   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16952   include:
16953     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16954     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16955     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16956     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16957     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16958     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16959   layout:
16960     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16961     layout: "plot-throughput"
16962
16963 - type: "plot"
16964   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16965   algorithm: "plot_perf_box_name"
16966   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16967   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16968   include:
16969     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16970     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16971     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16972     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16973     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
16974     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
16975   layout:
16976     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16977     layout: "plot-throughput"
16978
16979 - type: "plot"
16980   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16981   algorithm: "plot_perf_box_name"
16982   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16983   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16984   include:
16985     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16986     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16987     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16988     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16989     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
16990     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
16991   layout:
16992     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16993     layout: "plot-throughput"
16994
16995 - type: "plot"
16996   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
16997   algorithm: "plot_perf_box_name"
16998   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
16999   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17000   include:
17001     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17002     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17003     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17004     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17005     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17006     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17007   layout:
17008     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17009     layout: "plot-throughput"
17010
17011 - type: "plot"
17012   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17013   algorithm: "plot_perf_box_name"
17014   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17015   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17016   include:
17017     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17018     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17019     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17020     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17021     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17022     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17023   layout:
17024     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17025     layout: "plot-throughput"
17026
17027 - type: "plot"
17028   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17029   algorithm: "plot_perf_box_name"
17030   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17031   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17032   include:
17033     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17034     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17035     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17036     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17037     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17038   layout:
17039     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17040     layout: "plot-throughput"
17041
17042 - type: "plot"
17043   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17044   algorithm: "plot_perf_box_name"
17045   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17046   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17047   include:
17048     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17049     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17050     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17051     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17052     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17053   layout:
17054     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17055     layout: "plot-throughput"
17056
17057 - type: "plot"
17058   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17059   algorithm: "plot_perf_box_name"
17060   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17061   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17062   include:
17063     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17064     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17065     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17066     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17067     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17068   layout:
17069     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17070     layout: "plot-throughput"
17071
17072 - type: "plot"
17073   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17074   algorithm: "plot_perf_box_name"
17075   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17076   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17077   include:
17078     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17079     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17080     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17081     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17082     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17083   layout:
17084     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17085     layout: "plot-throughput"
17086
17087 - type: "plot"
17088   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17089   algorithm: "plot_perf_box_name"
17090   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17091   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17092   include:
17093     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17094     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17095     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17096     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17097     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17098   layout:
17099     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17100     layout: "plot-throughput"
17101
17102 - type: "plot"
17103   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17104   algorithm: "plot_perf_box_name"
17105   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17106   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17107   include:
17108     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17109     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17110     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17111     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17112     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17113   layout:
17114     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17115     layout: "plot-throughput"
17116
17117 - type: "plot"
17118   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17119   algorithm: "plot_perf_box_name"
17120   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17121   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17122   include:
17123     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17124     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17125     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17126     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17127     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17128   layout:
17129     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17130     layout: "plot-throughput"
17131
17132 - type: "plot"
17133   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17134   algorithm: "plot_perf_box_name"
17135   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17136   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17137   include:
17138     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17139     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17140     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17141     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17142     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17143   layout:
17144     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17145     layout: "plot-throughput"
17146
17147 - type: "plot"
17148   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17149   algorithm: "plot_perf_box_name"
17150   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17151   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17152   include:
17153     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17154     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17155     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17156     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17157     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17158   layout:
17159     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17160     layout: "plot-throughput"
17161
17162 - type: "plot"
17163   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17164   algorithm: "plot_perf_box_name"
17165   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17166   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17167   include:
17168     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17169     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17170     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17171     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17172     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17173   layout:
17174     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17175     layout: "plot-throughput"
17176
17177 - type: "plot"
17178   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17179   algorithm: "plot_perf_box_name"
17180   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17181   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17182   include:
17183     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17184     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17185     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17186     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17187     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17188     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17189   layout:
17190     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17191     layout: "plot-throughput"
17192
17193 - type: "plot"
17194   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17195   algorithm: "plot_perf_box_name"
17196   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17197   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17198   include:
17199     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17200     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17201     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17202     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17203     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17204     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17205   layout:
17206     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17207     layout: "plot-throughput"
17208
17209 - type: "plot"
17210   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17211   algorithm: "plot_perf_box_name"
17212   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17213   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17214   include:
17215     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17217     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17218     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17219   layout:
17220     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17221     layout: "plot-throughput"
17222
17223 - type: "plot"
17224   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17225   algorithm: "plot_perf_box_name"
17226   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17227   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17228   include:
17229     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17230     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17231     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17232     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17233   layout:
17234     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17235     layout: "plot-throughput"
17236
17237 - type: "plot"
17238   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17239   algorithm: "plot_perf_box_name"
17240   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17241   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17242   include:
17243     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17244     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17245     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17246     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17247     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17248     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17249   layout:
17250     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17251     layout: "plot-throughput"
17252
17253 - type: "plot"
17254   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17255   algorithm: "plot_perf_box_name"
17256   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17257   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17258   include:
17259     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17260     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17261     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17262     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17263     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17264     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17265   layout:
17266     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17267     layout: "plot-throughput"
17268
17269 - type: "plot"
17270   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17271   algorithm: "plot_perf_box_name"
17272   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17273   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17274   include:
17275     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17276     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17277     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17278     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17279   layout:
17280     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17281     layout: "plot-throughput"
17282
17283 - type: "plot"
17284   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17285   algorithm: "plot_perf_box_name"
17286   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17287   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17288   include:
17289     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17290     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17291     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17292     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17293   layout:
17294     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17295     layout: "plot-throughput"
17296
17297 - type: "plot"
17298   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17299   algorithm: "plot_perf_box_name"
17300   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17301   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17302   include:
17303     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17304     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17305     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17306     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17307     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17308     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17309   layout:
17310     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17311     layout: "plot-throughput"
17312
17313 - type: "plot"
17314   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17315   algorithm: "plot_perf_box_name"
17316   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17317   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17318   include:
17319     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17320     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17321     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17322     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17323     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17324     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17325   layout:
17326     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17327     layout: "plot-throughput"
17328
17329 - type: "plot"
17330   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17331   algorithm: "plot_perf_box_name"
17332   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17333   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17334   include:
17335     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17336     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17337     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17338     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17339   layout:
17340     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17341     layout: "plot-throughput"
17342
17343 - type: "plot"
17344   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17345   algorithm: "plot_perf_box_name"
17346   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17347   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17348   include:
17349     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17350     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17351     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17352     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17353   layout:
17354     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17355     layout: "plot-throughput"
17356
17357 - type: "plot"
17358   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17359   algorithm: "plot_perf_box_name"
17360   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17361   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17362   include:
17363     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17364     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17365     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17366     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17367     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17368   layout:
17369     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17370     layout: "plot-throughput"
17371
17372 - type: "plot"
17373   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17374   algorithm: "plot_perf_box_name"
17375   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17376   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17377   include:
17378     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17379     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17380     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17381     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17382     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17383   layout:
17384     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17385     layout: "plot-throughput"
17386
17387 - type: "plot"
17388   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17389   algorithm: "plot_perf_box_name"
17390   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17391   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17392   include:
17393     - "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"
17394     - "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"
17395     - "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"
17396     - "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"
17397     - "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"
17398   layout:
17399     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17400     layout: "plot-throughput"
17401
17402 - type: "plot"
17403   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17404   algorithm: "plot_perf_box_name"
17405   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17406   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17407   include:
17408     - "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"
17409     - "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"
17410     - "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"
17411     - "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"
17412     - "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"
17413   layout:
17414     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17415     layout: "plot-throughput"
17416
17417 - type: "plot"
17418   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17419   algorithm: "plot_perf_box_name"
17420   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17421   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17422   include:
17423     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17424     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17425     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17426     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17427     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17428   layout:
17429     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17430     layout: "plot-throughput"
17431
17432 - type: "plot"
17433   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17434   algorithm: "plot_perf_box_name"
17435   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17436   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17437   include:
17438     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17439     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17440     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17441     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17443   layout:
17444     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17445     layout: "plot-throughput"
17446
17447 - type: "plot"
17448   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17449   algorithm: "plot_perf_box_name"
17450   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17451   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17452   include:
17453     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17454     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17455     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17456     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17457     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17458   layout:
17459     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17460     layout: "plot-throughput"
17461
17462 - type: "plot"
17463   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17464   algorithm: "plot_perf_box_name"
17465   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17466   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17467   include:
17468     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17469     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17470     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17471     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17472     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17473   layout:
17474     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17475     layout: "plot-throughput"
17476
17477 - type: "plot"
17478   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17479   algorithm: "plot_perf_box_name"
17480   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17481   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17482   include:
17483     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17484     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17485     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17486     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17487   layout:
17488     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17489     layout: "plot-throughput"
17490
17491 - type: "plot"
17492   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17493   algorithm: "plot_perf_box_name"
17494   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17495   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17496   include:
17497     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17498     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17499     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17500     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17501   layout:
17502     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17503     layout: "plot-throughput"
17504
17505 - type: "plot"
17506   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17507   algorithm: "plot_perf_box_name"
17508   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17509   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17510   include:
17511     - "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"
17512     - "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"
17513     - "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"
17514     - "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"
17515   layout:
17516     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17517     layout: "plot-throughput"
17518
17519 - type: "plot"
17520   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17521   algorithm: "plot_perf_box_name"
17522   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17523   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17524   include:
17525     - "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"
17526     - "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"
17527     - "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"
17528     - "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"
17529   layout:
17530     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17531     layout: "plot-throughput"
17532
17533 - type: "plot"
17534   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17535   algorithm: "plot_perf_box_name"
17536   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17537   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17538   include:
17539     - "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"
17540     - "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"
17541     - "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"
17542     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17543     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17544     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17545   layout:
17546     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
17547     layout: "plot-throughput"
17548
17549 - type: "plot"
17550   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17551   algorithm: "plot_perf_box_name"
17552   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17553   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17554   include:
17555     - "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"
17556     - "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"
17557     - "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"
17558     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17559     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17560     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17561   layout:
17562     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
17563     layout: "plot-throughput"
17564
17565 ################################################################################
17566
17567 # Packet Speedup
17568
17569 - type: "plot"
17570   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17571   algorithm: "plot_tsa_name"
17572   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17573   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17574   include:
17575     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17576     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17577     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17578     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17579   layout:
17580     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
17581     layout: "plot-throughput-speedup-analysis"
17582
17583 - type: "plot"
17584   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17585   algorithm: "plot_tsa_name"
17586   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17587   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17588   include:
17589     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17590     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17591     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17592     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17593   layout:
17594     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
17595     layout: "plot-throughput-speedup-analysis"
17596
17597 - type: "plot"
17598   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17599   algorithm: "plot_tsa_name"
17600   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17601   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17602   include:
17603     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17604     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17605     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17606     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17607   layout:
17608     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
17609     layout: "plot-throughput-speedup-analysis"
17610
17611 - type: "plot"
17612   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17613   algorithm: "plot_tsa_name"
17614   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17615   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17616   include:
17617     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17618     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17619     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17620     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17621   layout:
17622     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
17623     layout: "plot-throughput-speedup-analysis"
17624
17625 - type: "plot"
17626   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17627   algorithm: "plot_tsa_name"
17628   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17629   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17630   include:
17631     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17632     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17633     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17634     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17635   layout:
17636     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
17637     layout: "plot-throughput-speedup-analysis"
17638
17639 - type: "plot"
17640   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17641   algorithm: "plot_tsa_name"
17642   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17643   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17644   include:
17645     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17646     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17647     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17648     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17649   layout:
17650     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
17651     layout: "plot-throughput-speedup-analysis"
17652
17653 - type: "plot"
17654   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17655   algorithm: "plot_tsa_name"
17656   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17657   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17658   include:
17659     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17660     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17661     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17662     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17663     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17664     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17665   layout:
17666     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
17667     layout: "plot-throughput-speedup-analysis"
17668
17669 - type: "plot"
17670   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17671   algorithm: "plot_tsa_name"
17672   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17673   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17674   include:
17675     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17676     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17677     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17678     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17679     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17680     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17681   layout:
17682     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
17683     layout: "plot-throughput-speedup-analysis"
17684
17685 - type: "plot"
17686   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17687   algorithm: "plot_tsa_name"
17688   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17689   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17690   include:
17691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17695   layout:
17696     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
17697     layout: "plot-throughput-speedup-analysis"
17698
17699 - type: "plot"
17700   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17701   algorithm: "plot_tsa_name"
17702   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17703   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17704   include:
17705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17709   layout:
17710     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
17711     layout: "plot-throughput-speedup-analysis"
17712
17713 - type: "plot"
17714   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17715   algorithm: "plot_tsa_name"
17716   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17717   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17718   include:
17719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17722   layout:
17723     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
17724     layout: "plot-throughput-speedup-analysis"
17725
17726 - type: "plot"
17727   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17728   algorithm: "plot_tsa_name"
17729   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17730   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17731   include:
17732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17735   layout:
17736     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
17737     layout: "plot-throughput-speedup-analysis"
17738
17739 - type: "plot"
17740   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17741   algorithm: "plot_tsa_name"
17742   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17743   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17744   include:
17745     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17750   layout:
17751     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
17752     layout: "plot-throughput-speedup-analysis"
17753
17754 - type: "plot"
17755   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17756   algorithm: "plot_tsa_name"
17757   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17758   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17759   include:
17760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17765   layout:
17766     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
17767     layout: "plot-throughput-speedup-analysis"
17768
17769 - type: "plot"
17770   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17771   algorithm: "plot_tsa_name"
17772   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17773   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17774   include:
17775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17778   layout:
17779     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
17780     layout: "plot-throughput-speedup-analysis"
17781
17782 - type: "plot"
17783   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17784   algorithm: "plot_tsa_name"
17785   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17786   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17787   include:
17788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17791   layout:
17792     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
17793     layout: "plot-throughput-speedup-analysis"
17794
17795 - type: "plot"
17796   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17797   algorithm: "plot_tsa_name"
17798   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17799   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17800   include:
17801     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17802     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17803     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17804     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17805     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
17806     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
17807   layout:
17808     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
17809     layout: "plot-throughput-speedup-analysis"
17810
17811 - type: "plot"
17812   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17813   algorithm: "plot_tsa_name"
17814   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17815   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17816   include:
17817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17820     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17821     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
17822     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
17823   layout:
17824     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
17825     layout: "plot-throughput-speedup-analysis"
17826
17827 - type: "plot"
17828   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17829   algorithm: "plot_tsa_name"
17830   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17831   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17832   include:
17833     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17834     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17835     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17837     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17838     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
17839   layout:
17840     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
17841     layout: "plot-throughput-speedup-analysis"
17842
17843 - type: "plot"
17844   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17845   algorithm: "plot_tsa_name"
17846   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17847   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17848   include:
17849     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17850     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17851     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17853     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17854     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
17855   layout:
17856     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
17857     layout: "plot-throughput-speedup-analysis"
17858
17859 - type: "plot"
17860   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17861   algorithm: "plot_tsa_name"
17862   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17863   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17864   include:
17865     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17866     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17867   layout:
17868     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
17869     layout: "plot-throughput-speedup-analysis"
17870
17871 - type: "plot"
17872   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17873   algorithm: "plot_tsa_name"
17874   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17875   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17876   include:
17877     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17878     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17879   layout:
17880     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
17881     layout: "plot-throughput-speedup-analysis"
17882
17883 - type: "plot"
17884   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17885   algorithm: "plot_tsa_name"
17886   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17887   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17888   include:
17889     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17890     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17891     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17892     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17893     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17894     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17895   layout:
17896     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
17897     layout: "plot-throughput-speedup-analysis"
17898
17899 - type: "plot"
17900   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17901   algorithm: "plot_tsa_name"
17902   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17903   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17904   include:
17905     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17906     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17907     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17908     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17909     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17910     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17911   layout:
17912     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
17913     layout: "plot-throughput-speedup-analysis"
17914
17915 - type: "plot"
17916   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17917   algorithm: "plot_tsa_name"
17918   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17919   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17920   include:
17921     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17922     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17923     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17924     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17925     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
17926     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
17927   layout:
17928     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
17929     layout: "plot-throughput-speedup-analysis"
17930
17931 - type: "plot"
17932   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17933   algorithm: "plot_tsa_name"
17934   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17935   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17936   include:
17937     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17938     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17939     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17940     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17941     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-snat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-snat44det-h1-p1-s1-ndrpdr"
17942     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-snat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-snat44det-h1024-p63-s64512-ndrpdr"
17943   layout:
17944     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
17945     layout: "plot-throughput-speedup-analysis"
17946
17947 - type: "plot"
17948   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
17949   algorithm: "plot_tsa_name"
17950   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
17951   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17952   include:
17953     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17954     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17955     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17956     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17957     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17958     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17959   layout:
17960     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
17961     layout: "plot-throughput-speedup-analysis"
17962
17963 - type: "plot"
17964   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
17965   algorithm: "plot_tsa_name"
17966   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
17967   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17968   include:
17969     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17970     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17971     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17972     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17973     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17974     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17975   layout:
17976     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
17977     layout: "plot-throughput-speedup-analysis"
17978
17979 - type: "plot"
17980   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
17981   algorithm: "plot_tsa_name"
17982   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
17983   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17984   include:
17985     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17986     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17987     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
17988     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
17989     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17990   layout:
17991     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
17992     layout: "plot-throughput-speedup-analysis"
17993
17994 - type: "plot"
17995   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
17996   algorithm: "plot_tsa_name"
17997   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
17998   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17999   include:
18000     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18001     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18002     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18003     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18004     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18005   layout:
18006     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18007     layout: "plot-throughput-speedup-analysis"
18008
18009 - type: "plot"
18010   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18011   algorithm: "plot_tsa_name"
18012   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18013   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18014   include:
18015     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18016     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18017     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18018     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18019     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18020   layout:
18021     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18022     layout: "plot-throughput-speedup-analysis"
18023
18024 - type: "plot"
18025   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18026   algorithm: "plot_tsa_name"
18027   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18028   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18029   include:
18030     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18031     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18032     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18033     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18034     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18035   layout:
18036     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18037     layout: "plot-throughput-speedup-analysis"
18038
18039 - type: "plot"
18040   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18041   algorithm: "plot_tsa_name"
18042   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18043   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18044   include:
18045     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18046     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18047     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18048     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18049     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18050   layout:
18051     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18052     layout: "plot-throughput-speedup-analysis"
18053
18054 - type: "plot"
18055   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18056   algorithm: "plot_tsa_name"
18057   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18058   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18059   include:
18060     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18061     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18062     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18063     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18064     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18065   layout:
18066     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18067     layout: "plot-throughput-speedup-analysis"
18068
18069 - type: "plot"
18070   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18071   algorithm: "plot_tsa_name"
18072   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18073   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18074   include:
18075     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18076     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18077     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18078     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18079     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18080   layout:
18081     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18082     layout: "plot-throughput-speedup-analysis"
18083
18084 - type: "plot"
18085   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18086   algorithm: "plot_tsa_name"
18087   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18088   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18089   include:
18090     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18091     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18092     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18093     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18094     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18095   layout:
18096     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18097     layout: "plot-throughput-speedup-analysis"
18098
18099 - type: "plot"
18100   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18101   algorithm: "plot_tsa_name"
18102   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18103   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18104   include:
18105     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18106     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18107     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18108     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18109     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18110   layout:
18111     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18112     layout: "plot-throughput-speedup-analysis"
18113
18114 - type: "plot"
18115   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18116   algorithm: "plot_tsa_name"
18117   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18118   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18119   include:
18120     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18121     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18122     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18123     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18124     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18125   layout:
18126     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18127     layout: "plot-throughput-speedup-analysis"
18128
18129 - type: "plot"
18130   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18131   algorithm: "plot_tsa_name"
18132   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18133   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18134   include:
18135     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18136     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18137     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18138     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18139     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18140     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18141   layout:
18142     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18143     layout: "plot-throughput-speedup-analysis"
18144
18145 - type: "plot"
18146   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18147   algorithm: "plot_tsa_name"
18148   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18149   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18150   include:
18151     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18152     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18153     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18154     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18155     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18156     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18157   layout:
18158     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18159     layout: "plot-throughput-speedup-analysis"
18160
18161 - type: "plot"
18162   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18163   algorithm: "plot_tsa_name"
18164   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18165   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18166   include:
18167     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18168     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18169     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18170     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18171   layout:
18172     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18173     layout: "plot-throughput-speedup-analysis"
18174
18175 - type: "plot"
18176   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18177   algorithm: "plot_tsa_name"
18178   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18179   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18180   include:
18181     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18182     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18183     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18184     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18185   layout:
18186     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18187     layout: "plot-throughput-speedup-analysis"
18188
18189 - type: "plot"
18190   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18191   algorithm: "plot_tsa_name"
18192   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18193   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18194   include:
18195     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18196     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18197     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18198     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18199     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18200     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18201   layout:
18202     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18203     layout: "plot-throughput-speedup-analysis"
18204
18205 - type: "plot"
18206   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18207   algorithm: "plot_tsa_name"
18208   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18209   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18210   include:
18211     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18212     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18213     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18214     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18215     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18217   layout:
18218     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18219     layout: "plot-throughput-speedup-analysis"
18220
18221 - type: "plot"
18222   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18223   algorithm: "plot_tsa_name"
18224   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18225   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18226   include:
18227     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18228     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18229     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18230     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18231   layout:
18232     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18233     layout: "plot-throughput-speedup-analysis"
18234
18235 - type: "plot"
18236   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18237   algorithm: "plot_tsa_name"
18238   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18239   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18240   include:
18241     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18242     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18243     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18244     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18245   layout:
18246     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18247     layout: "plot-throughput-speedup-analysis"
18248
18249 - type: "plot"
18250   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18251   algorithm: "plot_tsa_name"
18252   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18253   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18254   include:
18255     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18256     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18257     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18258     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18259     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18260     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18261   layout:
18262     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18263     layout: "plot-throughput-speedup-analysis"
18264
18265 - type: "plot"
18266   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18267   algorithm: "plot_tsa_name"
18268   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18269   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18270   include:
18271     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18272     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18273     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18274     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18275     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18276     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18277   layout:
18278     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18279     layout: "plot-throughput-speedup-analysis"
18280
18281 - type: "plot"
18282   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18283   algorithm: "plot_tsa_name"
18284   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18285   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18286   include:
18287     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18288     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18289     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18290     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18291   layout:
18292     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18293     layout: "plot-throughput-speedup-analysis"
18294
18295 - type: "plot"
18296   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18297   algorithm: "plot_tsa_name"
18298   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18299   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18300   include:
18301     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18302     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18303     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18304     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18305   layout:
18306     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18307     layout: "plot-throughput-speedup-analysis"
18308
18309 - type: "plot"
18310   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18311   algorithm: "plot_tsa_name"
18312   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18313   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18314   include:
18315     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18316     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18317     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18318     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18319     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18320   layout:
18321     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18322     layout: "plot-throughput-speedup-analysis"
18323
18324 - type: "plot"
18325   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18326   algorithm: "plot_tsa_name"
18327   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18328   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18329   include:
18330     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18331     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18332     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18333     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18334     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18335   layout:
18336     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18337     layout: "plot-throughput-speedup-analysis"
18338
18339 - type: "plot"
18340   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18341   algorithm: "plot_tsa_name"
18342   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18343   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18344   include:
18345     - "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"
18346     - "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"
18347     - "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"
18348     - "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"
18349     - "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"
18350   layout:
18351     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18352     layout: "plot-throughput-speedup-analysis"
18353
18354 - type: "plot"
18355   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18356   algorithm: "plot_tsa_name"
18357   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18358   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18359   include:
18360     - "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"
18361     - "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"
18362     - "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"
18363     - "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"
18364     - "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"
18365   layout:
18366     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18367     layout: "plot-throughput-speedup-analysis"
18368
18369 - type: "plot"
18370   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18371   algorithm: "plot_tsa_name"
18372   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18373   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18374   include:
18375     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18376     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18377     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18378     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18379     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18380   layout:
18381     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18382     layout: "plot-throughput-speedup-analysis"
18383
18384 - type: "plot"
18385   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18386   algorithm: "plot_tsa_name"
18387   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18388   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18389   include:
18390     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18391     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18392     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18393     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18394     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18395   layout:
18396     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18397     layout: "plot-throughput-speedup-analysis"
18398
18399 - type: "plot"
18400   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18401   algorithm: "plot_tsa_name"
18402   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18403   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18404   include:
18405     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18406     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18407     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18408     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18409     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18410   layout:
18411     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18412     layout: "plot-throughput-speedup-analysis"
18413
18414 - type: "plot"
18415   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18416   algorithm: "plot_tsa_name"
18417   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18418   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18419   include:
18420     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18421     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18422     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18423     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18424     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18425   layout:
18426     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18427     layout: "plot-throughput-speedup-analysis"
18428
18429 - type: "plot"
18430   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18431   algorithm: "plot_tsa_name"
18432   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18433   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18434   include:
18435     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18436     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18437     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18438     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18439   layout:
18440     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18441     layout: "plot-throughput-speedup-analysis"
18442
18443 - type: "plot"
18444   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18445   algorithm: "plot_tsa_name"
18446   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18447   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18448   include:
18449     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18450     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18451     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18452     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18453   layout:
18454     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18455     layout: "plot-throughput-speedup-analysis"
18456
18457 - type: "plot"
18458   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18459   algorithm: "plot_tsa_name"
18460   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18461   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18462   include:
18463     - "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"
18464     - "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"
18465     - "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"
18466     - "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"
18467   layout:
18468     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18469     layout: "plot-throughput-speedup-analysis"
18470
18471 - type: "plot"
18472   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
18473   algorithm: "plot_tsa_name"
18474   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
18475   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18476   include:
18477     - "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"
18478     - "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"
18479     - "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"
18480     - "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"
18481   layout:
18482     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
18483     layout: "plot-throughput-speedup-analysis"
18484
18485 - type: "plot"
18486   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18487   algorithm: "plot_tsa_name"
18488   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18489   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18490   include:
18491     - "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"
18492     - "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"
18493     - "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"
18494     - "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"
18495     - "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"
18496     - "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"
18497   layout:
18498     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18499     layout: "plot-throughput-speedup-analysis"
18500
18501 - type: "plot"
18502   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18503   algorithm: "plot_tsa_name"
18504   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18505   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18506   include:
18507     - "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"
18508     - "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"
18509     - "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"
18510     - "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"
18511     - "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"
18512     - "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"
18513   layout:
18514     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18515     layout: "plot-throughput-speedup-analysis"
18516
18517 ################################################################################
18518
18519 # Packet Throughput - DPDK
18520
18521 # 2n-clx-xxv710
18522
18523 - type: "plot"
18524   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18525   algorithm: "plot_perf_box_name"
18526   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18527   data: "plot-dpdk-throughput-latency-2n-clx"
18528   include:
18529     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18530     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18531   layout:
18532     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
18533     layout: "plot-throughput"
18534
18535 - type: "plot"
18536   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
18537   algorithm: "plot_perf_box_name"
18538   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
18539   data: "plot-dpdk-throughput-latency-2n-clx"
18540   include:
18541     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18542     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18543   layout:
18544     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
18545     layout: "plot-throughput"
18546
18547 - type: "plot"
18548   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
18549   algorithm: "plot_perf_box_name"
18550   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
18551   data: "plot-dpdk-throughput-latency-2n-clx"
18552   include:
18553     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18554     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18555   layout:
18556     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
18557     layout: "plot-throughput"
18558
18559 - type: "plot"
18560   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
18561   algorithm: "plot_perf_box_name"
18562   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
18563   data: "plot-dpdk-throughput-latency-2n-clx"
18564   include:
18565     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18566     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18567   layout:
18568     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
18569     layout: "plot-throughput"
18570
18571 # 2n-clx-x710
18572
18573 - type: "plot"
18574   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
18575   algorithm: "plot_perf_box_name"
18576   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
18577   data: "plot-dpdk-throughput-latency-2n-clx"
18578   include:
18579     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18580     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18581   layout:
18582     title: "2n-clx-x710-64b-2t1c-base-ndr"
18583     layout: "plot-throughput"
18584
18585 - type: "plot"
18586   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
18587   algorithm: "plot_perf_box_name"
18588   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
18589   data: "plot-dpdk-throughput-latency-2n-clx"
18590   include:
18591     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18592     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18593   layout:
18594     title: "2n-clx-x710-64b-4t2c-base-ndr"
18595     layout: "plot-throughput"
18596
18597 - type: "plot"
18598   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
18599   algorithm: "plot_perf_box_name"
18600   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
18601   data: "plot-dpdk-throughput-latency-2n-clx"
18602   include:
18603     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18604     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18605   layout:
18606     title: "2n-clx-x710-64b-2t1c-base-pdr"
18607     layout: "plot-throughput"
18608
18609 - type: "plot"
18610   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
18611   algorithm: "plot_perf_box_name"
18612   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
18613   data: "plot-dpdk-throughput-latency-2n-clx"
18614   include:
18615     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18616     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18617   layout:
18618     title: "2n-clx-x710-64b-4t2c-base-pdr"
18619     layout: "plot-throughput"
18620
18621 ################################################################################
18622
18623 - type: "plot"
18624   title: "Latency by percentile: 2n-skx"
18625   algorithm: "plot_hdrh_lat_by_percentile"
18626   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
18627   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
18628   target-links: "../../_static/vpp"
18629   data: "plot-vpp-hdrh-lat-2n-skx"
18630   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18631   layout:
18632     layout: "plot-hdrh-latency-by-percentile"
18633
18634 - type: "plot"
18635   title: "Latency by percentile: 3n-skx"
18636   algorithm: "plot_hdrh_lat_by_percentile"
18637   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
18638   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
18639   target-links: "../../_static/vpp"
18640   data: "plot-vpp-hdrh-lat-3n-skx"
18641   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18642   layout:
18643     layout: "plot-hdrh-latency-by-percentile"
18644
18645 - type: "plot"
18646   title: "Latency by percentile: 2n-clx"
18647   algorithm: "plot_hdrh_lat_by_percentile"
18648   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
18649   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
18650   target-links: "../../_static/vpp"
18651   data: "plot-vpp-hdrh-lat-2n-clx"
18652   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18653   layout:
18654     layout: "plot-hdrh-latency-by-percentile"
18655
18656 - type: "plot"
18657   title: "Latency by percentile: 3n-hsw"
18658   algorithm: "plot_hdrh_lat_by_percentile"
18659   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
18660   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
18661   target-links: "../../_static/vpp"
18662   data: "plot-vpp-hdrh-lat-3n-hsw"
18663   filter: "'1T1C' and 'NIC_Intel-XL710'"
18664   layout:
18665     layout: "plot-hdrh-latency-by-percentile"
18666
18667 - type: "plot"
18668   title: "Latency by percentile: 3n-tsh"
18669   algorithm: "plot_hdrh_lat_by_percentile"
18670   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
18671   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
18672   target-links: "../../_static/vpp"
18673   data: "plot-vpp-hdrh-lat-3n-tsh"
18674   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18675   layout:
18676     layout: "plot-hdrh-latency-by-percentile"
18677
18678 - type: "plot"
18679   title: "Latency by percentile: DPDK 2n-skx"
18680   algorithm: "plot_hdrh_lat_by_percentile"
18681   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
18682   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
18683   target-links: "../../_static/dpdk"
18684   data: "plot-dpdk-hdrh-lat-2n-skx"
18685   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18686   layout:
18687     layout: "plot-hdrh-latency-by-percentile"
18688
18689 - type: "plot"
18690   title: "Latency by percentile: DPDK 3n-skx"
18691   algorithm: "plot_hdrh_lat_by_percentile"
18692   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
18693   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
18694   target-links: "../../_static/dpdk"
18695   data: "plot-dpdk-hdrh-lat-3n-skx"
18696   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18697   layout:
18698     layout: "plot-hdrh-latency-by-percentile"
18699
18700 - type: "plot"
18701   title: "Latency by percentile: DPDK 2n-clx"
18702   algorithm: "plot_hdrh_lat_by_percentile"
18703   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
18704   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
18705   target-links: "../../_static/dpdk"
18706   data: "plot-dpdk-hdrh-lat-2n-clx"
18707   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18708   layout:
18709     layout: "plot-hdrh-latency-by-percentile"
18710
18711 - type: "plot"
18712   title: "Latency by percentile: DPDK 3n-hsw"
18713   algorithm: "plot_hdrh_lat_by_percentile"
18714   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
18715   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
18716   target-links: "../../_static/dpdk"
18717   data: "plot-dpdk-hdrh-lat-3n-hsw"
18718   filter: "'1T1C' and 'NIC_Intel-XL710'"
18719   layout:
18720     layout: "plot-hdrh-latency-by-percentile"
18721
18722 - type: "plot"
18723   title: "Latency by percentile: DPDK 3n-tsh"
18724   algorithm: "plot_hdrh_lat_by_percentile"
18725   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
18726   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
18727   target-links: "../../_static/dpdk"
18728   data: "plot-dpdk-hdrh-lat-3n-tsh"
18729   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18730   layout:
18731     layout: "plot-hdrh-latency-by-percentile"