Report 2005: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Plots:
150
151     # 3n-hsw
152
153     plot-vpp-throughput-lat-tsa-3n-hsw:
154       csit-vpp-perf-report-iterative-2005-3n-hsw:
155         - 20  # NDRPDR sel env 4
156         - 21  # NDRPDR sel env 4
157         - 22  # NDRPDR sel env 4
158         - 23  # NDRPDR sel env 4
159         - 24  # NDRPDR sel env 4
160         - 25  # NDRPDR sel env 4
161         - 26  # NDRPDR sel env 4
162         - 27  # NDRPDR sel env 4
163         - 28  # NDRPDR sel env 4
164         - 29  # NDRPDR sel env 4
165
166     plot-vpp-hdrh-lat-3n-hsw:
167       csit-vpp-perf-report-iterative-2005-3n-hsw:
168         - 29  # NDRPDR sel env 4
169
170 #    plot-vpp-nfv-3n-hsw-ndrpdr:
171 #      csit-vpp-perf-report-iterative-2005-3n-hsw:
172 #        - 3   # NDRPDR sel
173 #        - 4   # NDRPDR sel
174 #        - 5   # NDRPDR sel
175 #        - 10  # NDRPDR sel
176 #        - 11  # NDRPDR sel
177 #        - 12  # NDRPDR sel
178 #        - 15  # NDRPDR sel
179 #        - 16  # NDRPDR sel
180 #        - 18  # NDRPDR sel
181 #        - 19  # NDRPDR sel
182
183 #    plot-vpp-nfv-3n-hsw-mrr:
184 #      csit-vpp-perf-report-iterative-2005-3n-hsw:
185 #        - 13  # MRR
186
187     plot-vpp-hoststack-3n-hsw:
188       csit-vpp-perf-verify-2005-3n-hsw:
189         - 3   # hoststack
190         - 5   # hoststack
191         - 6   # hoststack
192         - 7   # hoststack
193         - 8   # hoststack
194         - 9   # hoststack
195         - 10  # hoststack
196         - 11  # hoststack
197         - 12  # hoststack
198         - 13  # hoststack
199
200     plot-dpdk-throughput-latency-3n-hsw:
201       csit-dpdk-perf-report-iterative-2005-3n-hsw:
202         - 25  # NDRPDR iter
203         - 26  # NDRPDR iter
204         - 27  # NDRPDR iter
205         - 28  # NDRPDR iter
206         - 29  # NDRPDR iter
207         - 30  # NDRPDR iter
208         - 31  # NDRPDR iter
209         - 32  # NDRPDR iter
210         - 33  # NDRPDR iter
211         - 34  # NDRPDR iter
212
213     plot-dpdk-hdrh-lat-3n-hsw:
214       csit-dpdk-perf-report-iterative-2005-3n-hsw:
215         - 25  # NDRPDR iter
216
217     # 3n-skx
218
219     plot-vpp-throughput-lat-tsa-3n-skx:
220       csit-vpp-perf-report-iterative-2005-3n-skx:
221         - 42  # NDRPDR sel env 4
222         - 43  # NDRPDR sel env 4
223         - 44  # NDRPDR sel env 4
224         - 45  # NDRPDR sel env 4
225         - 47  # NDRPDR sel env 4
226
227     plot-vpp-hdrh-lat-3n-skx:
228       csit-vpp-perf-report-iterative-2005-3n-skx:
229         - 47  # NDRPDR sel env 4
230
231     plot-vpp-nfv-3n-skx-ndrpdr:
232       csit-vpp-perf-report-iterative-2005-3n-skx:
233         - 4   # NDRPDR sel
234         - 5   # NDRPDR sel ??? all x710 failed
235         - 33  # NDRPDR sel
236         - 28  # NDRPDR sel
237         - 34  # NDRPDR sel
238
239     plot-vpp-nfv-3n-skx-mrr:
240       csit-vpp-perf-report-iterative-2005-3n-skx:
241         - 49  # MRR sel env 4
242
243     plot-dpdk-throughput-latency-3n-skx:
244       csit-dpdk-perf-report-iterative-2005-3n-skx:
245         - 28  # NDRPDR iter
246         - 29  # NDRPDR iter
247         - 30  # NDRPDR iter
248         - 31  # NDRPDR iter
249         - 32  # NDRPDR iter
250         - 33  # NDRPDR iter
251         - 34  # NDRPDR iter
252         - 35  # NDRPDR iter
253         - 36  # NDRPDR iter
254         - 37  # NDRPDR iter
255
256     plot-dpdk-hdrh-lat-3n-skx:
257       csit-dpdk-perf-report-iterative-2005-3n-skx:
258         - 28  # NDRPDR iter
259
260     # 2n-skx
261
262     plot-vpp-throughput-lat-tsa-2n-skx:
263       csit-vpp-perf-report-iterative-2005-2n-skx:
264         - 88  # NDRPDR sel env 4
265         - 89  # NDRPDR sel env 4
266         - 90  # NDRPDR sel env 4
267         - 91  # NDRPDR sel env 4
268         - 92  # NDRPDR sel env 4
269         - 93  # NDRPDR sel env 4
270         - 94  # NDRPDR sel env 4
271
272     plot-vpp-hdrh-lat-2n-skx:
273       csit-vpp-perf-report-iterative-2005-2n-skx:
274         - 94  # NDRPDR sel
275
276     plot-vpp-soak-2n-skx:
277       csit-vpp-perf-report-iterative-2005-2n-skx:
278         - 122 # Soak
279         - 123 # Soak
280
281     plot-vpp-nfv-2n-skx-ndrpdr:
282       csit-vpp-perf-report-iterative-2005-2n-skx:
283         - 113 # nf-density-sel env 4
284         - 114 # nf-density-sel env 4
285         - 124 # nf-density-sel env 4
286
287     plot-vpp-nfv-2n-skx-mrr:
288       csit-vpp-perf-report-iterative-2005-2n-skx:
289         - 115 # nf-density-sel env 4
290
291     plot-vpp-nfv-reconf-2n-skx:
292       csit-vpp-perf-report-iterative-2005-2n-skx:
293         - 106 # Reconf env 4
294         - 107 # Reconf env 4
295         - 108 # Reconf env 4
296         - 109 # Reconf env 4
297         - 110 # Reconf env 4
298         - 111 # Reconf env 4
299         - 112 # Reconf env 4
300         - 118 # Reconf env 4
301         - 120 # Reconf env 4
302         - 121 # Reconf env 4
303
304     plot-dpdk-throughput-latency-2n-skx:
305       csit-dpdk-perf-report-iterative-2005-2n-skx:
306         - 20  # NDRPDR iter
307         - 21  # NDRPDR iter
308         - 22  # NDRPDR iter
309         - 23  # NDRPDR iter
310         - 24  # NDRPDR iter
311         - 25  # NDRPDR iter
312         - 26  # NDRPDR iter
313         - 27  # NDRPDR iter
314         - 28  # NDRPDR iter
315         - 29  # NDRPDR iter
316
317     plot-dpdk-hdrh-lat-2n-skx:
318       csit-dpdk-perf-report-iterative-2005-2n-skx:
319         - 20  # NDRPDR iter
320
321     # 2n-clx
322
323     plot-vpp-throughput-lat-tsa-2n-clx:
324       csit-vpp-perf-report-iterative-2005-2n-clx:
325         - 62  # NDRPDR sel env 4
326         - 63  # NDRPDR sel env 4
327         - 64  # NDRPDR sel env 4
328         - 65  # NDRPDR sel env 4
329         - 66  # NDRPDR sel env 4
330         - 68  # NDRPDR sel env 4
331         - 69  # NDRPDR sel env 4
332         - 70  # NDRPDR sel env 4
333
334     plot-vpp-hdrh-lat-2n-clx:
335       csit-vpp-perf-report-iterative-2005-2n-clx:
336         - 70  # NDRPDR sel env 4
337
338     plot-vpp-nfv-2n-clx-ndrpdr:
339       csit-vpp-perf-report-iterative-2005-2n-clx:
340         - 91  # nfv-density-00 env 4
341         - 92  # nfv-density-00 env 4
342         - 93  # nfv-density-00 env 4
343         - 97  # nfv-density-00 env 4
344         - 98  # nfv-density-00 env 4
345         - 99  # nfv-density-00 env 4
346         - 100 # nfv-density-00 env 4
347
348     plot-vpp-nfv-2n-clx-mrr:
349       csit-vpp-perf-report-iterative-2005-2n-clx:
350         - 96  # MRR
351
352     plot-vpp-nfv-reconf-2n-clx:
353       csit-vpp-perf-report-iterative-2005-2n-clx:
354         - 81  # Reconf env 4
355         - 82  # Reconf env 4
356         - 83  # Reconf env 4
357         - 84  # Reconf env 4
358         - 85  # Reconf env 4
359         - 86  # Reconf env 4
360         - 87  # Reconf env 4
361         - 88  # Reconf env 4
362         - 89  # Reconf env 4
363         - 90  # Reconf env 4
364
365     plot-vpp-soak-2n-clx:
366       csit-vpp-perf-report-iterative-2005-2n-clx:
367         - 101 # Soak
368         - 102 # Soak
369
370     plot-dpdk-throughput-latency-2n-clx:
371       csit-dpdk-perf-report-iterative-2005-2n-clx:
372         - 20  # NDRPDR iter
373         - 21  # NDRPDR iter
374         - 22  # NDRPDR iter
375         - 23  # NDRPDR iter
376         - 24  # NDRPDR iter
377         - 25  # NDRPDR iter
378         - 26  # NDRPDR iter
379         - 27  # NDRPDR iter
380         - 28  # NDRPDR iter
381         - 29  # NDRPDR iter
382
383     plot-dpdk-hdrh-lat-2n-clx:
384       csit-dpdk-perf-report-iterative-2005-2n-clx:
385         - 21  # NDRPDR iter
386
387     # 3n-tsh
388
389     plot-vpp-throughput-lat-tsa-3n-tsh:
390       csit-vpp-perf-report-iterative-2005-3n-tsh:
391         - 23  # NDRPDR sel env 4
392         - 25  # NDRPDR sel env 4
393         - 33  # NDRPDR sel env 4
394         - 34  # NDRPDR sel env 4
395         - 35  # NDRPDR sel env 4
396
397     plot-vpp-hdrh-lat-3n-tsh:
398       csit-vpp-perf-report-iterative-2005-3n-tsh:
399         - 35  # NDRPDR sel env 4
400
401     plot-dpdk-throughput-latency-3n-tsh:
402       csit-dpdk-perf-report-iterative-2005-3n-tsh:
403         - 5   # NDRPDR sel
404
405     plot-dpdk-hdrh-lat-3n-tsh:
406       csit-dpdk-perf-report-iterative-2005-3n-tsh:
407         - 5   # NDRPDR sel
408
409     # 3n-dnv
410
411     plot-vpp-throughput-lat-tsa-3n-dnv:
412       csit-vpp-perf-report-iterative-2005-3n-dnv:
413         - 2   # NDRPDR sel
414         - 3   # NDRPDR sel
415         - 4   # NDRPDR sel
416         - 5   # NDRPDR sel
417         - 6   # NDRPDR sel
418         - 7   # NDRPDR sel
419         - 9   # NDRPDR sel
420         - 10  # NDRPDR sel
421         - 11  # NDRPDR sel
422         - 12  # NDRPDR sel
423
424     plot-dpdk-throughput-latency-3n-dnv:
425       csit-dpdk-perf-report-iterative-2005-3n-dnv:
426         - 6   # NDRPDR sel
427         - 7   # NDRPDR sel
428         - 8   # NDRPDR sel
429         - 9   # NDRPDR sel
430         - 10  # NDRPDR sel
431         - 11  # NDRPDR sel
432         - 12  # NDRPDR sel
433         - 13  # NDRPDR sel
434         - 14  # NDRPDR sel
435         - 16  # NDRPDR sel
436
437     # 2n-dnv
438
439     plot-vpp-throughput-lat-tsa-2n-dnv:
440       csit-vpp-perf-report-iterative-2005-2n-dnv:
441         - 3   # NDRPDR sel
442         - 6   # NDRPDR sel
443         - 7   # NDRPDR sel
444         - 8   # NDRPDR sel
445         - 9   # NDRPDR sel
446         - 10  # NDRPDR sel
447         - 11  # NDRPDR sel
448         - 12  # NDRPDR sel
449         - 13  # NDRPDR sel
450         - 14  # NDRPDR sel
451
452     plot-dpdk-throughput-latency-2n-dnv:
453       csit-dpdk-perf-report-iterative-2005-2n-dnv:
454         - 8   # NDRPDR sel
455         - 9   # NDRPDR sel
456         - 10  # NDRPDR sel
457         - 11  # NDRPDR sel
458         - 12  # NDRPDR sel
459         - 13  # NDRPDR sel
460         - 14  # NDRPDR sel
461         - 15  # NDRPDR sel
462         - 16  # NDRPDR sel
463         - 17  # NDRPDR sel
464
465     ###########################################################################
466     # Simple tables (only one data set):
467
468     # NIC Comparisons
469
470     vpp-nic-comparison-3n-skx:
471       csit-vpp-perf-report-iterative-2005-3n-skx:
472         - 42  # NDRPDR sel env 4
473         - 43  # NDRPDR sel env 4
474         - 44  # NDRPDR sel env 4
475         - 45  # NDRPDR sel env 4
476         - 47  # NDRPDR sel env 4
477
478     vpp-nic-comparison-2n-skx:
479       csit-vpp-perf-report-iterative-2005-2n-skx:
480         - 88  # NDRPDR sel env 4
481         - 89  # NDRPDR sel env 4
482         - 90  # NDRPDR sel env 4
483         - 91  # NDRPDR sel env 4
484         - 92  # NDRPDR sel env 4
485         - 93  # NDRPDR sel env 4
486         - 94  # NDRPDR sel env 4
487
488     vpp-nic-comparison-3n-skx-mrr:
489       csit-vpp-perf-report-iterative-2005-3n-skx:
490         - 49  # MRR sel env 4
491
492     vpp-nic-comparison-2n-skx-mrr:
493       csit-vpp-perf-report-iterative-2005-2n-skx:
494         - 99  # MRR sel env 4
495
496     # Results
497
498     vpp-perf-results-3n-hsw:
499       csit-vpp-perf-report-coverage-2005-3n-hsw:
500         - 74  # crypto-00
501         - 75  # crypto-01
502         - 76  # crypto-02
503         - 77  # crypto-03
504         - 78  # ip4-00
505         - 79  # ip4-01
506         - 80  # ip4-02
507         - 81  # ip4-03
508         - 73  # ip4-04
509         - 82  # ip4-05
510         - 83  # ip4-06
511         - 84  # ip4-07
512         - 85  # ip4-08
513         - 86  # ip4tun-00
514         - 87  # ip4tun-01
515         - 88  # ip4tun-02
516         - 89  # ip6-00
517         - 90  # ip6-01
518         - 91  # ip6tun-00
519         - 92  # l2-00
520         - 93  # l2-01
521         - 94  # l2-02
522         - 95  # l2-03
523         - 96  # l2-04
524         - 97  # l2-05
525         - 98  # l2-06
526         - 99  # l2-07
527         - 100 # l2-08
528         - 101 # l2-09
529         - 102 # l2-10
530         - 103 # memif-00
531         - 104 # srv6-00
532         - 105 # srv6-01
533         - 106 # vhost-00
534         - 107 # vhost-01
535         - 109 # vhost-02
536
537     vpp-perf-results-3n-skx:
538       csit-vpp-perf-report-coverage-2005-3n-skx:
539         - 45  # crypto-00
540         - 46  # crypto-01
541         - 47  # crypto-02
542         - 51  # ip4-01
543         - 52  # ip4-02
544         - 53  # ip4-03
545         - 54  # ip4-04
546         - 55  # ip4-05
547         - 56  # ip4-06
548         - 57  # ip4-07
549         - 58  # ip4-08
550         - 59  # ip4tun-00
551         - 60  # ip4tun-01
552         - 61  # ip4tun-02
553         - 62  # ip6-00
554         - 63  # ip6-01
555         - 64  # ip6tun-00
556         - 65  # l2-00
557         - 66  # l2-01
558         - 67  # l2-02
559         - 68  # l2-03
560         - 71  # l2-06
561         - 72  # l2-07
562         - 73  # l2-08
563         - 75  # l2-10
564         - 81  # vhost-02
565
566     vpp-perf-results-2n-skx:
567       csit-vpp-perf-report-coverage-2005-2n-skx:
568         - 28  # ip4-00
569         - 29  # ip4-01
570         - 30  # ip4-02
571         - 31  # ip4-03
572         - 33  # ip4-05
573         - 34  # ip6-00
574         - 35  # ip6-01
575         - 37  # l2-01
576         - 39  # memif-00
577         - 41  # vhost-01
578         - 42  # vts-00
579
580     vpp-perf-results-2n-clx:
581       csit-vpp-perf-report-coverage-2005-2n-clx:
582         - 24  # ip4-00
583         - 25  # ip4-01
584         - 26  # ip4-02
585         - 27  # ip4-03
586         - 28  # ip4-04
587         - 29  # ip4-05
588         - 31  # l2-00
589         - 32  # vhost-00
590         - 33  # vhost-01
591
592     vpp-perf-results-3n-tsh:
593       csit-vpp-perf-report-iterative-2005-3n-tsh:
594         - 35  # NDRPDR sel env 4
595
596     vpp-perf-results-3n-dnv:
597       csit-vpp-perf-report-coverage-2005-3n-dnv:
598         - 1   # perf-full-3n-dnv-crypto_I
599         - 24  # perf-full-3n-dnv-crypto_II
600         - 5   # perf-full-3n-dnv-ip4_I
601         - 13  # perf-full-3n-dnv-ip4_II
602         - 17  # perf-full-3n-dnv-ip6_I
603         - 18  # perf-full-3n-dnv-ip6_II
604         - 21  # perf-full-3n-dnv-l2_I
605         - 22  # perf-full-3n-dnv-l2_II
606         - 23  # perf-full-3n-dnv-ip4-tunnels_I
607
608     vpp-perf-results-2n-dnv:
609       csit-vpp-perf-report-coverage-2005-2n-dnv:
610         - 1   # perf-full-2n-dnv-ip4_I
611         - 2   # perf-full-2n-dnv-ip4_II
612         - 3   # perf-full-2n-dnv-ip6_I
613         - 4   # perf-full-2n-dnv-ip6_II
614         - 5   # perf-full-2n-dnv-l2_I
615         - 6   # perf-full-2n-dnv-l2_II
616
617     vpp-mrr-results-3n-hsw:
618       csit-vpp-perf-report-iterative-2005-3n-hsw:
619         - 30  # MRR env 4
620
621     vpp-mrr-results-3n-skx:
622       csit-vpp-perf-report-iterative-2005-3n-skx:
623         - 49  # MRR sel env 4
624
625     vpp-mrr-results-2n-skx:
626       csit-vpp-perf-report-iterative-2005-2n-skx:
627         - 99  # MRR sel env 4
628
629     vpp-mrr-results-2n-clx:
630       csit-vpp-perf-report-iterative-2005-2n-clx:
631         - 72  # MRR env 4
632
633     vpp-mrr-results-3n-tsh:
634       csit-vpp-perf-report-iterative-2005-3n-tsh:
635         - 27  # MRR sel env 4
636
637     vpp-mrr-results-3n-dnv:
638       csit-vpp-perf-report-iterative-2005-3n-dnv:
639         - 8   # MRR
640
641     vpp-mrr-results-2n-dnv:
642       csit-vpp-perf-report-iterative-2005-2n-dnv:
643         - 15  # MRR sel
644
645     vpp-device-results-ubuntu:
646       csit-vpp-device-2005-ubuntu1804-1n-skx:
647         - 35
648
649     dpdk-perf-results-3n-hsw:
650       csit-dpdk-perf-report-iterative-2005-3n-hsw:
651         - 25  # NDRPDR iter
652
653     dpdk-perf-results-3n-skx:
654       csit-dpdk-perf-report-iterative-2005-3n-skx:
655         - 28  # NDRPDR iter
656
657     dpdk-perf-results-2n-skx:
658       csit-dpdk-perf-report-iterative-2005-2n-skx:
659         - 20  # NDRPDR iter
660
661     dpdk-perf-results-2n-clx:
662       csit-dpdk-perf-report-iterative-2005-2n-clx:
663         - 21  # NDRPDR iter
664
665     dpdk-perf-results-2n-dnv:
666       csit-dpdk-perf-report-iterative-2005-2n-dnv:
667         - 8   # NDRPDR sel
668
669     dpdk-perf-results-3n-dnv:
670       csit-dpdk-perf-report-iterative-2005-3n-dnv:
671         - 6   # NDRPDR sel
672
673     dpdk-perf-results-3n-tsh:
674       csit-dpdk-perf-report-iterative-2005-3n-tsh:
675         - 5   # NDRPDR sel
676
677 ###########################################################################
678     # Tables (more than one data set)
679
680     # Performance changes
681
682     vpp-performance-changes-3n-hsw-h1:
683       csit-vpp-perf-verify-1908-3n-hsw:
684         - 12  # NDRPDR sel
685         - 13  # NDRPDR sel
686         - 14  # NDRPDR sel
687         - 15  # NDRPDR sel
688         - 16  # NDRPDR sel
689         - 17  # NDRPDR sel
690         - 18  # NDRPDR sel
691         - 19  # NDRPDR sel
692         - 20  # NDRPDR sel
693         - 21  # NDRPDR sel
694     vpp-performance-changes-3n-hsw-ref:
695       csit-vpp-perf-verify-2001-3n-hsw:
696         - 21  # NDRPDR sel
697         - 22  # NDRPDR sel
698         - 23  # NDRPDR sel
699         - 24  # NDRPDR sel
700         - 25  # NDRPDR sel
701         - 29  # NDRPDR sel
702         - 30  # NDRPDR sel
703         - 31  # NDRPDR sel
704         - 32  # NDRPDR sel
705         - 34  # NDRPDR sel
706     vpp-performance-changes-3n-hsw-cmp:
707       csit-vpp-perf-report-iterative-2005-3n-hsw:
708         - 3   # NDRPDR sel
709         - 4   # NDRPDR sel
710         - 5   # NDRPDR sel
711         - 10  # NDRPDR sel
712         - 11  # NDRPDR sel
713         - 12  # NDRPDR sel
714         - 15  # NDRPDR sel
715         - 16  # NDRPDR sel
716         - 18  # NDRPDR sel
717         - 19  # NDRPDR sel
718     vpp-performance-changes-3n-hsw-cmp-2:
719       csit-vpp-perf-report-iterative-2005-3n-hsw:
720         - 20  # NDRPDR sel env 4
721         - 21  # NDRPDR sel env 4
722         - 22  # NDRPDR sel env 4
723         - 23  # NDRPDR sel env 4
724         - 24  # NDRPDR sel env 4
725         - 25  # NDRPDR sel env 4
726         - 26  # NDRPDR sel env 4
727         - 27  # NDRPDR sel env 4
728         - 28  # NDRPDR sel env 4
729         - 29  # NDRPDR sel env 4
730     vpp-performance-changes-3n-hsw-cmp-2001.0-4:
731       csit-vpp-perf-report-iterative-2005-3n-hsw:
732         - 31  # NDRPDR sel 2001.0-4
733         - 32  # NDRPDR sel 2001.0-4
734         - 33  # NDRPDR sel 2001.0-4
735         - 34  # NDRPDR sel 2001.0-4
736         - 35  # NDRPDR sel 2001.0-4
737         - 36  # NDRPDR sel 2001.0-4
738         - 38  # NDRPDR sel 2001.0-4
739
740     vpp-performance-changes-3n-skx-h1:
741       csit-vpp-perf-verify-1908_1-3n-skx:
742         - 26  # NDRPDR sel - new1908.1
743         - 27  # NDRPDR sel - new1908.1
744         - 28  # NDRPDR sel - new1908.1
745         - 29  # NDRPDR sel - new1908.1
746         - 30  # NDRPDR sel - new1908.1
747         - 31  # NDRPDR sel - new1908.1
748         - 33  # NDRPDR sel - new1908.1
749         - 34  # NDRPDR sel - new1908.1
750         - 35  # NDRPDR sel - new1908.1
751         - 36  # NDRPDR sel - new1908.1
752     vpp-performance-changes-3n-skx-ref:
753       csit-vpp-perf-verify-2001-3n-skx:
754         - 69  # NDRPDR sel - new2001.0
755         - 71  # NDRPDR sel - new2001.0
756         - 72  # NDRPDR sel - new2001.0
757         - 76  # NDRPDR sel - new2001.0
758         - 77  # NDRPDR sel - new2001.0
759         - 78  # NDRPDR sel - new2001.0
760         - 80  # NDRPDR sel - new2001.0
761     vpp-performance-changes-3n-skx-cmp:
762       csit-vpp-perf-report-iterative-2005-3n-skx:
763         - 4   # NDRPDR sel
764         - 5   # NDRPDR sel ??? all x710 failed
765         - 33  # NDRPDR sel
766         - 28  # NDRPDR sel
767         - 34  # NDRPDR sel
768         - 36  # NDRPDR sel
769         - 37  # NDRPDR sel
770         - 38  # NDRPDR sel
771         - 39  # NDRPDR sel
772         - 41  # NDRPDR sel
773     vpp-performance-changes-3n-skx-cmp-2:
774       csit-vpp-perf-report-iterative-2005-3n-skx:
775         - 42  # NDRPDR sel env 4
776         - 43  # NDRPDR sel env 4
777         - 44  # NDRPDR sel env 4
778         - 45  # NDRPDR sel env 4
779         - 47  # NDRPDR sel env 4
780     vpp-performance-changes-3n-skx-cmp-2001.0-4:
781       csit-vpp-perf-report-iterative-2005-3n-skx:
782         - 50  # NDRPDR sel 2001.0-4
783         - 51  # NDRPDR sel 2001.0-4
784         - 52  # NDRPDR sel 2001.0-4
785         - 53  # NDRPDR sel 2001.0-4
786         - 54  # NDRPDR sel 2001.0-4
787
788     vpp-performance-changes-2n-skx-h1:
789       csit-vpp-perf-verify-1908_1-2n-skx:
790         - 39  # NDRPDR sel - new1908.1
791         - 40  # NDRPDR sel - new1908.1
792         - 41  # NDRPDR sel - new1908.1
793         - 43  # NDRPDR sel - new1908.1
794         - 44  # NDRPDR sel - new1908.1
795         - 45  # NDRPDR sel - new1908.1
796         - 46  # NDRPDR sel - new1908.1
797         - 47  # NDRPDR sel - new1908.1
798         - 48  # NDRPDR sel - new1908.1
799         - 49  # NDRPDR sel - new1908.1
800     vpp-performance-changes-2n-skx-ref:
801       csit-vpp-perf-verify-2001-2n-skx:
802         - 143  # NDRPDR sel - new2001.0
803         - 146  # NDRPDR sel - new2001.0
804         - 147  # NDRPDR sel - new2001.0
805         - 148  # NDRPDR sel - new2001.0
806         - 149  # NDRPDR sel - new2001.0
807         - 150  # NDRPDR sel - new2001.0
808         - 151  # NDRPDR sel - new2001.0
809         - 152  # NDRPDR sel - new2001.0
810         - 153  # NDRPDR sel - new2001.0
811         - 154  # NDRPDR sel - new2001.0
812     vpp-performance-changes-2n-skx-cmp:
813       csit-vpp-perf-report-iterative-2005-2n-skx:
814         - 43  # NDRPDR sel
815         - 38  # NDRPDR sel
816         - 7   # NDRPDR sel
817         - 65  # NDRPDR sel
818         - 47  # NDRPDR sel
819         - 55  # NDRPDR sel
820         - 67  # NDRPDR sel
821         - 75  # NDRPDR sel
822         - 76  # NDRPDR sel
823         - 73  # NDRPDR sel
824     vpp-performance-changes-2n-skx-cmp-2:
825       csit-vpp-perf-report-iterative-2005-2n-skx:
826         - 88  # NDRPDR sel env 4
827         - 89  # NDRPDR sel env 4
828         - 90  # NDRPDR sel env 4
829         - 91  # NDRPDR sel env 4
830         - 92  # NDRPDR sel env 4
831         - 93  # NDRPDR sel env 4
832         - 94  # NDRPDR sel env 4
833     vpp-performance-changes-2n-skx-cmp-2001.0-4:
834       csit-vpp-perf-report-iterative-2005-2n-skx:
835         - 100 # NDRPDR sel 2001.0-4
836         - 101 # NDRPDR sel 2001.0-4
837         - 102 # NDRPDR sel 2001.0-4
838         - 103 # NDRPDR sel 2001.0-4
839         - 104 # NDRPDR sel 2001.0-4
840         - 105 # NDRPDR sel 2001.0-4
841
842 #    vpp-performance-changes-nfv-2n-skx-ref:
843 #      csit-vpp-perf-verify-2001-2n-skx:
844 #        - 30  # NFV
845 #        - 31  # NFV
846 #    vpp-performance-changes-nfv-2n-skx-cmp:
847 #      csit-vpp-perf-report-iterative-2005-2n-skx:
848 #        - 43  # NDRPDR sel
849 #        - 38  # NDRPDR sel
850 #        - 7   # NDRPDR sel
851 #        - 78  # nf-density-sel
852 #        - 83  # nf-density-sel
853
854     vpp-performance-changes-2n-clx-ref:
855       csit-vpp-perf-verify-2001-2n-clx:
856         - 28  # NDRPDR sel
857         - 29  # NDRPDR sel
858         - 32  # NDRPDR sel
859         - 40  # NDRPDR sel
860         - 43  # NDRPDR sel
861         - 44  # NDRPDR sel
862         - 45  # NDRPDR sel
863         - 47  # NDRPDR sel
864         - 48  # NDRPDR sel
865         - 49  # NDRPDR sel
866     vpp-performance-changes-2n-clx-cmp:
867       csit-vpp-perf-report-iterative-2005-2n-clx:
868         - 7   # NDRPDR sel
869         - 38  # NDRPDR sel
870         - 9   # NDRPDR sel
871         - 32  # NDRPDR sel ???
872         - 33  # NDRPDR sel ???
873         - 39  # NDRPDR sel
874         - 40  # NDRPDR sel
875         - 43  # NDRPDR sel
876         - 50  # NDRPDR sel
877         - 51  # NDRPDR sel
878     vpp-performance-changes-2n-clx-cmp-2:
879       csit-vpp-perf-report-iterative-2005-2n-clx:
880         - 62  # NDRPDR sel env 4
881         - 63  # NDRPDR sel env 4
882         - 64  # NDRPDR sel env 4
883         - 65  # NDRPDR sel env 4
884         - 66  # NDRPDR sel env 4
885         - 68  # NDRPDR sel env 4
886         - 69  # NDRPDR sel env 4
887         - 70  # NDRPDR sel env 4
888     vpp-performance-changes-2n-clx-cmp-2001.0-4:
889       csit-vpp-perf-report-iterative-2005-2n-clx:
890         - 73  # NDRPDR sel 2001.0-4
891         - 74  # NDRPDR sel 2001.0-4
892         - 75  # NDRPDR sel 2001.0-4
893         - 76  # NDRPDR sel 2001.0-4
894         - 77  # NDRPDR sel 2001.0-4
895         - 78  # NDRPDR sel 2001.0-4
896         - 79  # NDRPDR sel 2001.0-4
897         - 80  # NDRPDR sel 2001.0-4
898
899     vpp-performance-changes-2n-dnv-h1:
900       csit-vpp-perf-verify-1908-2n-dnv:
901         - 1   # NDRPDR sel
902         - 2   # NDRPDR sel
903         - 3   # NDRPDR sel
904         - 4   # NDRPDR sel
905         - 5   # NDRPDR sel
906         - 6   # NDRPDR sel
907         - 7   # NDRPDR sel
908         - 8   # NDRPDR sel
909         - 9   # NDRPDR sel
910         - 10  # NDRPDR sel
911     vpp-performance-changes-2n-dnv-ref:
912       csit-vpp-perf-verify-2001-2n-dnv:
913         - 4   # NDRPDR sel
914         - 5   # NDRPDR sel
915         - 6   # NDRPDR sel
916         - 7   # NDRPDR sel
917         - 8   # NDRPDR sel
918         - 9   # NDRPDR sel
919         - 10  # NDRPDR sel
920         - 11  # NDRPDR sel
921         - 13  # NDRPDR sel
922         - 16  # NDRPDR sel
923     vpp-performance-changes-2n-dnv-cmp:
924       csit-vpp-perf-report-iterative-2005-2n-dnv:
925         - 3   # NDRPDR sel
926         - 6   # NDRPDR sel
927         - 7   # NDRPDR sel
928         - 8   # NDRPDR sel
929         - 9   # NDRPDR sel
930         - 10  # NDRPDR sel
931         - 11  # NDRPDR sel
932         - 12  # NDRPDR sel
933         - 13  # NDRPDR sel
934         - 14  # NDRPDR sel
935
936     vpp-performance-changes-3n-dnv-h1:
937       csit-vpp-perf-verify-1908-3n-dnv:
938         - 6   # NDRPDR sel
939         - 7   # NDRPDR sel
940         - 8   # NDRPDR sel
941         - 9   # NDRPDR sel
942         - 10  # NDRPDR sel
943         - 12  # NDRPDR sel
944         - 13  # NDRPDR sel
945         - 14  # NDRPDR sel
946         - 15  # NDRPDR sel
947         - 16  # NDRPDR sel
948     vpp-performance-changes-3n-dnv-ref:
949       csit-vpp-perf-verify-2001-3n-dnv:
950         - 5   # NDRPDR sel
951         - 6   # NDRPDR sel
952         - 7   # NDRPDR sel
953         - 8   # NDRPDR sel
954         - 9   # NDRPDR sel
955         - 10  # NDRPDR sel
956         - 12  # NDRPDR sel
957         - 16  # NDRPDR sel
958         - 17  # NDRPDR sel
959         - 18  # NDRPDR sel
960     vpp-performance-changes-3n-dnv-cmp:
961       csit-vpp-perf-report-iterative-2005-3n-dnv:
962         - 2   # NDRPDR sel
963         - 3   # NDRPDR sel
964         - 4   # NDRPDR sel
965         - 5   # NDRPDR sel
966         - 6   # NDRPDR sel
967         - 7   # NDRPDR sel
968         - 9   # NDRPDR sel
969         - 10  # NDRPDR sel
970         - 11  # NDRPDR sel
971         - 12  # NDRPDR sel
972
973     vpp-performance-changes-3n-tsh-h1:
974       csit-vpp-perf-verify-1908-3n-tsh:
975         - 7   # NDRPDR sel
976         - 8   # NDRPDR sel
977         - 9   # NDRPDR sel
978         - 10  # NDRPDR sel
979         - 11  # NDRPDR sel
980         - 12  # NDRPDR sel
981         - 13  # NDRPDR sel
982         - 14  # NDRPDR sel
983         - 15  # NDRPDR sel
984         - 16  # NDRPDR sel
985     vpp-performance-changes-3n-tsh-ref:
986       csit-vpp-perf-verify-2001-3n-tsh:
987         - 3   # NDRPDR sel
988         - 4   # NDRPDR sel
989         - 7   # NDRPDR sel
990         - 8   # NDRPDR sel
991         - 10  # NDRPDR sel
992         - 12  # NDRPDR sel
993         - 13  # NDRPDR sel
994         - 14  # NDRPDR sel
995         - 15  # NDRPDR sel
996         - 21  # NDRPDR sel
997     vpp-performance-changes-3n-tsh-cmp:
998       csit-vpp-perf-report-iterative-2005-3n-tsh:
999         - 9   # NDRPDR sel
1000         - 11  # NDRPDR sel
1001         - 12  # NDRPDR sel
1002         - 20  # NDRPDR sel
1003         - 14  # NDRPDR sel
1004         - 21  # NDRPDR sel
1005     vpp-performance-changes-3n-tsh-cmp-2:
1006       csit-vpp-perf-report-iterative-2005-3n-tsh:
1007         - 23  # NDRPDR sel env 4
1008         - 25  # NDRPDR sel env 4
1009         - 33  # NDRPDR sel env 4
1010         - 34  # NDRPDR sel env 4
1011         - 35  # NDRPDR sel env 4
1012     vpp-performance-changes-3n-tsh-cmp-2001.0-4:
1013       csit-vpp-perf-report-iterative-2005-3n-tsh:
1014         - 28  # NDRPDR sel 2001.0-4
1015         - 29  # NDRPDR sel 2001.0-4
1016         - 31  # NDRPDR sel 2001.0-4
1017
1018     vpp-soak-vs-ndr-2n-skx-ref:
1019       csit-vpp-perf-report-iterative-2005-2n-skx:
1020         - 88  # NDRPDR sel env 4
1021         - 89  # NDRPDR sel env 4
1022         - 90  # NDRPDR sel env 4
1023         - 91  # NDRPDR sel env 4
1024         - 92  # NDRPDR sel env 4
1025         - 93  # NDRPDR sel env 4
1026         - 94  # NDRPDR sel env 4
1027     vpp-soak-vs-ndr-2n-skx-cmp:
1028       csit-vpp-perf-report-iterative-2005-2n-skx:
1029         - 122 # Soak
1030         - 123 # Soak
1031     vpp-soak-vs-ndr-2n-skx:
1032       csit-vpp-perf-report-iterative-2005-2n-skx:
1033         - 88  # NDRPDR sel env 4
1034         - 89  # NDRPDR sel env 4
1035         - 90  # NDRPDR sel env 4
1036         - 91  # NDRPDR sel env 4
1037         - 92  # NDRPDR sel env 4
1038         - 93  # NDRPDR sel env 4
1039         - 94  # NDRPDR sel env 4
1040         - 122 # Soak
1041         - 123 # Soak
1042
1043     vpp-soak-vs-ndr-2n-clx-ref:
1044       csit-vpp-perf-report-iterative-2005-2n-clx:
1045         - 62  # NDRPDR sel env 4
1046         - 63  # NDRPDR sel env 4
1047         - 64  # NDRPDR sel env 4
1048         - 65  # NDRPDR sel env 4
1049         - 66  # NDRPDR sel env 4
1050         - 68  # NDRPDR sel env 4
1051         - 69  # NDRPDR sel env 4
1052         - 70  # NDRPDR sel env 4
1053     vpp-soak-vs-ndr-2n-clx-cmp:
1054       csit-vpp-perf-report-iterative-2005-2n-clx:
1055         - 101 # Soak
1056         - 102 # Soak
1057     vpp-soak-vs-ndr-2n-clx:
1058       csit-vpp-perf-report-iterative-2005-2n-clx:
1059         - 62  # NDRPDR sel env 4
1060         - 63  # NDRPDR sel env 4
1061         - 64  # NDRPDR sel env 4
1062         - 65  # NDRPDR sel env 4
1063         - 66  # NDRPDR sel env 4
1064         - 68  # NDRPDR sel env 4
1065         - 69  # NDRPDR sel env 4
1066         - 70  # NDRPDR sel env 4
1067         - 101 # Soak
1068         - 102 # Soak
1069
1070     vpp-performance-changes-3n-hsw-mrr-h1:
1071       csit-vpp-perf-verify-1908-3n-hsw:
1072         - 39  # MRR sel
1073     vpp-performance-changes-3n-hsw-mrr-ref:
1074       csit-vpp-perf-verify-2001-3n-hsw:
1075         - 17  # MRR sel
1076     vpp-performance-changes-3n-hsw-mrr-cmp:
1077       csit-vpp-perf-report-iterative-2005-3n-hsw:
1078         - 13  # MRR
1079     vpp-performance-changes-3n-hsw-mrr-cmp-2:
1080       csit-vpp-perf-report-iterative-2005-3n-hsw:
1081         - 30  # MRR env 4
1082
1083 #    vpp-performance-changes-3n-skx-mrr-h1:
1084 #      csit-vpp-perf-verify-1908-3n-skx:
1085 #        - 36  # MRR sel
1086     vpp-performance-changes-3n-skx-mrr-ref:
1087       csit-vpp-perf-verify-2001-3n-skx:
1088         - 50  # MRR sel
1089         - 53  # MRR sel addition
1090     vpp-performance-changes-3n-skx-mrr-cmp:
1091       csit-vpp-perf-report-iterative-2005-3n-skx:
1092         - 6   # MRR sel
1093     vpp-performance-changes-3n-skx-mrr-cmp-2:
1094       csit-vpp-perf-report-iterative-2005-3n-skx:
1095         - 49  # MRR sel env 4
1096
1097 #    vpp-performance-changes-2n-skx-mrr-h1:
1098 #      csit-vpp-perf-verify-1908-2n-skx:
1099 #        - 69  # MRR sel
1100     vpp-performance-changes-2n-skx-mrr-ref:
1101       csit-vpp-perf-verify-2001-2n-skx:
1102         - 101 # MRR sel
1103         - 128 # MRR sel addition
1104     vpp-performance-changes-2n-skx-mrr-cmp:
1105       csit-vpp-perf-report-iterative-2005-2n-skx:
1106         - 42  # MRR sel
1107     vpp-performance-changes-2n-skx-mrr-cmp-2:
1108       csit-vpp-perf-report-iterative-2005-2n-skx:
1109         - 99  # MRR sel env 4
1110
1111     vpp-performance-changes-2n-clx-mrr-ref:
1112       csit-vpp-perf-verify-2001-2n-clx:
1113         - 39  # MRR
1114     vpp-performance-changes-2n-clx-mrr-cmp:
1115       csit-vpp-perf-report-iterative-2005-2n-clx:
1116         - 12   # MRR
1117     vpp-performance-changes-2n-clx-mrr-cmp-2:
1118       csit-vpp-perf-report-iterative-2005-2n-clx:
1119         - 72   # MRR sel env 4
1120
1121 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1122 #      csit-vpp-perf-verify-1908-2n-skx:
1123 #        - 71  # NFV MRR
1124 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1125 #      # csit-vpp-perf-verify-2001-2n-skx:
1126 #      csit-vpp-perf-verify-1908-2n-skx:
1127 #        - 71  # NFV MRR
1128
1129     vpp-performance-changes-2n-dnv-mrr-h1:
1130       csit-vpp-perf-verify-1908-2n-dnv:
1131         - 11  # MRR sel
1132     vpp-performance-changes-2n-dnv-mrr-ref:
1133       csit-vpp-perf-verify-2001-2n-dnv:
1134         - 12  # MRR sel
1135     vpp-performance-changes-2n-dnv-mrr-cmp:
1136       csit-vpp-perf-report-iterative-2005-2n-dnv:
1137         - 15  # MRR sel
1138
1139     vpp-performance-changes-3n-dnv-mrr-h1:
1140       csit-vpp-perf-verify-1908-3n-dnv:
1141         - 17  # MRR sel
1142     vpp-performance-changes-3n-dnv-mrr-ref:
1143       csit-vpp-perf-verify-2001-3n-dnv:
1144         - 11  # MRR sel
1145     vpp-performance-changes-3n-dnv-mrr-cmp:
1146       csit-vpp-perf-report-iterative-2005-3n-dnv:
1147         - 8   # MRR
1148
1149     vpp-performance-changes-3n-tsh-mrr-h1:
1150       csit-vpp-perf-verify-1908-3n-tsh:
1151         - 17  # MRR sel
1152     vpp-performance-changes-3n-tsh-mrr-ref:
1153       csit-vpp-perf-verify-2001-3n-tsh:
1154         - 9   # MRR sel
1155     vpp-performance-changes-3n-tsh-mrr-cmp:
1156       csit-vpp-perf-report-iterative-2005-3n-tsh:
1157         - 10  # MRR sel
1158     vpp-performance-changes-3n-tsh-mrr-cmp-2:
1159       csit-vpp-perf-report-iterative-2005-3n-tsh:
1160         - 27  # MRR sel env 4
1161
1162     dpdk-performance-changes-3n-hsw-h1:
1163       csit-dpdk-perf-verify-1908-3n-hsw:
1164         - 2   # NDRPDR sel
1165         - 3   # NDRPDR sel
1166         - 4   # NDRPDR sel
1167         - 5   # NDRPDR sel
1168         - 6   # NDRPDR sel
1169         - 7   # NDRPDR sel
1170         - 8   # NDRPDR sel
1171         - 9   # NDRPDR sel
1172         - 10  # NDRPDR sel
1173         - 11  # NDRPDR sel
1174     dpdk-performance-changes-3n-hsw-ref:
1175       csit-dpdk-perf-verify-2001-3n-hsw:
1176         - 4   # NDRPDR sel
1177         - 5   # NDRPDR sel
1178         - 6   # NDRPDR sel
1179         - 7   # NDRPDR sel
1180         - 8   # NDRPDR sel
1181         - 9   # NDRPDR sel
1182         - 10  # NDRPDR sel
1183         - 11  # NDRPDR sel
1184         - 12  # NDRPDR sel
1185         - 13  # NDRPDR sel
1186         - 15  # NDRPDR sel
1187         - 16  # NDRPDR sel
1188         - 17  # NDRPDR sel
1189         - 18  # NDRPDR sel
1190         - 19  # NDRPDR sel
1191         - 20  # NDRPDR sel
1192         - 21  # NDRPDR sel
1193         - 22  # NDRPDR sel
1194         - 23  # NDRPDR sel
1195         - 24  # NDRPDR sel
1196     dpdk-performance-changes-3n-hsw-cmp:
1197       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1198         - 25  # NDRPDR iter
1199         - 26  # NDRPDR iter
1200         - 27  # NDRPDR iter
1201         - 28  # NDRPDR iter
1202         - 29  # NDRPDR iter
1203         - 30  # NDRPDR iter
1204         - 31  # NDRPDR iter
1205         - 32  # NDRPDR iter
1206         - 33  # NDRPDR iter
1207         - 34  # NDRPDR iter
1208
1209     dpdk-performance-changes-3n-skx-h1:
1210       csit-dpdk-perf-verify-1908-3n-skx:
1211         - 3   # NDRPDR sel
1212         - 4   # NDRPDR sel
1213         - 5   # NDRPDR sel
1214         - 6   # NDRPDR sel
1215         - 7   # NDRPDR sel
1216         - 8   # NDRPDR sel
1217         - 9   # NDRPDR sel
1218         - 10  # NDRPDR sel
1219         - 11  # NDRPDR sel
1220         - 12  # NDRPDR sel
1221     dpdk-performance-changes-3n-skx-ref:
1222       csit-dpdk-perf-verify-2001-3n-skx:
1223         - 29  # NDRPDR sel xxv710
1224         - 33  # NDRPDR sel xxv710
1225         - 34  # NDRPDR sel xxv710
1226         - 35  # NDRPDR sel xxv710
1227         - 36  # NDRPDR sel xxv710
1228         - 37  # NDRPDR sel xxv710
1229         - 41  # NDRPDR sel xxv710
1230         - 42  # NDRPDR sel xxv710
1231         - 43  # NDRPDR sel xxv710
1232         - 45  # NDRPDR sel xxv710
1233         - 30  # NDRPDR sel x710
1234         - 31  # NDRPDR sel x710
1235         - 32  # NDRPDR sel x710
1236         - 38  # NDRPDR sel x710
1237         - 39  # NDRPDR sel x710
1238         - 40  # NDRPDR sel x710
1239         - 44  # NDRPDR sel x710
1240         - 46  # NDRPDR sel x710
1241         - 47  # NDRPDR sel x710
1242         - 48  # NDRPDR sel x710
1243     dpdk-performance-changes-3n-skx-cmp:
1244       csit-dpdk-perf-report-iterative-2005-3n-skx:
1245         - 28  # NDRPDR iter
1246         - 29  # NDRPDR iter
1247         - 30  # NDRPDR iter
1248         - 31  # NDRPDR iter
1249         - 32  # NDRPDR iter
1250         - 33  # NDRPDR iter
1251         - 34  # NDRPDR iter
1252         - 35  # NDRPDR iter
1253         - 36  # NDRPDR iter
1254         - 37  # NDRPDR iter
1255
1256     dpdk-performance-changes-2n-skx-h1:
1257       csit-dpdk-perf-verify-1908-2n-skx:
1258         - 2   # NDRPDR sel
1259         - 3   # NDRPDR sel
1260         - 4   # NDRPDR sel
1261         - 5   # NDRPDR sel
1262         - 7   # NDRPDR sel
1263         - 8   # NDRPDR sel
1264         - 9   # NDRPDR sel
1265         - 10  # NDRPDR sel
1266         - 11  # NDRPDR sel
1267         - 12  # NDRPDR sel
1268     dpdk-performance-changes-2n-skx-ref:
1269       csit-dpdk-perf-verify-2001-2n-skx:
1270         - 35  # NDRPDR sel xxv710
1271         - 36  # NDRPDR sel xxv710
1272         - 37  # NDRPDR sel xxv710
1273         - 41  # NDRPDR sel xxv710
1274         - 42  # NDRPDR sel xxv710
1275         - 43  # NDRPDR sel xxv710
1276         - 46  # NDRPDR sel xxv710
1277         - 47  # NDRPDR sel xxv710
1278         - 52  # NDRPDR sel xxv710
1279         - 53  # NDRPDR sel xxv710
1280         - 38  # NDRPDR sel x710
1281         - 39  # NDRPDR sel x710
1282         - 40  # NDRPDR sel x710
1283         - 44  # NDRPDR sel x710
1284         - 45  # NDRPDR sel x710
1285         - 48  # NDRPDR sel x710
1286         - 49  # NDRPDR sel x710
1287         - 50  # NDRPDR sel x710
1288         - 51  # NDRPDR sel x710
1289         - 54  # NDRPDR sel x710
1290     dpdk-performance-changes-2n-skx-cmp:
1291       csit-dpdk-perf-report-iterative-2005-2n-skx:
1292         - 20  # NDRPDR iter
1293         - 21  # NDRPDR iter
1294         - 22  # NDRPDR iter
1295         - 23  # NDRPDR iter
1296         - 24  # NDRPDR iter
1297         - 25  # NDRPDR iter
1298         - 26  # NDRPDR iter
1299         - 27  # NDRPDR iter
1300         - 28  # NDRPDR iter
1301         - 29  # NDRPDR iter
1302
1303     dpdk-performance-changes-2n-clx-ref:
1304       csit-dpdk-perf-verify-2001-2n-clx:
1305         - 15  # NDRPDR sel
1306         - 16  # NDRPDR sel
1307         - 17  # NDRPDR sel
1308         - 18  # NDRPDR sel
1309         - 19  # NDRPDR sel
1310         - 20  # NDRPDR sel
1311         - 21  # NDRPDR sel
1312         - 22  # NDRPDR sel
1313         - 23  # NDRPDR sel
1314         - 24  # NDRPDR sel
1315         - 25  # NDRPDR sel
1316         - 26  # NDRPDR sel
1317         - 27  # NDRPDR sel
1318         - 28  # NDRPDR sel
1319         - 29  # NDRPDR sel
1320         - 30  # NDRPDR sel
1321         - 31  # NDRPDR sel
1322         - 32  # NDRPDR sel
1323         - 33  # NDRPDR sel
1324         - 34  # NDRPDR sel
1325     dpdk-performance-changes-2n-clx-cmp:
1326       csit-dpdk-perf-report-iterative-2005-2n-clx:
1327         - 20  # NDRPDR iter
1328         - 21  # NDRPDR iter
1329         - 22  # NDRPDR iter
1330         - 23  # NDRPDR iter
1331         - 24  # NDRPDR iter
1332         - 25  # NDRPDR iter
1333         - 26  # NDRPDR iter
1334         - 27  # NDRPDR iter
1335         - 28  # NDRPDR iter
1336         - 29  # NDRPDR iter
1337
1338     dpdk-performance-changes-2n-dnv-ref:
1339       csit-dpdk-perf-verify-2001-2n-dnv:
1340         - 9   # NDRPDR sel
1341         - 10  # NDRPDR sel
1342         - 11  # NDRPDR sel
1343         - 12  # NDRPDR sel
1344         - 13  # NDRPDR sel
1345         - 14  # NDRPDR sel
1346         - 15  # NDRPDR sel
1347         - 16  # NDRPDR sel
1348         - 17  # NDRPDR sel
1349         - 18  # NDRPDR sel
1350     dpdk-performance-changes-2n-dnv-cmp:
1351       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1352         - 8   # NDRPDR sel
1353         - 9   # NDRPDR sel
1354         - 10  # NDRPDR sel
1355         - 11  # NDRPDR sel
1356         - 12  # NDRPDR sel
1357         - 13  # NDRPDR sel
1358         - 14  # NDRPDR sel
1359         - 15  # NDRPDR sel
1360         - 16  # NDRPDR sel
1361         - 17  # NDRPDR sel
1362
1363     dpdk-performance-changes-3n-dnv-ref:
1364       csit-dpdk-perf-verify-2001-3n-dnv:
1365         - 12  # NDRPDR sel
1366         - 13  # NDRPDR sel
1367         - 14  # NDRPDR sel
1368         - 15  # NDRPDR sel
1369         - 16  # NDRPDR sel
1370         - 17  # NDRPDR sel
1371         - 18  # NDRPDR sel
1372         - 19  # NDRPDR sel
1373         - 20  # NDRPDR sel
1374         - 22  # NDRPDR sel
1375     dpdk-performance-changes-3n-dnv-cmp:
1376       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1377         - 6   # NDRPDR sel
1378         - 7   # NDRPDR sel
1379         - 8   # NDRPDR sel
1380         - 9   # NDRPDR sel
1381         - 10  # NDRPDR sel
1382         - 11  # NDRPDR sel
1383         - 12  # NDRPDR sel
1384         - 13  # NDRPDR sel
1385         - 14  # NDRPDR sel
1386         - 16  # NDRPDR sel
1387
1388     dpdk-performance-changes-3n-tsh-ref:
1389       csit-dpdk-perf-verify-2001-3n-tsh:
1390         - 3   # NDRPDR sel
1391         - 4   # NDRPDR sel
1392         - 5   # NDRPDR sel
1393         - 9   # NDRPDR sel
1394         - 10  # NDRPDR sel
1395         - 11  # NDRPDR sel
1396         - 12  # NDRPDR sel
1397         - 14  # NDRPDR sel
1398         - 15  # NDRPDR sel
1399         - 18  # NDRPDR sel
1400     dpdk-performance-changes-3n-tsh-cmp:
1401       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1402         - 5   # NDRPDR sel
1403
1404     # Compare testbeds
1405
1406     vpp-compare-testbeds-ref:
1407       csit-vpp-perf-report-iterative-2005-3n-hsw:
1408         - 20  # NDRPDR sel env 4
1409         - 21  # NDRPDR sel env 4
1410         - 22  # NDRPDR sel env 4
1411         - 23  # NDRPDR sel env 4
1412         - 24  # NDRPDR sel env 4
1413         - 25  # NDRPDR sel env 4
1414         - 26  # NDRPDR sel env 4
1415         - 27  # NDRPDR sel env 4
1416         - 28  # NDRPDR sel env 4
1417         - 29  # NDRPDR sel env 4
1418     vpp-compare-testbeds-cmp:
1419       csit-vpp-perf-report-iterative-2005-3n-skx:
1420         - 42  # NDRPDR sel env 4
1421         - 43  # NDRPDR sel env 4
1422         - 44  # NDRPDR sel env 4
1423         - 45  # NDRPDR sel env 4
1424         - 47  # NDRPDR sel env 4
1425
1426     vpp-compare-testbeds-skx-clx-ref:
1427       csit-vpp-perf-report-iterative-2005-2n-skx:
1428         - 88  # NDRPDR sel env 4
1429         - 89  # NDRPDR sel env 4
1430         - 90  # NDRPDR sel env 4
1431         - 91  # NDRPDR sel env 4
1432         - 92  # NDRPDR sel env 4
1433         - 93  # NDRPDR sel env 4
1434         - 94  # NDRPDR sel env 4
1435     vpp-compare-testbeds-skx-clx-cmp:
1436       csit-vpp-perf-report-iterative-2005-2n-clx:
1437         - 62  # NDRPDR sel env 4
1438         - 63  # NDRPDR sel env 4
1439         - 64  # NDRPDR sel env 4
1440         - 65  # NDRPDR sel env 4
1441         - 66  # NDRPDR sel env 4
1442         - 68  # NDRPDR sel env 4
1443         - 69  # NDRPDR sel env 4
1444         - 70  # NDRPDR sel env 4
1445
1446     vpp-compare-testbeds-hsw-clx-ref:
1447       csit-vpp-perf-report-iterative-2005-3n-hsw:
1448         - 20  # NDRPDR sel env 4
1449         - 21  # NDRPDR sel env 4
1450         - 22  # NDRPDR sel env 4
1451         - 23  # NDRPDR sel env 4
1452         - 24  # NDRPDR sel env 4
1453         - 25  # NDRPDR sel env 4
1454         - 26  # NDRPDR sel env 4
1455         - 27  # NDRPDR sel env 4
1456         - 28  # NDRPDR sel env 4
1457         - 29  # NDRPDR sel env 4
1458     vpp-compare-testbeds-hsw-clx-cmp:
1459       csit-vpp-perf-report-iterative-2005-2n-clx:
1460         - 62  # NDRPDR sel env 4
1461         - 63  # NDRPDR sel env 4
1462         - 64  # NDRPDR sel env 4
1463         - 65  # NDRPDR sel env 4
1464         - 66  # NDRPDR sel env 4
1465         - 68  # NDRPDR sel env 4
1466         - 69  # NDRPDR sel env 4
1467         - 70  # NDRPDR sel env 4
1468
1469     vpp-compare-testbeds-mrr-ref:
1470       csit-vpp-perf-report-iterative-2005-3n-hsw:
1471         - 30  # MRR env 4
1472     vpp-compare-testbeds-mrr-cmp:
1473       csit-vpp-perf-report-iterative-2005-3n-skx:
1474         - 49  # MRR sel env 4
1475
1476     vpp-compare-testbeds-mrr-skx-clx-ref:
1477       csit-vpp-perf-report-iterative-2005-2n-skx:
1478         - 99  # MRR sel env 4
1479     vpp-compare-testbeds-mrr-skx-clx-cmp:
1480       csit-vpp-perf-report-iterative-2005-2n-clx:
1481         - 72  # MRR env 4
1482
1483     vpp-compare-testbeds-mrr-hsw-clx-ref:
1484       csit-vpp-perf-report-iterative-2005-3n-hsw:
1485         - 30  # MRR env 4
1486     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1487       csit-vpp-perf-report-iterative-2005-2n-clx:
1488         - 72  # MRR env 4
1489
1490     dpdk-compare-testbeds-ref:
1491       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1492         - 25  # NDRPDR iter
1493         - 26  # NDRPDR iter
1494         - 27  # NDRPDR iter
1495         - 28  # NDRPDR iter
1496         - 29  # NDRPDR iter
1497         - 30  # NDRPDR iter
1498         - 31  # NDRPDR iter
1499         - 32  # NDRPDR iter
1500         - 33  # NDRPDR iter
1501         - 34  # NDRPDR iter
1502     dpdk-compare-testbeds-cmp:
1503       csit-dpdk-perf-report-iterative-2005-3n-skx:
1504         - 28  # NDRPDR iter
1505         - 29  # NDRPDR iter
1506         - 30  # NDRPDR iter
1507         - 31  # NDRPDR iter
1508         - 32  # NDRPDR iter
1509         - 33  # NDRPDR iter
1510         - 34  # NDRPDR iter
1511         - 35  # NDRPDR iter
1512         - 36  # NDRPDR iter
1513         - 37  # NDRPDR iter
1514
1515     dpdk-compare-testbeds-skx-clx-ref:
1516       csit-dpdk-perf-report-iterative-2005-2n-skx:
1517         - 20  # NDRPDR iter
1518         - 21  # NDRPDR iter
1519         - 22  # NDRPDR iter
1520         - 23  # NDRPDR iter
1521         - 24  # NDRPDR iter
1522         - 25  # NDRPDR iter
1523         - 26  # NDRPDR iter
1524         - 27  # NDRPDR iter
1525         - 28  # NDRPDR iter
1526         - 29  # NDRPDR iter
1527     dpdk-compare-testbeds-skx-clx-cmp:
1528       csit-dpdk-perf-report-iterative-2005-2n-clx:
1529         - 20  # NDRPDR iter
1530         - 21  # NDRPDR iter
1531         - 22  # NDRPDR iter
1532         - 23  # NDRPDR iter
1533         - 24  # NDRPDR iter
1534         - 25  # NDRPDR iter
1535         - 26  # NDRPDR iter
1536         - 27  # NDRPDR iter
1537         - 28  # NDRPDR iter
1538         - 29  # NDRPDR iter
1539
1540     # Compare topologies
1541
1542     vpp-compare-topologies-ref:
1543       csit-vpp-perf-report-iterative-2005-3n-skx:
1544         - 42  # NDRPDR sel env 4
1545         - 43  # NDRPDR sel env 4
1546         - 44  # NDRPDR sel env 4
1547         - 45  # NDRPDR sel env 4
1548         - 47  # NDRPDR sel env 4
1549     vpp-compare-topologies-cmp:
1550       csit-vpp-perf-report-iterative-2005-2n-skx:
1551         - 88  # NDRPDR sel env 4
1552         - 89  # NDRPDR sel env 4
1553         - 90  # NDRPDR sel env 4
1554         - 91  # NDRPDR sel env 4
1555         - 92  # NDRPDR sel env 4
1556         - 93  # NDRPDR sel env 4
1557         - 94  # NDRPDR sel env 4
1558
1559     vpp-compare-topologies-mrr-ref:
1560       csit-vpp-perf-report-iterative-2005-3n-skx:
1561         - 49  # MRR sel env 4
1562     vpp-compare-topologies-mrr-cmp:
1563       csit-vpp-perf-report-iterative-2005-2n-skx:
1564         - 99  # MRR sel env 4
1565
1566     dpdk-compare-topologies-ref:
1567       csit-dpdk-perf-report-iterative-2005-3n-skx:
1568         - 28  # NDRPDR iter
1569         - 29  # NDRPDR iter
1570         - 30  # NDRPDR iter
1571         - 31  # NDRPDR iter
1572         - 32  # NDRPDR iter
1573         - 33  # NDRPDR iter
1574         - 34  # NDRPDR iter
1575         - 35  # NDRPDR iter
1576         - 36  # NDRPDR iter
1577         - 37  # NDRPDR iter
1578     dpdk-compare-topologies-cmp:
1579       csit-dpdk-perf-report-iterative-2005-2n-skx:
1580         - 20  # NDRPDR iter
1581         - 21  # NDRPDR iter
1582         - 22  # NDRPDR iter
1583         - 23  # NDRPDR iter
1584         - 24  # NDRPDR iter
1585         - 25  # NDRPDR iter
1586         - 26  # NDRPDR iter
1587         - 27  # NDRPDR iter
1588         - 28  # NDRPDR iter
1589         - 29  # NDRPDR iter
1590
1591   plot-layouts:
1592
1593     plot-soak-throughput:
1594       titlefont:
1595         size: 18
1596       xaxis:
1597         title: "<b>Test Cases [Index]</b>"
1598         titlefont:
1599           size: 16
1600         autorange: True
1601         fixedrange: False
1602         gridcolor: "rgb(230, 230, 230)"
1603         linecolor: "rgb(220, 220, 220)"
1604         linewidth: 1
1605         showgrid: True
1606         showline: True
1607         showticklabels: True
1608         tickcolor: "rgb(220, 220, 220)"
1609         tickmode: "linear"
1610         tickfont:
1611           size: 16
1612         zeroline: False
1613       yaxis:
1614         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1615         titlefont:
1616           size: 16
1617         gridcolor: "rgb(230, 230, 230)"
1618         hoverformat: ".4r"
1619         tickformat: ".3r"
1620         linecolor: "rgb(220, 220, 220)"
1621         linewidth: 1
1622         showgrid: True
1623         showline: True
1624         showticklabels: True
1625         tickcolor: "rgb(220, 220, 220)"
1626         tickfont:
1627           size: 16
1628         zeroline: False
1629         range: [0,50]
1630       autosize: False
1631       margin:
1632         t: 50
1633         b: 0
1634         l: 80
1635         r: 20
1636       showlegend: True
1637       legend:
1638         orientation: "h"
1639         font:
1640           size: 16
1641       width: 700
1642       height: 900
1643       paper_bgcolor: "#fff"
1644       plot_bgcolor: "#fff"
1645       hoverlabel:
1646         namelength: -1
1647
1648     plot-service-density:
1649       titlefont:
1650         size: 18
1651       xaxis:
1652         side: "top"
1653         autorange: True
1654         fixedrange: False
1655         showgrid: False
1656         showline: False
1657         showticklabels: False
1658         ticks: ""
1659         ticklen: 0
1660         tickwidth: 0
1661         zeroline: False
1662       yaxis:
1663         autorange: "reversed"
1664         showgrid: False
1665         showline: False
1666         showticklabels: False
1667         ticks: ""
1668         ticklen: 0
1669         tickwidth: 0
1670         zeroline: False
1671       showlegend: False
1672       paper_bgcolor: "#fff"
1673       plot_bgcolor: "#fff"
1674       width: 700
1675       height: 700
1676       hoverlabel:
1677         namelength: -1
1678
1679     plot-hoststack:
1680       titlefont:
1681         size: 16
1682       xaxis:
1683         title: "<b>Test Cases [Index]</b>"
1684         titlefont:
1685           size: 14
1686         autorange: True
1687         fixedrange: False
1688         gridcolor: "rgb(230, 230, 230)"
1689         linecolor: "rgb(220, 220, 220)"
1690         linewidth: 1
1691         showgrid: True
1692         showline: True
1693         showticklabels: True
1694         tickcolor: "rgb(220, 220, 220)"
1695         tickmode: "linear"
1696         tickfont:
1697           size: 14
1698         zeroline: False
1699       yaxis:
1700         title: "<b>Bandwidth [Gbps]</b>"
1701         titlefont:
1702           size: 14
1703         gridcolor: "rgb(230, 230, 230)"
1704         hoverformat: ".4s"
1705         linecolor: "rgb(220, 220, 220)"
1706         linewidth: 1
1707         rangemode: "tozero"
1708         showgrid: True
1709         showline: True
1710         showticklabels: True
1711         tickcolor: "rgb(230, 230, 230)"
1712         tickformat: ".3s"
1713         tickfont:
1714           size: 14
1715         zeroline: False
1716       boxmode: "group"
1717       boxgroupgap: 0.5
1718       autosize: False
1719       margin:
1720         t: 50
1721         b: 20
1722         l: 80
1723         r: 20
1724       showlegend: True
1725       legend:
1726         orientation: "h"
1727         font:
1728           size: 14
1729       width: 700
1730       height: 800
1731       paper_bgcolor: "#fff"
1732       plot_bgcolor: "#fff"
1733       hoverlabel:
1734         namelength: -1
1735
1736     plot-throughput:
1737       titlefont:
1738         size: 18
1739       xaxis:
1740         title: "<b>Test Cases [Index]</b>"
1741         titlefont:
1742           size: 16
1743         autorange: True
1744         fixedrange: False
1745         gridcolor: "rgb(230, 230, 230)"
1746         linecolor: "rgb(220, 220, 220)"
1747         linewidth: 1
1748         showgrid: True
1749         showline: True
1750         showticklabels: True
1751         tickcolor: "rgb(220, 220, 220)"
1752         tickmode: "linear"
1753         tickfont:
1754           size: 16
1755         zeroline: False
1756       yaxis:
1757         title: "<b>Packet Throughput [Mpps]</b>"
1758         titlefont:
1759           size: 16
1760         gridcolor: "rgb(230, 230, 230)"
1761         hoverformat: ".4r"
1762         tickformat: ".3r"
1763         linecolor: "rgb(220, 220, 220)"
1764         linewidth: 1
1765         showgrid: True
1766         showline: True
1767         showticklabels: True
1768         tickcolor: "rgb(220, 220, 220)"
1769         tickfont:
1770           size: 16
1771         zeroline: False
1772         range: [0,50]
1773       autosize: False
1774       margin:
1775         t: 50
1776         b: 0
1777         l: 80
1778         r: 20
1779       showlegend: True
1780       legend:
1781         orientation: "h"
1782         font:
1783           size: 16
1784       width: 700
1785       height: 900
1786       paper_bgcolor: "#fff"
1787       plot_bgcolor: "#fff"
1788       hoverlabel:
1789         namelength: -1
1790
1791     plot-throughput-speedup-analysis:
1792       titlefont:
1793         size: 18
1794       xaxis:
1795         title: "<b>Number of Cores [Qty]</b>"
1796         titlefont:
1797           size: 16
1798         autorange: True
1799         fixedrange: False
1800         gridcolor: "rgb(230, 230, 230)"
1801         linecolor: "rgb(220, 220, 220)"
1802         linewidth: 1
1803         showgrid: True
1804         showline: True
1805         showticklabels: True
1806         tickcolor: "rgb(238, 238, 238)"
1807         tickmode: "linear"
1808         tickfont:
1809           size: 16
1810         zeroline: False
1811       yaxis:
1812         title: "<b>Packet Throughput [Mpps]</b>"
1813         titlefont:
1814           size: 16
1815         type: "linear"
1816         gridcolor: "rgb(230, 230, 230)"
1817         hoverformat: ".4s"
1818         linecolor: "rgb(220, 220, 220)"
1819         linewidth: 1
1820         showgrid: True
1821         showline: True
1822         showticklabels: True
1823         tickcolor: "rgb(220, 220, 220)"
1824         tickformat: ".4s"
1825         tickfont:
1826           size: 16
1827         zeroline: True
1828         rangemode: "tozero"
1829         range: [0,100]
1830       legend:
1831         orientation: "h"
1832         font:
1833           size: 16
1834         xanchor: "left"
1835         yanchor: "top"
1836         x: 0
1837         y: -0.2
1838         bgcolor: "rgba(255, 255, 255, 0)"
1839         bordercolor: "rgba(255, 255, 255, 0)"
1840         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1841       autosize: False
1842       margin:
1843           't': 50
1844           'b': 150
1845           'l': 85
1846           'r': 10
1847       showlegend: True
1848       width: 700
1849       height: 700
1850       paper_bgcolor: "#fff"
1851       plot_bgcolor: "#fff"
1852       hoverlabel:
1853         namelength: -1
1854       annotations: [
1855         {
1856           text: "_ _          __          ...",
1857           align: "left",
1858           showarrow: False,
1859           xref: "paper",
1860           yref: "paper",
1861           xanchor: "left",
1862           yanchor: "top",
1863           x: 0,
1864           y: -0.13,
1865           font: {
1866             family: "Consolas, Courier New",
1867             size: 15
1868           },
1869         },
1870         {
1871           text: "    Perfect     Measured     Limit",
1872           align: "left",
1873           showarrow: False,
1874           xref: "paper",
1875           yref: "paper",
1876           xanchor: "left",
1877           yanchor: "top",
1878           x: 0,
1879           y: -0.15,
1880           font: {
1881             family: "Consolas, Courier New",
1882             size: 15
1883           },
1884         },
1885       ]
1886
1887     plot-latency:
1888       titlefont:
1889         size: 18
1890       xaxis:
1891         title: "<b>Direction</b>"
1892         titlefont:
1893           size: 16
1894         autorange: True
1895         fixedrange: False
1896         gridcolor: "rgb(230, 230, 230)"
1897         linecolor: "rgb(220, 220, 220)"
1898         linewidth: 1
1899         showgrid: True
1900         showline: True
1901         showticklabels: False
1902         tickcolor: "rgb(220, 220, 220)"
1903         tickmode: "linear"
1904         tickfont:
1905           size: 16
1906         zeroline: False
1907       yaxis:
1908         title: "<b>Packet Latency [uSec]</b>"
1909         titlefont:
1910           size: 16
1911         type: "linear"
1912         gridcolor: "rgb(230, 230, 230)"
1913         hoverformat: ".4s"
1914         linecolor: "rgb(220, 220, 220)"
1915         linewidth: 1
1916         showgrid: True
1917         showline: True
1918         showticklabels: True
1919         tickcolor: "rgb(220, 220, 220)"
1920         tickformat: ".4s"
1921         tickfont:
1922           size: 16
1923         zeroline: True
1924         rangemode: "tozero"
1925       legend:
1926         orientation: "h"
1927         font:
1928           size: 16
1929         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1930       autosize: False
1931       margin:
1932           't': 50
1933           'b': 150
1934           'l': 80
1935           'r': 10
1936       showlegend: True
1937       width: 700
1938       height: 700
1939       paper_bgcolor: "#fff"
1940       plot_bgcolor: "#fff"
1941       hoverlabel:
1942         namelength: -1
1943
1944     plot-hdrh-latency:
1945       title:
1946         text: ""
1947         xanchor: "center"
1948         x: 0.5
1949         font:
1950           size: 16
1951       width: 700
1952       plot_bgcolor: "white"
1953       annotations:
1954         - font:
1955             size: 14
1956           showarrow: False
1957           text: "<b>Packet Latency [uSec]</b>"
1958           x: 1
1959           xanchor: "right"
1960           xref: "paper"
1961           y: -0.045
1962           yanchor: "top"
1963           yref: "paper"
1964         - font:
1965             size: 14
1966           showarrow: False
1967           text: "<b>Probability [%]</b>"
1968           textangle: 270
1969           x: -0.06
1970           xanchor: "center"
1971           xref: "paper"
1972           y: 0.5
1973           yanchor: "middle"
1974           yref: "paper"
1975         - font:
1976             size: 14
1977           showarrow: False
1978           text: "<b>Direction: E-W</b>"
1979           x: 0.24
1980           xanchor: "center"
1981           xref: "paper"
1982           y: 1.05
1983           yanchor: "bottom"
1984           yref: "paper"
1985         - font:
1986             size: 14
1987           showarrow: False
1988           text: "<b>Direction: W-E</b>"
1989           x: 0.74
1990           xanchor: "center"
1991           xref: "paper"
1992           y: 1.05
1993           yanchor: "bottom"
1994           yref: "paper"
1995
1996     plot-hdrh-latency-percentile:
1997       title:
1998         text: ""
1999         xanchor: "center"
2000         x: 0.5
2001         font:
2002           size: 18
2003       xaxis:
2004         type: "log"
2005         title: "<b>Percentile [%]</b>"
2006         titlefont:
2007           size: 16
2008         autorange: True
2009         fixedrange: False
2010         gridcolor: "rgb(230, 230, 230)"
2011         linecolor: "rgb(220, 220, 220)"
2012         linewidth: 1
2013         showgrid: True
2014         showline: True
2015         showticklabels: True
2016         tickcolor: "rgb(220, 220, 220)"
2017         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2018         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2019         tickfont:
2020           size: 16
2021       yaxis:
2022         title: "<b>Packet Latency [uSec]</b>"
2023         titlefont:
2024           size: 16
2025         gridcolor: "rgb(230, 230, 230)"
2026         linecolor: "rgb(220, 220, 220)"
2027         linewidth: 1
2028         showgrid: True
2029         showline: True
2030         showticklabels: True
2031         tickcolor: "rgb(220, 220, 220)"
2032         tickfont:
2033           size: 16
2034       autosize: False
2035       showlegend: True
2036       legend:
2037         traceorder: "normal"
2038         orientation: "h"
2039         font:
2040           size: 16
2041         xanchor: "left"
2042         yanchor: "top"
2043         x: 0
2044         y: -0.15
2045         bgcolor: "rgba(255, 255, 255, 0)"
2046         bordercolor: "rgba(255, 255, 255, 0)"
2047       width: 700
2048       height: 700
2049       paper_bgcolor: "white"
2050       plot_bgcolor: "white"
2051
2052     plot-hdrh-latency-by-percentile:
2053       title:
2054         text: "<b>Latency by Percentile Distribution</b>"
2055         xanchor: "center"
2056         x: 0.5
2057         font:
2058           size: 18
2059       showlegend: True
2060       legend:
2061         traceorder: "normal"
2062         orientation: "h"
2063         font:
2064           size: 16
2065         xanchor: "left"
2066         yanchor: "top"
2067         x: 0
2068         y: -0.2
2069         bgcolor: "rgba(255, 255, 255, 0)"
2070         bordercolor: "rgba(255, 255, 255, 0)"
2071       xaxis:
2072         type: "linear"
2073         title: "<b>Percentile [%]</b>"
2074         titlefont:
2075           size: 14
2076         autorange: False
2077         fixedrange: False
2078         range: [0, 100]
2079         gridcolor: "rgb(230, 230, 230)"
2080         linecolor: "rgb(220, 220, 220)"
2081         linewidth: 1
2082         showgrid: True
2083         showline: True
2084         showticklabels: True
2085         tickcolor: "rgb(220, 220, 220)"
2086         tickvals: [0, 25, 50, 75, 100]
2087         ticktext: [0, 25, 50, 75, 100]
2088         tickfont:
2089           size: 14
2090       yaxis:
2091         title: "<b>One-Way Latency per Direction [uSec]</b>"
2092         titlefont:
2093           size: 14
2094         gridcolor: "rgb(230, 230, 230)"
2095         linecolor: "rgb(220, 220, 220)"
2096         linewidth: 1
2097         showgrid: True
2098         showline: True
2099         showticklabels: True
2100         tickcolor: "rgb(220, 220, 220)"
2101         tickfont:
2102           size: 14
2103       width: 700
2104       height: 700
2105       paper_bgcolor: "white"
2106       plot_bgcolor: "white"
2107
2108 - type: "static"
2109   src-path: "{DIR[RST]}"
2110   dst-path: "{DIR[WORKING,SRC]}"
2111
2112 - type: "input"
2113   general:
2114     file-name: "output_info.xml.gz"
2115     file-format: ".gz"
2116     arch-file-format:
2117       - ".gz"
2118       - ".zip"
2119     download-path: "{job}/{build}/archives/{filename}"
2120     extract: "output.xml"
2121
2122     zip-file-name: "robot-plugin.zip"
2123     zip-file-format: ".zip"
2124     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2125     zip-extract: "robot-plugin/output.xml"
2126
2127   builds:
2128
2129     csit-vpp-perf-verify-1908-3n-hsw:
2130       - 12  # NDRPDR sel
2131       - 13  # NDRPDR sel
2132       - 14  # NDRPDR sel
2133       - 15  # NDRPDR sel
2134       - 16  # NDRPDR sel
2135       - 17  # NDRPDR sel
2136       - 18  # NDRPDR sel
2137       - 19  # NDRPDR sel
2138       - 20  # NDRPDR sel
2139       - 21  # NDRPDR sel
2140       - 39  # MRR sel
2141     csit-vpp-perf-verify-2001-3n-hsw:
2142       - 21  # NDRPDR sel
2143       - 22  # NDRPDR sel
2144       - 23  # NDRPDR sel
2145       - 24  # NDRPDR sel
2146       - 25  # NDRPDR sel
2147       - 29  # NDRPDR sel
2148       - 30  # NDRPDR sel
2149       - 31  # NDRPDR sel
2150       - 32  # NDRPDR sel
2151       - 34  # NDRPDR sel
2152       - 17  # MRR sel
2153     csit-vpp-perf-report-iterative-2005-3n-hsw:
2154       - 3   # NDRPDR sel
2155       - 4   # NDRPDR sel
2156       - 5   # NDRPDR sel
2157       - 10  # NDRPDR sel
2158       - 11  # NDRPDR sel
2159       - 12  # NDRPDR sel
2160       - 15  # NDRPDR sel
2161       - 16  # NDRPDR sel
2162       - 18  # NDRPDR sel
2163       - 19  # NDRPDR sel
2164       - 20  # NDRPDR sel env 4
2165       - 21  # NDRPDR sel env 4
2166       - 22  # NDRPDR sel env 4
2167       - 23  # NDRPDR sel env 4
2168       - 24  # NDRPDR sel env 4
2169       - 25  # NDRPDR sel env 4
2170       - 26  # NDRPDR sel env 4
2171       - 27  # NDRPDR sel env 4
2172       - 28  # NDRPDR sel env 4
2173       - 29  # NDRPDR sel env 4
2174       - 13  # MRR
2175       - 30  # MRR env 4
2176       - 31  # NDRPDR sel 2001.0-4
2177       - 32  # NDRPDR sel 2001.0-4
2178       - 33  # NDRPDR sel 2001.0-4
2179       - 34  # NDRPDR sel 2001.0-4
2180       - 35  # NDRPDR sel 2001.0-4
2181       - 36  # NDRPDR sel 2001.0-4
2182       - 38  # NDRPDR sel 2001.0-4
2183     csit-vpp-perf-verify-2005-3n-hsw:
2184       - 3   # hoststack
2185       - 5   # hoststack
2186       - 6   # hoststack
2187       - 7   # hoststack
2188       - 8   # hoststack
2189       - 9   # hoststack
2190       - 10  # hoststack
2191       - 11  # hoststack
2192       - 12  # hoststack
2193       - 13  # hoststack
2194     csit-vpp-perf-report-coverage-2005-3n-hsw:
2195       - 74  # crypto-00
2196       - 75  # crypto-01
2197       - 76  # crypto-02
2198       - 77  # crypto-03
2199       - 78  # ip4-00
2200       - 79  # ip4-01
2201       - 80  # ip4-02
2202       - 81  # ip4-03
2203       - 73  # ip4-04
2204       - 82  # ip4-05
2205       - 83  # ip4-06
2206       - 84  # ip4-07
2207       - 85  # ip4-08
2208       - 86  # ip4tun-00
2209       - 87  # ip4tun-01
2210       - 88  # ip4tun-02
2211       - 89  # ip6-00
2212       - 90  # ip6-01
2213       - 91  # ip6tun-00
2214       - 92  # l2-00
2215       - 93  # l2-01
2216       - 94  # l2-02
2217       - 95  # l2-03
2218       - 96  # l2-04
2219       - 97  # l2-05
2220       - 98  # l2-06
2221       - 99  # l2-07
2222       - 100 # l2-08
2223       - 101 # l2-09
2224       - 102 # l2-10
2225       - 103 # memif-00
2226       - 104 # srv6-00
2227       - 105 # srv6-01
2228       - 106 # vhost-00
2229       - 107 # vhost-01
2230       - 109 # vhost-02
2231
2232     csit-vpp-perf-verify-1908_1-3n-skx:
2233       - 26  # NDRPDR sel - new1908.1
2234       - 27  # NDRPDR sel - new1908.1
2235       - 28  # NDRPDR sel - new1908.1
2236       - 29  # NDRPDR sel - new1908.1
2237       - 30  # NDRPDR sel - new1908.1
2238       - 31  # NDRPDR sel - new1908.1
2239       - 33  # NDRPDR sel - new1908.1
2240       - 34  # NDRPDR sel - new1908.1
2241       - 35  # NDRPDR sel - new1908.1
2242       - 36  # NDRPDR sel - new1908.1
2243     csit-vpp-perf-verify-2001-3n-skx:
2244       - 69  # NDRPDR sel - new2001.0
2245       - 71  # NDRPDR sel - new2001.0
2246       - 72  # NDRPDR sel - new2001.0
2247       - 76  # NDRPDR sel - new2001.0
2248       - 77  # NDRPDR sel - new2001.0
2249       - 78  # NDRPDR sel - new2001.0
2250       - 80  # NDRPDR sel - new2001.0
2251       - 50  # MRR sel
2252       - 53  # MRR sel addition
2253     csit-vpp-perf-report-iterative-2005-3n-skx:
2254       - 4   # NDRPDR sel
2255       - 5   # NDRPDR sel ??? all x710 failed
2256       - 33  # NDRPDR sel
2257       - 28  # NDRPDR sel
2258       - 34  # NDRPDR sel
2259       - 36  # NDRPDR sel
2260       - 37  # NDRPDR sel
2261       - 38  # NDRPDR sel
2262       - 39  # NDRPDR sel
2263       - 41  # NDRPDR sel
2264       - 42  # NDRPDR sel env 4
2265       - 43  # NDRPDR sel env 4
2266       - 44  # NDRPDR sel env 4
2267       - 45  # NDRPDR sel env 4
2268       - 47  # NDRPDR sel env 4
2269       - 50  # NDRPDR sel 2001.0-4
2270       - 51  # NDRPDR sel 2001.0-4
2271       - 52  # NDRPDR sel 2001.0-4
2272       - 53  # NDRPDR sel 2001.0-4
2273       - 54  # NDRPDR sel 2001.0-4
2274       - 6   # MRR sel
2275       - 49  # MRR sel env 4
2276     csit-vpp-perf-report-coverage-2005-3n-skx:
2277       - 45  # crypto-00
2278       - 46  # crypto-01
2279       - 47  # crypto-02
2280       - 51  # ip4-01
2281       - 52  # ip4-02
2282       - 53  # ip4-03
2283       - 54  # ip4-04
2284       - 55  # ip4-05
2285       - 56  # ip4-06
2286       - 57  # ip4-07
2287       - 58  # ip4-08
2288       - 59  # ip4tun-00
2289       - 60  # ip4tun-01
2290       - 61  # ip4tun-02
2291       - 62  # ip6-00
2292       - 63  # ip6-01
2293       - 64  # ip6tun-00
2294       - 65  # l2-00
2295       - 66  # l2-01
2296       - 67  # l2-02
2297       - 68  # l2-03
2298       - 71  # l2-06
2299       - 72  # l2-07
2300       - 73  # l2-08
2301       - 75  # l2-10
2302       - 81  # vhost-02
2303
2304     csit-vpp-perf-verify-1908_1-2n-skx:
2305       - 39  # NDRPDR sel - new1908.1
2306       - 40  # NDRPDR sel - new1908.1
2307       - 41  # NDRPDR sel - new1908.1
2308       - 43  # NDRPDR sel - new1908.1
2309       - 44  # NDRPDR sel - new1908.1
2310       - 45  # NDRPDR sel - new1908.1
2311       - 46  # NDRPDR sel - new1908.1
2312       - 47  # NDRPDR sel - new1908.1
2313       - 48  # NDRPDR sel - new1908.1
2314       - 49  # NDRPDR sel - new1908.1
2315     csit-vpp-perf-verify-2001-2n-skx:
2316       - 143  # NDRPDR sel - new2001.0
2317       - 146  # NDRPDR sel - new2001.0
2318       - 147  # NDRPDR sel - new2001.0
2319       - 148  # NDRPDR sel - new2001.0
2320       - 149  # NDRPDR sel - new2001.0
2321       - 150  # NDRPDR sel - new2001.0
2322       - 151  # NDRPDR sel - new2001.0
2323       - 152  # NDRPDR sel - new2001.0
2324       - 153  # NDRPDR sel - new2001.0
2325       - 154  # NDRPDR sel - new2001.0
2326       - 101  # MRR sel - old
2327       - 128  # MRR sel addition - old
2328     csit-vpp-perf-report-iterative-2005-2n-skx:
2329       - 43  # NDRPDR sel
2330       - 38  # NDRPDR sel
2331       - 7   # NDRPDR sel
2332       - 65  # NDRPDR sel
2333       - 47  # NDRPDR sel
2334       - 55  # NDRPDR sel
2335       - 67  # NDRPDR sel
2336       - 75  # NDRPDR sel
2337       - 76  # NDRPDR sel
2338       - 73  # NDRPDR sel
2339       - 88  # NDRPDR sel env 4
2340       - 89  # NDRPDR sel env 4
2341       - 90  # NDRPDR sel env 4
2342       - 91  # NDRPDR sel env 4
2343       - 92  # NDRPDR sel env 4
2344       - 93  # NDRPDR sel env 4
2345       - 94  # NDRPDR sel env 4
2346       - 100 # NDRPDR sel 2001.0-4
2347       - 101 # NDRPDR sel 2001.0-4
2348       - 102 # NDRPDR sel 2001.0-4
2349       - 103 # NDRPDR sel 2001.0-4
2350       - 104 # NDRPDR sel 2001.0-4
2351       - 105 # NDRPDR sel 2001.0-4
2352       - 42  # MRR sel
2353       - 99  # MRR sel env 4
2354       - 106 # Reconf env 4
2355       - 107 # Reconf env 4
2356       - 108 # Reconf env 4
2357       - 109 # Reconf env 4
2358       - 110 # Reconf env 4
2359       - 111 # Reconf env 4
2360       - 112 # Reconf env 4
2361       - 118 # Reconf env 4
2362       - 120 # Reconf env 4
2363       - 121 # Reconf env 4
2364       - 122 # Soak
2365       - 123 # Soak
2366       - 113 # nf-density-sel env 4
2367       - 114 # nf-density-sel env 4
2368       - 124 # nf-density-sel env 4
2369       - 115 # MRR nf-density-sel env 4
2370     csit-vpp-perf-report-coverage-2005-2n-skx:
2371       - 28  # ip4-00
2372       - 29  # ip4-01
2373       - 30  # ip4-02
2374       - 31  # ip4-03
2375       - 33  # ip4-05
2376       - 34  # ip6-00
2377       - 35  # ip6-01
2378       - 37  # l2-01
2379       - 39  # memif-00
2380       - 41  # vhost-01
2381       - 42  # vts-00
2382
2383     csit-vpp-perf-verify-1908_1-2n-clx:
2384       - 5  # NDRPDR sel
2385       - 6  # NDRPDR sel
2386       - 7  # NDRPDR sel
2387       - 8  # NDRPDR sel
2388       - 9  # NDRPDR sel
2389     csit-vpp-perf-verify-2001-2n-clx:
2390       - 28  # NDRPDR sel
2391       - 29  # NDRPDR sel
2392       - 32  # NDRPDR sel
2393       - 40  # NDRPDR sel
2394       - 43  # NDRPDR sel
2395       - 44  # NDRPDR sel
2396       - 45  # NDRPDR sel
2397       - 47  # NDRPDR sel
2398       - 48  # NDRPDR sel
2399       - 49  # NDRPDR sel
2400       - 39  # MRR
2401     csit-vpp-perf-report-iterative-2005-2n-clx:
2402       - 7   # NDRPDR sel
2403       - 38  # NDRPDR sel
2404       - 9   # NDRPDR sel
2405       - 32  # NDRPDR sel ???
2406       - 33  # NDRPDR sel ???
2407       - 39  # NDRPDR sel
2408       - 40  # NDRPDR sel
2409       - 43  # NDRPDR sel
2410       - 50  # NDRPDR sel
2411       - 51  # NDRPDR sel
2412       - 62  # NDRPDR sel env 4
2413       - 63  # NDRPDR sel env 4
2414       - 64  # NDRPDR sel env 4
2415       - 65  # NDRPDR sel env 4
2416       - 66  # NDRPDR sel env 4
2417       - 68  # NDRPDR sel env 4
2418       - 69  # NDRPDR sel env 4
2419       - 70  # NDRPDR sel env 4
2420       - 73  # NDRPDR sel 2001.0-4
2421       - 74  # NDRPDR sel 2001.0-4
2422       - 75  # NDRPDR sel 2001.0-4
2423       - 76  # NDRPDR sel 2001.0-4
2424       - 77  # NDRPDR sel 2001.0-4
2425       - 78  # NDRPDR sel 2001.0-4
2426       - 79  # NDRPDR sel 2001.0-4
2427       - 80  # NDRPDR sel 2001.0-4
2428       - 12  # MRR
2429       - 72  # MRR env 4
2430       - 81  # Reconf env 4
2431       - 82  # Reconf env 4
2432       - 83  # Reconf env 4
2433       - 84  # Reconf env 4
2434       - 85  # Reconf env 4
2435       - 86  # Reconf env 4
2436       - 87  # Reconf env 4
2437       - 88  # Reconf env 4
2438       - 89  # Reconf env 4
2439       - 90  # Reconf env 4
2440       - 101 # Soak
2441       - 102 # Soak
2442       - 91  # nfv-density-00 env 4
2443       - 92  # nfv-density-00 env 4
2444       - 93  # nfv-density-00 env 4
2445       - 97  # nfv-density-00 env 4
2446       - 98  # nfv-density-00 env 4
2447       - 99  # nfv-density-00 env 4
2448       - 100 # nfv-density-00 env 4
2449       - 96  # MRR nfv-density-00 env 4
2450     csit-vpp-perf-report-coverage-2005-2n-clx:
2451       - 24  # ip4-00
2452       - 25  # ip4-01
2453       - 26  # ip4-02
2454       - 27  # ip4-03
2455       - 28  # ip4-04
2456       - 29  # ip4-05
2457       - 31  # l2-00
2458       - 32  # vhost-00
2459       - 33  # vhost-01
2460
2461     csit-vpp-perf-verify-1908-3n-tsh:
2462       - 7   # NDRPDR sel
2463       - 8   # NDRPDR sel
2464       - 9   # NDRPDR sel
2465       - 10  # NDRPDR sel
2466       - 11  # NDRPDR sel
2467       - 12  # NDRPDR sel
2468       - 13  # NDRPDR sel
2469       - 14  # NDRPDR sel
2470       - 15  # NDRPDR sel
2471       - 16  # NDRPDR sel
2472       - 17  # MRR sel
2473     csit-vpp-perf-verify-2001-3n-tsh:
2474       - 3   # NDRPDR sel
2475       - 4   # NDRPDR sel
2476       - 7   # NDRPDR sel
2477       - 8   # NDRPDR sel
2478       - 10  # NDRPDR sel
2479       - 12  # NDRPDR sel
2480       - 13  # NDRPDR sel
2481       - 14  # NDRPDR sel
2482       - 15  # NDRPDR sel
2483       - 21  # NDRPDR sel
2484       - 9   # MRR sel
2485     csit-vpp-perf-report-iterative-2005-3n-tsh:
2486       - 9   # NDRPDR sel
2487       - 11  # NDRPDR sel
2488       - 12  # NDRPDR sel
2489       - 20  # NDRPDR sel
2490       - 14  # NDRPDR sel
2491       - 21  # NDRPDR sel
2492       - 23  # NDRPDR sel env 4
2493       - 25  # NDRPDR sel env 4
2494       - 33  # NDRPDR sel env 4
2495       - 34  # NDRPDR sel env 4
2496       - 35  # NDRPDR sel env 4
2497       - 28  # NDRPDR sel 2001.0-4
2498       - 29  # NDRPDR sel 2001.0-4
2499       - 31  # NDRPDR sel 2001.0-4
2500       - 10  # MRR sel
2501       - 27  # MRR sel env 4
2502
2503     csit-vpp-perf-verify-1908-3n-dnv:
2504       - 6   # NDRPDR sel
2505       - 7   # NDRPDR sel
2506       - 8   # NDRPDR sel
2507       - 9   # NDRPDR sel
2508       - 10  # NDRPDR sel
2509       - 12  # NDRPDR sel
2510       - 13  # NDRPDR sel
2511       - 14  # NDRPDR sel
2512       - 15  # NDRPDR sel
2513       - 16  # NDRPDR sel
2514       - 17  # MRR sel
2515     csit-vpp-perf-verify-2001-3n-dnv:
2516       - 5   # NDRPDR sel
2517       - 6   # NDRPDR sel
2518       - 7   # NDRPDR sel
2519       - 8   # NDRPDR sel
2520       - 9   # NDRPDR sel
2521       - 10  # NDRPDR sel
2522       - 12  # NDRPDR sel
2523       - 16  # NDRPDR sel
2524       - 17  # NDRPDR sel
2525       - 18  # NDRPDR sel
2526       - 11  # MRR sel
2527     csit-vpp-perf-report-iterative-2005-3n-dnv:
2528       - 2   # NDRPDR sel
2529       - 3   # NDRPDR sel
2530       - 4   # NDRPDR sel
2531       - 5   # NDRPDR sel
2532       - 6   # NDRPDR sel
2533       - 7   # NDRPDR sel
2534       - 9   # NDRPDR sel
2535       - 10  # NDRPDR sel
2536       - 11  # NDRPDR sel
2537       - 12  # NDRPDR sel
2538       - 8   # MRR
2539     csit-vpp-perf-report-coverage-2005-3n-dnv:
2540       - 1   # perf-full-3n-dnv-crypto_I
2541       - 24  # perf-full-3n-dnv-crypto_II
2542       - 5   # perf-full-3n-dnv-ip4_I
2543       - 13  # perf-full-3n-dnv-ip4_II
2544       - 17  # perf-full-3n-dnv-ip6_I
2545       - 18  # perf-full-3n-dnv-ip6_II
2546       - 21  # perf-full-3n-dnv-l2_I
2547       - 22  # perf-full-3n-dnv-l2_II
2548       - 23  # perf-full-3n-dnv-ip4-tunnels_I
2549
2550     csit-vpp-perf-verify-1908-2n-dnv:
2551       - 1   # NDRPDR sel
2552       - 2   # NDRPDR sel
2553       - 3   # NDRPDR sel
2554       - 4   # NDRPDR sel
2555       - 5   # NDRPDR sel
2556       - 6   # NDRPDR sel
2557       - 7   # NDRPDR sel
2558       - 8   # NDRPDR sel
2559       - 9   # NDRPDR sel
2560       - 10  # NDRPDR sel
2561       - 11  # MRR sel
2562     csit-vpp-perf-verify-2001-2n-dnv:
2563       - 4   # NDRPDR sel
2564       - 5   # NDRPDR sel
2565       - 6   # NDRPDR sel
2566       - 7   # NDRPDR sel
2567       - 8   # NDRPDR sel
2568       - 9   # NDRPDR sel
2569       - 10  # NDRPDR sel
2570       - 11  # NDRPDR sel
2571       - 13  # NDRPDR sel
2572       - 16  # NDRPDR sel
2573       - 12  # MRR sel
2574     csit-vpp-perf-report-iterative-2005-2n-dnv:
2575       - 3   # NDRPDR sel
2576       - 6   # NDRPDR sel
2577       - 7   # NDRPDR sel
2578       - 8   # NDRPDR sel
2579       - 9   # NDRPDR sel
2580       - 10  # NDRPDR sel
2581       - 11  # NDRPDR sel
2582       - 12  # NDRPDR sel
2583       - 13  # NDRPDR sel
2584       - 14  # NDRPDR sel
2585       - 15  # MRR sel
2586     csit-vpp-perf-report-coverage-2005-2n-dnv:
2587       - 1   # perf-full-2n-dnv-ip4_I
2588       - 2   # perf-full-2n-dnv-ip4_II
2589       - 3   # perf-full-2n-dnv-ip6_I
2590       - 4   # perf-full-2n-dnv-ip6_II
2591       - 5   # perf-full-2n-dnv-l2_I
2592       - 6   # perf-full-2n-dnv-l2_II
2593
2594     csit-dpdk-perf-verify-1908-3n-hsw:
2595       - 2   # NDRPDR sel
2596       - 3   # NDRPDR sel
2597       - 4   # NDRPDR sel
2598       - 5   # NDRPDR sel
2599       - 6   # NDRPDR sel
2600       - 7   # NDRPDR sel
2601       - 8   # NDRPDR sel
2602       - 9   # NDRPDR sel
2603       - 10  # NDRPDR sel
2604       - 11  # NDRPDR sel
2605     csit-dpdk-perf-verify-2001-3n-hsw:
2606       - 4   # NDRPDR sel
2607       - 5   # NDRPDR sel
2608       - 6   # NDRPDR sel
2609       - 7   # NDRPDR sel
2610       - 8   # NDRPDR sel
2611       - 9   # NDRPDR sel
2612       - 10  # NDRPDR sel
2613       - 11  # NDRPDR sel
2614       - 12  # NDRPDR sel
2615       - 13  # NDRPDR sel
2616       - 15  # NDRPDR sel
2617       - 16  # NDRPDR sel
2618       - 17  # NDRPDR sel
2619       - 18  # NDRPDR sel
2620       - 19  # NDRPDR sel
2621       - 20  # NDRPDR sel
2622       - 21  # NDRPDR sel
2623       - 22  # NDRPDR sel
2624       - 23  # NDRPDR sel
2625       - 24  # NDRPDR sel
2626     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2627       - 25  # NDRPDR iter
2628       - 26  # NDRPDR iter
2629       - 27  # NDRPDR iter
2630       - 28  # NDRPDR iter
2631       - 29  # NDRPDR iter
2632       - 30  # NDRPDR iter
2633       - 31  # NDRPDR iter
2634       - 32  # NDRPDR iter
2635       - 33  # NDRPDR iter
2636       - 34  # NDRPDR iter
2637
2638     csit-dpdk-perf-verify-1908-3n-skx:
2639       - 3   # NDRPDR sel
2640       - 4   # NDRPDR sel
2641       - 5   # NDRPDR sel
2642       - 6   # NDRPDR sel
2643       - 7   # NDRPDR sel
2644       - 8   # NDRPDR sel
2645       - 9   # NDRPDR sel
2646       - 10  # NDRPDR sel
2647       - 11  # NDRPDR sel
2648       - 12  # NDRPDR sel
2649     csit-dpdk-perf-verify-2001-3n-skx:
2650       - 29  # NDRPDR sel xxv710
2651       - 33  # NDRPDR sel xxv710
2652       - 34  # NDRPDR sel xxv710
2653       - 35  # NDRPDR sel xxv710
2654       - 36  # NDRPDR sel xxv710
2655       - 37  # NDRPDR sel xxv710
2656       - 41  # NDRPDR sel xxv710
2657       - 42  # NDRPDR sel xxv710
2658       - 43  # NDRPDR sel xxv710
2659       - 45  # NDRPDR sel xxv710
2660       - 30  # NDRPDR sel x710
2661       - 31  # NDRPDR sel x710
2662       - 32  # NDRPDR sel x710
2663       - 38  # NDRPDR sel x710
2664       - 39  # NDRPDR sel x710
2665       - 40  # NDRPDR sel x710
2666       - 44  # NDRPDR sel x710
2667       - 46  # NDRPDR sel x710
2668       - 47  # NDRPDR sel x710
2669       - 48  # NDRPDR sel x710
2670     csit-dpdk-perf-report-iterative-2005-3n-skx:
2671       - 28  # NDRPDR iter
2672       - 29  # NDRPDR iter
2673       - 30  # NDRPDR iter
2674       - 31  # NDRPDR iter
2675       - 32  # NDRPDR iter
2676       - 33  # NDRPDR iter
2677       - 34  # NDRPDR iter
2678       - 35  # NDRPDR iter
2679       - 36  # NDRPDR iter
2680       - 37  # NDRPDR iter
2681
2682     csit-dpdk-perf-verify-1908-2n-skx:
2683       - 2   # NDRPDR sel
2684       - 3   # NDRPDR sel
2685       - 4   # NDRPDR sel
2686       - 5   # NDRPDR sel
2687       - 7   # NDRPDR sel
2688       - 8   # NDRPDR sel
2689       - 9   # NDRPDR sel
2690       - 10  # NDRPDR sel
2691       - 11  # NDRPDR sel
2692       - 12  # NDRPDR sel
2693     csit-dpdk-perf-verify-2001-2n-skx:
2694       - 35  # NDRPDR sel xxv710
2695       - 36  # NDRPDR sel xxv710
2696       - 37  # NDRPDR sel xxv710
2697       - 41  # NDRPDR sel xxv710
2698       - 42  # NDRPDR sel xxv710
2699       - 43  # NDRPDR sel xxv710
2700       - 46  # NDRPDR sel xxv710
2701       - 47  # NDRPDR sel xxv710
2702       - 52  # NDRPDR sel xxv710
2703       - 53  # NDRPDR sel xxv710
2704       - 38  # NDRPDR sel x710
2705       - 39  # NDRPDR sel x710
2706       - 40  # NDRPDR sel x710
2707       - 44  # NDRPDR sel x710
2708       - 45  # NDRPDR sel x710
2709       - 48  # NDRPDR sel x710
2710       - 49  # NDRPDR sel x710
2711       - 50  # NDRPDR sel x710
2712       - 51  # NDRPDR sel x710
2713       - 54  # NDRPDR sel x710
2714     csit-dpdk-perf-report-iterative-2005-2n-skx:
2715       - 20  # NDRPDR iter
2716       - 21  # NDRPDR iter
2717       - 22  # NDRPDR iter
2718       - 23  # NDRPDR iter
2719       - 24  # NDRPDR iter
2720       - 25  # NDRPDR iter
2721       - 26  # NDRPDR iter
2722       - 27  # NDRPDR iter
2723       - 28  # NDRPDR iter
2724       - 29  # NDRPDR iter
2725
2726     csit-dpdk-perf-verify-2001-2n-clx:
2727       - 15  # NDRPDR sel
2728       - 16  # NDRPDR sel
2729       - 17  # NDRPDR sel
2730       - 18  # NDRPDR sel
2731       - 19  # NDRPDR sel
2732       - 20  # NDRPDR sel
2733       - 21  # NDRPDR sel
2734       - 22  # NDRPDR sel
2735       - 23  # NDRPDR sel
2736       - 24  # NDRPDR sel
2737       - 25  # NDRPDR sel
2738       - 26  # NDRPDR sel
2739       - 27  # NDRPDR sel
2740       - 28  # NDRPDR sel
2741       - 29  # NDRPDR sel
2742       - 30  # NDRPDR sel
2743       - 31  # NDRPDR sel
2744       - 32  # NDRPDR sel
2745       - 33  # NDRPDR sel
2746       - 34  # NDRPDR sel
2747     csit-dpdk-perf-report-iterative-2005-2n-clx:
2748       - 20  # NDRPDR iter
2749       - 21  # NDRPDR iter
2750       - 22  # NDRPDR iter
2751       - 23  # NDRPDR iter
2752       - 24  # NDRPDR iter
2753       - 25  # NDRPDR iter
2754       - 26  # NDRPDR iter
2755       - 27  # NDRPDR iter
2756       - 28  # NDRPDR iter
2757       - 29  # NDRPDR iter
2758
2759     csit-dpdk-perf-verify-2001-2n-dnv:
2760       - 9   # NDRPDR sel
2761       - 10  # NDRPDR sel
2762       - 11  # NDRPDR sel
2763       - 12  # NDRPDR sel
2764       - 13  # NDRPDR sel
2765       - 14  # NDRPDR sel
2766       - 15  # NDRPDR sel
2767       - 16  # NDRPDR sel
2768       - 17  # NDRPDR sel
2769       - 18  # NDRPDR sel
2770     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2771       - 8   # NDRPDR sel
2772       - 9   # NDRPDR sel
2773       - 10  # NDRPDR sel
2774       - 11  # NDRPDR sel
2775       - 12  # NDRPDR sel
2776       - 13  # NDRPDR sel
2777       - 14  # NDRPDR sel
2778       - 15  # NDRPDR sel
2779       - 16  # NDRPDR sel
2780       - 17  # NDRPDR sel
2781
2782     csit-dpdk-perf-verify-2001-3n-dnv:
2783       - 12  # NDRPDR sel
2784       - 13  # NDRPDR sel
2785       - 14  # NDRPDR sel
2786       - 15  # NDRPDR sel
2787       - 16  # NDRPDR sel
2788       - 17  # NDRPDR sel
2789       - 18  # NDRPDR sel
2790       - 19  # NDRPDR sel
2791       - 20  # NDRPDR sel
2792       - 22  # NDRPDR sel
2793     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2794       - 6   # NDRPDR sel
2795       - 7   # NDRPDR sel
2796       - 8   # NDRPDR sel
2797       - 9   # NDRPDR sel
2798       - 10  # NDRPDR sel
2799       - 11  # NDRPDR sel
2800       - 12  # NDRPDR sel
2801       - 13  # NDRPDR sel
2802       - 14  # NDRPDR sel
2803       - 16  # NDRPDR sel
2804
2805     csit-dpdk-perf-verify-2001-3n-tsh:
2806       - 3   # NDRPDR sel
2807       - 4   # NDRPDR sel
2808       - 5   # NDRPDR sel
2809       - 9   # NDRPDR sel
2810       - 10  # NDRPDR sel
2811       - 11  # NDRPDR sel
2812       - 12  # NDRPDR sel
2813       - 14  # NDRPDR sel
2814       - 15  # NDRPDR sel
2815       - 18  # NDRPDR sel
2816     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2817       - 5   # NDRPDR sel
2818
2819     csit-vpp-device-2005-ubuntu1804-1n-skx:
2820       - 35
2821
2822 - type: "output"
2823   output: "report"
2824   format:
2825     html:
2826     - full
2827     pdf:
2828     - minimal
2829
2830 ################################################################################
2831 ###                               T A B L E S                                ###
2832 ################################################################################
2833
2834 # VPP Soak vs NDR - 2n-skx
2835 - type: "table"
2836   title: "VPP Soak vs NDR 2n-skx"
2837   algorithm: "table_soak_vs_ndr"
2838   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2839   reference:
2840     title: "NDR"
2841     data: "vpp-soak-vs-ndr-2n-skx-ref"
2842   compare:
2843     title: "Soak"
2844     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2845   data: "vpp-soak-vs-ndr-2n-skx"
2846   include-tests: "NDR"
2847   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2848   parameters:
2849     - "throughput"
2850     - "name"
2851     - "parent"
2852
2853 # VPP Soak vs NDR - 2n-clx
2854 - type: "table"
2855   title: "VPP Soak vs NDR 2n-clx"
2856   algorithm: "table_soak_vs_ndr"
2857   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2858   reference:
2859     title: "NDR"
2860     data: "vpp-soak-vs-ndr-2n-clx-ref"
2861   compare:
2862     title: "Soak"
2863     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2864   data: "vpp-soak-vs-ndr-2n-clx"
2865   include-tests: "NDR"
2866   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2867   parameters:
2868     - "throughput"
2869     - "name"
2870     - "parent"
2871
2872 ################################################################################
2873
2874 # VPP Compare NICs 3n-skx 2t1c ndr
2875 - type: "table"
2876   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2877   algorithm: "table_comparison"
2878   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2879   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2880   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2881   columns:
2882     - title: "x710"
2883       data-set: "vpp-nic-comparison-3n-skx"
2884       tag: "NIC_Intel-X710"
2885     - title: "xxv710"
2886       data-set: "vpp-nic-comparison-3n-skx"
2887       tag: "NIC_Intel-XXV710"
2888   comparisons:
2889     - title: "Diff"
2890       reference: 1
2891       compare: 2
2892   legend:
2893     - ""
2894     - "x710, xxv710 - NICs tested."
2895     - "Diff - difference between x710 and xxv710 NIC."
2896
2897 # VPP Compare NICs 3n-skx 4t2c ndr
2898 - type: "table"
2899   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2900   algorithm: "table_comparison"
2901   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2902   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2903   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2904   columns:
2905     - title: "x710"
2906       data-set: "vpp-nic-comparison-3n-skx"
2907       tag: "NIC_Intel-X710"
2908     - title: "xxv710"
2909       data-set: "vpp-nic-comparison-3n-skx"
2910       tag: "NIC_Intel-XXV710"
2911   comparisons:
2912     - title: "Diff"
2913       reference: 1
2914       compare: 2
2915   legend:
2916     - ""
2917     - "x710, xxv710 - NICs tested."
2918     - "Diff - difference between x710 and xxv710 NIC."
2919
2920 # VPP Compare NICs 3n-skx 2t1c pdr
2921 - type: "table"
2922   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2923   algorithm: "table_comparison"
2924   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2925   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2926   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2927   columns:
2928     - title: "x710"
2929       data-set: "vpp-nic-comparison-3n-skx"
2930       tag: "NIC_Intel-X710"
2931     - title: "xxv710"
2932       data-set: "vpp-nic-comparison-3n-skx"
2933       tag: "NIC_Intel-XXV710"
2934   comparisons:
2935     - title: "Diff"
2936       reference: 1
2937       compare: 2
2938   legend:
2939     - ""
2940     - "x710, xxv710 - NICs tested."
2941     - "Diff - difference between x710 and xxv710 NIC."
2942
2943 # VPP Compare NICs 3n-skx 4t2c pdr
2944 - type: "table"
2945   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2946   algorithm: "table_comparison"
2947   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2948   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2949   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2950   columns:
2951     - title: "x710"
2952       data-set: "vpp-nic-comparison-3n-skx"
2953       tag: "NIC_Intel-X710"
2954     - title: "xxv710"
2955       data-set: "vpp-nic-comparison-3n-skx"
2956       tag: "NIC_Intel-XXV710"
2957   comparisons:
2958     - title: "Diff"
2959       reference: 1
2960       compare: 2
2961   legend:
2962     - ""
2963     - "x710, xxv710 - NICs tested."
2964     - "Diff - difference between x710 and xxv710 NIC."
2965
2966 ## VPP Compare NICs 3n-skx 2t1c mrr
2967 #- type: "table"
2968 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2969 #  algorithm: "table_comparison"
2970 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2971 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2972 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2973 #  columns:
2974 #    - title: "x710"
2975 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2976 #      tag: "NIC_Intel-X710"
2977 #    - title: "xxv710"
2978 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2979 #      tag: "NIC_Intel-XXV710"
2980 #  comparisons:
2981 #    - title: "Diff"
2982 #      reference: 1
2983 #      compare: 2
2984 #  legend:
2985 #    - ""
2986 #    - "x710, xxv710 - NICs tested."
2987 #    - "Diff - difference between x710 and xxv710 NIC."
2988 #
2989 ## VPP Compare NICs 3n-skx 4t2c mrr
2990 #- type: "table"
2991 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2992 #  algorithm: "table_comparison"
2993 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2994 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2995 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2996 #  columns:
2997 #    - title: "x710"
2998 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2999 #      tag: "NIC_Intel-X710"
3000 #    - title: "xxv710"
3001 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3002 #      tag: "NIC_Intel-XXV710"
3003 #  comparisons:
3004 #    - title: "Diff"
3005 #      reference: 1
3006 #      compare: 2
3007 #  legend:
3008 #    - ""
3009 #    - "x710, xxv710 - NICs tested."
3010 #    - "Diff - difference between x710 and xxv710 NIC."
3011 #
3012 ## VPP Compare NICs 3n-skx 8t4c mrr
3013 #- type: "table"
3014 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
3015 #  algorithm: "table_comparison"
3016 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3017 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3018 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3019 #  columns:
3020 #    - title: "x710"
3021 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3022 #      tag: "NIC_Intel-X710"
3023 #    - title: "xxv710"
3024 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3025 #      tag: "NIC_Intel-XXV710"
3026 #  comparisons:
3027 #    - title: "Diff"
3028 #      reference: 1
3029 #      compare: 2
3030 #  legend:
3031 #    - ""
3032 #    - "x710, xxv710 - NICs tested."
3033 #    - "Diff - difference between x710 and xxv710 NIC."
3034
3035 # VPP Compare NICs 2n-skx 2t1c ndr
3036 - type: "table"
3037   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3038   algorithm: "table_comparison"
3039   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3040   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3041   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3042   columns:
3043     - title: "x710"
3044       data-set: "vpp-nic-comparison-2n-skx"
3045       tag: "NIC_Intel-X710"
3046     - title: "xxv710"
3047       data-set: "vpp-nic-comparison-2n-skx"
3048       tag: "NIC_Intel-XXV710"
3049   comparisons:
3050     - title: "Diff"
3051       reference: 1
3052       compare: 2
3053   legend:
3054     - ""
3055     - "x710, xxv710 - NICs tested."
3056     - "Diff - difference between x710 and xxv710 NIC."
3057
3058 # VPP Compare NICs 2n-skx 4t2c ndr
3059 - type: "table"
3060   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3061   algorithm: "table_comparison"
3062   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3063   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3064   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3065   columns:
3066     - title: "x710"
3067       data-set: "vpp-nic-comparison-2n-skx"
3068       tag: "NIC_Intel-X710"
3069     - title: "xxv710"
3070       data-set: "vpp-nic-comparison-2n-skx"
3071       tag: "NIC_Intel-XXV710"
3072   comparisons:
3073     - title: "Diff"
3074       reference: 1
3075       compare: 2
3076   legend:
3077     - ""
3078     - "x710, xxv710 - NICs tested."
3079     - "Diff - difference between x710 and xxv710 NIC."
3080
3081 # VPP Compare NICs 2n-skx 2t1c pdr
3082 - type: "table"
3083   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3084   algorithm: "table_comparison"
3085   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3086   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3087   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3088   columns:
3089     - title: "x710"
3090       data-set: "vpp-nic-comparison-2n-skx"
3091       tag: "NIC_Intel-X710"
3092     - title: "xxv710"
3093       data-set: "vpp-nic-comparison-2n-skx"
3094       tag: "NIC_Intel-XXV710"
3095   comparisons:
3096     - title: "Diff"
3097       reference: 1
3098       compare: 2
3099   legend:
3100     - ""
3101     - "x710, xxv710 - NICs tested."
3102     - "Diff - difference between x710 and xxv710 NIC."
3103
3104 # VPP Compare NICs 2n-skx 4t2c pdr
3105 - type: "table"
3106   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3107   algorithm: "table_comparison"
3108   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3109   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3110   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3111   columns:
3112     - title: "x710"
3113       data-set: "vpp-nic-comparison-2n-skx"
3114       tag: "NIC_Intel-X710"
3115     - title: "xxv710"
3116       data-set: "vpp-nic-comparison-2n-skx"
3117       tag: "NIC_Intel-XXV710"
3118   comparisons:
3119     - title: "Diff"
3120       reference: 1
3121       compare: 2
3122   legend:
3123     - ""
3124     - "x710, xxv710 - NICs tested."
3125     - "Diff - difference between x710 and xxv710 NIC."
3126
3127 # VPP Compare NICs 2n-skx 2t1c mrr
3128 - type: "table"
3129   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3130   algorithm: "table_comparison"
3131   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3132   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3133   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3134   columns:
3135     - title: "x710"
3136       data-set: "vpp-nic-comparison-2n-skx-mrr"
3137       tag: "NIC_Intel-X710"
3138     - title: "xxv710"
3139       data-set: "vpp-nic-comparison-2n-skx-mrr"
3140       tag: "NIC_Intel-XXV710"
3141   comparisons:
3142     - title: "Diff"
3143       reference: 1
3144       compare: 2
3145   legend:
3146     - ""
3147     - "x710, xxv710 - NICs tested."
3148     - "Diff - difference between x710 and xxv710 NIC."
3149
3150 # VPP Compare NICs 2n-skx 4t2c mrr
3151 - type: "table"
3152   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3153   algorithm: "table_comparison"
3154   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3155   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3156   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3157   columns:
3158     - title: "x710"
3159       data-set: "vpp-nic-comparison-2n-skx-mrr"
3160       tag: "NIC_Intel-X710"
3161     - title: "xxv710"
3162       data-set: "vpp-nic-comparison-2n-skx-mrr"
3163       tag: "NIC_Intel-XXV710"
3164   comparisons:
3165     - title: "Diff"
3166       reference: 1
3167       compare: 2
3168   legend:
3169     - ""
3170     - "x710, xxv710 - NICs tested."
3171     - "Diff - difference between x710 and xxv710 NIC."
3172
3173 # VPP Compare NICs 2n-skx 8t4c mrr
3174 - type: "table"
3175   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3176   algorithm: "table_comparison"
3177   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3178   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3179   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3180   columns:
3181     - title: "x710"
3182       data-set: "vpp-nic-comparison-2n-skx-mrr"
3183       tag: "NIC_Intel-X710"
3184     - title: "xxv710"
3185       data-set: "vpp-nic-comparison-2n-skx-mrr"
3186       tag: "NIC_Intel-XXV710"
3187   comparisons:
3188     - title: "Diff"
3189       reference: 1
3190       compare: 2
3191   legend:
3192     - ""
3193     - "x710, xxv710 - NICs tested."
3194     - "Diff - difference between x710 and xxv710 NIC."
3195
3196 ################################################################################
3197 # VPP
3198
3199 # VPP Performance Changes 3n-hsw 1t1c pdr
3200 - type: "table"
3201   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3202   algorithm: "table_comparison"
3203   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3204   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3205   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3206   columns:
3207     - title: "1908.1-2"
3208       data-set: "vpp-performance-changes-3n-hsw-h1"
3209     - title: "2001.0-2"
3210       data-set: "vpp-performance-changes-3n-hsw-ref"
3211     - title: "2001.0-4"
3212       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3213     - title: "2005.0-4"
3214       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3215   comparisons:
3216     - title: "2001.0-4 vs 2001.0-2"
3217       reference: 2
3218       compare: 3
3219       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3220     - title: "2005.0-4 vs 2001.0-4"
3221       reference: 3
3222       compare: 4
3223       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3224   legend:
3225     - ''
3226     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3227     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3228     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3229     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3230     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3231
3232 # VPP Performance Changes 3n-hsw 2t2c pdr
3233 - type: "table"
3234   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3235   algorithm: "table_comparison"
3236   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3237   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3238   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3239   columns:
3240     - title: "1908.1-2"
3241       data-set: "vpp-performance-changes-3n-hsw-h1"
3242     - title: "2001.0-2"
3243       data-set: "vpp-performance-changes-3n-hsw-ref"
3244     - title: "2001.0-4"
3245       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3246     - title: "2005.0-4"
3247       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3248   comparisons:
3249     - title: "2001.0-4 vs 2001.0-2"
3250       reference: 2
3251       compare: 3
3252       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3253     - title: "2005.0-4 vs 2001.0-4"
3254       reference: 3
3255       compare: 4
3256       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3257   legend:
3258     - ''
3259     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3260     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3261     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3262     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3263     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3264
3265 # VPP Performance Changes 3n-hsw 1t1c ndr
3266 - type: "table"
3267   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3268   algorithm: "table_comparison"
3269   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3270   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3271   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3272   columns:
3273     - title: "1908.1-2"
3274       data-set: "vpp-performance-changes-3n-hsw-h1"
3275     - title: "2001.0-2"
3276       data-set: "vpp-performance-changes-3n-hsw-ref"
3277     - title: "2001.0-4"
3278       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3279     - title: "2005.0-4"
3280       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3281   comparisons:
3282     - title: "2001.0-4 vs 2001.0-2"
3283       reference: 2
3284       compare: 3
3285       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3286     - title: "2005.0-4 vs 2001.0-4"
3287       reference: 3
3288       compare: 4
3289       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3290   legend:
3291     - ''
3292     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3293     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3294     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3295     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3296     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3297
3298 # VPP Performance Changes 3n-hsw 2t2c ndr
3299 - type: "table"
3300   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3301   algorithm: "table_comparison"
3302   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3303   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3304   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3305   columns:
3306     - title: "1908.1-2"
3307       data-set: "vpp-performance-changes-3n-hsw-h1"
3308     - title: "2001.0-2"
3309       data-set: "vpp-performance-changes-3n-hsw-ref"
3310     - title: "2001.0-4"
3311       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3312     - title: "2005.0-4"
3313       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3314   comparisons:
3315     - title: "2001.0-4 vs 2001.0-2"
3316       reference: 2
3317       compare: 3
3318       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3319     - title: "2005.0-4 vs 2001.0-4"
3320       reference: 3
3321       compare: 4
3322       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3323   legend:
3324     - ''
3325     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3326     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3327     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3328     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3329     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3330
3331 # VPP Performance Changes 3n-hsw 1t1c pdr-full
3332 - type: "table"
3333   title: "VPP Performance Changes 3n-hsw 1t1c pdr-full"
3334   algorithm: "table_comparison"
3335   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr-full"
3336   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3337   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3338   columns:
3339     - title: "1908.1-2"
3340       data-set: "vpp-performance-changes-3n-hsw-h1"
3341     - title: "2001.0-2"
3342       data-set: "vpp-performance-changes-3n-hsw-ref"
3343     - title: "2001.0-4"
3344       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3345     - title: "2005.0-3"
3346       data-set: "vpp-performance-changes-3n-hsw-cmp"
3347     - title: "2005.0-4"
3348       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3349   comparisons:
3350     - title: "2005.0-4 vs 2005.0-3"
3351       reference: 4
3352       compare: 5
3353       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3354     - title: "2001.0-4 vs 2001.0-2"
3355       reference: 2
3356       compare: 3
3357       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3358     - title: "2005.0-4 vs 2001.0-4"
3359       reference: 3
3360       compare: 5
3361       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca3.yaml"
3362   legend:
3363     - ''
3364     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3365     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3366     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3367     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3368     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3369     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3370
3371 # VPP Performance Changes 3n-hsw 2t2c pdr-full
3372 - type: "table"
3373   title: "VPP Performance Changes 3n-hsw 2t2c pdr-full"
3374   algorithm: "table_comparison"
3375   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr-full"
3376   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3377   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3378   columns:
3379     - title: "1908.1-2"
3380       data-set: "vpp-performance-changes-3n-hsw-h1"
3381     - title: "2001.0-2"
3382       data-set: "vpp-performance-changes-3n-hsw-ref"
3383     - title: "2001.0-4"
3384       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3385     - title: "2005.0-3"
3386       data-set: "vpp-performance-changes-3n-hsw-cmp"
3387     - title: "2005.0-4"
3388       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3389   comparisons:
3390     - title: "2005.0-4 vs 2005.0-3"
3391       reference: 4
3392       compare: 5
3393       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3394     - title: "2001.0-4 vs 2001.0-2"
3395       reference: 2
3396       compare: 3
3397       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3398     - title: "2005.0-4 vs 2001.0-4"
3399       reference: 3
3400       compare: 5
3401       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca3.yaml"
3402   legend:
3403     - ''
3404     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3405     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3406     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3407     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3408     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3409     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3410
3411 # VPP Performance Changes 3n-hsw 1t1c ndr-full
3412 - type: "table"
3413   title: "VPP Performance Changes 3n-hsw 1t1c ndr-full"
3414   algorithm: "table_comparison"
3415   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr-full"
3416   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3417   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3418   columns:
3419     - title: "1908.1-2"
3420       data-set: "vpp-performance-changes-3n-hsw-h1"
3421     - title: "2001.0-2"
3422       data-set: "vpp-performance-changes-3n-hsw-ref"
3423     - title: "2001.0-4"
3424       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3425     - title: "2005.0-3"
3426       data-set: "vpp-performance-changes-3n-hsw-cmp"
3427     - title: "2005.0-4"
3428       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3429   comparisons:
3430     - title: "2005.0-4 vs 2005.0-3"
3431       reference: 4
3432       compare: 5
3433       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3434     - title: "2001.0-4 vs 2001.0-2"
3435       reference: 2
3436       compare: 3
3437       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3438     - title: "2005.0-4 vs 2001.0-4"
3439       reference: 3
3440       compare: 5
3441       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca3.yaml"
3442   legend:
3443     - ''
3444     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3445     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3446     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3447     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3448     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3449     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3450
3451 # VPP Performance Changes 3n-hsw 2t2c ndr-full
3452 - type: "table"
3453   title: "VPP Performance Changes 3n-hsw 2t2c ndr-full"
3454   algorithm: "table_comparison"
3455   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr-full"
3456   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3457   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3458   columns:
3459     - title: "1908.1-2"
3460       data-set: "vpp-performance-changes-3n-hsw-h1"
3461     - title: "2001.0-2"
3462       data-set: "vpp-performance-changes-3n-hsw-ref"
3463     - title: "2001.0-4"
3464       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3465     - title: "2005.0-3"
3466       data-set: "vpp-performance-changes-3n-hsw-cmp"
3467     - title: "2005.0-4"
3468       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3469   comparisons:
3470     - title: "2005.0-4 vs 2005.0-3"
3471       reference: 4
3472       compare: 5
3473       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3474     - title: "2001.0-4 vs 2001.0-2"
3475       reference: 2
3476       compare: 3
3477       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3478     - title: "2005.0-4 vs 2001.0-4"
3479       reference: 3
3480       compare: 5
3481       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca3.yaml"
3482   legend:
3483     - ''
3484     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3485     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24)..'
3486     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3487     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3488     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3489     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3490
3491 # VPP Performance Changes 3n-skx 2t1c pdr
3492 - type: "table"
3493   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3494   algorithm: "table_comparison"
3495   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3496   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3497   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3498   columns:
3499     - title: "1908.1-2"
3500       data-set: "vpp-performance-changes-3n-skx-h1"
3501     - title: "2001.0-2"
3502       data-set: "vpp-performance-changes-3n-skx-ref"
3503     - title: "2001.0-4"
3504       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3505     - title: "2005.0-4"
3506       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3507   comparisons:
3508     - title: "2001.0-4 vs 2001.0-2"
3509       reference: 2
3510       compare: 3
3511       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3512     - title: "2005.0-4 vs 2001.0-4"
3513       reference: 3
3514       compare: 4
3515       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3516   legend:
3517     - ''
3518     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3519     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3520     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3521     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3522     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3523
3524 # VPP Performance Changes 3n-skx 4t2c pdr
3525 - type: "table"
3526   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3527   algorithm: "table_comparison"
3528   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3529   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3530   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3531   columns:
3532     - title: "1908.1-2"
3533       data-set: "vpp-performance-changes-3n-skx-h1"
3534     - title: "2001.0-2"
3535       data-set: "vpp-performance-changes-3n-skx-ref"
3536     - title: "2001.0-4"
3537       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3538     - title: "2005.0-4"
3539       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3540   comparisons:
3541     - title: "2001.0-4 vs 2001.0-2"
3542       reference: 2
3543       compare: 3
3544       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3545     - title: "2005.0-4 vs 2001.0-4"
3546       reference: 3
3547       compare: 4
3548       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3549   legend:
3550     - ''
3551     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3552     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3553     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3554     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3555     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3556
3557 # VPP Performance Changes 3n-skx 2t1c ndr
3558 - type: "table"
3559   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3560   algorithm: "table_comparison"
3561   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3562   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3563   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3564   columns:
3565     - title: "1908.1-2"
3566       data-set: "vpp-performance-changes-3n-skx-h1"
3567     - title: "2001.0-2"
3568       data-set: "vpp-performance-changes-3n-skx-ref"
3569     - title: "2001.0-4"
3570       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3571     - title: "2005.0-4"
3572       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3573   comparisons:
3574     - title: "2001.0-4 vs 2001.0-2"
3575       reference: 2
3576       compare: 3
3577       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3578     - title: "2005.0-4 vs 2001.0-4"
3579       reference: 3
3580       compare: 4
3581       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3582   legend:
3583     - ''
3584     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3585     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3586     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3587     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3588     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3589
3590 # VPP Performance Changes 3n-skx 4t2c ndr
3591 - type: "table"
3592   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3593   algorithm: "table_comparison"
3594   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3595   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3596   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3597   columns:
3598     - title: "1908.1-2"
3599       data-set: "vpp-performance-changes-3n-skx-h1"
3600     - title: "2001.0-2"
3601       data-set: "vpp-performance-changes-3n-skx-ref"
3602     - title: "2001.0-4"
3603       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3604     - title: "2005.0-4"
3605       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3606   comparisons:
3607     - title: "2001.0-4 vs 2001.0-2"
3608       reference: 2
3609       compare: 3
3610       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3611     - title: "2005.0-4 vs 2001.0-4"
3612       reference: 3
3613       compare: 4
3614       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3615   legend:
3616     - ''
3617     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3618     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3619     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3620     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3621     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3622
3623 # VPP Performance Changes 3n-skx 2t1c pdr-full
3624 - type: "table"
3625   title: "VPP Performance Changes 3n-skx 2t1c pdr-full"
3626   algorithm: "table_comparison"
3627   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr-full"
3628   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3629   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3630   columns:
3631     - title: "1908.1-2"
3632       data-set: "vpp-performance-changes-3n-skx-h1"
3633     - title: "2001.0-2"
3634       data-set: "vpp-performance-changes-3n-skx-ref"
3635     - title: "2001.0-4"
3636       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3637     - title: "2005.0-3"
3638       data-set: "vpp-performance-changes-3n-skx-cmp"
3639     - title: "2005.0-4"
3640       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3641   comparisons:
3642     - title: "2005.0-4 vs 2005.0-3"
3643       reference: 4
3644       compare: 5
3645       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3646     - title: "2001.0-4 vs 2001.0-2"
3647       reference: 2
3648       compare: 3
3649       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3650     - title: "2005.0-4 vs 2001.0-4"
3651       reference: 3
3652       compare: 5
3653       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca3.yaml"
3654   legend:
3655     - ''
3656     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3657     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3658     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3659     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3660     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3661     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3662
3663 # VPP Performance Changes 3n-skx 4t2c pdr-full
3664 - type: "table"
3665   title: "VPP Performance Changes 3n-skx 4t2c pdr-full"
3666   algorithm: "table_comparison"
3667   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr-full"
3668   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3669   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3670   columns:
3671     - title: "1908.1-2"
3672       data-set: "vpp-performance-changes-3n-skx-h1"
3673     - title: "2001.0-2"
3674       data-set: "vpp-performance-changes-3n-skx-ref"
3675     - title: "2001.0-4"
3676       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3677     - title: "2005.0-3"
3678       data-set: "vpp-performance-changes-3n-skx-cmp"
3679     - title: "2005.0-4"
3680       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3681   comparisons:
3682     - title: "2005.0-4 vs 2005.0-3"
3683       reference: 4
3684       compare: 5
3685       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3686     - title: "2001.0-4 vs 2001.0-2"
3687       reference: 2
3688       compare: 3
3689       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3690     - title: "2005.0-4 vs 2001.0-4"
3691       reference: 3
3692       compare: 5
3693       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca3.yaml"
3694   legend:
3695     - ''
3696     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3697     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3698     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3699     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3700     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3701     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3702
3703 # VPP Performance Changes 3n-skx 2t1c ndr-full
3704 - type: "table"
3705   title: "VPP Performance Changes 3n-skx 2t1c ndr-full"
3706   algorithm: "table_comparison"
3707   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr-full"
3708   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3709   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3710   columns:
3711     - title: "1908.1-2"
3712       data-set: "vpp-performance-changes-3n-skx-h1"
3713     - title: "2001.0-2"
3714       data-set: "vpp-performance-changes-3n-skx-ref"
3715     - title: "2001.0-4"
3716       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3717     - title: "2005.0-3"
3718       data-set: "vpp-performance-changes-3n-skx-cmp"
3719     - title: "2005.0-4"
3720       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3721   comparisons:
3722     - title: "2005.0-4 vs 2005.0-3"
3723       reference: 4
3724       compare: 5
3725       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3726     - title: "2001.0-4 vs 2001.0-2"
3727       reference: 2
3728       compare: 3
3729       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3730     - title: "2005.0-4 vs 2001.0-4"
3731       reference: 3
3732       compare: 5
3733       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca3.yaml"
3734   legend:
3735     - ''
3736     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3737     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3738     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3739     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3740     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3741     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3742
3743 # VPP Performance Changes 3n-skx 4t2c ndr-full
3744 - type: "table"
3745   title: "VPP Performance Changes 3n-skx 4t2c ndr-full"
3746   algorithm: "table_comparison"
3747   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr-full"
3748   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3749   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3750   columns:
3751     - title: "1908.1-2"
3752       data-set: "vpp-performance-changes-3n-skx-h1"
3753     - title: "2001.0-2"
3754       data-set: "vpp-performance-changes-3n-skx-ref"
3755     - title: "2001.0-4"
3756       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3757     - title: "2005.0-3"
3758       data-set: "vpp-performance-changes-3n-skx-cmp"
3759     - title: "2005.0-4"
3760       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3761   comparisons:
3762     - title: "2005.0-4 vs 2005.0-3"
3763       reference: 4
3764       compare: 5
3765       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3766     - title: "2001.0-4 vs 2001.0-2"
3767       reference: 2
3768       compare: 3
3769       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3770     - title: "2005.0-4 vs 2001.0-4"
3771       reference: 3
3772       compare: 5
3773       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca3.yaml"
3774   legend:
3775     - ''
3776     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3777     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3778     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3779     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3780     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3781     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3782
3783 # VPP Performance Changes 2n-skx 2t1c pdr
3784 - type: "table"
3785   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3786   algorithm: "table_comparison"
3787   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3788   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3789   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3790   columns:
3791     - title: "1908.1-2"
3792       data-set: "vpp-performance-changes-2n-skx-h1"
3793     - title: "2001.0-2"
3794       data-set: "vpp-performance-changes-2n-skx-ref"
3795     - title: "2001.0-4"
3796       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3797     - title: "2005.0-4"
3798       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3799   comparisons:
3800     - title: "2001.0-4 vs 2001.0-2"
3801       reference: 2
3802       compare: 3
3803       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3804     - title: "2005.0-4 vs 2001.0-4"
3805       reference: 3
3806       compare: 4
3807       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3808   legend:
3809     - ''
3810     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3811     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3812     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3813     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3814     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3815
3816 # VPP Performance Changes 2n-skx 4t2c pdr
3817 - type: "table"
3818   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3819   algorithm: "table_comparison"
3820   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3821   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3822   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3823   columns:
3824     - title: "1908.1-2"
3825       data-set: "vpp-performance-changes-2n-skx-h1"
3826     - title: "2001.0-2"
3827       data-set: "vpp-performance-changes-2n-skx-ref"
3828     - title: "2001.0-4"
3829       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3830     - title: "2005.0-4"
3831       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3832   comparisons:
3833     - title: "2001.0-4 vs 2001.0-2"
3834       reference: 2
3835       compare: 3
3836       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3837     - title: "2005.0-4 vs 2001.0-4"
3838       reference: 3
3839       compare: 4
3840       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3841   legend:
3842     - ''
3843     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3844     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3845     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3846     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3847     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3848
3849 # VPP Performance Changes 2n-skx 2t1c ndr
3850 - type: "table"
3851   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3852   algorithm: "table_comparison"
3853   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3854   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3855   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3856   columns:
3857     - title: "1908.1-2"
3858       data-set: "vpp-performance-changes-2n-skx-h1"
3859     - title: "2001.0-2"
3860       data-set: "vpp-performance-changes-2n-skx-ref"
3861     - title: "2001.0-4"
3862       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3863     - title: "2005.0-4"
3864       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3865   comparisons:
3866     - title: "2001.0-4 vs 2001.0-2"
3867       reference: 2
3868       compare: 3
3869       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3870     - title: "2005.0-4 vs 2001.0-4"
3871       reference: 3
3872       compare: 4
3873       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3874   legend:
3875     - ''
3876     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3877     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3878     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3879     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3880     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3881
3882 # VPP Performance Changes 2n-skx 4t2c ndr
3883 - type: "table"
3884   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3885   algorithm: "table_comparison"
3886   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3887   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3888   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3889   columns:
3890     - title: "1908.1-2"
3891       data-set: "vpp-performance-changes-2n-skx-h1"
3892     - title: "2001.0-2"
3893       data-set: "vpp-performance-changes-2n-skx-ref"
3894     - title: "2001.0-4"
3895       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3896     - title: "2005.0-4"
3897       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3898   comparisons:
3899     - title: "2001.0-4 vs 2001.0-2"
3900       reference: 2
3901       compare: 3
3902       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
3903     - title: "2005.0-4 vs 2001.0-4"
3904       reference: 3
3905       compare: 4
3906       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
3907   legend:
3908     - ''
3909     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3910     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3911     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3912     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3913     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3914
3915 # VPP Performance Changes 2n-skx 2t1c pdr-full
3916 - type: "table"
3917   title: "VPP Performance Changes 2n-skx 2t1c pdr-full"
3918   algorithm: "table_comparison"
3919   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr-full"
3920   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3921   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3922   columns:
3923     - title: "1908.1-2"
3924       data-set: "vpp-performance-changes-2n-skx-h1"
3925     - title: "2001.0-2"
3926       data-set: "vpp-performance-changes-2n-skx-ref"
3927     - title: "2001.0-4"
3928       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3929     - title: "2005.0-3"
3930       data-set: "vpp-performance-changes-2n-skx-cmp"
3931     - title: "2005.0-4"
3932       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3933   comparisons:
3934     - title: "2005.0-4 vs 2005.0-3"
3935       reference: 4
3936       compare: 5
3937       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3938     - title: "2001.0-4 vs 2001.0-2"
3939       reference: 2
3940       compare: 3
3941       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3942     - title: "2005.0-4 vs 2001.0-4"
3943       reference: 3
3944       compare: 5
3945       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca3.yaml"
3946
3947   legend:
3948     - ''
3949     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3950     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3951     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3952     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3953     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3954     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3955
3956 # VPP Performance Changes 2n-skx 4t2c pdr-full
3957 - type: "table"
3958   title: "VPP Performance Changes 2n-skx 4t2c pdr-full"
3959   algorithm: "table_comparison"
3960   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr-full"
3961   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3962   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3963   columns:
3964     - title: "1908.1-2"
3965       data-set: "vpp-performance-changes-2n-skx-h1"
3966     - title: "2001.0-2"
3967       data-set: "vpp-performance-changes-2n-skx-ref"
3968     - title: "2001.0-4"
3969       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3970     - title: "2005.0-3"
3971       data-set: "vpp-performance-changes-2n-skx-cmp"
3972     - title: "2005.0-4"
3973       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3974   comparisons:
3975     - title: "2005.0-4 vs 2005.0-3"
3976       reference: 4
3977       compare: 5
3978       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3979     - title: "2001.0-4 vs 2001.0-2"
3980       reference: 2
3981       compare: 3
3982       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3983     - title: "2005.0-4 vs 2001.0-4"
3984       reference: 3
3985       compare: 5
3986       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca3.yaml"
3987   legend:
3988     - ''
3989     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3990     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3991     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3992     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3993     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3994     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3995
3996 # VPP Performance Changes 2n-skx 2t1c ndr-full
3997 - type: "table"
3998   title: "VPP Performance Changes 2n-skx 2t1c ndr-full"
3999   algorithm: "table_comparison"
4000   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr-full"
4001   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4002   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4003   columns:
4004     - title: "1908.1-2"
4005       data-set: "vpp-performance-changes-2n-skx-h1"
4006     - title: "2001.0-2"
4007       data-set: "vpp-performance-changes-2n-skx-ref"
4008     - title: "2001.0-4"
4009       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4010     - title: "2005.0-3"
4011       data-set: "vpp-performance-changes-2n-skx-cmp"
4012     - title: "2005.0-4"
4013       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4014   comparisons:
4015     - title: "2005.0-4 vs 2005.0-3"
4016       reference: 4
4017       compare: 5
4018       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
4019     - title: "2001.0-4 vs 2001.0-2"
4020       reference: 2
4021       compare: 3
4022       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
4023     - title: "2005.0-4 vs 2001.0-4"
4024       reference: 3
4025       compare: 5
4026       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca3.yaml"
4027   legend:
4028     - ''
4029     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4030     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4031     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4032     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4033     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4034     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4035
4036 # VPP Performance Changes 2n-skx 4t2c ndr-full
4037 - type: "table"
4038   title: "VPP Performance Changes 2n-skx 4t2c ndr-full"
4039   algorithm: "table_comparison"
4040   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr-full"
4041   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4042   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4043   columns:
4044     - title: "1908.1-2"
4045       data-set: "vpp-performance-changes-2n-skx-h1"
4046     - title: "2001.0-2"
4047       data-set: "vpp-performance-changes-2n-skx-ref"
4048     - title: "2001.0-4"
4049       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4050     - title: "2005.0-3"
4051       data-set: "vpp-performance-changes-2n-skx-cmp"
4052     - title: "2005.0-4"
4053       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4054   comparisons:
4055     - title: "2005.0-4 vs 2005.0-3"
4056       reference: 4
4057       compare: 5
4058       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
4059     - title: "2001.0-4 vs 2001.0-2"
4060       reference: 2
4061       compare: 3
4062       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
4063     - title: "2005.0-4 vs 2001.0-4"
4064       reference: 3
4065       compare: 5
4066       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca3.yaml"
4067   legend:
4068     - ''
4069     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4070     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4071     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4072     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4073     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4074     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4075
4076 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
4077 - type: "table"
4078   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
4079   algorithm: "table_comparison"
4080   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
4081   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4082   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4083   columns:
4084     - title: "2001.0-2"
4085       data-set: "vpp-performance-changes-2n-clx-ref"
4086     - title: "2001.0-4"
4087       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4088     - title: "2005.0-4"
4089       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4090   comparisons:
4091     - title: "2001.0-4 vs 2001.0-2"
4092       reference: 1
4093       compare: 2
4094       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4095     - title: "2005.0-4 vs 2001.0-4"
4096       reference: 2
4097       compare: 3
4098       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca2.yaml"
4099   legend:
4100     - ''
4101     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4102     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4103     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4104     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4105     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4106
4107 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
4108 - type: "table"
4109   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
4110   algorithm: "table_comparison"
4111   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
4112   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4113   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4114   columns:
4115     - title: "2001.0-2"
4116       data-set: "vpp-performance-changes-2n-clx-ref"
4117     - title: "2001.0-4"
4118       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4119     - title: "2005.0-4"
4120       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4121   comparisons:
4122     - title: "2001.0-4 vs 2001.0-2"
4123       reference: 1
4124       compare: 2
4125       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4126     - title: "2005.0-4 vs 2001.0-4"
4127       reference: 2
4128       compare: 3
4129       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca2.yaml"
4130   legend:
4131     - ''
4132     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4133     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4134     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4135     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4136     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4137
4138 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
4139 - type: "table"
4140   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
4141   algorithm: "table_comparison"
4142   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
4143   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4144   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4145   columns:
4146     - title: "2001.0-2"
4147       data-set: "vpp-performance-changes-2n-clx-ref"
4148     - title: "2001.0-4"
4149       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4150     - title: "2005.0-4"
4151       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4152   comparisons:
4153     - title: "2001.0-4 vs 2001.0-2"
4154       reference: 1
4155       compare: 2
4156       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4157     - title: "2005.0-4 vs 2001.0-4"
4158       reference: 2
4159       compare: 3
4160       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca2.yaml"
4161   legend:
4162     - ''
4163     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4164     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4165     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4166     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4167     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4168
4169 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
4170 - type: "table"
4171   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
4172   algorithm: "table_comparison"
4173   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
4174   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4175   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4176   columns:
4177     - title: "2001.0-2"
4178       data-set: "vpp-performance-changes-2n-clx-ref"
4179     - title: "2001.0-4"
4180       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4181     - title: "2005.0-4"
4182       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4183   comparisons:
4184     - title: "2001.0-4 vs 2001.0-2"
4185       reference: 1
4186       compare: 2
4187       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4188     - title: "2005.0-4 vs 2001.0-4"
4189       reference: 2
4190       compare: 3
4191       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca2.yaml"
4192   legend:
4193     - ''
4194     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4195     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4196     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4197     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4198     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4199
4200 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr-full
4201 - type: "table"
4202   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr-full"
4203   algorithm: "table_comparison"
4204   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr-full"
4205   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4206   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4207   columns:
4208     - title: "2001.0-2"
4209       data-set: "vpp-performance-changes-2n-clx-ref"
4210     - title: "2001.0-4"
4211       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4212     - title: "2005.0-3"
4213       data-set: "vpp-performance-changes-2n-clx-cmp"
4214     - title: "2005.0-4"
4215       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4216   comparisons:
4217     - title: "2005.0-4 vs 2005.0-3"
4218       reference: 3
4219       compare: 4
4220       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4221     - title: "2001.0-4 vs 2001.0-2"
4222       reference: 1
4223       compare: 2
4224       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca2.yaml"
4225     - title: "2005.0-4 vs 2001.0-4"
4226       reference: 2
4227       compare: 4
4228       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca3.yaml"
4229   legend:
4230     - ''
4231     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4232     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4233     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4234     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4235     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4236     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4237
4238 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr-full
4239 - type: "table"
4240   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr-full"
4241   algorithm: "table_comparison"
4242   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr-full"
4243   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4244   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4245   columns:
4246     - title: "2001.0-2"
4247       data-set: "vpp-performance-changes-2n-clx-ref"
4248     - title: "2001.0-4"
4249       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4250     - title: "2005.0-3"
4251       data-set: "vpp-performance-changes-2n-clx-cmp"
4252     - title: "2005.0-4"
4253       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4254   comparisons:
4255     - title: "2005.0-4 vs 2005.0-3"
4256       reference: 3
4257       compare: 4
4258       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4259     - title: "2001.0-4 vs 2001.0-2"
4260       reference: 1
4261       compare: 2
4262       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca2.yaml"
4263     - title: "2005.0-4 vs 2001.0-4"
4264       reference: 2
4265       compare: 4
4266       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca3.yaml"
4267   legend:
4268     - ''
4269     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4270     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4271     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4272     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4273     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4274     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4275
4276 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr-full
4277 - type: "table"
4278   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr-full"
4279   algorithm: "table_comparison"
4280   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr-full"
4281   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4282   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4283   columns:
4284     - title: "2001.0-2"
4285       data-set: "vpp-performance-changes-2n-clx-ref"
4286     - title: "2001.0-4"
4287       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4288     - title: "2005.0-3"
4289       data-set: "vpp-performance-changes-2n-clx-cmp"
4290     - title: "2005.0-4"
4291       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4292   comparisons:
4293     - title: "2005.0-4 vs 2005.0-3"
4294       reference: 3
4295       compare: 4
4296       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4297     - title: "2001.0-4 vs 2001.0-2"
4298       reference: 1
4299       compare: 2
4300       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca2.yaml"
4301     - title: "2005.0-4 vs 2001.0-4"
4302       reference: 2
4303       compare: 4
4304       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca3.yaml"
4305   legend:
4306     - ''
4307     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4308     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4309     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4310     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4311     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4312     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4313
4314 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr-full
4315 - type: "table"
4316   title: "VPP Performance Changes 2n-clx-xxv710 ndr-full"
4317   algorithm: "table_comparison"
4318   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr-full"
4319   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4320   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4321   columns:
4322     - title: "2001.0-2"
4323       data-set: "vpp-performance-changes-2n-clx-ref"
4324     - title: "2001.0-4"
4325       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4326     - title: "2005.0-3"
4327       data-set: "vpp-performance-changes-2n-clx-cmp"
4328     - title: "2005.0-4"
4329       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4330   comparisons:
4331     - title: "2005.0-4 vs 2005.0-3"
4332       reference: 3
4333       compare: 4
4334       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4335     - title: "2001.0-4 vs 2001.0-2"
4336       reference: 1
4337       compare: 2
4338       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca2.yaml"
4339     - title: "2005.0-4 vs 2001.0-4"
4340       reference: 2
4341       compare: 4
4342       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca3.yaml"
4343   legend:
4344     - ''
4345     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4346     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4347     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4348     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4349     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4350     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4351
4352 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
4353 #- type: "table"
4354 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
4355 #  algorithm: "table_comparison"
4356 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
4357 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4358 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4359 #  columns:
4360 #    - title: "2001.0-2"
4361 #      data-set: "vpp-performance-changes-2n-clx-ref"
4362 #    - title: "2005.0-3"
4363 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4364 #  comparisons:
4365 #    - title: "Diff"
4366 #      reference: 1
4367 #      compare: 2
4368 #  legend:
4369 #    - ''
4370 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4371 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4372 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4373 #    - '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.'
4374 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4375 #
4376 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
4377 #- type: "table"
4378 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
4379 #  algorithm: "table_comparison"
4380 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
4381 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4382 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4383 #  columns:
4384 #    - title: "2001.0-2"
4385 #      data-set: "vpp-performance-changes-2n-clx-ref"
4386 #    - title: "2005.0-3"
4387 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4388 #  comparisons:
4389 #    - title: "Diff"
4390 #      reference: 1
4391 #      compare: 2
4392 #  legend:
4393 #    - ''
4394 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4395 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4396 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4397 #    - '2005.0-3 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4398 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4399 #
4400 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
4401 #- type: "table"
4402 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
4403 #  algorithm: "table_comparison"
4404 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
4405 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4406 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4407 #  columns:
4408 #    - title: "2001.0-2"
4409 #      data-set: "vpp-performance-changes-2n-clx-ref"
4410 #    - title: "2005.0-3"
4411 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4412 #  comparisons:
4413 #    - title: "Diff"
4414 #      reference: 1
4415 #      compare: 2
4416 #  legend:
4417 #    - ''
4418 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4419 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4420 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4421 #    - '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.'
4422 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4423 #
4424 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
4425 #- type: "table"
4426 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
4427 #  algorithm: "table_comparison"
4428 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
4429 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4430 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4431 #  columns:
4432 #    - title: "2001.0-2"
4433 #      data-set: "vpp-performance-changes-2n-clx-ref"
4434 #    - title: "2005.0-3"
4435 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4436 #  comparisons:
4437 #    - title: "Diff"
4438 #      reference: 1
4439 #      compare: 2
4440 #  legend:
4441 #    - ''
4442 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4443 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4444 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4445 #    - '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.'
4446 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4447
4448 # VPP Performance Changes 2n-dnv 1t1c pdr
4449 - type: "table"
4450   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
4451   algorithm: "table_comparison"
4452   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
4453   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4454   filter: "'1T1C'"
4455   columns:
4456     - title: "1908.1-2"
4457       data-set: "vpp-performance-changes-2n-dnv-h1"
4458     - title: "2001.0-2"
4459       data-set: "vpp-performance-changes-2n-dnv-ref"
4460     - title: "2005.0-3"
4461       data-set: "vpp-performance-changes-2n-dnv-cmp"
4462   comparisons:
4463     - title: "2005.0-3 vs 2001.0-2"
4464       reference: 2
4465       compare: 3
4466   legend:
4467     - ''
4468     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4469     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4470     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4471     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4472
4473 # VPP Performance Changes 2n-dnv 2t2c pdr
4474 - type: "table"
4475   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
4476   algorithm: "table_comparison"
4477   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
4478   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4479   filter: "'2T2C'"
4480   columns:
4481     - title: "1908.1-2"
4482       data-set: "vpp-performance-changes-2n-dnv-h1"
4483     - title: "2001.0-2"
4484       data-set: "vpp-performance-changes-2n-dnv-ref"
4485     - title: "2005.0-3"
4486       data-set: "vpp-performance-changes-2n-dnv-cmp"
4487   comparisons:
4488     - title: "2005.0-3 vs 2001.0-2"
4489       reference: 2
4490       compare: 3
4491   legend:
4492     - ''
4493     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4494     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4495     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4496     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4497
4498 # VPP Performance Changes 2n-dnv 1t1c ndr
4499 - type: "table"
4500   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
4501   algorithm: "table_comparison"
4502   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
4503   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4504   filter: "'1T1C'"
4505   columns:
4506     - title: "1908.1-2"
4507       data-set: "vpp-performance-changes-2n-dnv-h1"
4508     - title: "2001.0-2"
4509       data-set: "vpp-performance-changes-2n-dnv-ref"
4510     - title: "2005.0-3"
4511       data-set: "vpp-performance-changes-2n-dnv-cmp"
4512   comparisons:
4513     - title: "2005.0-3 vs 2001.0-2"
4514       reference: 2
4515       compare: 3
4516   legend:
4517     - ''
4518     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4519     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4520     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4521     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4522
4523 # VPP Performance Changes 2n-dnv 2t2c ndr
4524 - type: "table"
4525   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4526   algorithm: "table_comparison"
4527   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4528   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4529   filter: "'2T2C'"
4530   columns:
4531     - title: "1908.1-2"
4532       data-set: "vpp-performance-changes-2n-dnv-h1"
4533     - title: "2001.0-2"
4534       data-set: "vpp-performance-changes-2n-dnv-ref"
4535     - title: "2005.0-3"
4536       data-set: "vpp-performance-changes-2n-dnv-cmp"
4537   comparisons:
4538     - title: "2005.0-3 vs 2001.0-2"
4539       reference: 2
4540       compare: 3
4541   legend:
4542     - ''
4543     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4544     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4545     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4546     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4547
4548 # VPP Performance Changes 3n-dnv 1t1c pdr
4549 - type: "table"
4550   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4551   algorithm: "table_comparison"
4552   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4553   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4554   filter: "'1T1C'"
4555   columns:
4556     - title: "1908.1-2"
4557       data-set: "vpp-performance-changes-3n-dnv-h1"
4558     - title: "2001.0-2"
4559       data-set: "vpp-performance-changes-3n-dnv-ref"
4560     - title: "2005.0-3"
4561       data-set: "vpp-performance-changes-3n-dnv-cmp"
4562   comparisons:
4563     - title: "2005.0-3 vs 2001.0-2"
4564       reference: 2
4565       compare: 3
4566   legend:
4567     - ''
4568     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4569     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4570     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4571     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4572
4573 # VPP Performance Changes 3n-dnv 2t2c pdr
4574 - type: "table"
4575   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4576   algorithm: "table_comparison"
4577   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4578   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4579   filter: "'2T2C'"
4580   columns:
4581     - title: "1908.1-2"
4582       data-set: "vpp-performance-changes-3n-dnv-h1"
4583     - title: "2001.0-2"
4584       data-set: "vpp-performance-changes-3n-dnv-ref"
4585     - title: "2005.0-3"
4586       data-set: "vpp-performance-changes-3n-dnv-cmp"
4587   comparisons:
4588     - title: "2005.0-3 vs 2001.0-2"
4589       reference: 2
4590       compare: 3
4591   legend:
4592     - ''
4593     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4594     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4595     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4596     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4597
4598 # VPP Performance Changes 3n-dnv 1t1c ndr
4599 - type: "table"
4600   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4601   algorithm: "table_comparison"
4602   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4603   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4604   filter: "'1T1C'"
4605   columns:
4606     - title: "1908.1-2"
4607       data-set: "vpp-performance-changes-3n-dnv-h1"
4608     - title: "2001.0-2"
4609       data-set: "vpp-performance-changes-3n-dnv-ref"
4610     - title: "2005.0-3"
4611       data-set: "vpp-performance-changes-3n-dnv-cmp"
4612   comparisons:
4613     - title: "2005.0-3 vs 2001.0-2"
4614       reference: 2
4615       compare: 3
4616   legend:
4617     - ''
4618     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4619     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4620     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4621     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4622
4623 # VPP Performance Changes 3n-dnv 2t2c ndr
4624 - type: "table"
4625   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4626   algorithm: "table_comparison"
4627   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4628   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4629   filter: "'2T2C'"
4630   columns:
4631     - title: "1908.1-2"
4632       data-set: "vpp-performance-changes-3n-dnv-h1"
4633     - title: "2001.0-2"
4634       data-set: "vpp-performance-changes-3n-dnv-ref"
4635     - title: "2005.0-3"
4636       data-set: "vpp-performance-changes-3n-dnv-cmp"
4637   comparisons:
4638     - title: "2005.0-3 vs 2001.0-2"
4639       reference: 2
4640       compare: 3
4641   legend:
4642     - ''
4643     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4644     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4645     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4646     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4647
4648 # VPP Performance Changes 3n-tsh 1t1c pdr
4649 - type: "table"
4650   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4651   algorithm: "table_comparison"
4652   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4653   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4654   filter: "'1T1C'"
4655   columns:
4656     - title: "1908.1-2"
4657       data-set: "vpp-performance-changes-3n-tsh-h1"
4658     - title: "2001.0-2"
4659       data-set: "vpp-performance-changes-3n-tsh-ref"
4660     - title: "2001.0-4"
4661       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4662     - title: "2005.0-4"
4663       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4664   comparisons:
4665     - title: "2001.0-4 vs 2001.0-2"
4666       reference: 2
4667       compare: 3
4668       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4669     - title: "2005.0-4 vs 2001.0-4"
4670       reference: 3
4671       compare: 4
4672       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4673   legend:
4674     - ''
4675     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4676     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4677     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4678     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4679     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4680
4681 # VPP Performance Changes 3n-tsh 2t2c pdr
4682 - type: "table"
4683   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4684   algorithm: "table_comparison"
4685   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4686   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4687   filter: "'2T2C'"
4688   columns:
4689     - title: "1908.1-2"
4690       data-set: "vpp-performance-changes-3n-tsh-h1"
4691     - title: "2001.0-2"
4692       data-set: "vpp-performance-changes-3n-tsh-ref"
4693     - title: "2001.0-4"
4694       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4695     - title: "2005.0-4"
4696       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4697   comparisons:
4698     - title: "2001.0-4 vs 2001.0-2"
4699       reference: 2
4700       compare: 3
4701       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4702     - title: "2005.0-4 vs 2001.0-4"
4703       reference: 3
4704       compare: 4
4705       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4706   legend:
4707     - ''
4708     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4709     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4710     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4711     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4712     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4713
4714 # VPP Performance Changes 3n-tsh 1t1c ndr
4715 - type: "table"
4716   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4717   algorithm: "table_comparison"
4718   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4719   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4720   filter: "'1T1C'"
4721   columns:
4722     - title: "1908.1-2"
4723       data-set: "vpp-performance-changes-3n-tsh-h1"
4724     - title: "2001.0-2"
4725       data-set: "vpp-performance-changes-3n-tsh-ref"
4726     - title: "2001.0-4"
4727       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4728     - title: "2005.0-4"
4729       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4730   comparisons:
4731     - title: "2001.0-4 vs 2001.0-2"
4732       reference: 2
4733       compare: 3
4734       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4735     - title: "2005.0-4 vs 2001.0-4"
4736       reference: 3
4737       compare: 4
4738       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4739   legend:
4740     - ''
4741     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4742     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4743     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4744     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4745     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4746
4747 # VPP Performance Changes 3n-tsh 2t2c ndr
4748 - type: "table"
4749   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4750   algorithm: "table_comparison"
4751   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4752   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4753   filter: "'2T2C'"
4754   columns:
4755     - title: "1908.1-2"
4756       data-set: "vpp-performance-changes-3n-tsh-h1"
4757     - title: "2001.0-2"
4758       data-set: "vpp-performance-changes-3n-tsh-ref"
4759     - title: "2001.0-4"
4760       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4761     - title: "2005.0-4"
4762       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4763   comparisons:
4764     - title: "2001.0-4 vs 2001.0-2"
4765       reference: 2
4766       compare: 3
4767       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4768     - title: "2005.0-4 vs 2001.0-4"
4769       reference: 3
4770       compare: 4
4771       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4772   legend:
4773     - ''
4774     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4775     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4776     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4777     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4778     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4779
4780 # VPP Performance Changes 3n-tsh 1t1c pdr-full
4781 - type: "table"
4782   title: "VPP Performance Changes 3n-tsh 1t1c pdr-full"
4783   algorithm: "table_comparison"
4784   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr-full"
4785   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4786   filter: "'1T1C'"
4787   columns:
4788     - title: "1908.1-2"
4789       data-set: "vpp-performance-changes-3n-tsh-h1"
4790     - title: "2001.0-2"
4791       data-set: "vpp-performance-changes-3n-tsh-ref"
4792     - title: "2001.0-4"
4793       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4794     - title: "2005.0-3"
4795       data-set: "vpp-performance-changes-3n-tsh-cmp"
4796     - title: "2005.0-4"
4797       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4798   comparisons:
4799     - title: "2005.0-4 vs 2005.0-3"
4800       reference: 4
4801       compare: 5
4802       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4803     - title: "2001.0-4 vs 2001.0-2"
4804       reference: 2
4805       compare: 3
4806       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4807     - title: "2005.0-4 vs 2001.0-4"
4808       reference: 3
4809       compare: 5
4810       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca3.yaml"
4811   legend:
4812     - ''
4813     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4814     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4815     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4816     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4817     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4818     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4819
4820 # VPP Performance Changes 3n-tsh 2t2c pdr-full
4821 - type: "table"
4822   title: "VPP Performance Changes 3n-tsh 2t2c pdr-full"
4823   algorithm: "table_comparison"
4824   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr-full"
4825   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4826   filter: "'2T2C'"
4827   columns:
4828     - title: "1908.1-2"
4829       data-set: "vpp-performance-changes-3n-tsh-h1"
4830     - title: "2001.0-2"
4831       data-set: "vpp-performance-changes-3n-tsh-ref"
4832     - title: "2001.0-4"
4833       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4834     - title: "2005.0-3"
4835       data-set: "vpp-performance-changes-3n-tsh-cmp"
4836     - title: "2005.0-4"
4837       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4838   comparisons:
4839     - title: "2005.0-4 vs 2005.0-3"
4840       reference: 4
4841       compare: 5
4842       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4843     - title: "2001.0-4 vs 2001.0-2"
4844       reference: 2
4845       compare: 3
4846       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4847     - title: "2005.0-4 vs 2001.0-4"
4848       reference: 3
4849       compare: 5
4850       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca3.yaml"
4851   legend:
4852     - ''
4853     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4854     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4855     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4856     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4857     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4858     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4859
4860 # VPP Performance Changes 3n-tsh 1t1c ndr-full
4861 - type: "table"
4862   title: "VPP Performance Changes 3n-tsh 1t1c ndr-full"
4863   algorithm: "table_comparison"
4864   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr-full"
4865   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4866   filter: "'1T1C'"
4867   columns:
4868     - title: "1908.1-2"
4869       data-set: "vpp-performance-changes-3n-tsh-h1"
4870     - title: "2001.0-2"
4871       data-set: "vpp-performance-changes-3n-tsh-ref"
4872     - title: "2001.0-4"
4873       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4874     - title: "2005.0-3"
4875       data-set: "vpp-performance-changes-3n-tsh-cmp"
4876     - title: "2005.0-4"
4877       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4878   comparisons:
4879     - title: "2005.0-4 vs 2005.0-3"
4880       reference: 4
4881       compare: 5
4882       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4883     - title: "2001.0-4 vs 2001.0-2"
4884       reference: 2
4885       compare: 3
4886       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4887     - title: "2005.0-4 vs 2001.0-4"
4888       reference: 3
4889       compare: 5
4890       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca3.yaml"
4891   legend:
4892     - ''
4893     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4894     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4895     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4896     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4897     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4898     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4899
4900 # VPP Performance Changes 3n-tsh 2t2c ndr-full
4901 - type: "table"
4902   title: "VPP Performance Changes 3n-tsh 2t2c ndr-full"
4903   algorithm: "table_comparison"
4904   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr-full"
4905   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4906   filter: "'2T2C'"
4907   columns:
4908     - title: "1908.1-2"
4909       data-set: "vpp-performance-changes-3n-tsh-h1"
4910     - title: "2001.0-2"
4911       data-set: "vpp-performance-changes-3n-tsh-ref"
4912     - title: "2001.0-4"
4913       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4914     - title: "2005.0-3"
4915       data-set: "vpp-performance-changes-3n-tsh-cmp"
4916     - title: "2005.0-4"
4917       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4918   comparisons:
4919     - title: "2005.0-4 vs 2005.0-3"
4920       reference: 4
4921       compare: 5
4922       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4923     - title: "2001.0-4 vs 2001.0-2"
4924       reference: 2
4925       compare: 3
4926       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4927     - title: "2005.0-4 vs 2001.0-4"
4928       reference: 3
4929       compare: 5
4930       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca3.yaml"
4931   legend:
4932     - ''
4933     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4934     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4935     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4936     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4937     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4938     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4939
4940 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4941 - type: "table"
4942   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4943   algorithm: "table_comparison"
4944   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4945   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4946   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4947   columns:
4948     - title: "3n-hsw xl710"
4949       data-set: "vpp-compare-testbeds-ref"
4950       tag: "NIC_Intel-XL710"
4951     - title: "3n-skx xxv710"
4952       data-set: "vpp-compare-testbeds-cmp"
4953       tag: "NIC_Intel-XXV710"
4954   comparisons:
4955     - title: "Diff"
4956       reference: 1
4957       compare: 2
4958   legend:
4959     - ""
4960     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4961     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4962
4963 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4964 - type: "table"
4965   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4966   algorithm: "table_comparison"
4967   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4968   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4969   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4970   columns:
4971     - title: "3n-hsw xl710"
4972       data-set: "vpp-compare-testbeds-ref"
4973       tag: "NIC_Intel-XL710"
4974     - title: "3n-skx xxv710"
4975       data-set: "vpp-compare-testbeds-cmp"
4976       tag: "NIC_Intel-XXV710"
4977   comparisons:
4978     - title: "Diff"
4979       reference: 1
4980       compare: 2
4981   legend:
4982     - ""
4983     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4984     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4985
4986 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4987 - type: "table"
4988   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4989   algorithm: "table_comparison"
4990   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4991   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4992   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4993   columns:
4994     - title: "3n-hsw xl710"
4995       data-set: "vpp-compare-testbeds-ref"
4996       tag: "NIC_Intel-XL710"
4997     - title: "3n-skx xxv710"
4998       data-set: "vpp-compare-testbeds-cmp"
4999       tag: "NIC_Intel-XXV710"
5000   comparisons:
5001     - title: "Diff"
5002       reference: 1
5003       compare: 2
5004   legend:
5005     - ""
5006     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5007     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5008
5009 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
5010 - type: "table"
5011   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
5012   algorithm: "table_comparison"
5013   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
5014   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5015   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5016   columns:
5017     - title: "3n-hsw xl710"
5018       data-set: "vpp-compare-testbeds-ref"
5019       tag: "NIC_Intel-XL710"
5020     - title: "3n-skx xxv710"
5021       data-set: "vpp-compare-testbeds-cmp"
5022       tag: "NIC_Intel-XXV710"
5023   comparisons:
5024     - title: "Diff"
5025       reference: 1
5026       compare: 2
5027   legend:
5028     - ""
5029     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5030     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5031
5032 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
5033 - type: "table"
5034   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
5035   algorithm: "table_comparison"
5036   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
5037   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5038   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5039   columns:
5040     - title: "2n-skx"
5041       data-set: "vpp-compare-testbeds-skx-clx-ref"
5042     - title: "2n-clx"
5043       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5044   comparisons:
5045     - title: "Diff"
5046       reference: 1
5047       compare: 2
5048   legend:
5049     - ""
5050     - "2n-skx, 2n-clx - testbeds and NICs tested."
5051     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5052
5053 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
5054 - type: "table"
5055   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
5056   algorithm: "table_comparison"
5057   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
5058   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5059   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5060   columns:
5061     - title: "2n-skx"
5062       data-set: "vpp-compare-testbeds-skx-clx-ref"
5063     - title: "2n-clx"
5064       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5065   comparisons:
5066     - title: "Diff"
5067       reference: 1
5068       compare: 2
5069   legend:
5070     - ""
5071     - "2n-skx, 2n-clx - testbeds and NICs tested."
5072     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5073
5074 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
5075 - type: "table"
5076   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
5077   algorithm: "table_comparison"
5078   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
5079   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5080   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5081   columns:
5082     - title: "2n-skx"
5083       data-set: "vpp-compare-testbeds-skx-clx-ref"
5084     - title: "2n-clx"
5085       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5086   comparisons:
5087     - title: "Diff"
5088       reference: 1
5089       compare: 2
5090   legend:
5091     - ""
5092     - "2n-skx, 2n-clx - testbeds and NICs tested."
5093     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5094
5095 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
5096 - type: "table"
5097   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
5098   algorithm: "table_comparison"
5099   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
5100   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5101   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5102   columns:
5103     - title: "2n-skx"
5104       data-set: "vpp-compare-testbeds-skx-clx-ref"
5105     - title: "2n-clx"
5106       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5107   comparisons:
5108     - title: "Diff"
5109       reference: 1
5110       compare: 2
5111   legend:
5112     - ""
5113     - "2n-skx, 2n-clx - testbeds and NICs tested."
5114     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5115
5116 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
5117 - type: "table"
5118   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
5119   algorithm: "table_comparison"
5120   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
5121   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5122   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5123   columns:
5124     - title: "3n-hsw xl710"
5125       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5126       tag: "NIC_Intel-XL710"
5127     - title: "2n-clx xxv710"
5128       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5129       tag: "NIC_Intel-XXV710"
5130   comparisons:
5131     - title: "Diff"
5132       reference: 1
5133       compare: 2
5134   legend:
5135     - ""
5136     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5137     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5138
5139 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
5140 - type: "table"
5141   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
5142   algorithm: "table_comparison"
5143   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
5144   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5145   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5146   columns:
5147     - title: "3n-hsw xl710"
5148       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5149       tag: "NIC_Intel-XL710"
5150     - title: "2n-clx xxv710"
5151       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5152       tag: "NIC_Intel-XXV710"
5153   comparisons:
5154     - title: "Diff"
5155       reference: 1
5156       compare: 2
5157   legend:
5158     - ""
5159     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5160     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5161
5162 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
5163 - type: "table"
5164   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
5165   algorithm: "table_comparison"
5166   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
5167   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5168   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5169   columns:
5170     - title: "3n-hsw xl710"
5171       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5172       tag: "NIC_Intel-XL710"
5173     - title: "2n-clx xxv710"
5174       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5175       tag: "NIC_Intel-XXV710"
5176   comparisons:
5177     - title: "Diff"
5178       reference: 1
5179       compare: 2
5180   legend:
5181     - ""
5182     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5183     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5184
5185 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
5186 - type: "table"
5187   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
5188   algorithm: "table_comparison"
5189   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
5190   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5191   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5192   columns:
5193     - title: "3n-hsw xl710"
5194       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5195       tag: "NIC_Intel-XL710"
5196     - title: "2n-clx xxv710"
5197       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5198       tag: "NIC_Intel-XXV710"
5199   comparisons:
5200     - title: "Diff"
5201       reference: 1
5202       compare: 2
5203   legend:
5204     - ""
5205     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5206     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5207
5208 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
5209 - type: "table"
5210   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
5211   algorithm: "table_comparison"
5212   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
5213   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5214   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5215   columns:
5216     - title: "3n-skx"
5217       data-set: "vpp-compare-topologies-ref"
5218     - title: "2n-skx"
5219       data-set: "vpp-compare-topologies-cmp"
5220   comparisons:
5221     - title: "Diff"
5222       reference: 1
5223       compare: 2
5224   legend:
5225     - ""
5226     - "3n-skx, 2n-skx - topologies tested."
5227     - "Diff - difference between 3n-skx and 2n-skx topologies."
5228
5229 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
5230 - type: "table"
5231   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
5232   algorithm: "table_comparison"
5233   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
5234   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5235   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5236   columns:
5237     - title: "3n-skx"
5238       data-set: "vpp-compare-topologies-ref"
5239     - title: "2n-skx"
5240       data-set: "vpp-compare-topologies-cmp"
5241   comparisons:
5242     - title: "Diff"
5243       reference: 1
5244       compare: 2
5245   legend:
5246     - ""
5247     - "3n-skx, 2n-skx - topologies tested."
5248     - "Diff - difference between 3n-skx and 2n-skx topologies."
5249
5250 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
5251 - type: "table"
5252   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
5253   algorithm: "table_comparison"
5254   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
5255   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5256   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5257   columns:
5258     - title: "3n-skx"
5259       data-set: "vpp-compare-topologies-ref"
5260     - title: "2n-skx"
5261       data-set: "vpp-compare-topologies-cmp"
5262   comparisons:
5263     - title: "Diff"
5264       reference: 1
5265       compare: 2
5266   legend:
5267     - ""
5268     - "3n-skx, 2n-skx - topologies tested."
5269     - "Diff - difference between 3n-skx and 2n-skx topologies."
5270
5271 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
5272 - type: "table"
5273   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
5274   algorithm: "table_comparison"
5275   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
5276   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5277   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5278   columns:
5279     - title: "3n-skx"
5280       data-set: "vpp-compare-topologies-ref"
5281     - title: "2n-skx"
5282       data-set: "vpp-compare-topologies-cmp"
5283   comparisons:
5284     - title: "Diff"
5285       reference: 1
5286       compare: 2
5287   legend:
5288     - ""
5289     - "3n-skx, 2n-skx - topologies tested."
5290     - "Diff - difference between 3n-skx and 2n-skx topologies."
5291
5292 # VPP Performance Changes 3n-hsw 1t1c mrr
5293 - type: "table"
5294   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
5295   algorithm: "table_comparison"
5296   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
5297   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5298   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5299   columns:
5300     - title: "1908.1-2"
5301       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5302     - title: "2001.0-2"
5303       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5304     - title: "2005.0-3"
5305       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5306     - title: "2005.0-4"
5307       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5308   comparisons:
5309     - title: "2005.0-4 vs 2005.0-3"
5310       reference: 3
5311       compare: 4
5312       rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
5313     - title: "2005.0-4 vs 2001.0-2"
5314       reference: 2
5315       compare: 4
5316       rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
5317   legend:
5318     - ''
5319     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5320     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5321     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5322     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5323     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5324
5325 # VPP Performance Changes 3n-hsw 2t2c mrr
5326 - type: "table"
5327   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
5328   algorithm: "table_comparison"
5329   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
5330   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5331   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5332   columns:
5333     - title: "1908.1-2"
5334       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5335     - title: "2001.0-2"
5336       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5337     - title: "2005.0-3"
5338       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5339     - title: "2005.0-4"
5340       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5341   comparisons:
5342     - title: "2005.0-4 vs 2005.0-3"
5343       reference: 3
5344       compare: 4
5345       rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
5346     - title: "2005.0-4 vs 2001.0-2"
5347       reference: 2
5348       compare: 4
5349       rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
5350   legend:
5351     - ''
5352     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5353     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5354     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5355     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5356     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5357
5358 # VPP Performance Changes 3n-hsw 4t4c mrr
5359 - type: "table"
5360   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
5361   algorithm: "table_comparison"
5362   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
5363   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5364   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5365   columns:
5366     - title: "1908.1-2"
5367       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5368     - title: "2001.0-2"
5369       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5370     - title: "2005.0-3"
5371       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5372     - title: "2005.0-4"
5373       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5374   comparisons:
5375     - title: "2005.0-4 vs 2005.0-3"
5376       reference: 3
5377       compare: 4
5378       rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
5379     - title: "2005.0-4 vs 2001.0-2"
5380       reference: 2
5381       compare: 4
5382       rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
5383   legend:
5384     - ''
5385     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5386     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5387     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5388     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5389     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5390
5391 # VPP Performance Changes 3n-skx 2t1c mrr
5392 - type: "table"
5393   title: "VPP Performance Changes 3n-skx 2t1c mrr"
5394   algorithm: "table_comparison"
5395   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
5396   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5397   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5398   columns:
5399     - title: "2001.0-2"
5400       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5401     - title: "2005.0-3"
5402       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5403     - title: "2005.0-4"
5404       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5405   comparisons:
5406     - title: "2005.0-4 vs 2005.0-3"
5407       reference: 2
5408       compare: 3
5409       rca-file: "rca/rca-3n-skx-2t1c-mrr-rca1.yaml"
5410     - title: "2005.0-4 vs 2001.0-2"
5411       reference: 1
5412       compare: 3
5413       rca-file: "rca/rca-3n-skx-2t1c-mrr-rca2.yaml"
5414   legend:
5415     - ''
5416     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5417     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5418     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5419     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5420     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5421
5422 # VPP Performance Changes 3n-skx 4t2c mrr
5423 - type: "table"
5424   title: "VPP Performance Changes 3n-skx 4t2c mrr"
5425   algorithm: "table_comparison"
5426   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
5427   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5428   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5429   columns:
5430     - title: "2001.0-2"
5431       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5432     - title: "2005.0-3"
5433       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5434     - title: "2005.0-4"
5435       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5436   comparisons:
5437     - title: "2005.0-4 vs 2005.0-3"
5438       reference: 2
5439       compare: 3
5440       rca-file: "rca/rca-3n-skx-4t2c-mrr-rca1.yaml"
5441     - title: "2005.0-4 vs 2001.0-2"
5442       reference: 1
5443       compare: 3
5444       rca-file: "rca/rca-3n-skx-4t2c-mrr-rca2.yaml"
5445   legend:
5446     - ''
5447     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5448     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5449     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5450     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5451     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5452
5453 # VPP Performance Changes 3n-skx 8t4c mrr
5454 - type: "table"
5455   title: "VPP Performance Changes 3n-skx 8t4c mrr"
5456   algorithm: "table_comparison"
5457   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
5458   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5459   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5460   columns:
5461     - title: "2001.0-2"
5462       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5463     - title: "2005.0-3"
5464       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5465     - title: "2005.0-4"
5466       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5467   comparisons:
5468     - title: "2005.0-4 vs 2005.0-3"
5469       reference: 2
5470       compare: 3
5471       rca-file: "rca/rca-3n-skx-8t4c-mrr-rca1.yaml"
5472     - title: "2005.0-4 vs 2001.0-2"
5473       reference: 1
5474       compare: 3
5475       rca-file: "rca/rca-3n-skx-8t4c-mrr-rca2.yaml"
5476   legend:
5477     - ''
5478     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5479     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5480     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5481     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5482     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5483
5484 # VPP Performance Changes 2n-skx 2t1c mrr
5485 - type: "table"
5486   title: "VPP Performance Changes 2n-skx 2t1c mrr"
5487   algorithm: "table_comparison"
5488   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
5489   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5490   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5491   columns:
5492     - title: "2001.0-2"
5493       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5494     - title: "2005.0-3"
5495       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5496     - title: "2005.0-4"
5497       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5498   comparisons:
5499     - title: "2005.0-4 vs 2005.0-3"
5500       reference: 2
5501       compare: 3
5502       rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
5503     - title: "2005.0-4 vs 2001.0-2"
5504       reference: 1
5505       compare: 3
5506       rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
5507   legend:
5508     - ''
5509     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5510     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5511     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5512     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5513     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5514
5515 # VPP Performance Changes 2n-skx 4t2c mrr
5516 - type: "table"
5517   title: "VPP Performance Changes 2n-skx 4t2c mrr"
5518   algorithm: "table_comparison"
5519   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
5520   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5521   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5522   columns:
5523     - title: "2001.0-2"
5524       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5525     - title: "2005.0-3"
5526       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5527     - title: "2005.0-4"
5528       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5529   comparisons:
5530     - title: "2005.0-4 vs 2005.0-3"
5531       reference: 2
5532       compare: 3
5533       rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
5534     - title: "2005.0-4 vs 2001.0-2"
5535       reference: 1
5536       compare: 3
5537       rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
5538   legend:
5539     - ''
5540     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5541     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5542     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5543     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5544     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5545
5546 # VPP Performance Changes 2n-skx 8t4c mrr
5547 - type: "table"
5548   title: "VPP Performance Changes 2n-skx 8t4c mrr"
5549   algorithm: "table_comparison"
5550   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
5551   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5552   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5553   columns:
5554     - title: "2001.0-2"
5555       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5556     - title: "2005.0-3"
5557       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5558     - title: "2005.0-4"
5559       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5560   comparisons:
5561     - title: "2005.0-4 vs 2005.0-3"
5562       reference: 2
5563       compare: 3
5564       rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
5565     - title: "2005.0-4 vs 2001.0-2"
5566       reference: 1
5567       compare: 3
5568       rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
5569   legend:
5570     - ''
5571     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5572     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5573     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5574     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5575     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5576
5577 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
5578 - type: "table"
5579   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
5580   algorithm: "table_comparison"
5581   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
5582   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5583   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5584   columns:
5585     - title: "2001.0-2"
5586       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5587     - title: "2005.0-3"
5588       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5589     - title: "2005.0-4"
5590       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5591   comparisons:
5592     - title: "2005.0-4 vs 2005.0-3"
5593       reference: 2
5594       compare: 3
5595       rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
5596     - title: "2005.0-4 vs 2001.0-2"
5597       reference: 1
5598       compare: 3
5599       rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
5600   legend:
5601     - ''
5602     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5603     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5604     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5605     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5606     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5607
5608 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
5609 - type: "table"
5610   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
5611   algorithm: "table_comparison"
5612   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
5613   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5614   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5615   columns:
5616     - title: "2001.0-2"
5617       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5618     - title: "2005.0-3"
5619       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5620     - title: "2005.0-4"
5621       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5622   comparisons:
5623     - title: "2005.0-4 vs 2005.0-3"
5624       reference: 2
5625       compare: 3
5626       rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
5627     - title: "2005.0-4 vs 2001.0-2"
5628       reference: 1
5629       compare: 3
5630       rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
5631   legend:
5632     - ''
5633     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5634     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5635     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5636     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5637     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5638
5639 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
5640 - type: "table"
5641   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
5642   algorithm: "table_comparison"
5643   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
5644   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5645   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5646   columns:
5647     - title: "2001.0-2"
5648       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5649     - title: "2005.0-3"
5650       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5651     - title: "2005.0-4"
5652       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5653   comparisons:
5654     - title: "2005.0-4 vs 2005.0-3"
5655       reference: 2
5656       compare: 3
5657       rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
5658     - title: "2005.0-4 vs 2001.0-2"
5659       reference: 1
5660       compare: 3
5661       rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
5662   legend:
5663     - ''
5664     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5665     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5666     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5667     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5668     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5669
5670 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
5671 #- type: "table"
5672 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
5673 #  algorithm: "table_comparison"
5674 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
5675 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5676 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5677 #  columns:
5678 #    - title: "2001"
5679 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5680 #    - title: "2005"
5681 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5682 #  comparisons:
5683 #    - title: "Diff"
5684 #      reference: 1
5685 #      compare: 2
5686 #  legend:
5687 #    - ""
5688 #    - "2001, 2005 - VPP versions tested."
5689 #    - "Diff - difference between 2001 and 2005 VPP version."
5690 #
5691 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
5692 #- type: "table"
5693 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
5694 #  algorithm: "table_comparison"
5695 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
5696 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5697 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5698 #  columns:
5699 #    - title: "2001"
5700 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5701 #    - title: "2005"
5702 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5703 #  comparisons:
5704 #    - title: "Diff"
5705 #      reference: 1
5706 #      compare: 2
5707 #  legend:
5708 #    - ""
5709 #    - "2001, 2005 - VPP versions tested."
5710 #    - "Diff - difference between 2001 and 2005 VPP version."
5711 #
5712 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
5713 #- type: "table"
5714 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
5715 #  algorithm: "table_comparison"
5716 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
5717 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5718 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5719 #  columns:
5720 #    - title: "2001"
5721 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5722 #    - title: "2005"
5723 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5724 #  comparisons:
5725 #    - title: "Diff"
5726 #      reference: 1
5727 #      compare: 2
5728 #  legend:
5729 #    - ""
5730 #    - "2001, 2005 - VPP versions tested."
5731 #    - "Diff - difference between 2001 and 2005 VPP version."
5732
5733 # VPP Performance Changes 2n-dnv 1t1c mrr
5734 - type: "table"
5735   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
5736   algorithm: "table_comparison"
5737   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
5738   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5739   filter: "'1T1C'"
5740   columns:
5741     - title: "1908.1-2"
5742       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5743     - title: "2001.0-2"
5744       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5745     - title: "2005.0-3"
5746       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5747   comparisons:
5748     - title: "2005.0-3 vs 2001.0-2"
5749       reference: 2
5750       compare: 3
5751   legend:
5752     - ''
5753     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5754     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5755     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5756     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5757
5758 # VPP Performance Changes 2n-dnv 2t2c mrr
5759 - type: "table"
5760   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
5761   algorithm: "table_comparison"
5762   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
5763   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5764   filter: "'2T2C'"
5765   columns:
5766     - title: "1908.1-2"
5767       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5768     - title: "2001.0-2"
5769       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5770     - title: "2005.0-3"
5771       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5772   comparisons:
5773     - title: "2005.0-3 vs 2001.0-2"
5774       reference: 2
5775       compare: 3
5776   legend:
5777     - ''
5778     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5779     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5780     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5781     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5782
5783 # VPP Performance Changes 2n-dnv 4t4c mrr
5784 - type: "table"
5785   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5786   algorithm: "table_comparison"
5787   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5788   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5789   filter: "'4T4C'"
5790   columns:
5791     - title: "1908.1-2"
5792       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5793     - title: "2001.0-2"
5794       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5795     - title: "2005.0-3"
5796       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5797   comparisons:
5798     - title: "2005.0-3 vs 2001.0-2"
5799       reference: 2
5800       compare: 3
5801   legend:
5802     - ''
5803     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5804     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5805     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5806     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5807
5808 # VPP Performance Changes 3n-dnv 1t1c mrr
5809 - type: "table"
5810   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5811   algorithm: "table_comparison"
5812   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5813   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5814   filter: "'1T1C'"
5815   columns:
5816     - title: "1908.1-2"
5817       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5818     - title: "2001.0-2"
5819       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5820     - title: "2005.0-3"
5821       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5822   comparisons:
5823     - title: "2005.0-3 vs 2001.0-2"
5824       reference: 2
5825       compare: 3
5826   legend:
5827     - ''
5828     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5829     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5830     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5831     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5832
5833 # VPP Performance Changes 3n-dnv 2t2c mrr
5834 - type: "table"
5835   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5836   algorithm: "table_comparison"
5837   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5838   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5839   filter: "'2T2C'"
5840   columns:
5841     - title: "1908.1-2"
5842       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5843     - title: "2001.0-2"
5844       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5845     - title: "2005.0-3"
5846       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5847   comparisons:
5848     - title: "2005.0-3 vs 2001.0-2"
5849       reference: 2
5850       compare: 3
5851   legend:
5852     - ''
5853     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5854     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5855     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5856     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5857
5858 # VPP Performance Changes 3n-dnv 4t4c mrr
5859 - type: "table"
5860   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5861   algorithm: "table_comparison"
5862   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5863   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5864   filter: "'4T4C'"
5865   columns:
5866     - title: "1908.1-2"
5867       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5868     - title: "2001.0-2"
5869       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5870     - title: "2005.0-3"
5871       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5872   comparisons:
5873     - title: "2005.0-3 vs 2001.0-2"
5874       reference: 2
5875       compare: 3
5876   legend:
5877     - ''
5878     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5879     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5880     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5881     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5882
5883 # VPP Performance Changes 3n-tsh 1t1c mrr
5884 - type: "table"
5885   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5886   algorithm: "table_comparison"
5887   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5888   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5889   filter: "'1T1C'"
5890   columns:
5891     - title: "1908.1-2"
5892       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5893     - title: "2001.0-2"
5894       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5895     - title: "2005.0-3"
5896       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5897     - title: "2005.0-4"
5898       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
5899   comparisons:
5900     - title: "2005.0-4 vs 2005.0-3"
5901       reference: 3
5902       compare: 4
5903       rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5904     - title: "2005.0-4 vs 2001.0-2"
5905       reference: 2
5906       compare: 4
5907       rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
5908   legend:
5909     - ''
5910     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5911     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5912     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5913     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5914     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5915
5916 # VPP Performance Changes 3n-tsh 2t2c mrr
5917 - type: "table"
5918   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5919   algorithm: "table_comparison"
5920   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5921   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5922   filter: "'2T2C'"
5923   columns:
5924     - title: "1908.1-2"
5925       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5926     - title: "2001.0-2"
5927       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5928     - title: "2005.0-3"
5929       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5930     - title: "2005.0-4"
5931       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
5932   comparisons:
5933     - title: "2005.0-4 vs 2005.0-3"
5934       reference: 3
5935       compare: 4
5936       rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
5937     - title: "2005.0-4 vs 2001.0-2"
5938       reference: 2
5939       compare: 4
5940       rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
5941   legend:
5942     - ''
5943     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5944     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5945     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5946     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5947     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5948
5949 # VPP Performance Changes 3n-tsh 4t4c mrr
5950 - type: "table"
5951   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5952   algorithm: "table_comparison"
5953   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5954   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5955   filter: "'4T4C'"
5956   columns:
5957     - title: "1908.1-2"
5958       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5959     - title: "2001.0-2"
5960       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5961     - title: "2005.0-3"
5962       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5963     - title: "2005.0-4"
5964       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
5965   comparisons:
5966     - title: "2005.0-4 vs 2005.0-3"
5967       reference: 3
5968       compare: 4
5969       rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
5970     - title: "2005.0-4 vs 2001.0-2"
5971       reference: 2
5972       compare: 4
5973       rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
5974   legend:
5975     - ''
5976     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5977     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5978     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5979     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5980     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5981
5982 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5983 - type: "table"
5984   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5985   algorithm: "table_comparison"
5986   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5987   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5988   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5989   columns:
5990     - title: "3n-hsw xl710"
5991       data-set: "vpp-compare-testbeds-mrr-ref"
5992       tag: "NIC_Intel-XL710"
5993     - title: "3n-skx xxv710"
5994       data-set: "vpp-compare-testbeds-mrr-cmp"
5995       tag: "NIC_Intel-XXV710"
5996   comparisons:
5997     - title: "Diff"
5998       reference: 1
5999       compare: 2
6000   legend:
6001     - ""
6002     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6003     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6004
6005 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
6006 - type: "table"
6007   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
6008   algorithm: "table_comparison"
6009   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
6010   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6011   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
6012   columns:
6013     - title: "3n-hsw xl710"
6014       data-set: "vpp-compare-testbeds-mrr-ref"
6015       tag: "NIC_Intel-XL710"
6016     - title: "3n-skx xxv710"
6017       data-set: "vpp-compare-testbeds-mrr-cmp"
6018       tag: "NIC_Intel-XXV710"
6019   comparisons:
6020     - title: "Diff"
6021       reference: 1
6022       compare: 2
6023   legend:
6024     - ""
6025     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6026     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6027
6028 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
6029 - type: "table"
6030   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
6031   algorithm: "table_comparison"
6032   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
6033   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6034   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
6035   columns:
6036     - title: "3n-hsw xl710"
6037       data-set: "vpp-compare-testbeds-mrr-ref"
6038       tag: "NIC_Intel-XL710"
6039     - title: "3n-skx xxv710"
6040       data-set: "vpp-compare-testbeds-mrr-cmp"
6041       tag: "NIC_Intel-XXV710"
6042   comparisons:
6043     - title: "Diff"
6044       reference: 1
6045       compare: 2
6046   legend:
6047     - ""
6048     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6049     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6050
6051 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
6052 - type: "table"
6053   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
6054   algorithm: "table_comparison"
6055   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
6056   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6057   filter: "'2T1C' and 'NIC_Intel-XXV710'"
6058   columns:
6059     - title: "2n-skx"
6060       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6061     - title: "2n-clx"
6062       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6063   comparisons:
6064     - title: "Diff"
6065       reference: 1
6066       compare: 2
6067   legend:
6068     - ""
6069     - "2n-skx, 2n-clx - testbeds and NICs tested."
6070     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6071
6072 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
6073 - type: "table"
6074   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
6075   algorithm: "table_comparison"
6076   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
6077   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6078   filter: "'4T2C' and 'NIC_Intel-XXV710'"
6079   columns:
6080     - title: "2n-skx"
6081       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6082     - title: "2n-clx"
6083       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6084   comparisons:
6085     - title: "Diff"
6086       reference: 1
6087       compare: 2
6088   legend:
6089     - ""
6090     - "2n-skx, 2n-clx - testbeds and NICs tested."
6091     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6092
6093 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
6094 - type: "table"
6095   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
6096   algorithm: "table_comparison"
6097   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
6098   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6099   filter: "'8T4C' and 'NIC_Intel-XXV710'"
6100   columns:
6101     - title: "2n-skx"
6102       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6103     - title: "2n-clx"
6104       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6105   comparisons:
6106     - title: "Diff"
6107       reference: 1
6108       compare: 2
6109   legend:
6110     - ""
6111     - "2n-skx, 2n-clx - testbeds and NICs tested."
6112     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6113
6114 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
6115 - type: "table"
6116   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
6117   algorithm: "table_comparison"
6118   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
6119   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6120   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
6121   columns:
6122     - title: "3n-skx"
6123       data-set: "vpp-compare-topologies-mrr-ref"
6124     - title: "2n-skx"
6125       data-set: "vpp-compare-topologies-mrr-cmp"
6126   comparisons:
6127     - title: "Diff"
6128       reference: 1
6129       compare: 2
6130   legend:
6131     - ""
6132     - "3n-skx, 2n-skx - topologies tested."
6133     - "Diff - difference between 3n-skx and 2n-skx topologies."
6134
6135 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
6136 - type: "table"
6137   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
6138   algorithm: "table_comparison"
6139   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
6140   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6141   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
6142   columns:
6143     - title: "3n-skx"
6144       data-set: "vpp-compare-topologies-mrr-ref"
6145     - title: "2n-skx"
6146       data-set: "vpp-compare-topologies-mrr-cmp"
6147   comparisons:
6148     - title: "Diff"
6149       reference: 1
6150       compare: 2
6151   legend:
6152     - ""
6153     - "3n-skx, 2n-skx - topologies tested."
6154     - "Diff - difference between 3n-skx and 2n-skx topologies."
6155
6156 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
6157 - type: "table"
6158   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
6159   algorithm: "table_comparison"
6160   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
6161   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6162   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
6163   columns:
6164     - title: "3n-skx"
6165       data-set: "vpp-compare-topologies-mrr-ref"
6166     - title: "2n-skx"
6167       data-set: "vpp-compare-topologies-mrr-cmp"
6168   comparisons:
6169     - title: "Diff"
6170       reference: 1
6171       compare: 2
6172   legend:
6173     - ""
6174     - "3n-skx, 2n-skx - topologies tested."
6175     - "Diff - difference between 3n-skx and 2n-skx topologies."
6176
6177 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
6178 - type: "table"
6179   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
6180   algorithm: "table_comparison"
6181   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
6182   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6183   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
6184   columns:
6185     - title: "3n-hsw xl710"
6186       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6187       tag: "NIC_Intel-XL710"
6188     - title: "2n-clx xxv710"
6189       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6190       tag: "NIC_Intel-XXV710"
6191   comparisons:
6192     - title: "Diff"
6193       reference: 1
6194       compare: 2
6195   legend:
6196     - ""
6197     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6198     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6199
6200 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
6201 - type: "table"
6202   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
6203   algorithm: "table_comparison"
6204   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
6205   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6206   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
6207   columns:
6208     - title: "3n-hsw xl710"
6209       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6210       tag: "NIC_Intel-XL710"
6211     - title: "2n-clx xxv710"
6212       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6213       tag: "NIC_Intel-XXV710"
6214   comparisons:
6215     - title: "Diff"
6216       reference: 1
6217       compare: 2
6218   legend:
6219     - ""
6220     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6221     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6222
6223 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
6224 - type: "table"
6225   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
6226   algorithm: "table_comparison"
6227   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
6228   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6229   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
6230   columns:
6231     - title: "3n-hsw xl710"
6232       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6233       tag: "NIC_Intel-XL710"
6234     - title: "2n-clx xxv710"
6235       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6236       tag: "NIC_Intel-XXV710"
6237   comparisons:
6238     - title: "Diff"
6239       reference: 1
6240       compare: 2
6241   legend:
6242     - ""
6243     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6244     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6245
6246 # Detailed Test Results - VPP Performance Results 3n-hsw
6247 - type: "table"
6248   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
6249   algorithm: "table_merged_details"
6250   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
6251   columns:
6252     - title: " |prein| Test Name |preout| "
6253       data: "data name"
6254     - 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| "
6255       data: "data msg"
6256   data: "vpp-perf-results-3n-hsw"
6257   filter: "all"
6258   parameters:
6259   - "name"
6260   - "parent"
6261   - "msg"
6262
6263 # Detailed Test Results - VPP Performance Results 3n-skx
6264 - type: "table"
6265   title: "Detailed Test Results - VPP Performance Results 3n-skx"
6266   algorithm: "table_merged_details"
6267   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
6268   columns:
6269     - title: " |prein| Test Name |preout| "
6270       data: "data name"
6271     - 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| "
6272       data: "data msg"
6273   data: "vpp-perf-results-3n-skx"
6274   filter: "all"
6275   remove-ndr: False
6276   parameters:
6277   - "name"
6278   - "parent"
6279   - "msg"
6280
6281 # Detailed Test Results - VPP Performance Results 2n-skx
6282 - type: "table"
6283   title: "Detailed Test Results - VPP Performance Results 2n-skx"
6284   algorithm: "table_merged_details"
6285   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
6286   columns:
6287     - title: " |prein| Test Name |preout| "
6288       data: "data name"
6289     - 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| "
6290       data: "data msg"
6291   data: "vpp-perf-results-2n-skx"
6292   filter: "all"
6293   remove-ndr: False
6294   parameters:
6295   - "name"
6296   - "parent"
6297   - "msg"
6298
6299 # Detailed Test Results - VPP Performance Results 2n-clx
6300 - type: "table"
6301   title: "Detailed Test Results - VPP Performance Results 2n-clx"
6302   algorithm: "table_merged_details"
6303   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
6304   columns:
6305     - title: " |prein| Test Name |preout| "
6306       data: "data name"
6307     - 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| "
6308       data: "data msg"
6309   data: "vpp-perf-results-2n-clx"
6310   filter: "all"
6311   parameters:
6312   - "name"
6313   - "parent"
6314   - "msg"
6315
6316 # Detailed Test Results - VPP Performance Results 3n-tsh
6317 - type: "table"
6318   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
6319   algorithm: "table_merged_details"
6320   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
6321   columns:
6322     - title: " |prein| Test Name |preout| "
6323       data: "data name"
6324     - 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| "
6325       data: "data msg"
6326   data: "vpp-perf-results-3n-tsh"
6327   filter: "all"
6328   parameters:
6329   - "name"
6330   - "parent"
6331   - "msg"
6332
6333 # Detailed Test Results - VPP Performance Results 3n-dnv
6334 - type: "table"
6335   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
6336   algorithm: "table_merged_details"
6337   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
6338   columns:
6339     - title: " |prein| Test Name |preout| "
6340       data: "data name"
6341     - 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| "
6342       data: "data msg"
6343   data: "vpp-perf-results-3n-dnv"
6344   filter: "all"
6345   parameters:
6346   - "name"
6347   - "parent"
6348   - "msg"
6349
6350 # Detailed Test Results - VPP Performance Results 2n-dnv
6351 - type: "table"
6352   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
6353   algorithm: "table_merged_details"
6354   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
6355   columns:
6356     - title: " |prein| Test Name |preout| "
6357       data: "data name"
6358     - 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| "
6359       data: "data msg"
6360   data: "vpp-perf-results-2n-dnv"
6361   filter: "all"
6362   parameters:
6363   - "name"
6364   - "parent"
6365   - "msg"
6366
6367 # Test configuration - VPP Performance Test Configs 3n-hsw
6368 - type: "table"
6369   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
6370   algorithm: "table_merged_details"
6371   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
6372   columns:
6373     - title: " |prein| Test Name |preout| "
6374       data: "data name"
6375     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6376       data: "data conf-history"
6377   data: "vpp-perf-results-3n-hsw"
6378   filter: "all"
6379   parameters:
6380   - "parent"
6381   - "name"
6382   - "conf-history"
6383
6384 # Test configuration - VPP Performance Test Configs 3n-skx
6385 - type: "table"
6386   title: "Test configuration - VPP Performance Test Configs 3n-skx"
6387   algorithm: "table_merged_details"
6388   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
6389   columns:
6390     - title: " |prein| Test Name |preout| "
6391       data: "data name"
6392     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6393       data: "data conf-history"
6394   data: "vpp-perf-results-3n-skx"
6395   filter: "all"
6396   parameters:
6397   - "parent"
6398   - "name"
6399   - "conf-history"
6400
6401 # Test configuration - VPP Performance Test Configs 2n-skx
6402 - type: "table"
6403   title: "Test configuration - VPP Performance Test Configs 2n-skx"
6404   algorithm: "table_merged_details"
6405   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
6406   columns:
6407     - title: " |prein| Test Name |preout| "
6408       data: "data name"
6409     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6410       data: "data conf-history"
6411   data: "vpp-perf-results-2n-skx"
6412   filter: "all"
6413   parameters:
6414   - "parent"
6415   - "name"
6416   - "conf-history"
6417
6418 # Test configuration - VPP Performance Test Configs 2n-clx
6419 - type: "table"
6420   title: "Test configuration - VPP Performance Test Configs 2n-clx"
6421   algorithm: "table_merged_details"
6422   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
6423   columns:
6424     - title: " |prein| Test Name |preout| "
6425       data: "data name"
6426     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6427       data: "data conf-history"
6428   data: "vpp-perf-results-2n-clx"
6429   filter: "all"
6430   parameters:
6431   - "parent"
6432   - "name"
6433   - "conf-history"
6434
6435 # Test configuration - VPP Performance Test Configs 3n-tsh
6436 - type: "table"
6437   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
6438   algorithm: "table_merged_details"
6439   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
6440   columns:
6441     - title: " |prein| Test Name |preout| "
6442       data: "data name"
6443     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6444       data: "data conf-history"
6445   data: "vpp-perf-results-3n-tsh"
6446   filter: "all"
6447   parameters:
6448   - "parent"
6449   - "name"
6450   - "conf-history"
6451
6452 # Test configuration - VPP Performance Test Configs 3n-dnv
6453 - type: "table"
6454   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
6455   algorithm: "table_merged_details"
6456   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
6457   columns:
6458     - title: " |prein| Test Name |preout| "
6459       data: "data name"
6460     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6461       data: "data conf-history"
6462   data: "vpp-perf-results-3n-dnv"
6463   filter: "all"
6464   parameters:
6465   - "parent"
6466   - "name"
6467   - "conf-history"
6468
6469 # Test configuration - VPP Performance Test Configs 2n-dnv
6470 - type: "table"
6471   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
6472   algorithm: "table_merged_details"
6473   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
6474   columns:
6475     - title: " |prein| Test Name |preout| "
6476       data: "data name"
6477     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6478       data: "data conf-history"
6479   data: "vpp-perf-results-2n-dnv"
6480   filter: "all"
6481   parameters:
6482   - "parent"
6483   - "name"
6484   - "conf-history"
6485
6486 # Test Operational Data - VPP Performance Operational Data 3n-hsw
6487 - type: "table"
6488   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
6489   algorithm: "table_oper_data_html"
6490   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
6491   data: "vpp-perf-results-3n-hsw"
6492   filter: "all"
6493
6494 # Test Operational Data - VPP Performance Operational Data 3n-skx
6495 - type: "table"
6496   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
6497   algorithm: "table_oper_data_html"
6498   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
6499   data: "vpp-perf-results-3n-skx"
6500   filter: "all"
6501
6502 # Test Operational Data - VPP Performance Operational Data 2n-skx
6503 - type: "table"
6504   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
6505   algorithm: "table_oper_data_html"
6506   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
6507   data: "vpp-perf-results-2n-skx"
6508   filter: "all"
6509
6510 # Test Operational Data - VPP Performance Operational Data 2n-clx
6511 - type: "table"
6512   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
6513   algorithm: "table_oper_data_html"
6514   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
6515   data: "vpp-perf-results-2n-clx"
6516   filter: "all"
6517
6518 # Test Operational Data - VPP Performance Operational Data 3n-tsh
6519 - type: "table"
6520   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
6521   algorithm: "table_oper_data_html"
6522   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
6523   data: "vpp-perf-results-3n-tsh"
6524   filter: "all"
6525
6526 # Test Operational Data - VPP Performance Operational Data 3n-dnv
6527 - type: "table"
6528   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
6529   algorithm: "table_oper_data_html"
6530   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
6531   data: "vpp-perf-results-3n-dnv"
6532   filter: "all"
6533
6534 # Test Operational Data - VPP Performance Operational Data 2n-dnv
6535 - type: "table"
6536   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
6537   algorithm: "table_oper_data_html"
6538   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
6539   data: "vpp-perf-results-2n-dnv"
6540   filter: "all"
6541
6542 # Detailed Test Results - VPP MRR Results 3n-hsw
6543 - type: "table"
6544   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
6545   algorithm: "table_merged_details"
6546   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
6547   columns:
6548     - title: " |prein| Test Name |preout| "
6549       data: "data name"
6550     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6551       data: "data msg"
6552   data: "vpp-mrr-results-3n-hsw"
6553   filter: "all"
6554   parameters:
6555   - "name"
6556   - "parent"
6557   - "msg"
6558
6559 # Detailed Test Results - VPP MRR Results 3n-skx
6560 - type: "table"
6561   title: "Detailed Test Results - VPP MRR Results 3n-skx"
6562   algorithm: "table_merged_details"
6563   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
6564   columns:
6565     - title: " |prein| Test Name |preout| "
6566       data: "data name"
6567     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6568       data: "data msg"
6569   data: "vpp-mrr-results-3n-skx"
6570   filter: "all"
6571   parameters:
6572   - "name"
6573   - "parent"
6574   - "msg"
6575
6576 # Detailed Test Results - VPP MRR Results 2n-skx
6577 - type: "table"
6578   title: "Detailed Test Results - VPP MRR Results 2n-skx"
6579   algorithm: "table_merged_details"
6580   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
6581   columns:
6582     - title: " |prein| Test Name |preout| "
6583       data: "data name"
6584     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6585       data: "data msg"
6586   data: "vpp-mrr-results-2n-skx"
6587   filter: "all"
6588   parameters:
6589   - "name"
6590   - "parent"
6591   - "msg"
6592
6593 # Detailed Test Results - VPP MRR Results 2n-clx
6594 - type: "table"
6595   title: "Detailed Test Results - VPP MRR Results 2n-clx"
6596   algorithm: "table_merged_details"
6597   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
6598   columns:
6599     - title: " |prein| Test Name |preout| "
6600       data: "data name"
6601     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6602       data: "data msg"
6603   data: "vpp-mrr-results-2n-clx"
6604   filter: "all"
6605   parameters:
6606   - "name"
6607   - "parent"
6608   - "msg"
6609
6610 # Detailed Test Results - VPP MRR Results 3n-tsh
6611 - type: "table"
6612   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
6613   algorithm: "table_merged_details"
6614   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
6615   columns:
6616     - title: " |prein| Test Name |preout| "
6617       data: "data name"
6618     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6619       data: "data msg"
6620   data: "vpp-mrr-results-3n-tsh"
6621   filter: "all"
6622   parameters:
6623   - "name"
6624   - "parent"
6625   - "msg"
6626
6627 # Detailed Test Results - VPP MRR Results 3n-dnv
6628 - type: "table"
6629   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
6630   algorithm: "table_merged_details"
6631   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
6632   columns:
6633     - title: " |prein| Test Name |preout| "
6634       data: "data name"
6635     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6636       data: "data msg"
6637   data: "vpp-mrr-results-3n-dnv"
6638   filter: "all"
6639   parameters:
6640   - "name"
6641   - "parent"
6642   - "msg"
6643
6644 # Detailed Test Results - VPP MRR Results 2n-dnv
6645 - type: "table"
6646   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
6647   algorithm: "table_merged_details"
6648   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
6649   columns:
6650     - title: " |prein| Test Name |preout| "
6651       data: "data name"
6652     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6653       data: "data msg"
6654   data: "vpp-mrr-results-2n-dnv"
6655   filter: "all"
6656   parameters:
6657   - "name"
6658   - "parent"
6659   - "msg"
6660
6661 # Test configuration - VPP MRR Test Configs 3n-hsw
6662 - type: "table"
6663   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
6664   algorithm: "table_merged_details"
6665   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
6666   columns:
6667     - title: " |prein| Test Name |preout| "
6668       data: "data name"
6669     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6670       data: "data conf-history"
6671   data: "vpp-mrr-results-3n-hsw"
6672   filter: "all"
6673   parameters:
6674   - "parent"
6675   - "name"
6676   - "conf-history"
6677
6678 # Test configuration - VPP MRR Test Configs 3n-skx
6679 - type: "table"
6680   title: "Test configuration - VPP MRR Test Configs 3n-skx"
6681   algorithm: "table_merged_details"
6682   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
6683   columns:
6684     - title: " |prein| Test Name |preout| "
6685       data: "data name"
6686     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6687       data: "data conf-history"
6688   data: "vpp-mrr-results-3n-skx"
6689   filter: "all"
6690   parameters:
6691   - "parent"
6692   - "name"
6693   - "conf-history"
6694
6695 # Test configuration - VPP MRR Test Configs 2n-skx
6696 - type: "table"
6697   title: "Test configuration - VPP MRR Test Configs 2n-skx"
6698   algorithm: "table_merged_details"
6699   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
6700   columns:
6701     - title: " |prein| Test Name |preout| "
6702       data: "data name"
6703     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6704       data: "data conf-history"
6705   data: "vpp-mrr-results-2n-skx"
6706   filter: "all"
6707   parameters:
6708   - "parent"
6709   - "name"
6710   - "conf-history"
6711
6712 # Test configuration - VPP MRR Test Configs 2n-clx
6713 - type: "table"
6714   title: "Test configuration - VPP MRR Test Configs 2n-clx"
6715   algorithm: "table_merged_details"
6716   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
6717   columns:
6718     - title: " |prein| Test Name |preout| "
6719       data: "data name"
6720     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6721       data: "data conf-history"
6722   data: "vpp-mrr-results-2n-clx"
6723   filter: "all"
6724   parameters:
6725   - "parent"
6726   - "name"
6727   - "conf-history"
6728
6729 # Test configuration - VPP MRR Test Configs 3n-tsh
6730 - type: "table"
6731   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
6732   algorithm: "table_merged_details"
6733   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
6734   columns:
6735     - title: " |prein| Test Name |preout| "
6736       data: "data name"
6737     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6738       data: "data conf-history"
6739   data: "vpp-mrr-results-3n-tsh"
6740   filter: "all"
6741   parameters:
6742   - "parent"
6743   - "name"
6744   - "conf-history"
6745
6746 # Test configuration - VPP MRR Test Configs 3n-dnv
6747 - type: "table"
6748   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
6749   algorithm: "table_merged_details"
6750   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
6751   columns:
6752     - title: " |prein| Test Name |preout| "
6753       data: "data name"
6754     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6755       data: "data conf-history"
6756   data: "vpp-mrr-results-3n-dnv"
6757   filter: "all"
6758   parameters:
6759   - "parent"
6760   - "name"
6761   - "conf-history"
6762
6763 # Test configuration - VPP MRR Test Configs 2n-dnv
6764 - type: "table"
6765   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
6766   algorithm: "table_merged_details"
6767   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
6768   columns:
6769     - title: " |prein| Test Name |preout| "
6770       data: "data name"
6771     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6772       data: "data conf-history"
6773   data: "vpp-mrr-results-2n-dnv"
6774   filter: "all"
6775   parameters:
6776   - "parent"
6777   - "name"
6778   - "conf-history"
6779
6780 # Detailed Test Results - VPP Device Results - Ubuntu
6781 - type: "table"
6782   title: "Detailed Test Results - VPP Device Results - Ubuntu"
6783   algorithm: "table_merged_details"
6784   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
6785   columns:
6786     - title: " |prein| Test Name |preout| "
6787       data: "data name"
6788     - title: " |prein| Status |preout| "
6789       data: "data status"
6790   data: "vpp-device-results-ubuntu"
6791   filter: "all"
6792   parameters:
6793   - "name"
6794   - "parent"
6795   - "doc"
6796   - "status"
6797
6798 # Test configuration - VPP Device Test Configs - Ubuntu
6799 - type: "table"
6800   title: "Test configuration - VPP Device Test Configs - Ubuntu"
6801   algorithm: "table_merged_details"
6802   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
6803   columns:
6804     - title: " |prein| Test Name |preout| "
6805       data: "data name"
6806     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6807       data: "data conf-history"
6808   data: "vpp-device-results-ubuntu"
6809   filter: "all"
6810   parameters:
6811   - "parent"
6812   - "name"
6813   - "conf-history"
6814
6815 ################################################################################
6816
6817 # DPDK Performance Changes 3n-hsw 1t1c pdr
6818 - type: "table"
6819   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6820   algorithm: "table_comparison"
6821   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6822   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6823   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6824   columns:
6825     - title: "1908"
6826       data-set: "dpdk-performance-changes-3n-hsw-h1"
6827     - title: "2001"
6828       data-set: "dpdk-performance-changes-3n-hsw-ref"
6829     - title: "2005"
6830       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6831   comparisons:
6832     - title: "Diff"
6833       reference: 2
6834       compare: 3
6835   legend:
6836     - ""
6837     - "1908, 2001, 2005 - DPDK versions tested."
6838     - "Diff - difference between 2001 and 2005 DPDK version."
6839
6840 # DPDK Performance Changes 3n-hsw 2t2c pdr
6841 - type: "table"
6842   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6843   algorithm: "table_comparison"
6844   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6845   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6846   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6847   columns:
6848     - title: "1908"
6849       data-set: "dpdk-performance-changes-3n-hsw-h1"
6850     - title: "2001"
6851       data-set: "dpdk-performance-changes-3n-hsw-ref"
6852     - title: "2005"
6853       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6854   comparisons:
6855     - title: "Diff"
6856       reference: 2
6857       compare: 3
6858   legend:
6859     - ""
6860     - "1908, 2001, 2005 - DPDK versions tested."
6861     - "Diff - difference between 2001 and 2005 DPDK version."
6862
6863 # DPDK Performance Changes 3n-hsw 1t1c pdr
6864 - type: "table"
6865   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6866   algorithm: "table_comparison"
6867   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6868   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6869   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6870   columns:
6871     - title: "1908"
6872       data-set: "dpdk-performance-changes-3n-hsw-h1"
6873     - title: "2001"
6874       data-set: "dpdk-performance-changes-3n-hsw-ref"
6875     - title: "2005"
6876       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6877   comparisons:
6878     - title: "Diff"
6879       reference: 2
6880       compare: 3
6881   legend:
6882     - ""
6883     - "1908, 2001, 2005 - DPDK versions tested."
6884     - "Diff - difference between 2001 and 2005 DPDK version."
6885
6886 # DPDK Performance Changes 3n-hsw 2t2c ndr
6887 - type: "table"
6888   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6889   algorithm: "table_comparison"
6890   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6891   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6892   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6893   columns:
6894     - title: "1908"
6895       data-set: "dpdk-performance-changes-3n-hsw-h1"
6896     - title: "2001"
6897       data-set: "dpdk-performance-changes-3n-hsw-ref"
6898     - title: "2005"
6899       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6900   comparisons:
6901     - title: "Diff"
6902       reference: 2
6903       compare: 3
6904   legend:
6905     - ""
6906     - "1908, 2001, 2005 - DPDK versions tested."
6907     - "Diff - difference between 2001 and 2005 DPDK version."
6908
6909 # DPDK Performance Changes 3n-skx 2t1c pdr
6910 - type: "table"
6911   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6912   algorithm: "table_comparison"
6913   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6914   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6915   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6916   columns:
6917     - title: "1908"
6918       data-set: "dpdk-performance-changes-3n-skx-h1"
6919     - title: "2001"
6920       data-set: "dpdk-performance-changes-3n-skx-ref"
6921     - title: "2005"
6922       data-set: "dpdk-performance-changes-3n-skx-cmp"
6923   comparisons:
6924     - title: "Diff"
6925       reference: 2
6926       compare: 3
6927   legend:
6928     - ""
6929     - "1908, 2001, 2005 - DPDK versions tested."
6930     - "Diff - difference between 2001 and 2005 DPDK version."
6931
6932 # DPDK Performance Changes 3n-skx 4t2c pdr
6933 - type: "table"
6934   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6935   algorithm: "table_comparison"
6936   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6937   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6938   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6939   columns:
6940     - title: "1908"
6941       data-set: "dpdk-performance-changes-3n-skx-h1"
6942     - title: "2001"
6943       data-set: "dpdk-performance-changes-3n-skx-ref"
6944     - title: "2005"
6945       data-set: "dpdk-performance-changes-3n-skx-cmp"
6946   comparisons:
6947     - title: "Diff"
6948       reference: 2
6949       compare: 3
6950   legend:
6951     - ""
6952     - "1908, 2001, 2005 - DPDK versions tested."
6953     - "Diff - difference between 2001 and 2005 DPDK version."
6954
6955 # DPDK Performance Changes 3n-skx 2t1c ndr
6956 - type: "table"
6957   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6958   algorithm: "table_comparison"
6959   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6960   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6961   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6962   columns:
6963     - title: "1908"
6964       data-set: "dpdk-performance-changes-3n-skx-h1"
6965     - title: "2001"
6966       data-set: "dpdk-performance-changes-3n-skx-ref"
6967     - title: "2005"
6968       data-set: "dpdk-performance-changes-3n-skx-cmp"
6969   comparisons:
6970     - title: "Diff"
6971       reference: 2
6972       compare: 3
6973   legend:
6974     - ""
6975     - "1908, 2001, 2005 - DPDK versions tested."
6976     - "Diff - difference between 2001 and 2005 DPDK version."
6977
6978 # DPDK Performance Changes 3n-skx 4t2c ndr
6979 - type: "table"
6980   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6981   algorithm: "table_comparison"
6982   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6983   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6984   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6985   columns:
6986     - title: "1908"
6987       data-set: "dpdk-performance-changes-3n-skx-h1"
6988     - title: "2001"
6989       data-set: "dpdk-performance-changes-3n-skx-ref"
6990     - title: "2005"
6991       data-set: "dpdk-performance-changes-3n-skx-cmp"
6992   comparisons:
6993     - title: "Diff"
6994       reference: 2
6995       compare: 3
6996   legend:
6997     - ""
6998     - "1908, 2001, 2005 - DPDK versions tested."
6999     - "Diff - difference between 2001 and 2005 DPDK version."
7000
7001 # DPDK Performance Changes 2n-skx 2t1c pdr
7002 - type: "table"
7003   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
7004   algorithm: "table_comparison"
7005   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
7006   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7007   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7008   columns:
7009     - title: "1908"
7010       data-set: "dpdk-performance-changes-2n-skx-h1"
7011     - title: "2001"
7012       data-set: "dpdk-performance-changes-2n-skx-ref"
7013     - title: "2005"
7014       data-set: "dpdk-performance-changes-2n-skx-cmp"
7015   comparisons:
7016     - title: "Diff"
7017       reference: 2
7018       compare: 3
7019   legend:
7020     - ""
7021     - "1908, 2001, 2005 - DPDK versions tested."
7022     - "Diff - difference between 2001 and 2005 DPDK version."
7023
7024 # DPDK Performance Changes 2n-skx 4t2c pdr
7025 - type: "table"
7026   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
7027   algorithm: "table_comparison"
7028   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
7029   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7030   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7031   columns:
7032     - title: "1908"
7033       data-set: "dpdk-performance-changes-2n-skx-h1"
7034     - title: "2001"
7035       data-set: "dpdk-performance-changes-2n-skx-ref"
7036     - title: "2005"
7037       data-set: "dpdk-performance-changes-2n-skx-cmp"
7038   comparisons:
7039     - title: "Diff"
7040       reference: 2
7041       compare: 3
7042   legend:
7043     - ""
7044     - "1908, 2001, 2005 - DPDK versions tested."
7045     - "Diff - difference between 2001 and 2005 DPDK version."
7046
7047 # DPDK Performance Changes 2n-skx 2t1c ndr
7048 - type: "table"
7049   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
7050   algorithm: "table_comparison"
7051   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
7052   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7053   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7054   columns:
7055     - title: "1908"
7056       data-set: "dpdk-performance-changes-2n-skx-h1"
7057     - title: "2001"
7058       data-set: "dpdk-performance-changes-2n-skx-ref"
7059     - title: "2005"
7060       data-set: "dpdk-performance-changes-2n-skx-cmp"
7061   comparisons:
7062     - title: "Diff"
7063       reference: 2
7064       compare: 3
7065   legend:
7066     - ""
7067     - "1908, 2001, 2005 - DPDK versions tested."
7068     - "Diff - difference between 2001 and 2005 DPDK version."
7069
7070 # DPDK Performance Changes 2n-skx 4t2c ndr
7071 - type: "table"
7072   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
7073   algorithm: "table_comparison"
7074   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
7075   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7076   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7077   columns:
7078     - title: "1908"
7079       data-set: "dpdk-performance-changes-2n-skx-h1"
7080     - title: "2001"
7081       data-set: "dpdk-performance-changes-2n-skx-ref"
7082     - title: "2005"
7083       data-set: "dpdk-performance-changes-2n-skx-cmp"
7084   comparisons:
7085     - title: "Diff"
7086       reference: 2
7087       compare: 3
7088   legend:
7089     - ""
7090     - "1908, 2001, 2005 - DPDK versions tested."
7091     - "Diff - difference between 2001 and 2005 DPDK version."
7092
7093 # DPDK Performance Changes 2n-clx 2t1c pdr
7094 - type: "table"
7095   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
7096   algorithm: "table_comparison"
7097   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
7098   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7099   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7100   columns:
7101     - title: "2001"
7102       data-set: "dpdk-performance-changes-2n-clx-ref"
7103     - title: "2005"
7104       data-set: "dpdk-performance-changes-2n-clx-cmp"
7105   comparisons:
7106     - title: "Diff"
7107       reference: 1
7108       compare: 2
7109   legend:
7110     - ""
7111     - "2001, 2005 - DPDK versions tested."
7112     - "Diff - difference between 2001 and 2005 DPDK version."
7113
7114 # DPDK Performance Changes 2n-clx 4t2c pdr
7115 - type: "table"
7116   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
7117   algorithm: "table_comparison"
7118   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
7119   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7120   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7121   columns:
7122     - title: "2001"
7123       data-set: "dpdk-performance-changes-2n-clx-ref"
7124     - title: "2005"
7125       data-set: "dpdk-performance-changes-2n-clx-cmp"
7126   comparisons:
7127     - title: "Diff"
7128       reference: 1
7129       compare: 2
7130   legend:
7131     - ""
7132     - "2001, 2005 - DPDK versions tested."
7133     - "Diff - difference between 2001 and 2005 DPDK version."
7134
7135 # DPDK Performance Changes 2n-clx 2t1c ndr
7136 - type: "table"
7137   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
7138   algorithm: "table_comparison"
7139   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
7140   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7141   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7142   columns:
7143     - title: "2001"
7144       data-set: "dpdk-performance-changes-2n-clx-ref"
7145     - title: "2005"
7146       data-set: "dpdk-performance-changes-2n-clx-cmp"
7147   comparisons:
7148     - title: "Diff"
7149       reference: 1
7150       compare: 2
7151   legend:
7152     - ""
7153     - "2001, 2005 - DPDK versions tested."
7154     - "Diff - difference between 2001 and 2005 DPDK version."
7155
7156 # DPDK Performance Changes 2n-clx 4t2c ndr
7157 - type: "table"
7158   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
7159   algorithm: "table_comparison"
7160   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
7161   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7162   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7163   columns:
7164     - title: "2001"
7165       data-set: "dpdk-performance-changes-2n-clx-ref"
7166     - title: "2005"
7167       data-set: "dpdk-performance-changes-2n-clx-cmp"
7168   comparisons:
7169     - title: "Diff"
7170       reference: 1
7171       compare: 2
7172   legend:
7173     - ""
7174     - "2001, 2005 - DPDK versions tested."
7175     - "Diff - difference between 2001 and 2005 DPDK version."
7176
7177 # DPDK Performance Changes 2n-dnv 1t1c pdr
7178 - type: "table"
7179   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
7180   algorithm: "table_comparison"
7181   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
7182   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7183   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7184   columns:
7185     - title: "2001"
7186       data-set: "dpdk-performance-changes-2n-dnv-ref"
7187     - title: "2005"
7188       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7189   comparisons:
7190     - title: "Diff"
7191       reference: 1
7192       compare: 2
7193   legend:
7194     - ""
7195     - "2001, 2005 - DPDK versions tested."
7196     - "Diff - difference between 2001 and 2005 DPDK version."
7197
7198 # DPDK Performance Changes 2n-dnv 2t2c pdr
7199 - type: "table"
7200   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
7201   algorithm: "table_comparison"
7202   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
7203   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7204   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7205   columns:
7206     - title: "2001"
7207       data-set: "dpdk-performance-changes-2n-dnv-ref"
7208     - title: "2005"
7209       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7210   comparisons:
7211     - title: "Diff"
7212       reference: 1
7213       compare: 2
7214   legend:
7215     - ""
7216     - "2001, 2005 - DPDK versions tested."
7217     - "Diff - difference between 2001 and 2005 DPDK version."
7218
7219 # DPDK Performance Changes 2n-dnv 1t1c ndr
7220 - type: "table"
7221   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
7222   algorithm: "table_comparison"
7223   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
7224   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7225   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7226   columns:
7227     - title: "2001"
7228       data-set: "dpdk-performance-changes-2n-dnv-ref"
7229     - title: "2005"
7230       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7231   comparisons:
7232     - title: "Diff"
7233       reference: 1
7234       compare: 2
7235   legend:
7236     - ""
7237     - "2001, 2005 - DPDK versions tested."
7238     - "Diff - difference between 2001 and 2005 DPDK version."
7239
7240 # DPDK Performance Changes 2n-dnv 2t2c ndr
7241 - type: "table"
7242   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
7243   algorithm: "table_comparison"
7244   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
7245   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7246   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7247   columns:
7248     - title: "2001"
7249       data-set: "dpdk-performance-changes-2n-dnv-ref"
7250     - title: "2005"
7251       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7252   comparisons:
7253     - title: "Diff"
7254       reference: 1
7255       compare: 2
7256   legend:
7257     - ""
7258     - "2001, 2005 - DPDK versions tested."
7259     - "Diff - difference between 2001 and 2005 DPDK version."
7260
7261 # DPDK Performance Changes 3n-dnv 1t1c pdr
7262 - type: "table"
7263   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
7264   algorithm: "table_comparison"
7265   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
7266   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7267   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7268   columns:
7269     - title: "2001"
7270       data-set: "dpdk-performance-changes-3n-dnv-ref"
7271     - title: "2005"
7272       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7273   comparisons:
7274     - title: "Diff"
7275       reference: 1
7276       compare: 2
7277   legend:
7278     - ""
7279     - "2001, 2005 - DPDK versions tested."
7280     - "Diff - difference between 2001 and 2005 DPDK version."
7281
7282 # DPDK Performance Changes 3n-dnv 2t2c pdr
7283 - type: "table"
7284   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
7285   algorithm: "table_comparison"
7286   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
7287   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7288   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7289   columns:
7290     - title: "2001"
7291       data-set: "dpdk-performance-changes-3n-dnv-ref"
7292     - title: "2005"
7293       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7294   comparisons:
7295     - title: "Diff"
7296       reference: 1
7297       compare: 2
7298   legend:
7299     - ""
7300     - "2001, 2005 - DPDK versions tested."
7301     - "Diff - difference between 2001 and 2005 DPDK version."
7302
7303 # DPDK Performance Changes 3n-dnv 1t1c ndr
7304 - type: "table"
7305   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
7306   algorithm: "table_comparison"
7307   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
7308   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7309   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7310   columns:
7311     - title: "2001"
7312       data-set: "dpdk-performance-changes-3n-dnv-ref"
7313     - title: "2005"
7314       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7315   comparisons:
7316     - title: "Diff"
7317       reference: 1
7318       compare: 2
7319   legend:
7320     - ""
7321     - "2001, 2005 - DPDK versions tested."
7322     - "Diff - difference between 2001 and 2005 DPDK version."
7323
7324 # DPDK Performance Changes 3n-dnv 2t2c ndr
7325 - type: "table"
7326   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
7327   algorithm: "table_comparison"
7328   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
7329   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7330   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7331   columns:
7332     - title: "2001"
7333       data-set: "dpdk-performance-changes-3n-dnv-ref"
7334     - title: "2005"
7335       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7336   comparisons:
7337     - title: "Diff"
7338       reference: 1
7339       compare: 2
7340   legend:
7341     - ""
7342     - "2001, 2005 - DPDK versions tested."
7343     - "Diff - difference between 2001 and 2005 DPDK version."
7344
7345 # DPDK Performance Changes 3n-tsh 1t1c pdr
7346 - type: "table"
7347   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
7348   algorithm: "table_comparison"
7349   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
7350   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7351   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7352   columns:
7353     - title: "2001"
7354       data-set: "dpdk-performance-changes-3n-tsh-ref"
7355     - title: "2005"
7356       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7357   comparisons:
7358     - title: "Diff"
7359       reference: 1
7360       compare: 2
7361   legend:
7362     - ""
7363     - "2001, 2005 - DPDK versions tested."
7364     - "Diff - difference between 2001 and 2005 DPDK version."
7365
7366 # DPDK Performance Changes 3n-tsh 2t2c pdr
7367 - type: "table"
7368   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
7369   algorithm: "table_comparison"
7370   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
7371   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7372   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7373   columns:
7374     - title: "2001"
7375       data-set: "dpdk-performance-changes-3n-tsh-ref"
7376     - title: "2005"
7377       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7378   comparisons:
7379     - title: "Diff"
7380       reference: 1
7381       compare: 2
7382   legend:
7383     - ""
7384     - "2001, 2005 - DPDK versions tested."
7385     - "Diff - difference between 2001 and 2005 DPDK version."
7386
7387 # DPDK Performance Changes 3n-tsh 1t1c ndr
7388 - type: "table"
7389   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
7390   algorithm: "table_comparison"
7391   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
7392   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7393   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7394   columns:
7395     - title: "2001"
7396       data-set: "dpdk-performance-changes-3n-tsh-ref"
7397     - title: "2005"
7398       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7399   comparisons:
7400     - title: "Diff"
7401       reference: 1
7402       compare: 2
7403   legend:
7404     - ""
7405     - "2001, 2005 - DPDK versions tested."
7406     - "Diff - difference between 2001 and 2005 DPDK version."
7407
7408 # DPDK Performance Changes 3n-tsh 2t2c ndr
7409 - type: "table"
7410   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
7411   algorithm: "table_comparison"
7412   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
7413   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7414   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7415   columns:
7416     - title: "2001"
7417       data-set: "dpdk-performance-changes-3n-tsh-ref"
7418     - title: "2005"
7419       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7420   comparisons:
7421     - title: "Diff"
7422       reference: 1
7423       compare: 2
7424   legend:
7425     - ""
7426     - "2001, 2005 - DPDK versions tested."
7427     - "Diff - difference between 2001 and 2005 DPDK version."
7428
7429 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
7430 - type: "table"
7431   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
7432   algorithm: "table_comparison"
7433   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
7434   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7435   filter: "'NIC_Intel-X710'"
7436   columns:
7437     - title: "3n-hsw x710"
7438       data-set: "dpdk-compare-testbeds-ref"
7439     - title: "3n-skx x710"
7440       data-set: "dpdk-compare-testbeds-cmp"
7441   comparisons:
7442     - title: "Diff"
7443       reference: 1
7444       compare: 2
7445   legend:
7446     - ""
7447     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7448     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7449
7450 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
7451 - type: "table"
7452   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
7453   algorithm: "table_comparison"
7454   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
7455   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7456   filter: "'NIC_Intel-X710'"
7457   columns:
7458     - title: "3n-hsw x710"
7459       data-set: "dpdk-compare-testbeds-ref"
7460     - title: "3n-skx x710"
7461       data-set: "dpdk-compare-testbeds-cmp"
7462   comparisons:
7463     - title: "Diff"
7464       reference: 1
7465       compare: 2
7466   legend:
7467     - ""
7468     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7469     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7470
7471 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
7472 - type: "table"
7473   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
7474   algorithm: "table_comparison"
7475   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
7476   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7477   filter: "'NIC_Intel-XXV710'"
7478   columns:
7479     - title: "2n-skx"
7480       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7481     - title: "2n-clx"
7482       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7483   comparisons:
7484     - title: "Diff"
7485       reference: 1
7486       compare: 2
7487   legend:
7488     - ""
7489     - "2n-skx, 2n-clx - testbeds and NICs tested."
7490     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7491
7492 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
7493 - type: "table"
7494   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
7495   algorithm: "table_comparison"
7496   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
7497   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7498   filter: "'NIC_Intel-XXV710'"
7499   columns:
7500     - title: "2n-skx"
7501       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7502     - title: "2n-clx"
7503       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7504   comparisons:
7505     - title: "Diff"
7506       reference: 1
7507       compare: 2
7508   legend:
7509     - ""
7510     - "2n-skx, 2n-clx - testbeds and NICs tested."
7511     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7512
7513 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
7514 - type: "table"
7515   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
7516   algorithm: "table_comparison"
7517   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
7518   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7519   filter: "'NIC_Intel-XXV710'"
7520   columns:
7521     - title: "3n-skx"
7522       data-set: "dpdk-compare-topologies-ref"
7523     - title: "2n-skx"
7524       data-set: "dpdk-compare-topologies-cmp"
7525   comparisons:
7526     - title: "Diff"
7527       reference: 1
7528       compare: 2
7529   legend:
7530     - ""
7531     - "3n-skx, 2n-skx - topologies tested."
7532     - "Diff - difference between 3n-skx and 2n-skx topologies."
7533
7534 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
7535 - type: "table"
7536   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
7537   algorithm: "table_comparison"
7538   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
7539   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7540   filter: "'NIC_Intel-XXV710'"
7541   columns:
7542     - title: "3n-skx"
7543       data-set: "dpdk-compare-topologies-ref"
7544     - title: "2n-skx"
7545       data-set: "dpdk-compare-topologies-cmp"
7546   comparisons:
7547     - title: "Diff"
7548       reference: 1
7549       compare: 2
7550   legend:
7551     - ""
7552     - "3n-skx, 2n-skx - topologies tested."
7553     - "Diff - difference between 3n-skx and 2n-skx topologies."
7554
7555 # Detailed Test Results - DPDK Performance Results 3n-hsw
7556 - type: "table"
7557   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
7558   algorithm: "table_merged_details"
7559   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
7560   columns:
7561     - title: " |prein| Test Name |preout| "
7562       data: "data name"
7563     - 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| "
7564       data: "data msg"
7565   data: "dpdk-perf-results-3n-hsw"
7566   filter: "all"
7567   parameters:
7568   - "name"
7569   - "parent"
7570   - "msg"
7571
7572 # Detailed Test Results - DPDK Performance Results 3n-skx
7573 - type: "table"
7574   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
7575   algorithm: "table_merged_details"
7576   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
7577   columns:
7578     - title: " |prein| Test Name |preout| "
7579       data: "data name"
7580     - 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| "
7581       data: "data msg"
7582   data: "dpdk-perf-results-3n-skx"
7583   filter: "all"
7584   remove-ndr: False
7585   parameters:
7586   - "name"
7587   - "parent"
7588   - "msg"
7589
7590 # Detailed Test Results - DPDK Performance Results 2n-skx
7591 - type: "table"
7592   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
7593   algorithm: "table_merged_details"
7594   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
7595   columns:
7596     - title: " |prein| Test Name |preout| "
7597       data: "data name"
7598     - 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| "
7599       data: "data msg"
7600   data: "dpdk-perf-results-2n-skx"
7601   filter: "all"
7602   remove-ndr: False
7603   parameters:
7604   - "name"
7605   - "parent"
7606   - "msg"
7607
7608 # Detailed Test Results - DPDK Performance Results 2n-clx
7609 - type: "table"
7610   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
7611   algorithm: "table_merged_details"
7612   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
7613   columns:
7614     - title: " |prein| Test Name |preout| "
7615       data: "data name"
7616     - 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| "
7617       data: "data msg"
7618   data: "dpdk-perf-results-2n-clx"
7619   filter: "all"
7620   parameters:
7621   - "name"
7622   - "parent"
7623   - "msg"
7624
7625 # Detailed Test Results - DPDK Performance Results 2n-dnv
7626 - type: "table"
7627   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
7628   algorithm: "table_merged_details"
7629   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
7630   columns:
7631     - title: " |prein| Test Name |preout| "
7632       data: "data name"
7633     - 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| "
7634       data: "data msg"
7635   data: "dpdk-perf-results-2n-dnv"
7636   filter: "all"
7637   parameters:
7638   - "name"
7639   - "parent"
7640   - "msg"
7641
7642 # Detailed Test Results - DPDK Performance Results 3n-dnv
7643 - type: "table"
7644   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
7645   algorithm: "table_merged_details"
7646   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
7647   columns:
7648     - title: " |prein| Test Name |preout| "
7649       data: "data name"
7650     - 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| "
7651       data: "data msg"
7652   data: "dpdk-perf-results-3n-dnv"
7653   filter: "all"
7654   parameters:
7655   - "name"
7656   - "parent"
7657   - "msg"
7658
7659 # Detailed Test Results - DPDK Performance Results 3n-tsh
7660 - type: "table"
7661   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
7662   algorithm: "table_merged_details"
7663   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
7664   columns:
7665     - title: " |prein| Test Name |preout| "
7666       data: "data name"
7667     - 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| "
7668       data: "data msg"
7669   data: "dpdk-perf-results-3n-tsh"
7670   filter: "all"
7671   parameters:
7672   - "name"
7673   - "parent"
7674   - "msg"
7675
7676 ################################################################################
7677 ###                                F I L E S                                 ###
7678 ################################################################################
7679
7680 # VPP Performance Results
7681 - type: "file"
7682   title: "VPP Performance Results"
7683   algorithm: "file_details_split"
7684   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
7685   dir-tables:
7686     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
7687     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
7688     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
7689     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
7690     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
7691 #    - "{DIR[DTR,PERF,VPP,2N,DNV]}"
7692 #    - "{DIR[DTR,PERF,VPP,3N,DNV]}"
7693   data:
7694     - "vpp-perf-results-2n-skx"
7695     - "vpp-perf-results-3n-skx"
7696     - "vpp-perf-results-2n-clx"
7697     - "vpp-perf-results-3n-hsw"
7698     - "vpp-perf-results-3n-tsh"
7699 #    - "vpp-perf-results-2n-dnv"
7700 #    - "vpp-perf-results-3n-dnv"
7701   filter: "all"
7702   data-start-level: 4
7703   order-chapters:
7704     level-1:
7705       - "l2"
7706       - "ip4"
7707       - "ip6"
7708       - "srv6"
7709       - "ip4_tunnels"
7710       - "ip6_tunnels"
7711       - "vm_vhost"
7712       - "container_memif"
7713       - "crypto"
7714       - "vts"
7715       - "lb"
7716       - "nfv_density"
7717       - "hoststack"
7718     level-2:
7719       - "2n-skx"
7720       - "3n-skx"
7721       - "2n-clx"
7722       - "3n-hsw"
7723       - "3n-tsh"
7724       - "2n-dnv"
7725       - "3n-dnv"
7726     level-3:
7727       - "xl710"
7728       - "x520"
7729       - "xxv710"
7730       - "x710"
7731       - "x553"
7732       - "cx556a"
7733       - "vic1227"
7734       - "vic1385"
7735
7736 # VPP Performance Configuration
7737 - type: "file"
7738   title: "VPP Performance Configuration"
7739   algorithm: "file_details_split"
7740   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
7741   dir-tables:
7742     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
7743     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
7744     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
7745     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
7746     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
7747 #    - "{DIR[DTC,PERF,VPP,2N,DNV]}"
7748 #    - "{DIR[DTC,PERF,VPP,3N,DNV]}"
7749   data:
7750     - "vpp-perf-results-2n-skx"
7751     - "vpp-perf-results-3n-skx"
7752     - "vpp-perf-results-2n-clx"
7753     - "vpp-perf-results-3n-hsw"
7754     - "vpp-perf-results-3n-tsh"
7755 #    - "vpp-perf-results-2n-dnv"
7756 #    - "vpp-perf-results-3n-dnv"
7757   filter: "all"
7758   data-start-level: 4
7759   order-chapters:
7760     level-1:
7761       - "l2"
7762       - "ip4"
7763       - "ip6"
7764       - "srv6"
7765       - "ip4_tunnels"
7766       - "ip6_tunnels"
7767       - "vm_vhost"
7768       - "container_memif"
7769       - "crypto"
7770       - "vts"
7771       - "lb"
7772       - "nfv_density"
7773       - "hoststack"
7774     level-2:
7775       - "2n-skx"
7776       - "3n-skx"
7777       - "2n-clx"
7778       - "3n-hsw"
7779       - "3n-tsh"
7780       - "2n-dnv"
7781       - "3n-dnv"
7782     level-3:
7783       - "xl710"
7784       - "x520"
7785       - "xxv710"
7786       - "x710"
7787       - "x553"
7788       - "cx556a"
7789       - "vic1227"
7790       - "vic1385"
7791
7792 # VPP Performance Operational
7793 - type: "file"
7794   title: "VPP Performance Operational"
7795   algorithm: "file_details_split_html"
7796   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7797   dir-tables:
7798     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7799     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7800     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7801     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7802     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7803 #    - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7804 #    - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7805   data:
7806     - "vpp-perf-results-2n-skx"
7807     - "vpp-perf-results-3n-skx"
7808     - "vpp-perf-results-2n-clx"
7809     - "vpp-perf-results-3n-hsw"
7810     - "vpp-perf-results-3n-tsh"
7811 #    - "vpp-perf-results-2n-dnv"
7812 #    - "vpp-perf-results-3n-dnv"
7813   filter: "all"
7814   data-start-level: 4
7815   order-chapters:
7816     level-1:
7817       - "l2"
7818       - "ip4"
7819       - "ip6"
7820       - "srv6"
7821       - "ip4_tunnels"
7822       - "ip6_tunnels"
7823       - "vm_vhost"
7824       - "container_memif"
7825       - "crypto"
7826       - "vts"
7827       - "lb"
7828       - "nfv_density"
7829       - "hoststack"
7830     level-2:
7831       - "2n-skx"
7832       - "3n-skx"
7833       - "2n-clx"
7834       - "3n-hsw"
7835       - "3n-tsh"
7836       - "2n-dnv"
7837       - "3n-dnv"
7838     level-3:
7839       - "xl710"
7840       - "x520"
7841       - "xxv710"
7842       - "x710"
7843       - "x553"
7844       - "cx556a"
7845       - "vic1227"
7846       - "vic1385"
7847
7848 # VPP MRR Results
7849 - type: "file"
7850   title: "VPP MRR Results"
7851   algorithm: "file_details_split"
7852   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7853   dir-tables:
7854     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7855     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7856     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7857     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7858     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7859 #    - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7860 #    - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7861   data:
7862     - "vpp-mrr-results-2n-skx"
7863     - "vpp-mrr-results-3n-skx"
7864     - "vpp-mrr-results-2n-clx"
7865     - "vpp-mrr-results-3n-hsw"
7866     - "vpp-mrr-results-3n-tsh"
7867 #    - "vpp-mrr-results-2n-dnv"
7868 #    - "vpp-mrr-results-3n-dnv"
7869   filter: "all"
7870   data-start-level: 4
7871   order-chapters:
7872     level-1:
7873       - "l2"
7874       - "ip4"
7875       - "ip6"
7876       - "srv6"
7877       - "ip4_tunnels"
7878       - "ip6_tunnels"
7879       - "vm_vhost"
7880       - "container_memif"
7881       - "crypto"
7882       - "vts"
7883       - "lb"
7884       - "nfv_density"
7885       - "hoststack"
7886     level-2:
7887       - "2n-skx"
7888       - "3n-skx"
7889       - "2n-clx"
7890       - "3n-hsw"
7891       - "3n-tsh"
7892       - "2n-dnv"
7893       - "3n-dnv"
7894     level-3:
7895       - "xl710"
7896       - "x520"
7897       - "xxv710"
7898       - "x710"
7899       - "x553"
7900       - "cx556a"
7901       - "vic1227"
7902       - "vic1385"
7903
7904 # VPP MRR Configuration
7905 - type: "file"
7906   title: "VPP MRR Configuration"
7907   algorithm: "file_details_split"
7908   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7909   dir-tables:
7910     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7911     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7912     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7913     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7914     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7915     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7916     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7917   data:
7918     - "vpp-mrr-results-2n-skx"
7919     - "vpp-mrr-results-3n-skx"
7920     - "vpp-mrr-results-2n-clx"
7921     - "vpp-mrr-results-3n-hsw"
7922     - "vpp-mrr-results-3n-tsh"
7923 #    - "vpp-mrr-results-2n-dnv"
7924 #    - "vpp-mrr-results-3n-dnv"
7925   filter: "all"
7926   data-start-level: 4
7927   order-chapters:
7928     level-1:
7929       - "l2"
7930       - "ip4"
7931       - "ip6"
7932       - "srv6"
7933       - "ip4_tunnels"
7934       - "ip6_tunnels"
7935       - "vm_vhost"
7936       - "container_memif"
7937       - "crypto"
7938       - "vts"
7939       - "lb"
7940       - "nfv_density"
7941       - "hoststack"
7942     level-2:
7943       - "2n-skx"
7944       - "3n-skx"
7945       - "2n-clx"
7946       - "3n-hsw"
7947       - "3n-tsh"
7948       - "2n-dnv"
7949       - "3n-dnv"
7950     level-3:
7951       - "xl710"
7952       - "x520"
7953       - "xxv710"
7954       - "x710"
7955       - "x553"
7956       - "cx556a"
7957       - "vic1227"
7958       - "vic1385"
7959
7960 # VPP Device Results - Ubuntu
7961 - type: "file"
7962   title: "VPP Device Results - Ubuntu"
7963   algorithm: "file_test_results"
7964   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7965   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7966   data: "vpp-device-results-ubuntu"
7967   filter: "all"
7968   data-start-level: 4
7969
7970 # VPP Device Configuration - Ubuntu
7971 - type: "file"
7972   title: "VPP Device Configuration - Ubuntu"
7973   algorithm: "file_test_results"
7974   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7975   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7976   data: "vpp-device-results-ubuntu"
7977   filter: "all"
7978   data-start-level: 4
7979
7980 # DPDK Performance Results 3n-hsw
7981 - type: "file"
7982   title: "DPDK Performance Results 3n-hsw"
7983   algorithm: "file_test_results"
7984   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7985   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7986   data: "dpdk-perf-results-3n-hsw"
7987   filter: "all"
7988   data-start-level: 4
7989
7990 # DPDK Performance Results 3n-skx
7991 - type: "file"
7992   title: "DPDK Performance Results 3n-skx"
7993   algorithm: "file_test_results"
7994   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7995   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7996   data: "dpdk-perf-results-3n-skx"
7997   filter: "all"
7998   data-start-level: 4
7999
8000 # DPDK Performance Results 2n-skx
8001 - type: "file"
8002   title: "DPDK Performance Results 2n-skx"
8003   algorithm: "file_test_results"
8004   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
8005   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
8006   data: "dpdk-perf-results-2n-skx"
8007   filter: "all"
8008   data-start-level: 4
8009
8010 # DPDK Performance Results 2n-clx
8011 - type: "file"
8012   title: "DPDK Performance Results 2n-clx"
8013   algorithm: "file_test_results"
8014   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
8015   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
8016   data: "dpdk-perf-results-2n-clx"
8017   filter: "all"
8018   data-start-level: 4
8019
8020 # DPDK Performance Results 2n-dnv
8021 - type: "file"
8022   title: "DPDK Performance Results 2n-dnv"
8023   algorithm: "file_test_results"
8024   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
8025   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
8026   data: "dpdk-perf-results-2n-dnv"
8027   filter: "all"
8028   data-start-level: 4
8029
8030 # DPDK Performance Results 3n-dnv
8031 - type: "file"
8032   title: "DPDK Performance Results 3n-dnv"
8033   algorithm: "file_test_results"
8034   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
8035   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
8036   data: "dpdk-perf-results-3n-dnv"
8037   filter: "all"
8038   data-start-level: 4
8039
8040 # DPDK Performance Results 3n-tsh
8041 - type: "file"
8042   title: "DPDK Performance Results 3n-tsh"
8043   algorithm: "file_test_results"
8044   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
8045   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
8046   data: "dpdk-perf-results-3n-tsh"
8047   filter: "all"
8048   data-start-level: 4
8049
8050 ################################################################################
8051 ###                                P L O T S                                 ###
8052 ################################################################################
8053
8054 # Hoststack tests 3n-hsw
8055
8056 - type: "plot"
8057   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
8058   algorithm: "plot_perf_box_name"
8059   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
8060   data: "plot-vpp-hoststack-3n-hsw"
8061   include:
8062     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
8063     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
8064   layout:
8065     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
8066     layout: "plot-hoststack"
8067
8068 - type: "plot"
8069   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
8070   algorithm: "plot_perf_box_name"
8071   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
8072   data: "plot-vpp-hoststack-3n-hsw"
8073   include:
8074     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
8075     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
8076   layout:
8077     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
8078     layout: "plot-hoststack"
8079
8080 - type: "plot"
8081   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
8082   algorithm: "plot_perf_box_name"
8083   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
8084   data: "plot-vpp-hoststack-3n-hsw"
8085   include:
8086     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
8087     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
8088     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
8089     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
8090   layout:
8091     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
8092     layout: "plot-hoststack"
8093
8094 ################################################################################
8095
8096 # Soak Test (PLRsearch), boxes - 2n-clx
8097 - type: "plot"
8098   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8099   algorithm: "plot_perf_box_name"
8100   output-file-type: ".html"
8101   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
8102   data: "plot-vpp-soak-2n-clx"
8103   include:
8104     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8105     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8106     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8107     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8108     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8109     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8110   layout:
8111     title: "30 Minutes Soak Test (PLRsearch)"
8112     layout: "plot-soak-throughput"
8113
8114 # Soak Test (PLRsearch), boxes - 2n-clx
8115 - type: "plot"
8116   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8117   algorithm: "plot_perf_box_name"
8118   output-file-type: ".html"
8119   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
8120   data: "plot-vpp-soak-2n-clx"
8121   include:
8122     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8123     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8124     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8125     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8126     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8127     - "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"
8128   layout:
8129     title: "30 Minutes Soak Test (PLRsearch)"
8130     layout: "plot-soak-throughput"
8131
8132 # Soak Test (PLRsearch), boxes - 2n-skx
8133 - type: "plot"
8134   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8135   algorithm: "plot_perf_box_name"
8136   output-file-type: ".html"
8137   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
8138   data: "plot-vpp-soak-2n-skx"
8139   include:
8140     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8141     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8142     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8143     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8144     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8145     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8146   layout:
8147     title: "30 Minutes Soak Test (PLRsearch)"
8148     layout: "plot-soak-throughput"
8149
8150 # Soak Test (PLRsearch), boxes - 2n-skx
8151 - type: "plot"
8152   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8153   algorithm: "plot_perf_box_name"
8154   output-file-type: ".html"
8155   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
8156   data: "plot-vpp-soak-2n-skx"
8157   include:
8158     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8159     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8160     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8161     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8162     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8163     - "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"
8164   layout:
8165     title: "30 Minutes Soak Test (PLRsearch)"
8166     layout: "plot-soak-throughput"
8167
8168 ###############################################################################
8169
8170 # Reconf tests 2n-skx
8171
8172 - type: "plot"
8173   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8174   algorithm: "plot_nf_reconf_box_name"
8175   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8176   data: "plot-vpp-nfv-reconf-2n-skx"
8177   include:
8178     - "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"
8179     - "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"
8180     - "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"
8181     - "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"
8182     - "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"
8183     - "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"
8184   layout:
8185     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8186     layout: "plot-throughput"
8187
8188 - type: "plot"
8189   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8190   algorithm: "plot_nf_reconf_box_name"
8191   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8192   data: "plot-vpp-nfv-reconf-2n-skx"
8193   include:
8194     - "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"
8195     - "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"
8196     - "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"
8197     - "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"
8198     - "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"
8199     - "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"
8200   layout:
8201     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8202     layout: "plot-throughput"
8203
8204 - type: "plot"
8205   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8206   algorithm: "plot_nf_reconf_box_name"
8207   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8208   data: "plot-vpp-nfv-reconf-2n-skx"
8209   include:
8210     - "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"
8211     - "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"
8212     - "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"
8213     - "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"
8214     - "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"
8215     - "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"
8216   layout:
8217     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8218     layout: "plot-throughput"
8219
8220 ###############################################################################
8221
8222 # Reconf tests 2n-clx
8223
8224 - type: "plot"
8225   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8226   algorithm: "plot_nf_reconf_box_name"
8227   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8228   data: "plot-vpp-nfv-reconf-2n-clx"
8229   include:
8230     - "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"
8231     - "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"
8232     - "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"
8233     - "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"
8234   layout:
8235     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8236     layout: "plot-throughput"
8237
8238 - type: "plot"
8239   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8240   algorithm: "plot_nf_reconf_box_name"
8241   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8242   data: "plot-vpp-nfv-reconf-2n-clx"
8243   include:
8244     - "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"
8245     - "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"
8246     - "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"
8247     - "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"
8248   layout:
8249     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8250     layout: "plot-throughput"
8251
8252 - type: "plot"
8253   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8254   algorithm: "plot_nf_reconf_box_name"
8255   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8256   data: "plot-vpp-nfv-reconf-2n-clx"
8257   include:
8258     - "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"
8259     - "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"
8260     - "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"
8261     - "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"
8262   layout:
8263     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8264     layout: "plot-throughput"
8265
8266 ###############################################################################
8267
8268 # Plots - NF Density - VSC - MRR IMIX
8269 - type: "plot"
8270   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8271   algorithm: "plot_nf_heatmap"
8272   output-file-type: ".html"
8273   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
8274   data: "plot-vpp-nfv-2n-skx-mrr"
8275   filter: "'NIC_Intel-XXV710' and
8276            'NF_DENSITY' and
8277            'VHOST' and
8278            not 'VXLAN' and
8279            'CHAIN' and
8280            'NF_VPPIP4' and
8281            'IMIX' and
8282            '2T1C' and
8283            'MRR'"
8284   parameters:
8285   - "result"
8286   - "name"
8287   - "tags"
8288   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8289   x-axis: "X = VNFs per Service Chain"
8290   y-axis: "Y = Number of Service Chains"
8291   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8292   layout:
8293     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8294     layout: "plot-service-density"
8295
8296 - type: "plot"
8297   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8298   algorithm: "plot_nf_heatmap"
8299   output-file-type: ".html"
8300   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
8301   data: "plot-vpp-nfv-2n-skx-mrr"
8302   filter: "'NIC_Intel-XXV710' and
8303            'NF_DENSITY' and
8304            'VHOST' and
8305            not 'VXLAN' and
8306            'CHAIN' and
8307            'NF_VPPIP4' and
8308            'IMIX' and
8309            '4T2C' and
8310            'MRR'"
8311   parameters:
8312   - "result"
8313   - "name"
8314   - "tags"
8315   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8316   x-axis: "X = VNFs per Service Chain"
8317   y-axis: "Y = Number of Service Chains"
8318   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8319   layout:
8320     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8321     layout: "plot-service-density"
8322
8323 - type: "plot"
8324   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8325   algorithm: "plot_nf_heatmap"
8326   output-file-type: ".html"
8327   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
8328   data: "plot-vpp-nfv-2n-skx-mrr"
8329   filter: "'NIC_Intel-XXV710' and
8330            'NF_DENSITY' and
8331            'VHOST' and
8332            not 'VXLAN' and
8333            'CHAIN' and
8334            'NF_VPPIP4' and
8335            'IMIX' and
8336            '8T4C' and
8337            'MRR'"
8338   parameters:
8339   - "result"
8340   - "name"
8341   - "tags"
8342   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8343   x-axis: "X = VNFs per Service Chain"
8344   y-axis: "Y = Number of Service Chains"
8345   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8346   layout:
8347     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8348     layout: "plot-service-density"
8349
8350 # Plots - NF Density - VSC - NDR IMIX
8351 - type: "plot"
8352   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8353   algorithm: "plot_nf_heatmap"
8354   output-file-type: ".html"
8355   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
8356   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8357   filter: "'NIC_Intel-XXV710' and
8358            'NF_DENSITY' and
8359            'VHOST' and
8360            not 'VXLAN' and
8361            'CHAIN' and
8362            'NF_VPPIP4' and
8363            'IMIX' and
8364            '2T1C' and
8365            'NDRPDR'"
8366   parameters:
8367   - "throughput"
8368   - "name"
8369   - "tags"
8370   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8371   x-axis: "X = VNFs per Service Chain"
8372   y-axis: "Y = Number of Service Chains"
8373   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8374   layout:
8375     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8376     layout: "plot-service-density"
8377
8378 - type: "plot"
8379   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8380   algorithm: "plot_nf_heatmap"
8381   output-file-type: ".html"
8382   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
8383   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8384   filter: "'NIC_Intel-XXV710' and
8385            'NF_DENSITY' and
8386            'VHOST' and
8387            not 'VXLAN' and
8388            'CHAIN' and
8389            'NF_VPPIP4' and
8390            'IMIX' and
8391            '4T2C' and
8392            'NDRPDR'"
8393   parameters:
8394   - "throughput"
8395   - "name"
8396   - "tags"
8397   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8398   x-axis: "X = VNFs per Service Chain"
8399   y-axis: "Y = Number of Service Chains"
8400   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8401   layout:
8402     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8403     layout: "plot-service-density"
8404
8405 - type: "plot"
8406   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8407   algorithm: "plot_nf_heatmap"
8408   output-file-type: ".html"
8409   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
8410   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8411   filter: "'NIC_Intel-XXV710' and
8412            'NF_DENSITY' and
8413            'VHOST' and
8414            not 'VXLAN' and
8415            'CHAIN' and
8416            'NF_VPPIP4' and
8417            'IMIX' and
8418            '8T4C' and
8419            'NDRPDR'"
8420   parameters:
8421   - "throughput"
8422   - "name"
8423   - "tags"
8424   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8425   x-axis: "X = VNFs per Service Chain"
8426   y-axis: "Y = Number of Service Chains"
8427   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8428   layout:
8429     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8430     layout: "plot-service-density"
8431
8432 # Plots - NF Density - VSC - PDR IMIX
8433 - type: "plot"
8434   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8435   algorithm: "plot_nf_heatmap"
8436   output-file-type: ".html"
8437   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
8438   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8439   filter: "'NIC_Intel-XXV710' and
8440            'NF_DENSITY' and
8441            'VHOST' and
8442            not 'VXLAN' and
8443            'CHAIN' and
8444            'NF_VPPIP4' and
8445            'IMIX' and
8446            '2T1C' and
8447            'NDRPDR'"
8448   parameters:
8449   - "throughput"
8450   - "name"
8451   - "tags"
8452   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8453   x-axis: "X = VNFs per Service Chain"
8454   y-axis: "Y = Number of Service Chains"
8455   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8456   layout:
8457     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8458     layout: "plot-service-density"
8459
8460 - type: "plot"
8461   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8462   algorithm: "plot_nf_heatmap"
8463   output-file-type: ".html"
8464   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
8465   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8466   filter: "'NIC_Intel-XXV710' and
8467            'NF_DENSITY' and
8468            'VHOST' and
8469            not 'VXLAN' and
8470            'CHAIN' and
8471            'NF_VPPIP4' and
8472            'IMIX' and
8473            '4T2C' and
8474            'NDRPDR'"
8475   parameters:
8476   - "throughput"
8477   - "name"
8478   - "tags"
8479   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8480   x-axis: "X = VNFs per Service Chain"
8481   y-axis: "Y = Number of Service Chains"
8482   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8483   layout:
8484     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8485     layout: "plot-service-density"
8486
8487 - type: "plot"
8488   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8489   algorithm: "plot_nf_heatmap"
8490   output-file-type: ".html"
8491   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
8492   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8493   filter: "'NIC_Intel-XXV710' and
8494            'NF_DENSITY' and
8495            'VHOST' and
8496            not 'VXLAN' and
8497            'CHAIN' and
8498            'NF_VPPIP4' and
8499            'IMIX' and
8500            '8T4C' and
8501            'NDRPDR'"
8502   parameters:
8503   - "throughput"
8504   - "name"
8505   - "tags"
8506   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8507   x-axis: "X = VNFs per Service Chain"
8508   y-axis: "Y = Number of Service Chains"
8509   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8510   layout:
8511     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8512     layout: "plot-service-density"
8513
8514 ###############################################################################
8515
8516 # Plots - NF Density - VSC - MRR IMIX
8517 - type: "plot"
8518   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8519   algorithm: "plot_nf_heatmap"
8520   output-file-type: ".html"
8521   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
8522   data: "plot-vpp-nfv-2n-skx-mrr"
8523   filter: "'NIC_Intel-XXV710' and
8524            'NF_DENSITY' and
8525            'VHOST' and
8526            'VXLAN' and
8527            'CHAIN' and
8528            'IMIX' and
8529            '2T1C' and
8530            'MRR'"
8531   parameters:
8532   - "result"
8533   - "name"
8534   - "tags"
8535   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8536   x-axis: "X = VNFs per Service Chain"
8537   y-axis: "Y = Number of Service Chains"
8538   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8539   layout:
8540     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8541     layout: "plot-service-density"
8542
8543 - type: "plot"
8544   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8545   algorithm: "plot_nf_heatmap"
8546   output-file-type: ".html"
8547   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
8548   data: "plot-vpp-nfv-2n-skx-mrr"
8549   filter: "'NIC_Intel-XXV710' and
8550            'NF_DENSITY' and
8551            'VHOST' and
8552            'VXLAN' and
8553            'CHAIN' and
8554            'IMIX' and
8555            '4T2C' and
8556            'MRR'"
8557   parameters:
8558   - "result"
8559   - "name"
8560   - "tags"
8561   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8562   x-axis: "X = VNFs per Service Chain"
8563   y-axis: "Y = Number of Service Chains"
8564   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8565   layout:
8566     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8567     layout: "plot-service-density"
8568
8569 - type: "plot"
8570   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8571   algorithm: "plot_nf_heatmap"
8572   output-file-type: ".html"
8573   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
8574   data: "plot-vpp-nfv-2n-skx-mrr"
8575   filter: "'NIC_Intel-XXV710' and
8576            'NF_DENSITY' and
8577            'VHOST' and
8578            'VXLAN' and
8579            'CHAIN' and
8580            'IMIX' and
8581            '8T4C' and
8582            'MRR'"
8583   parameters:
8584   - "result"
8585   - "name"
8586   - "tags"
8587   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8588   x-axis: "X = VNFs per Service Chain"
8589   y-axis: "Y = Number of Service Chains"
8590   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8591   layout:
8592     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8593     layout: "plot-service-density"
8594
8595 # Plots - NF Density - VSC - NDR IMIX
8596 - type: "plot"
8597   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8598   algorithm: "plot_nf_heatmap"
8599   output-file-type: ".html"
8600   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8601   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8602   filter: "'NIC_Intel-XXV710' and
8603            'NF_DENSITY' and
8604            'VHOST' and
8605            'VXLAN' and
8606            'CHAIN' and
8607            'IMIX' and
8608            '2T1C' and
8609            'NDRPDR'"
8610   parameters:
8611   - "throughput"
8612   - "name"
8613   - "tags"
8614   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8615   x-axis: "X = VNFs per Service Chain"
8616   y-axis: "Y = Number of Service Chains"
8617   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8618   layout:
8619     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8620     layout: "plot-service-density"
8621
8622 - type: "plot"
8623   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8624   algorithm: "plot_nf_heatmap"
8625   output-file-type: ".html"
8626   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8627   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8628   filter: "'NIC_Intel-XXV710' and
8629            'NF_DENSITY' and
8630            'VHOST' and
8631            'VXLAN' and
8632            'CHAIN' and
8633            'IMIX' and
8634            '4T2C' and
8635            'NDRPDR'"
8636   parameters:
8637   - "throughput"
8638   - "name"
8639   - "tags"
8640   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8641   x-axis: "X = VNFs per Service Chain"
8642   y-axis: "Y = Number of Service Chains"
8643   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8644   layout:
8645     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8646     layout: "plot-service-density"
8647
8648 - type: "plot"
8649   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8650   algorithm: "plot_nf_heatmap"
8651   output-file-type: ".html"
8652   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8653   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8654   filter: "'NIC_Intel-XXV710' and
8655            'NF_DENSITY' and
8656            'VHOST' and
8657            'VXLAN' and
8658            'CHAIN' and
8659            'IMIX' and
8660            '8T4C' and
8661            'NDRPDR'"
8662   parameters:
8663   - "throughput"
8664   - "name"
8665   - "tags"
8666   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8667   x-axis: "X = VNFs per Service Chain"
8668   y-axis: "Y = Number of Service Chains"
8669   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8670   layout:
8671     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8672     layout: "plot-service-density"
8673
8674 # Plots - NF Density - VSC - PDR IMIX
8675 - type: "plot"
8676   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8677   algorithm: "plot_nf_heatmap"
8678   output-file-type: ".html"
8679   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8680   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8681   filter: "'NIC_Intel-XXV710' and
8682            'NF_DENSITY' and
8683            'VHOST' and
8684            'VXLAN' and
8685            'CHAIN' and
8686            'IMIX' and
8687            '2T1C' and
8688            'NDRPDR'"
8689   parameters:
8690   - "throughput"
8691   - "name"
8692   - "tags"
8693   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8694   x-axis: "X = VNFs per Service Chain"
8695   y-axis: "Y = Number of Service Chains"
8696   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8697   layout:
8698     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8699     layout: "plot-service-density"
8700
8701 - type: "plot"
8702   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8703   algorithm: "plot_nf_heatmap"
8704   output-file-type: ".html"
8705   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8706   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8707   filter: "'NIC_Intel-XXV710' and
8708            'NF_DENSITY' and
8709            'VHOST' and
8710            'VXLAN' and
8711            'CHAIN' and
8712            'IMIX' and
8713            '4T2C' and
8714            'NDRPDR'"
8715   parameters:
8716   - "throughput"
8717   - "name"
8718   - "tags"
8719   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8720   x-axis: "X = VNFs per Service Chain"
8721   y-axis: "Y = Number of Service Chains"
8722   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8723   layout:
8724     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8725     layout: "plot-service-density"
8726
8727 - type: "plot"
8728   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8729   algorithm: "plot_nf_heatmap"
8730   output-file-type: ".html"
8731   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8732   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8733   filter: "'NIC_Intel-XXV710' and
8734            'NF_DENSITY' and
8735            'VHOST' and
8736            'VXLAN' and
8737            'CHAIN' and
8738            'IMIX' and
8739            '8T4C' and
8740            'NDRPDR'"
8741   parameters:
8742   - "throughput"
8743   - "name"
8744   - "tags"
8745   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8746   x-axis: "X = VNFs per Service Chain"
8747   y-axis: "Y = Number of Service Chains"
8748   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8749   layout:
8750     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8751     layout: "plot-service-density"
8752
8753 ###############################################################################
8754
8755 # Plots - NF Density - CSC - MRR IMIX
8756 - type: "plot"
8757   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8758   algorithm: "plot_nf_heatmap"
8759   output-file-type: ".html"
8760   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8761   data: "plot-vpp-nfv-2n-skx-mrr"
8762   filter: "'NIC_Intel-XXV710' and
8763            'NF_DENSITY' and
8764            'DOCKER' and
8765            'CHAIN' and
8766            'NF_VPPIP4' and
8767            'IMIX' and
8768            '2T1C' and
8769            'MRR'"
8770   parameters:
8771   - "result"
8772   - "name"
8773   - "tags"
8774   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8775   x-axis: "X = CNFs per Service Chain"
8776   y-axis: "Y = Number of Service Chains"
8777   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8778   layout:
8779     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8780     layout: "plot-service-density"
8781
8782 - type: "plot"
8783   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8784   algorithm: "plot_nf_heatmap"
8785   output-file-type: ".html"
8786   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8787   data: "plot-vpp-nfv-2n-skx-mrr"
8788   filter: "'NIC_Intel-XXV710' and
8789            'NF_DENSITY' and
8790            'DOCKER' and
8791            'CHAIN' and
8792            'NF_VPPIP4' and
8793            'IMIX' and
8794            '4T2C' and
8795            'MRR'"
8796   parameters:
8797   - "result"
8798   - "name"
8799   - "tags"
8800   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8801   x-axis: "X = CNFs per Service Chain"
8802   y-axis: "Y = Number of Service Chains"
8803   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8804   layout:
8805     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8806     layout: "plot-service-density"
8807
8808 - type: "plot"
8809   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8810   algorithm: "plot_nf_heatmap"
8811   output-file-type: ".html"
8812   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8813   data: "plot-vpp-nfv-2n-skx-mrr"
8814   filter: "'NIC_Intel-XXV710' and
8815            'NF_DENSITY' and
8816            'DOCKER' and
8817            'CHAIN' and
8818            'NF_VPPIP4' and
8819            'IMIX' and
8820            '8T4C' and
8821            'MRR'"
8822   parameters:
8823   - "result"
8824   - "name"
8825   - "tags"
8826   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8827   x-axis: "X = CNFs per Service Chain"
8828   y-axis: "Y = Number of Service Chains"
8829   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8830   layout:
8831     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8832     layout: "plot-service-density"
8833
8834 # Plots - NF Density - CSC - NDR IMIX
8835 - type: "plot"
8836   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8837   algorithm: "plot_nf_heatmap"
8838   output-file-type: ".html"
8839   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8840   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8841   filter: "'NIC_Intel-XXV710' and
8842            'NF_DENSITY' and
8843            'DOCKER' and
8844            'CHAIN' and
8845            'NF_VPPIP4' and
8846            'IMIX' and
8847            '2T1C' and
8848            'NDRPDR'"
8849   parameters:
8850   - "throughput"
8851   - "name"
8852   - "tags"
8853   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8854   x-axis: "X = CNFs per Service Chain"
8855   y-axis: "Y = Number of Service Chains"
8856   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8857   layout:
8858     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8859     layout: "plot-service-density"
8860
8861 - type: "plot"
8862   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8863   algorithm: "plot_nf_heatmap"
8864   output-file-type: ".html"
8865   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8866   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8867   filter: "'NIC_Intel-XXV710' and
8868            'NF_DENSITY' and
8869            'DOCKER' and
8870            'CHAIN' and
8871            'NF_VPPIP4' and
8872            'IMIX' and
8873            '4T2C' and
8874            'NDRPDR'"
8875   parameters:
8876   - "throughput"
8877   - "name"
8878   - "tags"
8879   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8880   x-axis: "X = CNFs per Service Chain"
8881   y-axis: "Y = Number of Service Chains"
8882   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8883   layout:
8884     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8885     layout: "plot-service-density"
8886
8887 - type: "plot"
8888   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8889   algorithm: "plot_nf_heatmap"
8890   output-file-type: ".html"
8891   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8892   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8893   filter: "'NIC_Intel-XXV710' and
8894            'NF_DENSITY' and
8895            'DOCKER' and
8896            'CHAIN' and
8897            'NF_VPPIP4' and
8898            'IMIX' and
8899            '8T4C' and
8900            'NDRPDR'"
8901   parameters:
8902   - "throughput"
8903   - "name"
8904   - "tags"
8905   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8906   x-axis: "X = CNFs per Service Chain"
8907   y-axis: "Y = Number of Service Chains"
8908   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8909   layout:
8910     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8911     layout: "plot-service-density"
8912
8913 # Plots - NF Density - CSC - PDR IMIX
8914 - type: "plot"
8915   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8916   algorithm: "plot_nf_heatmap"
8917   output-file-type: ".html"
8918   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8919   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8920   filter: "'NIC_Intel-XXV710' and
8921            'NF_DENSITY' and
8922            'DOCKER' and
8923            'CHAIN' and
8924            'NF_VPPIP4' and
8925            'IMIX' and
8926            '2T1C' and
8927            'NDRPDR'"
8928   parameters:
8929   - "throughput"
8930   - "name"
8931   - "tags"
8932   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8933   x-axis: "X = CNFs per Service Chain"
8934   y-axis: "Y = Number of Service Chains"
8935   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8936   layout:
8937     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8938     layout: "plot-service-density"
8939
8940 - type: "plot"
8941   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8942   algorithm: "plot_nf_heatmap"
8943   output-file-type: ".html"
8944   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8945   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8946   filter: "'NIC_Intel-XXV710' and
8947            'NF_DENSITY' and
8948            'DOCKER' and
8949            'CHAIN' and
8950            'NF_VPPIP4' and
8951            'IMIX' and
8952            '4T2C' and
8953            'NDRPDR'"
8954   parameters:
8955   - "throughput"
8956   - "name"
8957   - "tags"
8958   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8959   x-axis: "X = CNFs per Service Chain"
8960   y-axis: "Y = Number of Service Chains"
8961   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8962   layout:
8963     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8964     layout: "plot-service-density"
8965
8966 - type: "plot"
8967   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8968   algorithm: "plot_nf_heatmap"
8969   output-file-type: ".html"
8970   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8971   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8972   filter: "'NIC_Intel-XXV710' and
8973            'NF_DENSITY' and
8974            'DOCKER' and
8975            'CHAIN' and
8976            'NF_VPPIP4' and
8977            'IMIX' and
8978            '8T4C' and
8979            'NDRPDR'"
8980   parameters:
8981   - "throughput"
8982   - "name"
8983   - "tags"
8984   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8985   x-axis: "X = CNFs per Service Chain"
8986   y-axis: "Y = Number of Service Chains"
8987   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8988   layout:
8989     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8990     layout: "plot-service-density"
8991
8992 ################################################################################
8993 #
8994 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8995 #- type: "plot"
8996 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8997 #  algorithm: "plot_nf_heatmap"
8998 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8999 #  data: "plot-vpp-nfv-3n-skx-mrr"
9000 #  filter: "'NIC_Intel-XXV710' and
9001 #           'NF_DENSITY' and
9002 #           'DOCKER' and
9003 #           'CHAIN' and
9004 #           'NF_VPPIP4' and
9005 #           'IPSEC' and
9006 #           'TNL_4' and
9007 #           'IMIX' and
9008 #           '2T1C' and
9009 #           'MRR'"
9010 #  parameters:
9011 #  - "result"
9012 #  - "name"
9013 #  - "tags"
9014 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9015 #  x-axis: "X = CNFs per Service Chain"
9016 #  y-axis: "Y = Number of Service Chains"
9017 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9018 #  layout:
9019 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9020 #    layout: "plot-service-density"
9021 #
9022 #- type: "plot"
9023 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9024 #  algorithm: "plot_nf_heatmap"
9025 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
9026 #  data: "plot-vpp-nfv-3n-skx-mrr"
9027 #  filter: "'NIC_Intel-XXV710' and
9028 #           'NF_DENSITY' and
9029 #           'DOCKER' and
9030 #           'CHAIN' and
9031 #           'NF_VPPIP4' and
9032 #           'IPSEC' and
9033 #           'TNL_4' and
9034 #           'IMIX' and
9035 #           '4T2C' and
9036 #           'MRR'"
9037 #  parameters:
9038 #  - "result"
9039 #  - "name"
9040 #  - "tags"
9041 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9042 #  x-axis: "X = CNFs per Service Chain"
9043 #  y-axis: "Y = Number of Service Chains"
9044 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9045 #  layout:
9046 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9047 #    layout: "plot-service-density"
9048 #
9049 #- type: "plot"
9050 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9051 #  algorithm: "plot_nf_heatmap"
9052 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
9053 #  data: "plot-vpp-nfv-3n-skx-mrr"
9054 #  filter: "'NIC_Intel-XXV710' and
9055 #           'NF_DENSITY' and
9056 #           'DOCKER' and
9057 #           'CHAIN' and
9058 #           'NF_VPPIP4' and
9059 #           'IPSEC' and
9060 #           'TNL_4' and
9061 #           'IMIX' and
9062 #           '8T4C' and
9063 #           'MRR'"
9064 #  parameters:
9065 #  - "result"
9066 #  - "name"
9067 #  - "tags"
9068 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9069 #  x-axis: "X = CNFs per Service Chain"
9070 #  y-axis: "Y = Number of Service Chains"
9071 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9072 #  layout:
9073 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9074 #    layout: "plot-service-density"
9075
9076 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9077 - type: "plot"
9078   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9079   algorithm: "plot_nf_heatmap"
9080   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
9081   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9082   filter: "'NIC_Intel-XXV710' and
9083            'NF_DENSITY' and
9084            'DOCKER' and
9085            'CHAIN' and
9086            'NF_VPPIP4' and
9087            'IPSEC' and
9088            'TNL_4' and
9089            'IMIX' and
9090            '2T1C' and
9091            'NDRPDR'"
9092   parameters:
9093   - "throughput"
9094   - "name"
9095   - "tags"
9096   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9097   x-axis: "X = CNFs per Service Chain"
9098   y-axis: "Y = Number of Service Chains"
9099   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9100   layout:
9101     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9102     layout: "plot-service-density"
9103
9104 - type: "plot"
9105   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9106   algorithm: "plot_nf_heatmap"
9107   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
9108   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9109   filter: "'NIC_Intel-XXV710' and
9110            'NF_DENSITY' and
9111            'DOCKER' and
9112            'CHAIN' and
9113            'NF_VPPIP4' and
9114            'IPSEC' and
9115            'TNL_4' and
9116            'IMIX' and
9117            '4T2C' and
9118            'NDRPDR'"
9119   parameters:
9120   - "throughput"
9121   - "name"
9122   - "tags"
9123   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9124   x-axis: "X = CNFs per Service Chain"
9125   y-axis: "Y = Number of Service Chains"
9126   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9127   layout:
9128     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9129     layout: "plot-service-density"
9130
9131 - type: "plot"
9132   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9133   algorithm: "plot_nf_heatmap"
9134   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
9135   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9136   filter: "'NIC_Intel-XXV710' and
9137            'NF_DENSITY' and
9138            'DOCKER' and
9139            'CHAIN' and
9140            'NF_VPPIP4' and
9141            'IPSEC' and
9142            'TNL_4' and
9143            'IMIX' and
9144            '8T4C' and
9145            'NDRPDR'"
9146   parameters:
9147   - "throughput"
9148   - "name"
9149   - "tags"
9150   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9151   x-axis: "X = CNFs per Service Chain"
9152   y-axis: "Y = Number of Service Chains"
9153   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9154   layout:
9155     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9156     layout: "plot-service-density"
9157
9158 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9159 - type: "plot"
9160   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9161   algorithm: "plot_nf_heatmap"
9162   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
9163   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9164   filter: "'NIC_Intel-XXV710' and
9165            'NF_DENSITY' and
9166            'DOCKER' and
9167            'CHAIN' and
9168            'NF_VPPIP4' and
9169            'IPSEC' and
9170            'TNL_4' and
9171            'IMIX' and
9172            '2T1C' and
9173            'NDRPDR'"
9174   parameters:
9175   - "throughput"
9176   - "name"
9177   - "tags"
9178   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9179   x-axis: "X = CNFs per Service Chain"
9180   y-axis: "Y = Number of Service Chains"
9181   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9182   layout:
9183     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9184     layout: "plot-service-density"
9185
9186 - type: "plot"
9187   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9188   algorithm: "plot_nf_heatmap"
9189   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
9190   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9191   filter: "'NIC_Intel-XXV710' and
9192            'NF_DENSITY' and
9193            'DOCKER' and
9194            'CHAIN' and
9195            'NF_VPPIP4' and
9196            'IPSEC' and
9197            'TNL_4' and
9198            'IMIX' and
9199            '4T2C' and
9200            'NDRPDR'"
9201   parameters:
9202   - "throughput"
9203   - "name"
9204   - "tags"
9205   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9206   x-axis: "X = CNFs per Service Chain"
9207   y-axis: "Y = Number of Service Chains"
9208   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9209   layout:
9210     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9211     layout: "plot-service-density"
9212
9213 - type: "plot"
9214   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9215   algorithm: "plot_nf_heatmap"
9216   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
9217   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9218   filter: "'NIC_Intel-XXV710' and
9219            'NF_DENSITY' and
9220            'DOCKER' and
9221            'CHAIN' and
9222            'NF_VPPIP4' and
9223            'IPSEC' and
9224            'TNL_4' and
9225            'IMIX' and
9226            '8T4C' and
9227            'NDRPDR'"
9228   parameters:
9229   - "throughput"
9230   - "name"
9231   - "tags"
9232   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9233   x-axis: "X = CNFs per Service Chain"
9234   y-axis: "Y = Number of Service Chains"
9235   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9236   layout:
9237     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9238     layout: "plot-service-density"
9239
9240 ###############################################################################
9241
9242 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9243 #- type: "plot"
9244 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9245 #  algorithm: "plot_nf_heatmap"
9246 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
9247 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9248 #  filter: "'NIC_Intel-XL710' and
9249 #           'NF_DENSITY' and
9250 #           'DOCKER' and
9251 #           'CHAIN' and
9252 #           'NF_VPPIP4' and
9253 #           'IMIX' and
9254 #           'TNL_4' and
9255 #           '1T1C' and
9256 #           'MRR'"
9257 #  parameters:
9258 #  - "result"
9259 #  - "name"
9260 #  - "tags"
9261 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9262 #  x-axis: "X = CNFs per Service Chain"
9263 #  y-axis: "Y = Number of Service Chains"
9264 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9265 #  layout:
9266 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9267 #    layout: "plot-service-density"
9268 #
9269 #- type: "plot"
9270 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9271 #  algorithm: "plot_nf_heatmap"
9272 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
9273 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9274 #  filter: "'NIC_Intel-XL710' and
9275 #           'NF_DENSITY' and
9276 #           'DOCKER' and
9277 #           'CHAIN' and
9278 #           'NF_VPPIP4' and
9279 #           'IPSEC' and
9280 #           'TNL_4' and
9281 #           'IMIX' and
9282 #           '2T2C' and
9283 #           'MRR'"
9284 #  parameters:
9285 #  - "result"
9286 #  - "name"
9287 #  - "tags"
9288 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9289 #  x-axis: "X = CNFs per Service Chain"
9290 #  y-axis: "Y = Number of Service Chains"
9291 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9292 #  layout:
9293 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9294 #    layout: "plot-service-density"
9295 #
9296 #- type: "plot"
9297 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9298 #  algorithm: "plot_nf_heatmap"
9299 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9300 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9301 #  filter: "'NIC_Intel-XL710' and
9302 #           'NF_DENSITY' and
9303 #           'DOCKER' and
9304 #           'CHAIN' and
9305 #           'NF_VPPIP4' and
9306 #           'IPSEC' and
9307 #           'TNL_4' and
9308 #           'IMIX' and
9309 #           '4T4C' and
9310 #           'MRR'"
9311 #  parameters:
9312 #  - "result"
9313 #  - "name"
9314 #  - "tags"
9315 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9316 #  x-axis: "X = CNFs per Service Chain"
9317 #  y-axis: "Y = Number of Service Chains"
9318 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9319 #  layout:
9320 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9321 #    layout: "plot-service-density"
9322
9323 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9324 #- type: "plot"
9325 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9326 #  algorithm: "plot_nf_heatmap"
9327 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9328 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9329 #  filter: "'NIC_Intel-XL710' and
9330 #           'NF_DENSITY' and
9331 #           'DOCKER' and
9332 #           'CHAIN' and
9333 #           'NF_VPPIP4' and
9334 #           'IPSEC' and
9335 #           'TNL_4' and
9336 #           'IMIX' and
9337 #           '1T1C' and
9338 #           'NDRPDR'"
9339 #  parameters:
9340 #  - "throughput"
9341 #  - "name"
9342 #  - "tags"
9343 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9344 #  x-axis: "X = CNFs per Service Chain"
9345 #  y-axis: "Y = Number of Service Chains"
9346 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9347 #  layout:
9348 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9349 #    layout: "plot-service-density"
9350 #
9351 #- type: "plot"
9352 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9353 #  algorithm: "plot_nf_heatmap"
9354 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9355 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9356 #  filter: "'NIC_Intel-XL710' and
9357 #           'NF_DENSITY' and
9358 #           'DOCKER' and
9359 #           'CHAIN' and
9360 #           'NF_VPPIP4' and
9361 #           'IPSEC' and
9362 #           'TNL_4' and
9363 #           'IMIX' and
9364 #           '2T2C' and
9365 #           'NDRPDR'"
9366 #  parameters:
9367 #  - "throughput"
9368 #  - "name"
9369 #  - "tags"
9370 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9371 #  x-axis: "X = CNFs per Service Chain"
9372 #  y-axis: "Y = Number of Service Chains"
9373 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9374 #  layout:
9375 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9376 #    layout: "plot-service-density"
9377 #
9378 #- type: "plot"
9379 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9380 #  algorithm: "plot_nf_heatmap"
9381 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9382 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9383 #  filter: "'NIC_Intel-XL710' and
9384 #           'NF_DENSITY' and
9385 #           'DOCKER' and
9386 #           'CHAIN' and
9387 #           'NF_VPPIP4' and
9388 #           'IPSEC' and
9389 #           'TNL_4' and
9390 #           'IMIX' and
9391 #           '4T4C' and
9392 #           'NDRPDR'"
9393 #  parameters:
9394 #  - "throughput"
9395 #  - "name"
9396 #  - "tags"
9397 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9398 #  x-axis: "X = CNFs per Service Chain"
9399 #  y-axis: "Y = Number of Service Chains"
9400 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9401 #  layout:
9402 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9403 #    layout: "plot-service-density"
9404 #
9405 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9406 #- type: "plot"
9407 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9408 #  algorithm: "plot_nf_heatmap"
9409 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9410 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9411 #  filter: "'NIC_Intel-XL710' and
9412 #           'NF_DENSITY' and
9413 #           'DOCKER' and
9414 #           'CHAIN' and
9415 #           'NF_VPPIP4' and
9416 #           'IPSEC' and
9417 #           'TNL_4' and
9418 #           'IMIX' and
9419 #           '1T1C' and
9420 #           'NDRPDR'"
9421 #  parameters:
9422 #  - "throughput"
9423 #  - "name"
9424 #  - "tags"
9425 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9426 #  x-axis: "X = CNFs per Service Chain"
9427 #  y-axis: "Y = Number of Service Chains"
9428 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9429 #  layout:
9430 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9431 #    layout: "plot-service-density"
9432 #
9433 #- type: "plot"
9434 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9435 #  algorithm: "plot_nf_heatmap"
9436 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9437 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9438 #  filter: "'NIC_Intel-XL710' and
9439 #           'NF_DENSITY' and
9440 #           'DOCKER' and
9441 #           'CHAIN' and
9442 #           'NF_VPPIP4' and
9443 #           'IPSEC' and
9444 #           'TNL_4' and
9445 #           'IMIX' and
9446 #           '2T2C' and
9447 #           'NDRPDR'"
9448 #  parameters:
9449 #  - "throughput"
9450 #  - "name"
9451 #  - "tags"
9452 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9453 #  x-axis: "X = CNFs per Service Chain"
9454 #  y-axis: "Y = Number of Service Chains"
9455 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9456 #  layout:
9457 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9458 #    layout: "plot-service-density"
9459 #
9460 #- type: "plot"
9461 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9462 #  algorithm: "plot_nf_heatmap"
9463 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9464 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9465 #  filter: "'NIC_Intel-XL710' and
9466 #           'NF_DENSITY' and
9467 #           'DOCKER' and
9468 #           'CHAIN' and
9469 #           'NF_VPPIP4' and
9470 #           'IPSEC' and
9471 #           'TNL_4' and
9472 #           'IMIX' and
9473 #           '4T4C' and
9474 #           'NDRPDR'"
9475 #  parameters:
9476 #  - "throughput"
9477 #  - "name"
9478 #  - "tags"
9479 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9480 #  x-axis: "X = CNFs per Service Chain"
9481 #  y-axis: "Y = Number of Service Chains"
9482 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9483 #  layout:
9484 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9485 #    layout: "plot-service-density"
9486
9487 ###############################################################################
9488
9489 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9490 #- type: "plot"
9491 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9492 #  algorithm: "plot_nf_heatmap"
9493 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9494 #  data: "plot-vpp-nfv-3n-skx-mrr"
9495 #  filter: "'NIC_Intel-XXV710' and
9496 #           'NF_DENSITY' and
9497 #           'DOCKER' and
9498 #           'CHAIN' and
9499 #           'NF_VPPIP4' and
9500 #           'IPSEC' and
9501 #           'TNL_1000' and
9502 #           'IMIX' and
9503 #           '2T1C' and
9504 #           'MRR'"
9505 #  parameters:
9506 #  - "result"
9507 #  - "name"
9508 #  - "tags"
9509 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9510 #  x-axis: "X = CNFs per Service Chain"
9511 #  y-axis: "Y = Number of Service Chains"
9512 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9513 #  layout:
9514 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9515 #    layout: "plot-service-density"
9516 #
9517 #- type: "plot"
9518 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9519 #  algorithm: "plot_nf_heatmap"
9520 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9521 #  data: "plot-vpp-nfv-3n-skx-mrr"
9522 #  filter: "'NIC_Intel-XXV710' and
9523 #           'NF_DENSITY' and
9524 #           'DOCKER' and
9525 #           'CHAIN' and
9526 #           'NF_VPPIP4' and
9527 #           'IPSEC' and
9528 #           'TNL_1000' and
9529 #           'IMIX' and
9530 #           '4T2C' and
9531 #           'MRR'"
9532 #  parameters:
9533 #  - "result"
9534 #  - "name"
9535 #  - "tags"
9536 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9537 #  x-axis: "X = CNFs per Service Chain"
9538 #  y-axis: "Y = Number of Service Chains"
9539 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9540 #  layout:
9541 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9542 #    layout: "plot-service-density"
9543 #
9544 #- type: "plot"
9545 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9546 #  algorithm: "plot_nf_heatmap"
9547 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9548 #  data: "plot-vpp-nfv-3n-skx-mrr"
9549 #  filter: "'NIC_Intel-XXV710' and
9550 #           'NF_DENSITY' and
9551 #           'DOCKER' and
9552 #           'CHAIN' and
9553 #           'NF_VPPIP4' and
9554 #           'IPSEC' and
9555 #           'TNL_1000' and
9556 #           'IMIX' and
9557 #           '8T4C' and
9558 #           'MRR'"
9559 #  parameters:
9560 #  - "result"
9561 #  - "name"
9562 #  - "tags"
9563 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9564 #  x-axis: "X = CNFs per Service Chain"
9565 #  y-axis: "Y = Number of Service Chains"
9566 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9567 #  layout:
9568 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9569 #    layout: "plot-service-density"
9570
9571 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9572 - type: "plot"
9573   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9574   algorithm: "plot_nf_heatmap"
9575   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9576   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9577   filter: "'NIC_Intel-XXV710' and
9578            'NF_DENSITY' and
9579            'DOCKER' and
9580            'CHAIN' and
9581            'NF_VPPIP4' and
9582            'IPSEC' and
9583            'TNL_1000' and
9584            'IMIX' and
9585            '2T1C' and
9586            'NDRPDR'"
9587   parameters:
9588   - "throughput"
9589   - "name"
9590   - "tags"
9591   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9592   x-axis: "X = CNFs per Service Chain"
9593   y-axis: "Y = Number of Service Chains"
9594   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9595   layout:
9596     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9597     layout: "plot-service-density"
9598
9599 - type: "plot"
9600   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9601   algorithm: "plot_nf_heatmap"
9602   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9603   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9604   filter: "'NIC_Intel-XXV710' and
9605            'NF_DENSITY' and
9606            'DOCKER' and
9607            'CHAIN' and
9608            'NF_VPPIP4' and
9609            'IPSEC' and
9610            'TNL_1000' and
9611            'IMIX' and
9612            '4T2C' and
9613            'NDRPDR'"
9614   parameters:
9615   - "throughput"
9616   - "name"
9617   - "tags"
9618   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9619   x-axis: "X = CNFs per Service Chain"
9620   y-axis: "Y = Number of Service Chains"
9621   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9622   layout:
9623     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9624     layout: "plot-service-density"
9625
9626 - type: "plot"
9627   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9628   algorithm: "plot_nf_heatmap"
9629   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9630   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9631   filter: "'NIC_Intel-XXV710' and
9632            'NF_DENSITY' and
9633            'DOCKER' and
9634            'CHAIN' and
9635            'NF_VPPIP4' and
9636            'IPSEC' and
9637            'TNL_1000' and
9638            'IMIX' and
9639            '8T4C' and
9640            'NDRPDR'"
9641   parameters:
9642   - "throughput"
9643   - "name"
9644   - "tags"
9645   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9646   x-axis: "X = CNFs per Service Chain"
9647   y-axis: "Y = Number of Service Chains"
9648   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9649   layout:
9650     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9651     layout: "plot-service-density"
9652
9653 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9654 - type: "plot"
9655   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9656   algorithm: "plot_nf_heatmap"
9657   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9658   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9659   filter: "'NIC_Intel-XXV710' and
9660            'NF_DENSITY' and
9661            'DOCKER' and
9662            'CHAIN' and
9663            'NF_VPPIP4' and
9664            'IPSEC' and
9665            'TNL_1000' and
9666            'IMIX' and
9667            '2T1C' and
9668            'NDRPDR'"
9669   parameters:
9670   - "throughput"
9671   - "name"
9672   - "tags"
9673   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9674   x-axis: "X = CNFs per Service Chain"
9675   y-axis: "Y = Number of Service Chains"
9676   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9677   layout:
9678     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9679     layout: "plot-service-density"
9680
9681 - type: "plot"
9682   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9683   algorithm: "plot_nf_heatmap"
9684   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9685   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9686   filter: "'NIC_Intel-XXV710' and
9687            'NF_DENSITY' and
9688            'DOCKER' and
9689            'CHAIN' and
9690            'NF_VPPIP4' and
9691            'IPSEC' and
9692            'TNL_1000' and
9693            'IMIX' and
9694            '4T2C' and
9695            'NDRPDR'"
9696   parameters:
9697   - "throughput"
9698   - "name"
9699   - "tags"
9700   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9701   x-axis: "X = CNFs per Service Chain"
9702   y-axis: "Y = Number of Service Chains"
9703   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9704   layout:
9705     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9706     layout: "plot-service-density"
9707
9708 - type: "plot"
9709   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9710   algorithm: "plot_nf_heatmap"
9711   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9712   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9713   filter: "'NIC_Intel-XXV710' and
9714            'NF_DENSITY' and
9715            'DOCKER' and
9716            'CHAIN' and
9717            'NF_VPPIP4' and
9718            'IPSEC' and
9719            'TNL_1000' and
9720            'IMIX' and
9721            '8T4C' and
9722            'NDRPDR'"
9723   parameters:
9724   - "throughput"
9725   - "name"
9726   - "tags"
9727   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9728   x-axis: "X = CNFs per Service Chain"
9729   y-axis: "Y = Number of Service Chains"
9730   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9731   layout:
9732     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9733     layout: "plot-service-density"
9734
9735 ###############################################################################
9736
9737 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9738 #- type: "plot"
9739 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9740 #  algorithm: "plot_nf_heatmap"
9741 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9742 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9743 #  filter: "'NIC_Intel-XL710' and
9744 #           'NF_DENSITY' and
9745 #           'DOCKER' and
9746 #           'CHAIN' and
9747 #           'NF_VPPIP4' and
9748 #           'IMIX' and
9749 #           'TNL_1000' and
9750 #           '1T1C' and
9751 #           'MRR'"
9752 #  parameters:
9753 #  - "result"
9754 #  - "name"
9755 #  - "tags"
9756 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9757 #  x-axis: "X = CNFs per Service Chain"
9758 #  y-axis: "Y = Number of Service Chains"
9759 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9760 #  layout:
9761 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9762 #    layout: "plot-service-density"
9763 #
9764 #- type: "plot"
9765 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9766 #  algorithm: "plot_nf_heatmap"
9767 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9768 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9769 #  filter: "'NIC_Intel-XL710' and
9770 #           'NF_DENSITY' and
9771 #           'DOCKER' and
9772 #           'CHAIN' and
9773 #           'NF_VPPIP4' and
9774 #           'IPSEC' and
9775 #           'TNL_1000' and
9776 #           'IMIX' and
9777 #           '2T2C' and
9778 #           'MRR'"
9779 #  parameters:
9780 #  - "result"
9781 #  - "name"
9782 #  - "tags"
9783 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9784 #  x-axis: "X = CNFs per Service Chain"
9785 #  y-axis: "Y = Number of Service Chains"
9786 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9787 #  layout:
9788 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9789 #    layout: "plot-service-density"
9790 #
9791 #- type: "plot"
9792 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9793 #  algorithm: "plot_nf_heatmap"
9794 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9795 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9796 #  filter: "'NIC_Intel-XL710' and
9797 #           'NF_DENSITY' and
9798 #           'DOCKER' and
9799 #           'CHAIN' and
9800 #           'NF_VPPIP4' and
9801 #           'IPSEC' and
9802 #           'TNL_1000' and
9803 #           'IMIX' and
9804 #           '4T4C' and
9805 #           'MRR'"
9806 #  parameters:
9807 #  - "result"
9808 #  - "name"
9809 #  - "tags"
9810 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9811 #  x-axis: "X = CNFs per Service Chain"
9812 #  y-axis: "Y = Number of Service Chains"
9813 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9814 #  layout:
9815 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9816 #    layout: "plot-service-density"
9817
9818 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9819 #- type: "plot"
9820 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9821 #  algorithm: "plot_nf_heatmap"
9822 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9823 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9824 #  filter: "'NIC_Intel-XL710' and
9825 #           'NF_DENSITY' and
9826 #           'DOCKER' and
9827 #           'CHAIN' and
9828 #           'NF_VPPIP4' and
9829 #           'IPSEC' and
9830 #           'TNL_1000' and
9831 #           'IMIX' and
9832 #           '1T1C' and
9833 #           'NDRPDR'"
9834 #  parameters:
9835 #  - "throughput"
9836 #  - "name"
9837 #  - "tags"
9838 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9839 #  x-axis: "X = CNFs per Service Chain"
9840 #  y-axis: "Y = Number of Service Chains"
9841 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9842 #  layout:
9843 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9844 #    layout: "plot-service-density"
9845 #
9846 #- type: "plot"
9847 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9848 #  algorithm: "plot_nf_heatmap"
9849 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9850 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9851 #  filter: "'NIC_Intel-XL710' and
9852 #           'NF_DENSITY' and
9853 #           'DOCKER' and
9854 #           'CHAIN' and
9855 #           'NF_VPPIP4' and
9856 #           'IPSEC' and
9857 #           'TNL_1000' and
9858 #           'IMIX' and
9859 #           '2T2C' and
9860 #           'NDRPDR'"
9861 #  parameters:
9862 #  - "throughput"
9863 #  - "name"
9864 #  - "tags"
9865 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9866 #  x-axis: "X = CNFs per Service Chain"
9867 #  y-axis: "Y = Number of Service Chains"
9868 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9869 #  layout:
9870 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9871 #    layout: "plot-service-density"
9872 #
9873 #- type: "plot"
9874 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9875 #  algorithm: "plot_nf_heatmap"
9876 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9877 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9878 #  filter: "'NIC_Intel-XL710' and
9879 #           'NF_DENSITY' and
9880 #           'DOCKER' and
9881 #           'CHAIN' and
9882 #           'NF_VPPIP4' and
9883 #           'IPSEC' and
9884 #           'TNL_1000' and
9885 #           'IMIX' and
9886 #           '4T4C' and
9887 #           'NDRPDR'"
9888 #  parameters:
9889 #  - "throughput"
9890 #  - "name"
9891 #  - "tags"
9892 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9893 #  x-axis: "X = CNFs per Service Chain"
9894 #  y-axis: "Y = Number of Service Chains"
9895 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9896 #  layout:
9897 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9898 #    layout: "plot-service-density"
9899 #
9900 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9901 #- type: "plot"
9902 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9903 #  algorithm: "plot_nf_heatmap"
9904 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9905 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9906 #  filter: "'NIC_Intel-XL710' and
9907 #           'NF_DENSITY' and
9908 #           'DOCKER' and
9909 #           'CHAIN' and
9910 #           'NF_VPPIP4' and
9911 #           'IPSEC' and
9912 #           'TNL_1000' and
9913 #           'IMIX' and
9914 #           '1T1C' and
9915 #           'NDRPDR'"
9916 #  parameters:
9917 #  - "throughput"
9918 #  - "name"
9919 #  - "tags"
9920 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9921 #  x-axis: "X = CNFs per Service Chain"
9922 #  y-axis: "Y = Number of Service Chains"
9923 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9924 #  layout:
9925 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9926 #    layout: "plot-service-density"
9927 #
9928 #- type: "plot"
9929 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9930 #  algorithm: "plot_nf_heatmap"
9931 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9932 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9933 #  filter: "'NIC_Intel-XL710' and
9934 #           'NF_DENSITY' and
9935 #           'DOCKER' and
9936 #           'CHAIN' and
9937 #           'NF_VPPIP4' and
9938 #           'IPSEC' and
9939 #           'TNL_1000' and
9940 #           'IMIX' and
9941 #           '2T2C' and
9942 #           'NDRPDR'"
9943 #  parameters:
9944 #  - "throughput"
9945 #  - "name"
9946 #  - "tags"
9947 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9948 #  x-axis: "X = CNFs per Service Chain"
9949 #  y-axis: "Y = Number of Service Chains"
9950 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9951 #  layout:
9952 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9953 #    layout: "plot-service-density"
9954 #
9955 #- type: "plot"
9956 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9957 #  algorithm: "plot_nf_heatmap"
9958 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9959 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9960 #  filter: "'NIC_Intel-XL710' and
9961 #           'NF_DENSITY' and
9962 #           'DOCKER' and
9963 #           'CHAIN' and
9964 #           'NF_VPPIP4' and
9965 #           'IPSEC' and
9966 #           'TNL_1000' and
9967 #           'IMIX' and
9968 #           '4T4C' and
9969 #           'NDRPDR'"
9970 #  parameters:
9971 #  - "throughput"
9972 #  - "name"
9973 #  - "tags"
9974 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9975 #  x-axis: "X = CNFs per Service Chain"
9976 #  y-axis: "Y = Number of Service Chains"
9977 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9978 #  layout:
9979 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9980 #    layout: "plot-service-density"
9981
9982 ###############################################################################
9983
9984 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9985 #- type: "plot"
9986 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9987 #  algorithm: "plot_nf_heatmap"
9988 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9989 #  data: "plot-vpp-nfv-3n-skx-mrr"
9990 #  filter: "'NIC_Intel-XXV710' and
9991 #           'NF_DENSITY' and
9992 #           'DOCKER' and
9993 #           'CHAIN' and
9994 #           'NF_VPPIP4' and
9995 #           'IPSEC' and
9996 #           'TNL_10000' and
9997 #           'IMIX' and
9998 #           '2T1C' and
9999 #           'MRR'"
10000 #  parameters:
10001 #  - "result"
10002 #  - "name"
10003 #  - "tags"
10004 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10005 #  x-axis: "X = CNFs per Service Chain"
10006 #  y-axis: "Y = Number of Service Chains"
10007 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10008 #  layout:
10009 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10010 #    layout: "plot-service-density"
10011 #
10012 #- type: "plot"
10013 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10014 #  algorithm: "plot_nf_heatmap"
10015 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
10016 #  data: "plot-vpp-nfv-3n-skx-mrr"
10017 #  filter: "'NIC_Intel-XXV710' and
10018 #           'NF_DENSITY' and
10019 #           'DOCKER' and
10020 #           'CHAIN' and
10021 #           'NF_VPPIP4' and
10022 #           'IPSEC' and
10023 #           'TNL_10000' and
10024 #           'IMIX' and
10025 #           '4T2C' and
10026 #           'MRR'"
10027 #  parameters:
10028 #  - "result"
10029 #  - "name"
10030 #  - "tags"
10031 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10032 #  x-axis: "X = CNFs per Service Chain"
10033 #  y-axis: "Y = Number of Service Chains"
10034 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10035 #  layout:
10036 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10037 #    layout: "plot-service-density"
10038 #
10039 #- type: "plot"
10040 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10041 #  algorithm: "plot_nf_heatmap"
10042 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
10043 #  data: "plot-vpp-nfv-3n-skx-mrr"
10044 #  filter: "'NIC_Intel-XXV710' and
10045 #           'NF_DENSITY' and
10046 #           'DOCKER' and
10047 #           'CHAIN' and
10048 #           'NF_VPPIP4' and
10049 #           'IPSEC' and
10050 #           'TNL_10000' and
10051 #           'IMIX' and
10052 #           '8T4C' and
10053 #           'MRR'"
10054 #  parameters:
10055 #  - "result"
10056 #  - "name"
10057 #  - "tags"
10058 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10059 #  x-axis: "X = CNFs per Service Chain"
10060 #  y-axis: "Y = Number of Service Chains"
10061 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10062 #  layout:
10063 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10064 #    layout: "plot-service-density"
10065
10066 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10067 - type: "plot"
10068   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10069   algorithm: "plot_nf_heatmap"
10070   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
10071   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10072   filter: "'NIC_Intel-XXV710' and
10073            'NF_DENSITY' and
10074            'DOCKER' and
10075            'CHAIN' and
10076            'NF_VPPIP4' and
10077            'IPSEC' and
10078            'TNL_10000' and
10079            'IMIX' and
10080            '2T1C' and
10081            'NDRPDR'"
10082   parameters:
10083   - "throughput"
10084   - "name"
10085   - "tags"
10086   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10087   x-axis: "X = CNFs per Service Chain"
10088   y-axis: "Y = Number of Service Chains"
10089   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10090   layout:
10091     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10092     layout: "plot-service-density"
10093
10094 - type: "plot"
10095   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10096   algorithm: "plot_nf_heatmap"
10097   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
10098   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10099   filter: "'NIC_Intel-XXV710' and
10100            'NF_DENSITY' and
10101            'DOCKER' and
10102            'CHAIN' and
10103            'NF_VPPIP4' and
10104            'IPSEC' and
10105            'TNL_10000' and
10106            'IMIX' and
10107            '4T2C' and
10108            'NDRPDR'"
10109   parameters:
10110   - "throughput"
10111   - "name"
10112   - "tags"
10113   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10114   x-axis: "X = CNFs per Service Chain"
10115   y-axis: "Y = Number of Service Chains"
10116   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10117   layout:
10118     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10119     layout: "plot-service-density"
10120
10121 - type: "plot"
10122   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10123   algorithm: "plot_nf_heatmap"
10124   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
10125   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10126   filter: "'NIC_Intel-XXV710' and
10127            'NF_DENSITY' and
10128            'DOCKER' and
10129            'CHAIN' and
10130            'NF_VPPIP4' and
10131            'IPSEC' and
10132            'TNL_10000' and
10133            'IMIX' and
10134            '8T4C' and
10135            'NDRPDR'"
10136   parameters:
10137   - "throughput"
10138   - "name"
10139   - "tags"
10140   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10141   x-axis: "X = CNFs per Service Chain"
10142   y-axis: "Y = Number of Service Chains"
10143   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10144   layout:
10145     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10146     layout: "plot-service-density"
10147
10148 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10149 - type: "plot"
10150   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10151   algorithm: "plot_nf_heatmap"
10152   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
10153   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10154   filter: "'NIC_Intel-XXV710' and
10155            'NF_DENSITY' and
10156            'DOCKER' and
10157            'CHAIN' and
10158            'NF_VPPIP4' and
10159            'IPSEC' and
10160            'TNL_10000' and
10161            'IMIX' and
10162            '2T1C' and
10163            'NDRPDR'"
10164   parameters:
10165   - "throughput"
10166   - "name"
10167   - "tags"
10168   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10169   x-axis: "X = CNFs per Service Chain"
10170   y-axis: "Y = Number of Service Chains"
10171   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10172   layout:
10173     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10174     layout: "plot-service-density"
10175
10176 - type: "plot"
10177   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10178   algorithm: "plot_nf_heatmap"
10179   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
10180   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10181   filter: "'NIC_Intel-XXV710' and
10182            'NF_DENSITY' and
10183            'DOCKER' and
10184            'CHAIN' and
10185            'NF_VPPIP4' and
10186            'IPSEC' and
10187            'TNL_10000' and
10188            'IMIX' and
10189            '4T2C' and
10190            'NDRPDR'"
10191   parameters:
10192   - "throughput"
10193   - "name"
10194   - "tags"
10195   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10196   x-axis: "X = CNFs per Service Chain"
10197   y-axis: "Y = Number of Service Chains"
10198   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10199   layout:
10200     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10201     layout: "plot-service-density"
10202
10203 - type: "plot"
10204   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10205   algorithm: "plot_nf_heatmap"
10206   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
10207   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10208   filter: "'NIC_Intel-XXV710' and
10209            'NF_DENSITY' and
10210            'DOCKER' and
10211            'CHAIN' and
10212            'NF_VPPIP4' and
10213            'IPSEC' and
10214            'TNL_10000' and
10215            'IMIX' and
10216            '8T4C' and
10217            'NDRPDR'"
10218   parameters:
10219   - "throughput"
10220   - "name"
10221   - "tags"
10222   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10223   x-axis: "X = CNFs per Service Chain"
10224   y-axis: "Y = Number of Service Chains"
10225   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10226   layout:
10227     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10228     layout: "plot-service-density"
10229
10230 ###############################################################################
10231
10232 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10233 #- type: "plot"
10234 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10235 #  algorithm: "plot_nf_heatmap"
10236 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
10237 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10238 #  filter: "'NIC_Intel-XL710' and
10239 #           'NF_DENSITY' and
10240 #           'DOCKER' and
10241 #           'CHAIN' and
10242 #           'NF_VPPIP4' and
10243 #           'IMIX' and
10244 #           'TNL_10000' and
10245 #           '1T1C' and
10246 #           'MRR'"
10247 #  parameters:
10248 #  - "result"
10249 #  - "name"
10250 #  - "tags"
10251 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10252 #  x-axis: "X = CNFs per Service Chain"
10253 #  y-axis: "Y = Number of Service Chains"
10254 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10255 #  layout:
10256 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10257 #    layout: "plot-service-density"
10258 #
10259 #- type: "plot"
10260 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10261 #  algorithm: "plot_nf_heatmap"
10262 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
10263 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10264 #  filter: "'NIC_Intel-XL710' and
10265 #           'NF_DENSITY' and
10266 #           'DOCKER' and
10267 #           'CHAIN' and
10268 #           'NF_VPPIP4' and
10269 #           'IPSEC' and
10270 #           'TNL_10000' and
10271 #           'IMIX' and
10272 #           '2T2C' and
10273 #           'MRR'"
10274 #  parameters:
10275 #  - "result"
10276 #  - "name"
10277 #  - "tags"
10278 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10279 #  x-axis: "X = CNFs per Service Chain"
10280 #  y-axis: "Y = Number of Service Chains"
10281 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10282 #  layout:
10283 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10284 #    layout: "plot-service-density"
10285 #
10286 #- type: "plot"
10287 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10288 #  algorithm: "plot_nf_heatmap"
10289 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
10290 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10291 #  filter: "'NIC_Intel-XL710' and
10292 #           'NF_DENSITY' and
10293 #           'DOCKER' and
10294 #           'CHAIN' and
10295 #           'NF_VPPIP4' and
10296 #           'IPSEC' and
10297 #           'TNL_10000' and
10298 #           'IMIX' and
10299 #           '4T4C' and
10300 #           'MRR'"
10301 #  parameters:
10302 #  - "result"
10303 #  - "name"
10304 #  - "tags"
10305 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10306 #  x-axis: "X = CNFs per Service Chain"
10307 #  y-axis: "Y = Number of Service Chains"
10308 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10309 #  layout:
10310 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10311 #    layout: "plot-service-density"
10312
10313 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10314 #- type: "plot"
10315 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10316 #  algorithm: "plot_nf_heatmap"
10317 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10318 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10319 #  filter: "'NIC_Intel-XL710' and
10320 #           'NF_DENSITY' and
10321 #           'DOCKER' and
10322 #           'CHAIN' and
10323 #           'NF_VPPIP4' and
10324 #           'IPSEC' and
10325 #           'TNL_10000' and
10326 #           'IMIX' and
10327 #           '1T1C' and
10328 #           'NDRPDR'"
10329 #  parameters:
10330 #  - "throughput"
10331 #  - "name"
10332 #  - "tags"
10333 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10334 #  x-axis: "X = CNFs per Service Chain"
10335 #  y-axis: "Y = Number of Service Chains"
10336 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10337 #  layout:
10338 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10339 #    layout: "plot-service-density"
10340 #
10341 #- type: "plot"
10342 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10343 #  algorithm: "plot_nf_heatmap"
10344 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10345 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10346 #  filter: "'NIC_Intel-XL710' and
10347 #           'NF_DENSITY' and
10348 #           'DOCKER' and
10349 #           'CHAIN' and
10350 #           'NF_VPPIP4' and
10351 #           'IPSEC' and
10352 #           'TNL_10000' and
10353 #           'IMIX' and
10354 #           '2T2C' and
10355 #           'NDRPDR'"
10356 #  parameters:
10357 #  - "throughput"
10358 #  - "name"
10359 #  - "tags"
10360 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10361 #  x-axis: "X = CNFs per Service Chain"
10362 #  y-axis: "Y = Number of Service Chains"
10363 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10364 #  layout:
10365 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10366 #    layout: "plot-service-density"
10367 #
10368 #- type: "plot"
10369 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10370 #  algorithm: "plot_nf_heatmap"
10371 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10372 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10373 #  filter: "'NIC_Intel-XL710' and
10374 #           'NF_DENSITY' and
10375 #           'DOCKER' and
10376 #           'CHAIN' and
10377 #           'NF_VPPIP4' and
10378 #           'IPSEC' and
10379 #           'TNL_10000' and
10380 #           'IMIX' and
10381 #           '4T4C' and
10382 #           'NDRPDR'"
10383 #  parameters:
10384 #  - "throughput"
10385 #  - "name"
10386 #  - "tags"
10387 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10388 #  x-axis: "X = CNFs per Service Chain"
10389 #  y-axis: "Y = Number of Service Chains"
10390 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10391 #  layout:
10392 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10393 #    layout: "plot-service-density"
10394 #
10395 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10396 #- type: "plot"
10397 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10398 #  algorithm: "plot_nf_heatmap"
10399 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10400 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10401 #  filter: "'NIC_Intel-XL710' and
10402 #           'NF_DENSITY' and
10403 #           'DOCKER' and
10404 #           'CHAIN' and
10405 #           'NF_VPPIP4' and
10406 #           'IPSEC' and
10407 #           'TNL_10000' and
10408 #           'IMIX' and
10409 #           '1T1C' and
10410 #           'NDRPDR'"
10411 #  parameters:
10412 #  - "throughput"
10413 #  - "name"
10414 #  - "tags"
10415 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10416 #  x-axis: "X = CNFs per Service Chain"
10417 #  y-axis: "Y = Number of Service Chains"
10418 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10419 #  layout:
10420 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10421 #    layout: "plot-service-density"
10422 #
10423 #- type: "plot"
10424 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10425 #  algorithm: "plot_nf_heatmap"
10426 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10427 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10428 #  filter: "'NIC_Intel-XL710' and
10429 #           'NF_DENSITY' and
10430 #           'DOCKER' and
10431 #           'CHAIN' and
10432 #           'NF_VPPIP4' and
10433 #           'IPSEC' and
10434 #           'TNL_10000' and
10435 #           'IMIX' and
10436 #           '2T2C' and
10437 #           'NDRPDR'"
10438 #  parameters:
10439 #  - "throughput"
10440 #  - "name"
10441 #  - "tags"
10442 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10443 #  x-axis: "X = CNFs per Service Chain"
10444 #  y-axis: "Y = Number of Service Chains"
10445 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10446 #  layout:
10447 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10448 #    layout: "plot-service-density"
10449 #
10450 #- type: "plot"
10451 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10452 #  algorithm: "plot_nf_heatmap"
10453 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10454 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10455 #  filter: "'NIC_Intel-XL710' and
10456 #           'NF_DENSITY' and
10457 #           'DOCKER' and
10458 #           'CHAIN' and
10459 #           'NF_VPPIP4' and
10460 #           'IPSEC' and
10461 #           'TNL_10000' and
10462 #           'IMIX' and
10463 #           '4T4C' and
10464 #           'NDRPDR'"
10465 #  parameters:
10466 #  - "throughput"
10467 #  - "name"
10468 #  - "tags"
10469 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10470 #  x-axis: "X = CNFs per Service Chain"
10471 #  y-axis: "Y = Number of Service Chains"
10472 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10473 #  layout:
10474 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10475 #    layout: "plot-service-density"
10476
10477 ###############################################################################
10478
10479 # Plots - NF Density - CSP - MRR IMIX
10480 - type: "plot"
10481   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10482   algorithm: "plot_nf_heatmap"
10483   output-file-type: ".html"
10484   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10485   data: "plot-vpp-nfv-2n-skx-mrr"
10486   filter: "'NIC_Intel-XXV710' and
10487            'NF_DENSITY' and
10488            'DOCKER' and
10489            'PIPELINE' and
10490            'NF_VPPIP4' and
10491            'IMIX' and
10492            '2T1C' and
10493            'MRR'"
10494   parameters:
10495   - "result"
10496   - "name"
10497   - "tags"
10498   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10499   x-axis: "X = CNFs per Service Pipeline"
10500   y-axis: "Y = Number of Service Pipelines"
10501   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10502   layout:
10503     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10504     layout: "plot-service-density"
10505
10506 - type: "plot"
10507   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10508   algorithm: "plot_nf_heatmap"
10509   output-file-type: ".html"
10510   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10511   data: "plot-vpp-nfv-2n-skx-mrr"
10512   filter: "'NIC_Intel-XXV710' and
10513            'NF_DENSITY' and
10514            'DOCKER' and
10515            'PIPELINE' and
10516            'NF_VPPIP4' and
10517            'IMIX' and
10518            '4T2C' and
10519            'MRR'"
10520   parameters:
10521   - "result"
10522   - "name"
10523   - "tags"
10524   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10525   x-axis: "X = CNFs per Service Pipeline"
10526   y-axis: "Y = Number of Service Pipelines"
10527   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10528   layout:
10529     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10530     layout: "plot-service-density"
10531
10532 - type: "plot"
10533   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10534   algorithm: "plot_nf_heatmap"
10535   output-file-type: ".html"
10536   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10537   data: "plot-vpp-nfv-2n-skx-mrr"
10538   filter: "'NIC_Intel-XXV710' and
10539            'NF_DENSITY' and
10540            'DOCKER' and
10541            'PIPELINE' and
10542            'NF_VPPIP4' and
10543            'IMIX' and
10544            '8T4C' and
10545            'MRR'"
10546   parameters:
10547   - "result"
10548   - "name"
10549   - "tags"
10550   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10551   x-axis: "X = CNFs per Service Pipeline"
10552   y-axis: "Y = Number of Service Pipelines"
10553   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10554   layout:
10555     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10556     layout: "plot-service-density"
10557
10558 # Plots - NF Density - CSP - NDR IMIX
10559 - type: "plot"
10560   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10561   algorithm: "plot_nf_heatmap"
10562   output-file-type: ".html"
10563   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10564   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10565   filter: "'NIC_Intel-XXV710' and
10566            'NF_DENSITY' and
10567            'DOCKER' and
10568            'PIPELINE' and
10569            'NF_VPPIP4' and
10570            'IMIX' and
10571            '2T1C' and
10572            'NDRPDR'"
10573   parameters:
10574   - "throughput"
10575   - "name"
10576   - "tags"
10577   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10578   x-axis: "X = CNFs per Service Pipeline"
10579   y-axis: "Y = Number of Service Pipelines"
10580   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10581   layout:
10582     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10583     layout: "plot-service-density"
10584
10585 - type: "plot"
10586   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10587   algorithm: "plot_nf_heatmap"
10588   output-file-type: ".html"
10589   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10590   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10591   filter: "'NIC_Intel-XXV710' and
10592            'NF_DENSITY' and
10593            'DOCKER' and
10594            'PIPELINE' and
10595            'NF_VPPIP4' and
10596            'IMIX' and
10597            '4T2C' and
10598            'NDRPDR'"
10599   parameters:
10600   - "throughput"
10601   - "name"
10602   - "tags"
10603   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10604   x-axis: "X = CNFs per Service Pipeline"
10605   y-axis: "Y = Number of Service Pipelines"
10606   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10607   layout:
10608     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10609     layout: "plot-service-density"
10610
10611 - type: "plot"
10612   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10613   algorithm: "plot_nf_heatmap"
10614   output-file-type: ".html"
10615   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10616   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10617   filter: "'NIC_Intel-XXV710' and
10618            'NF_DENSITY' and
10619            'DOCKER' and
10620            'PIPELINE' and
10621            'NF_VPPIP4' and
10622            'IMIX' and
10623            '8T4C' and
10624            'NDRPDR'"
10625   parameters:
10626   - "throughput"
10627   - "name"
10628   - "tags"
10629   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10630   x-axis: "X = CNFs per Service Pipeline"
10631   y-axis: "Y = Number of Service Pipelines"
10632   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10633   layout:
10634     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10635     layout: "plot-service-density"
10636
10637 # Plots - NF Density - CSP - PDR IMIX
10638 - type: "plot"
10639   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10640   algorithm: "plot_nf_heatmap"
10641   output-file-type: ".html"
10642   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10643   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10644   filter: "'NIC_Intel-XXV710' and
10645            'NF_DENSITY' and
10646            'DOCKER' and
10647            'PIPELINE' and
10648            'NF_VPPIP4' and
10649            'IMIX' and
10650            '2T1C' and
10651            'NDRPDR'"
10652   parameters:
10653   - "throughput"
10654   - "name"
10655   - "tags"
10656   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10657   x-axis: "X = CNFs per Service Pipeline"
10658   y-axis: "Y = Number of Service Pipelines"
10659   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10660   layout:
10661     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10662     layout: "plot-service-density"
10663
10664 - type: "plot"
10665   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10666   algorithm: "plot_nf_heatmap"
10667   output-file-type: ".html"
10668   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10669   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10670   filter: "'NIC_Intel-XXV710' and
10671            'NF_DENSITY' and
10672            'DOCKER' and
10673            'PIPELINE' and
10674            'NF_VPPIP4' and
10675            'IMIX' and
10676            '4T2C' and
10677            'NDRPDR'"
10678   parameters:
10679   - "throughput"
10680   - "name"
10681   - "tags"
10682   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10683   x-axis: "X = CNFs per Service Pipeline"
10684   y-axis: "Y = Number of Service Pipelines"
10685   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10686   layout:
10687     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10688     layout: "plot-service-density"
10689
10690 - type: "plot"
10691   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10692   algorithm: "plot_nf_heatmap"
10693   output-file-type: ".html"
10694   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10695   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10696   filter: "'NIC_Intel-XXV710' and
10697            'NF_DENSITY' and
10698            'DOCKER' and
10699            'PIPELINE' and
10700            'NF_VPPIP4' and
10701            'IMIX' and
10702            '8T4C' and
10703            'NDRPDR'"
10704   parameters:
10705   - "throughput"
10706   - "name"
10707   - "tags"
10708   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10709   x-axis: "X = CNFs per Service Pipeline"
10710   y-axis: "Y = Number of Service Pipelines"
10711   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10712   layout:
10713     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10714     layout: "plot-service-density"
10715
10716 ###############################################################################
10717 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10718
10719 - type: "plot"
10720   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10721   algorithm: "plot_nf_heatmap"
10722   output-file-type: ".html"
10723   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10724   data: "plot-vpp-nfv-2n-clx-mrr"
10725   filter: "'NIC_Intel-XXV710' and
10726            'NF_DENSITY' and
10727            'VHOST' and
10728            not 'VXLAN' and
10729            'CHAIN' and
10730            'NF_VPPIP4' and
10731            'IMIX' and
10732            '2T1C' and
10733            'MRR'"
10734   parameters:
10735   - "result"
10736   - "name"
10737   - "tags"
10738   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10739   x-axis: "X = VNFs per Service Chain"
10740   y-axis: "Y = Number of Service Chains"
10741   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10742   layout:
10743     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10744     layout: "plot-service-density"
10745
10746 - type: "plot"
10747   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10748   algorithm: "plot_nf_heatmap"
10749   output-file-type: ".html"
10750   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10751   data: "plot-vpp-nfv-2n-clx-mrr"
10752   filter: "'NIC_Intel-XXV710' and
10753            'NF_DENSITY' and
10754            'VHOST' and
10755            not 'VXLAN' and
10756            'CHAIN' and
10757            'NF_VPPIP4' and
10758            'IMIX' and
10759            '4T2C' and
10760            'MRR'"
10761   parameters:
10762   - "result"
10763   - "name"
10764   - "tags"
10765   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10766   x-axis: "X = VNFs per Service Chain"
10767   y-axis: "Y = Number of Service Chains"
10768   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10769   layout:
10770     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10771     layout: "plot-service-density"
10772
10773 - type: "plot"
10774   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10775   algorithm: "plot_nf_heatmap"
10776   output-file-type: ".html"
10777   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10778   data: "plot-vpp-nfv-2n-clx-mrr"
10779   filter: "'NIC_Intel-XXV710' and
10780            'NF_DENSITY' and
10781            'VHOST' and
10782            not 'VXLAN' and
10783            'CHAIN' and
10784            'NF_VPPIP4' and
10785            'IMIX' and
10786            '8T4C' and
10787            'MRR'"
10788   parameters:
10789   - "result"
10790   - "name"
10791   - "tags"
10792   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10793   x-axis: "X = VNFs per Service Chain"
10794   y-axis: "Y = Number of Service Chains"
10795   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10796   layout:
10797     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10798     layout: "plot-service-density"
10799
10800 # Plots - NF Density - VSC - NDR IMIX
10801 - type: "plot"
10802   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10803   algorithm: "plot_nf_heatmap"
10804   output-file-type: ".html"
10805   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10806   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10807   filter: "'NIC_Intel-XXV710' and
10808            'NF_DENSITY' and
10809            'VHOST' and
10810            not 'VXLAN' and
10811            'CHAIN' and
10812            'NF_VPPIP4' and
10813            'IMIX' and
10814            '2T1C' and
10815            'NDRPDR'"
10816   parameters:
10817   - "throughput"
10818   - "name"
10819   - "tags"
10820   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10821   x-axis: "X = VNFs per Service Chain"
10822   y-axis: "Y = Number of Service Chains"
10823   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10824   layout:
10825     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10826     layout: "plot-service-density"
10827
10828 - type: "plot"
10829   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10830   algorithm: "plot_nf_heatmap"
10831   output-file-type: ".html"
10832   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10833   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10834   filter: "'NIC_Intel-XXV710' and
10835            'NF_DENSITY' and
10836            'VHOST' and
10837            not 'VXLAN' and
10838            'CHAIN' and
10839            'NF_VPPIP4' and
10840            'IMIX' and
10841            '4T2C' and
10842            'NDRPDR'"
10843   parameters:
10844   - "throughput"
10845   - "name"
10846   - "tags"
10847   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10848   x-axis: "X = VNFs per Service Chain"
10849   y-axis: "Y = Number of Service Chains"
10850   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10851   layout:
10852     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10853     layout: "plot-service-density"
10854
10855 - type: "plot"
10856   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10857   algorithm: "plot_nf_heatmap"
10858   output-file-type: ".html"
10859   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10860   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10861   filter: "'NIC_Intel-XXV710' and
10862            'NF_DENSITY' and
10863            'VHOST' and
10864            not 'VXLAN' and
10865            'CHAIN' and
10866            'NF_VPPIP4' and
10867            'IMIX' and
10868            '8T4C' and
10869            'NDRPDR'"
10870   parameters:
10871   - "throughput"
10872   - "name"
10873   - "tags"
10874   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10875   x-axis: "X = VNFs per Service Chain"
10876   y-axis: "Y = Number of Service Chains"
10877   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10878   layout:
10879     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10880     layout: "plot-service-density"
10881
10882 # Plots - NF Density - VSC - PDR IMIX
10883 - type: "plot"
10884   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10885   algorithm: "plot_nf_heatmap"
10886   output-file-type: ".html"
10887   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10888   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10889   filter: "'NIC_Intel-XXV710' and
10890            'NF_DENSITY' and
10891            'VHOST' and
10892            not 'VXLAN' and
10893            'CHAIN' and
10894            'NF_VPPIP4' and
10895            'IMIX' and
10896            '2T1C' and
10897            'NDRPDR'"
10898   parameters:
10899   - "throughput"
10900   - "name"
10901   - "tags"
10902   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10903   x-axis: "X = VNFs per Service Chain"
10904   y-axis: "Y = Number of Service Chains"
10905   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10906   layout:
10907     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10908     layout: "plot-service-density"
10909
10910 - type: "plot"
10911   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10912   algorithm: "plot_nf_heatmap"
10913   output-file-type: ".html"
10914   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10915   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10916   filter: "'NIC_Intel-XXV710' and
10917            'NF_DENSITY' and
10918            'VHOST' and
10919            not 'VXLAN' and
10920            'CHAIN' and
10921            'NF_VPPIP4' and
10922            'IMIX' and
10923            '4T2C' and
10924            'NDRPDR'"
10925   parameters:
10926   - "throughput"
10927   - "name"
10928   - "tags"
10929   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10930   x-axis: "X = VNFs per Service Chain"
10931   y-axis: "Y = Number of Service Chains"
10932   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10933   layout:
10934     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10935     layout: "plot-service-density"
10936
10937 - type: "plot"
10938   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10939   algorithm: "plot_nf_heatmap"
10940   output-file-type: ".html"
10941   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10942   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10943   filter: "'NIC_Intel-XXV710' and
10944            'NF_DENSITY' and
10945            'VHOST' and
10946            not 'VXLAN' and
10947            'CHAIN' and
10948            'NF_VPPIP4' and
10949            'IMIX' and
10950            '8T4C' and
10951            'NDRPDR'"
10952   parameters:
10953   - "throughput"
10954   - "name"
10955   - "tags"
10956   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10957   x-axis: "X = VNFs per Service Chain"
10958   y-axis: "Y = Number of Service Chains"
10959   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10960   layout:
10961     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10962     layout: "plot-service-density"
10963
10964 # Plots - NF Density - VSC - MRR IMIX
10965 - type: "plot"
10966   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10967   algorithm: "plot_nf_heatmap"
10968   output-file-type: ".html"
10969   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10970   data: "plot-vpp-nfv-2n-clx-mrr"
10971   filter: "'NIC_Intel-XXV710' and
10972            'NF_DENSITY' and
10973            'VHOST' and
10974            'VXLAN' and
10975            'CHAIN' and
10976            'IMIX' and
10977            '2T1C' and
10978            'MRR'"
10979   parameters:
10980   - "result"
10981   - "name"
10982   - "tags"
10983   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10984   x-axis: "X = VNFs per Service Chain"
10985   y-axis: "Y = Number of Service Chains"
10986   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10987   layout:
10988     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10989     layout: "plot-service-density"
10990
10991 - type: "plot"
10992   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10993   algorithm: "plot_nf_heatmap"
10994   output-file-type: ".html"
10995   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10996   data: "plot-vpp-nfv-2n-clx-mrr"
10997   filter: "'NIC_Intel-XXV710' and
10998            'NF_DENSITY' and
10999            'VHOST' and
11000            'VXLAN' and
11001            'CHAIN' and
11002            'IMIX' and
11003            '4T2C' and
11004            'MRR'"
11005   parameters:
11006   - "result"
11007   - "name"
11008   - "tags"
11009   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11010   x-axis: "X = VNFs per Service Chain"
11011   y-axis: "Y = Number of Service Chains"
11012   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11013   layout:
11014     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11015     layout: "plot-service-density"
11016
11017 - type: "plot"
11018   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11019   algorithm: "plot_nf_heatmap"
11020   output-file-type: ".html"
11021   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
11022   data: "plot-vpp-nfv-2n-clx-mrr"
11023   filter: "'NIC_Intel-XXV710' and
11024            'NF_DENSITY' and
11025            'VHOST' and
11026            'VXLAN' and
11027            'CHAIN' and
11028            'IMIX' and
11029            '8T4C' and
11030            'MRR'"
11031   parameters:
11032   - "result"
11033   - "name"
11034   - "tags"
11035   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11036   x-axis: "X = VNFs per Service Chain"
11037   y-axis: "Y = Number of Service Chains"
11038   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11039   layout:
11040     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11041     layout: "plot-service-density"
11042
11043 # Plots - NF Density - VSC - NDR IMIX
11044 - type: "plot"
11045   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11046   algorithm: "plot_nf_heatmap"
11047   output-file-type: ".html"
11048   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
11049   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11050   filter: "'NIC_Intel-XXV710' and
11051            'NF_DENSITY' and
11052            'VHOST' and
11053            'VXLAN' and
11054            'CHAIN' and
11055            'IMIX' and
11056            '2T1C' and
11057            'NDRPDR'"
11058   parameters:
11059   - "throughput"
11060   - "name"
11061   - "tags"
11062   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11063   x-axis: "X = VNFs per Service Chain"
11064   y-axis: "Y = Number of Service Chains"
11065   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11066   layout:
11067     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11068     layout: "plot-service-density"
11069
11070 - type: "plot"
11071   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11072   algorithm: "plot_nf_heatmap"
11073   output-file-type: ".html"
11074   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
11075   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11076   filter: "'NIC_Intel-XXV710' and
11077            'NF_DENSITY' and
11078            'VHOST' and
11079            'VXLAN' and
11080            'CHAIN' and
11081            'IMIX' and
11082            '4T2C' and
11083            'NDRPDR'"
11084   parameters:
11085   - "throughput"
11086   - "name"
11087   - "tags"
11088   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11089   x-axis: "X = VNFs per Service Chain"
11090   y-axis: "Y = Number of Service Chains"
11091   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11092   layout:
11093     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11094     layout: "plot-service-density"
11095
11096 - type: "plot"
11097   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11098   algorithm: "plot_nf_heatmap"
11099   output-file-type: ".html"
11100   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
11101   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11102   filter: "'NIC_Intel-XXV710' and
11103            'NF_DENSITY' and
11104            'VHOST' and
11105            'VXLAN' and
11106            'CHAIN' and
11107            'IMIX' and
11108            '8T4C' and
11109            'NDRPDR'"
11110   parameters:
11111   - "throughput"
11112   - "name"
11113   - "tags"
11114   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11115   x-axis: "X = VNFs per Service Chain"
11116   y-axis: "Y = Number of Service Chains"
11117   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11118   layout:
11119     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11120     layout: "plot-service-density"
11121
11122 # Plots - NF Density - VSC - PDR IMIX
11123 - type: "plot"
11124   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11125   algorithm: "plot_nf_heatmap"
11126   output-file-type: ".html"
11127   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
11128   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11129   filter: "'NIC_Intel-XXV710' and
11130            'NF_DENSITY' and
11131            'VHOST' and
11132            'VXLAN' and
11133            'CHAIN' and
11134            'IMIX' and
11135            '2T1C' and
11136            'NDRPDR'"
11137   parameters:
11138   - "throughput"
11139   - "name"
11140   - "tags"
11141   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11142   x-axis: "X = VNFs per Service Chain"
11143   y-axis: "Y = Number of Service Chains"
11144   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11145   layout:
11146     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11147     layout: "plot-service-density"
11148
11149 - type: "plot"
11150   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11151   algorithm: "plot_nf_heatmap"
11152   output-file-type: ".html"
11153   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
11154   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11155   filter: "'NIC_Intel-XXV710' and
11156            'NF_DENSITY' and
11157            'VHOST' and
11158            'VXLAN' and
11159            'CHAIN' and
11160            'IMIX' and
11161            '4T2C' and
11162            'NDRPDR'"
11163   parameters:
11164   - "throughput"
11165   - "name"
11166   - "tags"
11167   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11168   x-axis: "X = VNFs per Service Chain"
11169   y-axis: "Y = Number of Service Chains"
11170   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11171   layout:
11172     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11173     layout: "plot-service-density"
11174
11175 - type: "plot"
11176   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11177   algorithm: "plot_nf_heatmap"
11178   output-file-type: ".html"
11179   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
11180   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11181   filter: "'NIC_Intel-XXV710' and
11182            'NF_DENSITY' and
11183            'VHOST' and
11184            'VXLAN' and
11185            'CHAIN' and
11186            'IMIX' and
11187            '8T4C' and
11188            'NDRPDR'"
11189   parameters:
11190   - "throughput"
11191   - "name"
11192   - "tags"
11193   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11194   x-axis: "X = VNFs per Service Chain"
11195   y-axis: "Y = Number of Service Chains"
11196   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11197   layout:
11198     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11199     layout: "plot-service-density"
11200
11201 # Plots - NF Density - CSC - MRR IMIX
11202 - type: "plot"
11203   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11204   algorithm: "plot_nf_heatmap"
11205   output-file-type: ".html"
11206   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
11207   data: "plot-vpp-nfv-2n-clx-mrr"
11208   filter: "'NIC_Intel-XXV710' and
11209            'NF_DENSITY' and
11210            'DOCKER' and
11211            'CHAIN' and
11212            'NF_VPPIP4' and
11213            'IMIX' and
11214            '2T1C' and
11215            'MRR'"
11216   parameters:
11217   - "result"
11218   - "name"
11219   - "tags"
11220   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11221   x-axis: "X = CNFs per Service Chain"
11222   y-axis: "Y = Number of Service Chains"
11223   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11224   layout:
11225     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11226     layout: "plot-service-density"
11227
11228 - type: "plot"
11229   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11230   algorithm: "plot_nf_heatmap"
11231   output-file-type: ".html"
11232   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
11233   data: "plot-vpp-nfv-2n-clx-mrr"
11234   filter: "'NIC_Intel-XXV710' and
11235            'NF_DENSITY' and
11236            'DOCKER' and
11237            'CHAIN' and
11238            'NF_VPPIP4' and
11239            'IMIX' and
11240            '4T2C' and
11241            'MRR'"
11242   parameters:
11243   - "result"
11244   - "name"
11245   - "tags"
11246   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11247   x-axis: "X = CNFs per Service Chain"
11248   y-axis: "Y = Number of Service Chains"
11249   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11250   layout:
11251     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11252     layout: "plot-service-density"
11253
11254 - type: "plot"
11255   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11256   algorithm: "plot_nf_heatmap"
11257   output-file-type: ".html"
11258   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
11259   data: "plot-vpp-nfv-2n-clx-mrr"
11260   filter: "'NIC_Intel-XXV710' and
11261            'NF_DENSITY' and
11262            'DOCKER' and
11263            'CHAIN' and
11264            'NF_VPPIP4' and
11265            'IMIX' and
11266            '8T4C' and
11267            'MRR'"
11268   parameters:
11269   - "result"
11270   - "name"
11271   - "tags"
11272   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11273   x-axis: "X = CNFs per Service Chain"
11274   y-axis: "Y = Number of Service Chains"
11275   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11276   layout:
11277     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11278     layout: "plot-service-density"
11279
11280 # Plots - NF Density - CSC - NDR IMIX
11281 - type: "plot"
11282   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11283   algorithm: "plot_nf_heatmap"
11284   output-file-type: ".html"
11285   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
11286   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11287   filter: "'NIC_Intel-XXV710' and
11288            'NF_DENSITY' and
11289            'DOCKER' and
11290            'CHAIN' and
11291            'NF_VPPIP4' and
11292            'IMIX' and
11293            '2T1C' and
11294            'NDRPDR'"
11295   parameters:
11296   - "throughput"
11297   - "name"
11298   - "tags"
11299   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11300   x-axis: "X = CNFs per Service Chain"
11301   y-axis: "Y = Number of Service Chains"
11302   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11303   layout:
11304     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11305     layout: "plot-service-density"
11306
11307 - type: "plot"
11308   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11309   algorithm: "plot_nf_heatmap"
11310   output-file-type: ".html"
11311   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
11312   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11313   filter: "'NIC_Intel-XXV710' and
11314            'NF_DENSITY' and
11315            'DOCKER' and
11316            'CHAIN' and
11317            'NF_VPPIP4' and
11318            'IMIX' and
11319            '4T2C' and
11320            'NDRPDR'"
11321   parameters:
11322   - "throughput"
11323   - "name"
11324   - "tags"
11325   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11326   x-axis: "X = CNFs per Service Chain"
11327   y-axis: "Y = Number of Service Chains"
11328   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11329   layout:
11330     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11331     layout: "plot-service-density"
11332
11333 - type: "plot"
11334   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11335   algorithm: "plot_nf_heatmap"
11336   output-file-type: ".html"
11337   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11338   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11339   filter: "'NIC_Intel-XXV710' and
11340            'NF_DENSITY' and
11341            'DOCKER' and
11342            'CHAIN' and
11343            'NF_VPPIP4' and
11344            'IMIX' and
11345            '8T4C' and
11346            'NDRPDR'"
11347   parameters:
11348   - "throughput"
11349   - "name"
11350   - "tags"
11351   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11352   x-axis: "X = CNFs per Service Chain"
11353   y-axis: "Y = Number of Service Chains"
11354   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11355   layout:
11356     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11357     layout: "plot-service-density"
11358
11359 # Plots - NF Density - CSC - PDR IMIX
11360 - type: "plot"
11361   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11362   algorithm: "plot_nf_heatmap"
11363   output-file-type: ".html"
11364   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11365   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11366   filter: "'NIC_Intel-XXV710' and
11367            'NF_DENSITY' and
11368            'DOCKER' and
11369            'CHAIN' and
11370            'NF_VPPIP4' and
11371            'IMIX' and
11372            '2T1C' and
11373            'NDRPDR'"
11374   parameters:
11375   - "throughput"
11376   - "name"
11377   - "tags"
11378   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11379   x-axis: "X = CNFs per Service Chain"
11380   y-axis: "Y = Number of Service Chains"
11381   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11382   layout:
11383     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11384     layout: "plot-service-density"
11385
11386 - type: "plot"
11387   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11388   algorithm: "plot_nf_heatmap"
11389   output-file-type: ".html"
11390   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11391   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11392   filter: "'NIC_Intel-XXV710' and
11393            'NF_DENSITY' and
11394            'DOCKER' and
11395            'CHAIN' and
11396            'NF_VPPIP4' and
11397            'IMIX' and
11398            '4T2C' and
11399            'NDRPDR'"
11400   parameters:
11401   - "throughput"
11402   - "name"
11403   - "tags"
11404   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11405   x-axis: "X = CNFs per Service Chain"
11406   y-axis: "Y = Number of Service Chains"
11407   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11408   layout:
11409     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11410     layout: "plot-service-density"
11411
11412 - type: "plot"
11413   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11414   algorithm: "plot_nf_heatmap"
11415   output-file-type: ".html"
11416   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11417   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11418   filter: "'NIC_Intel-XXV710' and
11419            'NF_DENSITY' and
11420            'DOCKER' and
11421            'CHAIN' and
11422            'NF_VPPIP4' and
11423            'IMIX' and
11424            '8T4C' and
11425            'NDRPDR'"
11426   parameters:
11427   - "throughput"
11428   - "name"
11429   - "tags"
11430   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11431   x-axis: "X = CNFs per Service Chain"
11432   y-axis: "Y = Number of Service Chains"
11433   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11434   layout:
11435     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11436     layout: "plot-service-density"
11437
11438 # Plots - NF Density - CSP - MRR IMIX
11439 - type: "plot"
11440   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11441   algorithm: "plot_nf_heatmap"
11442   output-file-type: ".html"
11443   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11444   data: "plot-vpp-nfv-2n-clx-mrr"
11445   filter: "'NIC_Intel-XXV710' and
11446            'NF_DENSITY' and
11447            'DOCKER' and
11448            'PIPELINE' and
11449            'NF_VPPIP4' and
11450            'IMIX' and
11451            '2T1C' and
11452            'MRR'"
11453   parameters:
11454   - "result"
11455   - "name"
11456   - "tags"
11457   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11458   x-axis: "X = CNFs per Service Pipeline"
11459   y-axis: "Y = Number of Service Pipelines"
11460   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11461   layout:
11462     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11463     layout: "plot-service-density"
11464
11465 - type: "plot"
11466   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11467   algorithm: "plot_nf_heatmap"
11468   output-file-type: ".html"
11469   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11470   data: "plot-vpp-nfv-2n-clx-mrr"
11471   filter: "'NIC_Intel-XXV710' and
11472            'NF_DENSITY' and
11473            'DOCKER' and
11474            'PIPELINE' and
11475            'NF_VPPIP4' and
11476            'IMIX' and
11477            '4T2C' and
11478            'MRR'"
11479   parameters:
11480   - "result"
11481   - "name"
11482   - "tags"
11483   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11484   x-axis: "X = CNFs per Service Pipeline"
11485   y-axis: "Y = Number of Service Pipelines"
11486   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11487   layout:
11488     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11489     layout: "plot-service-density"
11490
11491 - type: "plot"
11492   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11493   algorithm: "plot_nf_heatmap"
11494   output-file-type: ".html"
11495   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11496   data: "plot-vpp-nfv-2n-clx-mrr"
11497   filter: "'NIC_Intel-XXV710' and
11498            'NF_DENSITY' and
11499            'DOCKER' and
11500            'PIPELINE' and
11501            'NF_VPPIP4' and
11502            'IMIX' and
11503            '8T4C' and
11504            'MRR'"
11505   parameters:
11506   - "result"
11507   - "name"
11508   - "tags"
11509   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11510   x-axis: "X = CNFs per Service Pipeline"
11511   y-axis: "Y = Number of Service Pipelines"
11512   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11513   layout:
11514     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11515     layout: "plot-service-density"
11516
11517 # Plots - NF Density - CSP - NDR IMIX
11518 - type: "plot"
11519   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11520   algorithm: "plot_nf_heatmap"
11521   output-file-type: ".html"
11522   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11523   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11524   filter: "'NIC_Intel-XXV710' and
11525            'NF_DENSITY' and
11526            'DOCKER' and
11527            'PIPELINE' and
11528            'NF_VPPIP4' and
11529            'IMIX' and
11530            '2T1C' and
11531            'NDRPDR'"
11532   parameters:
11533   - "throughput"
11534   - "name"
11535   - "tags"
11536   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11537   x-axis: "X = CNFs per Service Pipeline"
11538   y-axis: "Y = Number of Service Pipelines"
11539   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11540   layout:
11541     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11542     layout: "plot-service-density"
11543
11544 - type: "plot"
11545   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11546   algorithm: "plot_nf_heatmap"
11547   output-file-type: ".html"
11548   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11549   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11550   filter: "'NIC_Intel-XXV710' and
11551            'NF_DENSITY' and
11552            'DOCKER' and
11553            'PIPELINE' and
11554            'NF_VPPIP4' and
11555            'IMIX' and
11556            '4T2C' and
11557            'NDRPDR'"
11558   parameters:
11559   - "throughput"
11560   - "name"
11561   - "tags"
11562   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11563   x-axis: "X = CNFs per Service Pipeline"
11564   y-axis: "Y = Number of Service Pipelines"
11565   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11566   layout:
11567     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11568     layout: "plot-service-density"
11569
11570 - type: "plot"
11571   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11572   algorithm: "plot_nf_heatmap"
11573   output-file-type: ".html"
11574   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11575   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11576   filter: "'NIC_Intel-XXV710' and
11577            'NF_DENSITY' and
11578            'DOCKER' and
11579            'PIPELINE' and
11580            'NF_VPPIP4' and
11581            'IMIX' and
11582            '8T4C' and
11583            'NDRPDR'"
11584   parameters:
11585   - "throughput"
11586   - "name"
11587   - "tags"
11588   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11589   x-axis: "X = CNFs per Service Pipeline"
11590   y-axis: "Y = Number of Service Pipelines"
11591   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11592   layout:
11593     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11594     layout: "plot-service-density"
11595
11596 # Plots - NF Density - CSP - PDR IMIX
11597 - type: "plot"
11598   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11599   algorithm: "plot_nf_heatmap"
11600   output-file-type: ".html"
11601   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11602   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11603   filter: "'NIC_Intel-XXV710' and
11604            'NF_DENSITY' and
11605            'DOCKER' and
11606            'PIPELINE' and
11607            'NF_VPPIP4' and
11608            'IMIX' and
11609            '2T1C' and
11610            'NDRPDR'"
11611   parameters:
11612   - "throughput"
11613   - "name"
11614   - "tags"
11615   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11616   x-axis: "X = CNFs per Service Pipeline"
11617   y-axis: "Y = Number of Service Pipelines"
11618   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11619   layout:
11620     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11621     layout: "plot-service-density"
11622
11623 - type: "plot"
11624   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11625   algorithm: "plot_nf_heatmap"
11626   output-file-type: ".html"
11627   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11628   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11629   filter: "'NIC_Intel-XXV710' and
11630            'NF_DENSITY' and
11631            'DOCKER' and
11632            'PIPELINE' and
11633            'NF_VPPIP4' and
11634            'IMIX' and
11635            '4T2C' and
11636            'NDRPDR'"
11637   parameters:
11638   - "throughput"
11639   - "name"
11640   - "tags"
11641   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11642   x-axis: "X = CNFs per Service Pipeline"
11643   y-axis: "Y = Number of Service Pipelines"
11644   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11645   layout:
11646     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11647     layout: "plot-service-density"
11648
11649 - type: "plot"
11650   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11651   algorithm: "plot_nf_heatmap"
11652   output-file-type: ".html"
11653   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11654   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11655   filter: "'NIC_Intel-XXV710' and
11656            'NF_DENSITY' and
11657            'DOCKER' and
11658            'PIPELINE' and
11659            'NF_VPPIP4' and
11660            'IMIX' and
11661            '8T4C' and
11662            'NDRPDR'"
11663   parameters:
11664   - "throughput"
11665   - "name"
11666   - "tags"
11667   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11668   x-axis: "X = CNFs per Service Pipeline"
11669   y-axis: "Y = Number of Service Pipelines"
11670   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11671   layout:
11672     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11673     layout: "plot-service-density"
11674
11675 ################################################################################
11676
11677 # Packet Throughput
11678
11679 - type: "plot"
11680   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11681   algorithm: "plot_perf_box_name"
11682   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11683   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11684   include:
11685     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11686     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11687     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11688     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11689   layout:
11690     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11691     layout: "plot-throughput"
11692
11693 - type: "plot"
11694   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11695   algorithm: "plot_perf_box_name"
11696   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11697   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11698   include:
11699     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11700     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11701     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11702     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11703   layout:
11704     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11705     layout: "plot-throughput"
11706
11707 - type: "plot"
11708   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11709   algorithm: "plot_perf_box_name"
11710   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11711   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11712   include:
11713     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11714     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11715     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11716     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11717   layout:
11718     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11719     layout: "plot-throughput"
11720
11721 - type: "plot"
11722   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11723   algorithm: "plot_perf_box_name"
11724   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11725   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11726   include:
11727     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11728     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11729     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11730     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11731   layout:
11732     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11733     layout: "plot-throughput"
11734
11735 - type: "plot"
11736   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11737   algorithm: "plot_perf_box_name"
11738   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11739   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11740   include:
11741     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11742     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11743     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11744     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11745     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11746   layout:
11747     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11748     layout: "plot-throughput"
11749
11750 - type: "plot"
11751   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11752   algorithm: "plot_perf_box_name"
11753   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11754   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11755   include:
11756     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11757     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11758     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11759     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11760     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11761   layout:
11762     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11763     layout: "plot-throughput"
11764
11765 - type: "plot"
11766   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11767   algorithm: "plot_perf_box_name"
11768   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11769   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11770   include:
11771     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11772     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11773     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11774     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11775     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11776   layout:
11777     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11778     layout: "plot-throughput"
11779
11780 - type: "plot"
11781   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11782   algorithm: "plot_perf_box_name"
11783   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11784   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11785   include:
11786     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11787     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11788     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11789     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11790     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11791   layout:
11792     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11793     layout: "plot-throughput"
11794
11795 - type: "plot"
11796   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11797   algorithm: "plot_perf_box_name"
11798   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11799   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11800   include:
11801     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11802     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11803     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11804     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11805     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11806   layout:
11807     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11808     layout: "plot-throughput"
11809
11810 - type: "plot"
11811   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11812   algorithm: "plot_perf_box_name"
11813   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11814   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11815   include:
11816     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11817     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11818     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11819     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11820     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11821   layout:
11822     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11823     layout: "plot-throughput"
11824
11825 - type: "plot"
11826   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11827   algorithm: "plot_perf_box_name"
11828   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11829   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11830   include:
11831     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11832     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11833     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11834     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11835     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11836     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11837   layout:
11838     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11839     layout: "plot-throughput"
11840
11841 - type: "plot"
11842   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11843   algorithm: "plot_perf_box_name"
11844   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11845   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11846   include:
11847     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11848     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11849     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11850     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11851     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11852     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11853   layout:
11854     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11855     layout: "plot-throughput"
11856
11857 - type: "plot"
11858   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11859   algorithm: "plot_perf_box_name"
11860   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11861   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11862   include:
11863     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11864     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11865     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11866     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11867     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11868   layout:
11869     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11870     layout: "plot-throughput"
11871
11872 - type: "plot"
11873   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11874   algorithm: "plot_perf_box_name"
11875   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11876   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11877   include:
11878     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11879     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11880     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11881     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11882     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11883   layout:
11884     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11885     layout: "plot-throughput"
11886
11887 - type: "plot"
11888   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11889   algorithm: "plot_perf_box_name"
11890   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11891   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11892   include:
11893     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11894     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11895     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11896   layout:
11897     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11898     layout: "plot-throughput"
11899
11900 - type: "plot"
11901   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11902   algorithm: "plot_perf_box_name"
11903   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11904   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11905   include:
11906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11907     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11908     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11909   layout:
11910     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11911     layout: "plot-throughput"
11912
11913 - type: "plot"
11914   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11915   algorithm: "plot_perf_box_name"
11916   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11917   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11918   include:
11919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11921     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11922     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11923     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11924   layout:
11925     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11926     layout: "plot-throughput"
11927
11928 - type: "plot"
11929   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11930   algorithm: "plot_perf_box_name"
11931   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11932   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11933   include:
11934     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11935     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11936     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11937     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11938     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11939   layout:
11940     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11941     layout: "plot-throughput"
11942
11943 - type: "plot"
11944   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11945   algorithm: "plot_perf_box_name"
11946   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11947   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11948   include:
11949     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11950     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11951     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11952   layout:
11953     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11954     layout: "plot-throughput"
11955
11956 - type: "plot"
11957   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11958   algorithm: "plot_perf_box_name"
11959   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11960   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11961   include:
11962     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11963     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11964     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11965   layout:
11966     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11967     layout: "plot-throughput"
11968
11969 - type: "plot"
11970   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11971   algorithm: "plot_perf_box_name"
11972   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11973   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11974   include:
11975     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11976     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11977     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11978     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11979     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11980     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11981   layout:
11982     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11983     layout: "plot-throughput"
11984
11985 - type: "plot"
11986   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11987   algorithm: "plot_perf_box_name"
11988   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11989   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11990   include:
11991     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11992     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11993     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11994     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11995     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11996     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11997   layout:
11998     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11999     layout: "plot-throughput"
12000
12001 - type: "plot"
12002   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12003   algorithm: "plot_perf_box_name"
12004   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12005   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12006   include:
12007     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12008     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12009     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12010     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12011     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12012     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12013   layout:
12014     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12015     layout: "plot-throughput"
12016
12017 - type: "plot"
12018   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12019   algorithm: "plot_perf_box_name"
12020   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12021   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12022   include:
12023     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12024     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12025     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12026     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12027     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12028     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12029   layout:
12030     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12031     layout: "plot-throughput"
12032
12033 - type: "plot"
12034   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12035   algorithm: "plot_perf_box_name"
12036   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12037   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12038   include:
12039     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12040     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12041     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12042   layout:
12043     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12044     layout: "plot-throughput"
12045
12046 - type: "plot"
12047   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12048   algorithm: "plot_perf_box_name"
12049   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12050   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12051   include:
12052     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12053     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12054     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12055   layout:
12056     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12057     layout: "plot-throughput"
12058
12059 - type: "plot"
12060   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12061   algorithm: "plot_perf_box_name"
12062   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12063   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12064   include:
12065     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12066     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12067 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12068 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12069 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12070   layout:
12071     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12072     layout: "plot-throughput"
12073
12074 - type: "plot"
12075   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12076   algorithm: "plot_perf_box_name"
12077   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12078   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12079   include:
12080     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12081     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12082 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12083 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12084 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12085   layout:
12086     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12087     layout: "plot-throughput"
12088
12089 - type: "plot"
12090   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12091   algorithm: "plot_perf_box_name"
12092   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12093   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12094   include:
12095     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12096     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12097     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12098     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12099     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12100   layout:
12101     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12102     layout: "plot-throughput"
12103
12104 - type: "plot"
12105   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12106   algorithm: "plot_perf_box_name"
12107   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12108   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12109   include:
12110     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12111     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12112     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12113     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12114     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12115   layout:
12116     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12117     layout: "plot-throughput"
12118
12119 - type: "plot"
12120   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12121   algorithm: "plot_perf_box_name"
12122   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12123   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12124   include:
12125     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12126     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12127     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12128     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12129     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12130   layout:
12131     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12132     layout: "plot-throughput"
12133
12134 - type: "plot"
12135   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12136   algorithm: "plot_perf_box_name"
12137   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12138   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12139   include:
12140     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12141     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12142     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12143     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12144     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12145   layout:
12146     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12147     layout: "plot-throughput"
12148
12149 - type: "plot"
12150   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12151   algorithm: "plot_perf_box_name"
12152   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12153   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12154   include:
12155     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12156     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12157     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12158     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12159     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12160     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12161   layout:
12162     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12163     layout: "plot-throughput"
12164
12165 - type: "plot"
12166   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12167   algorithm: "plot_perf_box_name"
12168   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12169   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12170   include:
12171     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12172     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12173     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12174     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12175     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12176     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12177   layout:
12178     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12179     layout: "plot-throughput"
12180
12181 - type: "plot"
12182   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12183   algorithm: "plot_perf_box_name"
12184   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12185   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12186   include:
12187     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12188     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12189     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12190     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12191     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12192     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12193   layout:
12194     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12195     layout: "plot-throughput"
12196
12197 - type: "plot"
12198   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12199   algorithm: "plot_perf_box_name"
12200   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12201   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12202   include:
12203     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12204     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12205     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12206     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12207     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12208     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12209   layout:
12210     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12211     layout: "plot-throughput"
12212
12213 - type: "plot"
12214   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12215   algorithm: "plot_perf_box_name"
12216   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12217   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12218   include:
12219     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12220     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12221     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12222     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12223     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12224   layout:
12225     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12226     layout: "plot-throughput"
12227
12228 - type: "plot"
12229   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12230   algorithm: "plot_perf_box_name"
12231   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12232   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12233   include:
12234     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12235     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12236     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12237     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12238     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12239   layout:
12240     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12241     layout: "plot-throughput"
12242
12243 - type: "plot"
12244   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12245   algorithm: "plot_perf_box_name"
12246   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12247   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12248   include:
12249     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12250     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12251     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12252     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12253     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12254     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12255   layout:
12256     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12257     layout: "plot-throughput"
12258
12259 - type: "plot"
12260   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12261   algorithm: "plot_perf_box_name"
12262   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12263   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12264   include:
12265     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12266     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12267     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12268     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12269     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12270     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12271   layout:
12272     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12273     layout: "plot-throughput"
12274
12275 - type: "plot"
12276   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12277   algorithm: "plot_perf_box_name"
12278   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12279   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12280   include:
12281     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12282     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12283     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12284     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12285     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12286   layout:
12287     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12288     layout: "plot-throughput"
12289
12290 - type: "plot"
12291   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12292   algorithm: "plot_perf_box_name"
12293   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12294   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12295   include:
12296     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12297     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12298     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12299     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12300     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12301   layout:
12302     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12303     layout: "plot-throughput"
12304
12305 - type: "plot"
12306   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12307   algorithm: "plot_perf_box_name"
12308   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12309   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12310   include:
12311     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12312     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12313     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12314     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12315     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12316     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12317   layout:
12318     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12319     layout: "plot-throughput"
12320
12321 - type: "plot"
12322   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12323   algorithm: "plot_perf_box_name"
12324   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12325   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12326   include:
12327     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12328     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12329     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12330     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12331     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12332     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12333   layout:
12334     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12335     layout: "plot-throughput"
12336
12337 - type: "plot"
12338   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12339   algorithm: "plot_perf_box_name"
12340   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12341   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12342   include:
12343     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12344     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12345     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12346     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12347     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12348   layout:
12349     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12350     layout: "plot-throughput"
12351
12352 - type: "plot"
12353   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12354   algorithm: "plot_perf_box_name"
12355   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12356   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12357   include:
12358     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12359     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12360     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12361     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12362     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12363   layout:
12364     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12365     layout: "plot-throughput"
12366
12367 - type: "plot"
12368   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12369   algorithm: "plot_perf_box_name"
12370   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12371   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12372   include:
12373     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12374     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12375     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12376     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12377     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12378     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12379   layout:
12380     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12381     layout: "plot-throughput"
12382
12383 - type: "plot"
12384   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12385   algorithm: "plot_perf_box_name"
12386   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12387   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12388   include:
12389     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12390     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12391     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12392     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12393     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12394     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12395   layout:
12396     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12397     layout: "plot-throughput"
12398
12399 - type: "plot"
12400   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12401   algorithm: "plot_perf_box_name"
12402   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12403   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12404   include:
12405     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12406     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12407   layout:
12408     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12409     layout: "plot-throughput"
12410
12411 - type: "plot"
12412   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12413   algorithm: "plot_perf_box_name"
12414   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12415   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12416   include:
12417     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12418     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12419   layout:
12420     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12421     layout: "plot-throughput"
12422
12423 - type: "plot"
12424   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12425   algorithm: "plot_perf_box_name"
12426   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12427   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12428   include:
12429     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12430     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12431     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12432     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12433   layout:
12434     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12435     layout: "plot-throughput"
12436
12437 - type: "plot"
12438   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12439   algorithm: "plot_perf_box_name"
12440   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12441   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12442   include:
12443     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12444     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12445     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12446     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12447   layout:
12448     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12449     layout: "plot-throughput"
12450
12451 - type: "plot"
12452   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12453   algorithm: "plot_perf_box_name"
12454   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12455   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12456   include:
12457     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12458     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12459     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12460     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12461   layout:
12462     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12463     layout: "plot-throughput"
12464
12465 - type: "plot"
12466   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12467   algorithm: "plot_perf_box_name"
12468   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12469   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12470   include:
12471     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12472     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12473     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12474     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12475   layout:
12476     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12477     layout: "plot-throughput"
12478
12479 - type: "plot"
12480   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12481   algorithm: "plot_perf_box_name"
12482   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12483   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12484   include:
12485     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12486     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12487     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12488     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12489   layout:
12490     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12491     layout: "plot-throughput"
12492
12493 - type: "plot"
12494   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12495   algorithm: "plot_perf_box_name"
12496   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12497   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12498   include:
12499     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12500     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12501     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12502     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12503   layout:
12504     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12505     layout: "plot-throughput"
12506
12507 - type: "plot"
12508   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12509   algorithm: "plot_perf_box_name"
12510   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12511   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12512   include:
12513     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12514     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12515     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12516     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12517   layout:
12518     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12519     layout: "plot-throughput"
12520
12521 - type: "plot"
12522   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12523   algorithm: "plot_perf_box_name"
12524   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12525   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12526   include:
12527     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12528     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12529     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12530     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12531   layout:
12532     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12533     layout: "plot-throughput"
12534
12535 - type: "plot"
12536   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12537   algorithm: "plot_perf_box_name"
12538   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12539   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12540   include:
12541     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12542     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12543     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12544     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12545     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12546     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12547   layout:
12548     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12549     layout: "plot-throughput"
12550
12551 - type: "plot"
12552   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12553   algorithm: "plot_perf_box_name"
12554   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12555   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12556   include:
12557     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12558     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12559     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12560     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12561     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12562     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12563   layout:
12564     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12565     layout: "plot-throughput"
12566
12567 - type: "plot"
12568   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12569   algorithm: "plot_perf_box_name"
12570   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12571   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12572   include:
12573     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12574     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12575     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12576     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12577     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12578   layout:
12579     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12580     layout: "plot-throughput"
12581
12582 - type: "plot"
12583   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12584   algorithm: "plot_perf_box_name"
12585   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12586   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12587   include:
12588     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12589     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12590     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12591     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12592     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12593   layout:
12594     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12595     layout: "plot-throughput"
12596
12597 - type: "plot"
12598   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12599   algorithm: "plot_perf_box_name"
12600   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12601   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12602   include:
12603     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12604     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12605     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12606     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12607     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12608   layout:
12609     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12610     layout: "plot-throughput"
12611
12612 - type: "plot"
12613   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12614   algorithm: "plot_perf_box_name"
12615   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12616   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12617   include:
12618     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12619     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12620     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12621     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12622     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12623   layout:
12624     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12625     layout: "plot-throughput"
12626
12627 - type: "plot"
12628   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12629   algorithm: "plot_perf_box_name"
12630   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12631   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12632   include:
12633     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12634     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12635     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12636   layout:
12637     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12638     layout: "plot-throughput"
12639
12640 - type: "plot"
12641   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12642   algorithm: "plot_perf_box_name"
12643   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12644   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12645   include:
12646     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12647     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12648     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12649   layout:
12650     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12651     layout: "plot-throughput"
12652
12653 - type: "plot"
12654   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12655   algorithm: "plot_perf_box_name"
12656   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12657   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12658   include:
12659     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12660     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12661     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12662   layout:
12663     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12664     layout: "plot-throughput"
12665
12666 - type: "plot"
12667   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12668   algorithm: "plot_perf_box_name"
12669   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12670   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12671   include:
12672     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12673     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12674     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12675   layout:
12676     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12677     layout: "plot-throughput"
12678
12679 - type: "plot"
12680   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12681   algorithm: "plot_perf_box_name"
12682   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12683   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12684   include:
12685     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12686     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12687     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12688     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12689     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12690   layout:
12691     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12692     layout: "plot-throughput"
12693
12694 - type: "plot"
12695   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12696   algorithm: "plot_perf_box_name"
12697   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12698   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12699   include:
12700     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12701     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12702     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12703     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12704     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12705   layout:
12706     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12707     layout: "plot-throughput"
12708
12709 - type: "plot"
12710   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12711   algorithm: "plot_perf_box_name"
12712   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12713   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12714   include:
12715     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12716     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12717     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12718     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12719     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12720   layout:
12721     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12722     layout: "plot-throughput"
12723
12724 - type: "plot"
12725   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12726   algorithm: "plot_perf_box_name"
12727   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12728   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12729   include:
12730     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12731     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12732     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12733     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12734     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12735   layout:
12736     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12737     layout: "plot-throughput"
12738
12739 - type: "plot"
12740   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12741   algorithm: "plot_perf_box_name"
12742   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12743   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12744   include:
12745     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12746     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12747     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12748     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12749     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12750   layout:
12751     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12752     layout: "plot-throughput"
12753
12754 - type: "plot"
12755   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12756   algorithm: "plot_perf_box_name"
12757   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12758   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12759   include:
12760     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12761     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12762     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12763     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12764     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12765   layout:
12766     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12767     layout: "plot-throughput"
12768
12769 - type: "plot"
12770   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12771   algorithm: "plot_perf_box_name"
12772   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12773   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12774   include:
12775     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12776     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12777     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12778     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12779     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12780   layout:
12781     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12782     layout: "plot-throughput"
12783
12784 - type: "plot"
12785   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12786   algorithm: "plot_perf_box_name"
12787   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12788   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12789   include:
12790     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12791     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12792     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12793     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12794     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12795   layout:
12796     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12797     layout: "plot-throughput"
12798
12799 - type: "plot"
12800   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12801   algorithm: "plot_perf_box_name"
12802   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12803   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12804   include:
12805     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12806     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12807     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12808     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12809     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12810   layout:
12811     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12812     layout: "plot-throughput"
12813
12814 - type: "plot"
12815   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12816   algorithm: "plot_perf_box_name"
12817   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12818   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12819   include:
12820     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12821     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12822     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12823     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12824     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12825   layout:
12826     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12827     layout: "plot-throughput"
12828
12829 - type: "plot"
12830   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12831   algorithm: "plot_perf_box_name"
12832   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12833   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12834   include:
12835     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12836     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12837     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12838     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12839     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12840     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12841   layout:
12842     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12843     layout: "plot-throughput"
12844
12845 - type: "plot"
12846   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12847   algorithm: "plot_perf_box_name"
12848   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12849   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12850   include:
12851     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12852     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12853     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12854     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12855     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12856     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12857   layout:
12858     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12859     layout: "plot-throughput"
12860
12861 - type: "plot"
12862   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12863   algorithm: "plot_perf_box_name"
12864   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12865   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12866   include:
12867     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12868     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12869     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12870     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12871   layout:
12872     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12873     layout: "plot-throughput"
12874
12875 - type: "plot"
12876   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12877   algorithm: "plot_perf_box_name"
12878   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12879   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12880   include:
12881     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12882     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12883     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12884     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12885   layout:
12886     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12887     layout: "plot-throughput"
12888
12889 - type: "plot"
12890   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12891   algorithm: "plot_perf_box_name"
12892   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12893   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12894   include:
12895     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12896     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12897     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12898     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12899     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12900     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12901   layout:
12902     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12903     layout: "plot-throughput"
12904
12905 - type: "plot"
12906   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12907   algorithm: "plot_perf_box_name"
12908   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12909   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12910   include:
12911     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12912     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12913     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12914     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12915     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12916     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12917   layout:
12918     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12919     layout: "plot-throughput"
12920
12921 - type: "plot"
12922   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12923   algorithm: "plot_perf_box_name"
12924   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12925   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12926   include:
12927     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12928     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12929     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12930     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12931     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12932     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12933   layout:
12934     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12935     layout: "plot-throughput"
12936
12937 - type: "plot"
12938   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12939   algorithm: "plot_perf_box_name"
12940   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12941   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12942   include:
12943     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12944     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12945     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12946     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12947     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12948     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12949   layout:
12950     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12951     layout: "plot-throughput"
12952
12953 - type: "plot"
12954   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12955   algorithm: "plot_perf_box_name"
12956   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12957   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12958   include:
12959     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12960     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12961     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12962     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12963     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12964     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12965   layout:
12966     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12967     layout: "plot-throughput"
12968
12969 - type: "plot"
12970   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12971   algorithm: "plot_perf_box_name"
12972   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12973   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12974   include:
12975     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12976     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12977     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12978     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12979     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12980     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12981   layout:
12982     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12983     layout: "plot-throughput"
12984
12985 - type: "plot"
12986   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12987   algorithm: "plot_perf_box_name"
12988   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12989   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12990   include:
12991     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12992     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12993     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12994     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12995     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12996     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12997   layout:
12998     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12999     layout: "plot-throughput"
13000
13001 - type: "plot"
13002   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13003   algorithm: "plot_perf_box_name"
13004   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13005   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13006   include:
13007     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13008     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13009     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13010     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13011     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13012     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13013   layout:
13014     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13015     layout: "plot-throughput"
13016
13017 - type: "plot"
13018   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13019   algorithm: "plot_perf_box_name"
13020   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13021   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13022   include:
13023     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13024     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13025     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13026     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13027     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13028     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13029   layout:
13030     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13031     layout: "plot-throughput"
13032
13033 - type: "plot"
13034   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13035   algorithm: "plot_perf_box_name"
13036   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13037   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13038   include:
13039     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13040     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13041     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13042     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13043     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13044     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13045   layout:
13046     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13047     layout: "plot-throughput"
13048
13049 - type: "plot"
13050   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13051   algorithm: "plot_perf_box_name"
13052   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13053   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13054   include:
13055     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13056     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13057     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13058     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13059     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13060     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13061   layout:
13062     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13063     layout: "plot-throughput"
13064
13065 - type: "plot"
13066   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13067   algorithm: "plot_perf_box_name"
13068   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13069   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13070   include:
13071     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13072     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13073     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13074     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13075     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13076     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13077   layout:
13078     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13079     layout: "plot-throughput"
13080
13081 - type: "plot"
13082   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13083   algorithm: "plot_perf_box_name"
13084   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13085   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13086   include:
13087     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13088     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13089     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13090     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13091     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13092     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13093   layout:
13094     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13095     layout: "plot-throughput"
13096
13097 - type: "plot"
13098   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13099   algorithm: "plot_perf_box_name"
13100   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13101   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13102   include:
13103     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13104     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13105     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13106     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13107     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13108     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13109   layout:
13110     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13111     layout: "plot-throughput"
13112
13113 - type: "plot"
13114   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13115   algorithm: "plot_perf_box_name"
13116   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13117   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13118   include:
13119     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13120     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13121     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13122     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13123     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13124     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13125   layout:
13126     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13127     layout: "plot-throughput"
13128
13129 - type: "plot"
13130   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13131   algorithm: "plot_perf_box_name"
13132   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13133   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13134   include:
13135     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13136     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13137     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13138     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13139     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13140     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13141   layout:
13142     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13143     layout: "plot-throughput"
13144
13145 - type: "plot"
13146   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13147   algorithm: "plot_perf_box_name"
13148   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13149   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13150   include:
13151     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13152     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13153     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13154     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13155   layout:
13156     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13157     layout: "plot-throughput"
13158
13159 - type: "plot"
13160   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13161   algorithm: "plot_perf_box_name"
13162   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13163   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13164   include:
13165     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13166     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13167     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13168     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13169   layout:
13170     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13171     layout: "plot-throughput"
13172
13173 - type: "plot"
13174   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13175   algorithm: "plot_perf_box_name"
13176   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13177   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13178   include:
13179     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13180     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13181     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13182     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13183   layout:
13184     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13185     layout: "plot-throughput"
13186
13187 - type: "plot"
13188   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13189   algorithm: "plot_perf_box_name"
13190   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13191   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13192   include:
13193     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13194     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13195     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13196     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13197   layout:
13198     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13199     layout: "plot-throughput"
13200
13201 - type: "plot"
13202   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13203   algorithm: "plot_perf_box_name"
13204   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13205   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13206   include:
13207     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13208     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13209     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13210     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13211     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13212     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13213   layout:
13214     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13215     layout: "plot-throughput"
13216
13217 - type: "plot"
13218   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13219   algorithm: "plot_perf_box_name"
13220   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13221   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13222   include:
13223     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13224     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13225     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13226     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13227     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13228     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13229   layout:
13230     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13231     layout: "plot-throughput"
13232
13233 - type: "plot"
13234   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13235   algorithm: "plot_perf_box_name"
13236   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13237   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13238   include:
13239     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13240     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13241     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13242     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13243     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13244   layout:
13245     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13246     layout: "plot-throughput"
13247
13248 - type: "plot"
13249   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13250   algorithm: "plot_perf_box_name"
13251   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13252   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13253   include:
13254     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13255     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13256     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13257     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13258     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13259   layout:
13260     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13261     layout: "plot-throughput"
13262
13263 - type: "plot"
13264   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13265   algorithm: "plot_perf_box_name"
13266   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13267   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13268   include:
13269     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13270     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13271     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13272     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13273     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13274   layout:
13275     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13276     layout: "plot-throughput"
13277
13278 - type: "plot"
13279   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13280   algorithm: "plot_perf_box_name"
13281   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13282   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13283   include:
13284     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13285     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13286     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13287     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13288     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13289   layout:
13290     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13291     layout: "plot-throughput"
13292
13293 - type: "plot"
13294   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13295   algorithm: "plot_perf_box_name"
13296   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13297   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13298   include:
13299     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13300     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13301     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13302     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13303   layout:
13304     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13305     layout: "plot-throughput"
13306
13307 - type: "plot"
13308   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13309   algorithm: "plot_perf_box_name"
13310   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13311   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13312   include:
13313     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13314     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13315     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13316     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13317   layout:
13318     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13319     layout: "plot-throughput"
13320
13321 - type: "plot"
13322   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13323   algorithm: "plot_perf_box_name"
13324   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13325   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13326   include:
13327     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13328     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13329     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13330     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13331     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13332     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13333   layout:
13334     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13335     layout: "plot-throughput"
13336
13337 - type: "plot"
13338   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13339   algorithm: "plot_perf_box_name"
13340   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13341   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13342   include:
13343     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13344     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13345     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13346     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13347     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13348     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13349   layout:
13350     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13351     layout: "plot-throughput"
13352
13353 - type: "plot"
13354   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13355   algorithm: "plot_perf_box_name"
13356   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13357   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13358   include:
13359     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13360     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13361     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13362     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13363     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13364     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13365   layout:
13366     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13367     layout: "plot-throughput"
13368
13369 - type: "plot"
13370   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13371   algorithm: "plot_perf_box_name"
13372   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13373   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13374   include:
13375     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13376     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13377     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13378     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13379     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13380     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13381   layout:
13382     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13383     layout: "plot-throughput"
13384
13385 - type: "plot"
13386   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13387   algorithm: "plot_perf_box_name"
13388   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13389   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13390   include:
13391     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13392     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13393     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13394     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13395     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13396     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13397   layout:
13398     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13399     layout: "plot-throughput"
13400
13401 - type: "plot"
13402   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13403   algorithm: "plot_perf_box_name"
13404   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13405   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13406   include:
13407     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13408     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13409     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13410     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13411     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13412     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13413   layout:
13414     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13415     layout: "plot-throughput"
13416
13417 - type: "plot"
13418   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13419   algorithm: "plot_perf_box_name"
13420   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13421   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13422   include:
13423     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13424     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13425     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13426     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13427     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13428     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13429   layout:
13430     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13431     layout: "plot-throughput"
13432
13433 - type: "plot"
13434   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13435   algorithm: "plot_perf_box_name"
13436   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13437   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13438   include:
13439     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13440     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13441     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13442     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13443     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13444     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13445   layout:
13446     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13447     layout: "plot-throughput"
13448
13449 - type: "plot"
13450   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13451   algorithm: "plot_perf_box_name"
13452   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13453   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13454   include:
13455     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13456     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13457     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13458     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13459   layout:
13460     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13461     layout: "plot-throughput"
13462
13463 - type: "plot"
13464   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13465   algorithm: "plot_perf_box_name"
13466   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13467   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13468   include:
13469     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13470     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13471     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13472     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13473   layout:
13474     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13475     layout: "plot-throughput"
13476
13477 - type: "plot"
13478   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13479   algorithm: "plot_perf_box_name"
13480   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13481   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13482   include:
13483     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13484     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13485     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13486     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13487     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13488     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13489   layout:
13490     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13491     layout: "plot-throughput"
13492
13493 - type: "plot"
13494   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13495   algorithm: "plot_perf_box_name"
13496   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13497   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13498   include:
13499     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13500     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13501     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13502     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13503     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13504     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13505   layout:
13506     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13507     layout: "plot-throughput"
13508
13509 - type: "plot"
13510   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13511   algorithm: "plot_perf_box_name"
13512   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13513   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13514   include:
13515     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13516     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13517     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13518     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13519     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13520     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13521   layout:
13522     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13523     layout: "plot-throughput"
13524
13525 - type: "plot"
13526   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13527   algorithm: "plot_perf_box_name"
13528   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13529   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13530   include:
13531     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13532     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13533     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13534     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13535     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13536     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13537   layout:
13538     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13539     layout: "plot-throughput"
13540
13541 #- type: "plot"
13542 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13543 #  algorithm: "plot_perf_box_name"
13544 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13545 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13546 #  include:
13547 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13548 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13549 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13550 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13551 #  layout:
13552 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13553 #    layout: "plot-throughput"
13554 #
13555 #- type: "plot"
13556 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13557 #  algorithm: "plot_perf_box_name"
13558 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13559 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13560 #  include:
13561 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13562 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13563 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13564 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13565 #  layout:
13566 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13567 #    layout: "plot-throughput"
13568
13569 - type: "plot"
13570   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13571   algorithm: "plot_perf_box_name"
13572   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13573   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13574   include:
13575     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13576     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13577     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13578     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13579     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13580     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13581   layout:
13582     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13583     layout: "plot-throughput"
13584
13585 - type: "plot"
13586   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13587   algorithm: "plot_perf_box_name"
13588   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13589   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13590   include:
13591     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13592     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13593     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13594     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13595     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13596     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13597   layout:
13598     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13599     layout: "plot-throughput"
13600
13601 #- type: "plot"
13602 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13603 #  algorithm: "plot_perf_box_name"
13604 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13605 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13606 #  include:
13607 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13608 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13609 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13610 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13611 #  layout:
13612 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13613 #    layout: "plot-throughput"
13614 #
13615 #- type: "plot"
13616 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13617 #  algorithm: "plot_perf_box_name"
13618 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13619 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13620 #  include:
13621 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13622 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13623 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13624 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13625 #  layout:
13626 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13627 #    layout: "plot-throughput"
13628
13629 - type: "plot"
13630   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13631   algorithm: "plot_perf_box_name"
13632   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13633   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13634   include:
13635     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13636     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13637     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13638     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13639     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13640     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13641   layout:
13642     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13643     layout: "plot-throughput"
13644
13645 - type: "plot"
13646   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13647   algorithm: "plot_perf_box_name"
13648   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13649   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13650   include:
13651     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13652     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13653     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13654     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13655     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13656     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13657   layout:
13658     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13659     layout: "plot-throughput"
13660
13661 #- type: "plot"
13662 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13663 #  algorithm: "plot_perf_box_name"
13664 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13665 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13666 #  include:
13667 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13668 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13669 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13670 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13671 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13672 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13673 #  layout:
13674 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13675 #    layout: "plot-throughput"
13676 #
13677 #- type: "plot"
13678 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13679 #  algorithm: "plot_perf_box_name"
13680 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13681 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13682 #  include:
13683 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13684 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13685 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13686 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13687 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13688 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13689 #  layout:
13690 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13691 #    layout: "plot-throughput"
13692
13693 - type: "plot"
13694   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13695   algorithm: "plot_perf_box_name"
13696   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13697   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13698   include:
13699     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13700     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13701     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13702     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13703     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13704     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13705   layout:
13706     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13707     layout: "plot-throughput"
13708
13709 - type: "plot"
13710   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13711   algorithm: "plot_perf_box_name"
13712   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13713   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13714   include:
13715     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13716     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13717     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13718     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13719     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13720     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13721   layout:
13722     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13723     layout: "plot-throughput"
13724
13725 - type: "plot"
13726   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13727   algorithm: "plot_perf_box_name"
13728   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13729   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13730   include:
13731     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13732     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13733     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13734 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13735 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13736 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13737   layout:
13738     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13739     layout: "plot-throughput"
13740
13741 - type: "plot"
13742   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13743   algorithm: "plot_perf_box_name"
13744   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13745   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13746   include:
13747     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13748     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13749     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13750 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13751 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13752 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13753   layout:
13754     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13755     layout: "plot-throughput"
13756
13757 - type: "plot"
13758   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13759   algorithm: "plot_perf_box_name"
13760   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13761   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13762   include:
13763     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13764     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13765     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13766     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13767     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13768     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13769   layout:
13770     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13771     layout: "plot-throughput"
13772
13773 - type: "plot"
13774   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13775   algorithm: "plot_perf_box_name"
13776   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13777   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13778   include:
13779     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13780     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13781     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13782     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13783     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13784     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13785   layout:
13786     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13787     layout: "plot-throughput"
13788
13789 - type: "plot"
13790   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13791   algorithm: "plot_perf_box_name"
13792   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13793   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13794   include:
13795     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13796     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13797     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13798     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13799     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13800     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13801   layout:
13802     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13803     layout: "plot-throughput"
13804
13805 - type: "plot"
13806   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13807   algorithm: "plot_perf_box_name"
13808   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13809   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13810   include:
13811     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13812     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13813     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13814     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13815     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13816     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13817   layout:
13818     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13819     layout: "plot-throughput"
13820
13821 #- type: "plot"
13822 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13823 #  algorithm: "plot_perf_box_name"
13824 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13825 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13826 #  include:
13827 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13828 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13829 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13830 #  layout:
13831 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13832 #    layout: "plot-throughput"
13833 #
13834 #- type: "plot"
13835 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13836 #  algorithm: "plot_perf_box_name"
13837 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13838 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13839 #  include:
13840 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13841 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13842 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13843 #  layout:
13844 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13845 #    layout: "plot-throughput"
13846
13847 - type: "plot"
13848   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13849   algorithm: "plot_perf_box_name"
13850   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13851   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13852   include:
13853     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13854     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13855     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13856     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13857     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13858   layout:
13859     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13860     layout: "plot-throughput"
13861
13862 - type: "plot"
13863   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13864   algorithm: "plot_perf_box_name"
13865   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13866   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13867   include:
13868     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13869     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13870     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13871     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13872     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13873   layout:
13874     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13875     layout: "plot-throughput"
13876
13877 - type: "plot"
13878   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13879   algorithm: "plot_perf_box_name"
13880   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13881   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13882   include:
13883     - "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"
13884     - "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"
13885     - "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"
13886     - "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"
13887     - "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"
13888   layout:
13889     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13890     layout: "plot-throughput"
13891
13892 - type: "plot"
13893   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13894   algorithm: "plot_perf_box_name"
13895   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13896   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13897   include:
13898     - "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"
13899     - "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"
13900     - "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"
13901     - "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"
13902     - "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"
13903   layout:
13904     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13905     layout: "plot-throughput"
13906
13907 - type: "plot"
13908   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13909   algorithm: "plot_perf_box_name"
13910   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13911   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13912   include:
13913     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13914     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13915     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13916     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13917     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13918   layout:
13919     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13920     layout: "plot-throughput"
13921
13922 - type: "plot"
13923   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13924   algorithm: "plot_perf_box_name"
13925   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13926   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13927   include:
13928     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13929     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13930     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13931     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13932     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13933   layout:
13934     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13935     layout: "plot-throughput"
13936
13937 - type: "plot"
13938   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13939   algorithm: "plot_perf_box_name"
13940   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13941   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13942   include:
13943     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13944     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13945     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13946     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13947     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13948   layout:
13949     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13950     layout: "plot-throughput"
13951
13952 - type: "plot"
13953   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13954   algorithm: "plot_perf_box_name"
13955   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13956   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13957   include:
13958     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13959     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13960     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13961     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13962     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13963   layout:
13964     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13965     layout: "plot-throughput"
13966
13967 - type: "plot"
13968   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13969   algorithm: "plot_perf_box_name"
13970   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13971   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13972   include:
13973     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13974     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13975     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13976     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13977     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13978   layout:
13979     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13980     layout: "plot-throughput"
13981
13982 - type: "plot"
13983   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13984   algorithm: "plot_perf_box_name"
13985   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13986   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13987   include:
13988     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13989     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13990     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13991     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13992     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13993   layout:
13994     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13995     layout: "plot-throughput"
13996
13997 - type: "plot"
13998   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13999   algorithm: "plot_perf_box_name"
14000   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14001   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14002   include:
14003     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14004     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14005     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14006     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14007     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14008   layout:
14009     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14010     layout: "plot-throughput"
14011
14012 - type: "plot"
14013   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14014   algorithm: "plot_perf_box_name"
14015   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14016   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14017   include:
14018     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14019     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14020     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14021     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14022     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14023   layout:
14024     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14025     layout: "plot-throughput"
14026
14027 - type: "plot"
14028   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14029   algorithm: "plot_perf_box_name"
14030   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14031   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14032   include:
14033     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14034     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14035     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14036     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14037   layout:
14038     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14039     layout: "plot-throughput"
14040
14041 - type: "plot"
14042   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14043   algorithm: "plot_perf_box_name"
14044   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14045   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14046   include:
14047     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14048     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14049     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14050     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14051   layout:
14052     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14053     layout: "plot-throughput"
14054
14055 - type: "plot"
14056   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14057   algorithm: "plot_perf_box_name"
14058   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14059   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14060   include:
14061     - "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"
14062     - "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"
14063     - "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"
14064     - "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"
14065   layout:
14066     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14067     layout: "plot-throughput"
14068
14069 - type: "plot"
14070   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14071   algorithm: "plot_perf_box_name"
14072   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14073   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14074   include:
14075     - "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"
14076     - "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"
14077     - "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"
14078     - "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"
14079   layout:
14080     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14081     layout: "plot-throughput"
14082
14083 - type: "plot"
14084   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14085   algorithm: "plot_perf_box_name"
14086   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14087   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14088   include:
14089     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14090     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14091     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14092     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14093     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14094     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14095   layout:
14096     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14097     layout: "plot-throughput"
14098
14099 - type: "plot"
14100   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14101   algorithm: "plot_perf_box_name"
14102   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14103   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14104   include:
14105     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14106     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14107     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14108     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14109     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14110     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14111   layout:
14112     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14113     layout: "plot-throughput"
14114
14115 - type: "plot"
14116   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14117   algorithm: "plot_perf_box_name"
14118   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14119   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14120   include:
14121     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14122     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14123     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14124     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14125     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14126     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14127   layout:
14128     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14129     layout: "plot-throughput"
14130
14131 - type: "plot"
14132   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14133   algorithm: "plot_perf_box_name"
14134   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14135   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14136   include:
14137     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14138     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14139     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14140     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14141     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14142     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14143   layout:
14144     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14145     layout: "plot-throughput"
14146
14147 - type: "plot"
14148   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14149   algorithm: "plot_perf_box_name"
14150   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14151   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14152   include:
14153     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14154     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14155     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14156     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14157     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14158     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14159   layout:
14160     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14161     layout: "plot-throughput"
14162
14163 - type: "plot"
14164   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14165   algorithm: "plot_perf_box_name"
14166   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14167   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14168   include:
14169     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14170     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14171     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14172     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14173     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14174     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14175   layout:
14176     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14177     layout: "plot-throughput"
14178
14179 - type: "plot"
14180   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14181   algorithm: "plot_perf_box_name"
14182   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14183   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14184   include:
14185     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14186     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14187     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14188     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14189     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14190   layout:
14191     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14192     layout: "plot-throughput"
14193
14194 - type: "plot"
14195   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14196   algorithm: "plot_perf_box_name"
14197   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14198   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14199   include:
14200     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14201     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14202     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14203     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14204     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14205   layout:
14206     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14207     layout: "plot-throughput"
14208
14209 - type: "plot"
14210   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14211   algorithm: "plot_perf_box_name"
14212   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14213   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14214   include:
14215     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14216     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14217   layout:
14218     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14219     layout: "plot-throughput"
14220
14221 - type: "plot"
14222   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14223   algorithm: "plot_perf_box_name"
14224   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14225   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14226   include:
14227     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14228     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14229   layout:
14230     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14231     layout: "plot-throughput"
14232
14233 - type: "plot"
14234   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14235   algorithm: "plot_perf_box_name"
14236   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14237   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14238   include:
14239     - "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"
14240     - "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"
14241   layout:
14242     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14243     layout: "plot-throughput"
14244
14245 - type: "plot"
14246   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14247   algorithm: "plot_perf_box_name"
14248   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14249   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14250   include:
14251     - "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"
14252     - "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"
14253   layout:
14254     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14255     layout: "plot-throughput"
14256
14257 - type: "plot"
14258   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14259   algorithm: "plot_perf_box_name"
14260   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14261   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14262   include:
14263     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14264     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14265   layout:
14266     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14267     layout: "plot-throughput"
14268
14269 - type: "plot"
14270   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14271   algorithm: "plot_perf_box_name"
14272   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14273   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14274   include:
14275     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14276     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14277   layout:
14278     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14279     layout: "plot-throughput"
14280
14281 - type: "plot"
14282   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14283   algorithm: "plot_perf_box_name"
14284   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14285   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14286   include:
14287     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14288     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14289   layout:
14290     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14291     layout: "plot-throughput"
14292
14293 - type: "plot"
14294   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14295   algorithm: "plot_perf_box_name"
14296   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14297   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14298   include:
14299     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14300     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14301   layout:
14302     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14303     layout: "plot-throughput"
14304
14305 - type: "plot"
14306   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14307   algorithm: "plot_perf_box_name"
14308   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14309   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14310   include:
14311     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14312     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14313     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14314     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14315     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14316     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14317   layout:
14318     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14319     layout: "plot-throughput"
14320
14321 - type: "plot"
14322   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14323   algorithm: "plot_perf_box_name"
14324   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14325   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14326   include:
14327     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14328     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14329     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14330     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14331     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14332     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14333   layout:
14334     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14335     layout: "plot-throughput"
14336
14337 - type: "plot"
14338   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14339   algorithm: "plot_perf_box_name"
14340   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14341   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14342   include:
14343     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14344     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14345     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14346     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14347     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14348     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14349   layout:
14350     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14351     layout: "plot-throughput"
14352
14353 - type: "plot"
14354   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14355   algorithm: "plot_perf_box_name"
14356   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14357   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14358   include:
14359     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14360     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14361     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14362     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14363     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14364     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14365   layout:
14366     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14367     layout: "plot-throughput"
14368
14369 #- type: "plot"
14370 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14371 #  algorithm: "plot_perf_box_name"
14372 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14373 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14374 #  include:
14375 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14376 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14377 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14378 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14379 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14380 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14381 #  layout:
14382 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14383 #    layout: "plot-throughput"
14384 #
14385 #- type: "plot"
14386 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14387 #  algorithm: "plot_perf_box_name"
14388 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14389 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14390 #  include:
14391 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14392 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14393 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14394 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14395 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14396 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14397 #  layout:
14398 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14399 #    layout: "plot-throughput"
14400
14401 - type: "plot"
14402   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14403   algorithm: "plot_perf_box_name"
14404   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14405   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14406   include:
14407     - "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"
14408     - "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"
14409     - "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"
14410     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14411     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14412     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14413   layout:
14414     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14415     layout: "plot-throughput"
14416
14417 - type: "plot"
14418   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14419   algorithm: "plot_perf_box_name"
14420   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14421   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14422   include:
14423     - "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"
14424     - "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"
14425     - "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"
14426     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14427     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14428     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14429   layout:
14430     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14431     layout: "plot-throughput"
14432
14433 ################################################################################
14434
14435 # Packet Speedup
14436
14437 - type: "plot"
14438   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14439   algorithm: "plot_tsa_name"
14440   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14441   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14442   include:
14443     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14444     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14445     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14446     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14447   layout:
14448     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14449     layout: "plot-throughput-speedup-analysis"
14450
14451 - type: "plot"
14452   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14453   algorithm: "plot_tsa_name"
14454   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14455   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14456   include:
14457     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14458     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14459     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14460     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14461   layout:
14462     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14463     layout: "plot-throughput-speedup-analysis"
14464
14465 - type: "plot"
14466   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14467   algorithm: "plot_tsa_name"
14468   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14469   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14470   include:
14471     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14472     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14473     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14474     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14475   layout:
14476     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14477     layout: "plot-throughput-speedup-analysis"
14478
14479 - type: "plot"
14480   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14481   algorithm: "plot_tsa_name"
14482   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14483   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14484   include:
14485     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14486     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14487     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14488     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14489   layout:
14490     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14491     layout: "plot-throughput-speedup-analysis"
14492
14493 - type: "plot"
14494   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14495   algorithm: "plot_tsa_name"
14496   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14497   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14498   include:
14499     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14500     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14501     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14502     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14503     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14504   layout:
14505     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14506     layout: "plot-throughput-speedup-analysis"
14507
14508 - type: "plot"
14509   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14510   algorithm: "plot_tsa_name"
14511   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14512   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14513   include:
14514     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14515     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14516     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14517     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14518     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14519   layout:
14520     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14521     layout: "plot-throughput-speedup-analysis"
14522
14523 - type: "plot"
14524   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14525   algorithm: "plot_tsa_name"
14526   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14527   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14528   include:
14529     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14530     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14531     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14532     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14533     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14534   layout:
14535     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14536     layout: "plot-throughput-speedup-analysis"
14537
14538 - type: "plot"
14539   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14540   algorithm: "plot_tsa_name"
14541   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14542   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14543   include:
14544     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14545     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14546     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14547     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14548     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14549   layout:
14550     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14551     layout: "plot-throughput-speedup-analysis"
14552
14553 - type: "plot"
14554   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14555   algorithm: "plot_tsa_name"
14556   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14557   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14558   include:
14559     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14560     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14561     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14562     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14563     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14564     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14565   layout:
14566     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14567     layout: "plot-throughput-speedup-analysis"
14568
14569 - type: "plot"
14570   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14571   algorithm: "plot_tsa_name"
14572   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14573   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14574   include:
14575     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14576     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14577     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14578     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14579     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14580     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14581   layout:
14582     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14583     layout: "plot-throughput-speedup-analysis"
14584
14585 - type: "plot"
14586   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14587   algorithm: "plot_tsa_name"
14588   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14589   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14590   include:
14591     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14592     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14593     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14594     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14595     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14596   layout:
14597     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14598     layout: "plot-throughput-speedup-analysis"
14599
14600 - type: "plot"
14601   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14602   algorithm: "plot_tsa_name"
14603   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14604   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14605   include:
14606     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14607     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14608     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14609     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14610     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14611   layout:
14612     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14613     layout: "plot-throughput-speedup-analysis"
14614
14615 - type: "plot"
14616   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14617   algorithm: "plot_tsa_name"
14618   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14619   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14620   include:
14621     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14622     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14623     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14624   layout:
14625     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14626     layout: "plot-throughput-speedup-analysis"
14627
14628 - type: "plot"
14629   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14630   algorithm: "plot_tsa_name"
14631   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14632   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14633   include:
14634     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14635     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14636     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14637   layout:
14638     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14639     layout: "plot-throughput-speedup-analysis"
14640
14641 - type: "plot"
14642   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14643   algorithm: "plot_tsa_name"
14644   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14645   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14646   include:
14647     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14648     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14649     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14651     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14652   layout:
14653     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14654     layout: "plot-throughput-speedup-analysis"
14655
14656 - type: "plot"
14657   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14658   algorithm: "plot_tsa_name"
14659   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14660   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14661   include:
14662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14667   layout:
14668     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14669     layout: "plot-throughput-speedup-analysis"
14670
14671 - type: "plot"
14672   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14673   algorithm: "plot_tsa_name"
14674   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14675   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14676   include:
14677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14680   layout:
14681     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14682     layout: "plot-throughput-speedup-analysis"
14683
14684 - type: "plot"
14685   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14686   algorithm: "plot_tsa_name"
14687   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14688   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14689   include:
14690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14693   layout:
14694     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14695     layout: "plot-throughput-speedup-analysis"
14696
14697 - type: "plot"
14698   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14699   algorithm: "plot_tsa_name"
14700   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14701   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14702   include:
14703     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14709   layout:
14710     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14711     layout: "plot-throughput-speedup-analysis"
14712
14713 - type: "plot"
14714   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14715   algorithm: "plot_tsa_name"
14716   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14717   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14718   include:
14719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14725   layout:
14726     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14727     layout: "plot-throughput-speedup-analysis"
14728
14729 - type: "plot"
14730   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14731   algorithm: "plot_tsa_name"
14732   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14733   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14734   include:
14735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14738     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14740     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14741   layout:
14742     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14743     layout: "plot-throughput-speedup-analysis"
14744
14745 - type: "plot"
14746   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14747   algorithm: "plot_tsa_name"
14748   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14749   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14750   include:
14751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14756     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14757   layout:
14758     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14759     layout: "plot-throughput-speedup-analysis"
14760
14761 - type: "plot"
14762   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14763   algorithm: "plot_tsa_name"
14764   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14765   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14766   include:
14767     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14768     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14769     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14770   layout:
14771     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14772     layout: "plot-throughput-speedup-analysis"
14773
14774 - type: "plot"
14775   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14776   algorithm: "plot_tsa_name"
14777   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14778   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14779   include:
14780     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14781     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14782     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14783   layout:
14784     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14785     layout: "plot-throughput-speedup-analysis"
14786
14787 - type: "plot"
14788   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14789   algorithm: "plot_tsa_name"
14790   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14791   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14792   include:
14793     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14794     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14795     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14796 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14797 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14798   layout:
14799     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14800     layout: "plot-throughput-speedup-analysis"
14801
14802 - type: "plot"
14803   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14804   algorithm: "plot_tsa_name"
14805   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14806   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14807   include:
14808     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14809     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14810     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14811 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14812 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14813   layout:
14814     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14815     layout: "plot-throughput-speedup-analysis"
14816
14817 - type: "plot"
14818   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14819   algorithm: "plot_tsa_name"
14820   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14821   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14822   include:
14823     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14824     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14825     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14826     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14827     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14828   layout:
14829     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14830     layout: "plot-throughput-speedup-analysis"
14831
14832 - type: "plot"
14833   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14834   algorithm: "plot_tsa_name"
14835   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14836   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14837   include:
14838     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14839     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14840     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14841     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14842     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14843   layout:
14844     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14845     layout: "plot-throughput-speedup-analysis"
14846
14847 - type: "plot"
14848   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14849   algorithm: "plot_tsa_name"
14850   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14851   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14852   include:
14853     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14854     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14855     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14856     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14857     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14858   layout:
14859     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14860     layout: "plot-throughput-speedup-analysis"
14861
14862 - type: "plot"
14863   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14864   algorithm: "plot_tsa_name"
14865   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14866   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14867   include:
14868     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14869     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14870     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14871     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14872     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14873   layout:
14874     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14875     layout: "plot-throughput-speedup-analysis"
14876
14877 - type: "plot"
14878   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14879   algorithm: "plot_tsa_name"
14880   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14881   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14882   include:
14883     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14884     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14885     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14886     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14887     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14888     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14889   layout:
14890     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14891     layout: "plot-throughput-speedup-analysis"
14892
14893 - type: "plot"
14894   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14895   algorithm: "plot_tsa_name"
14896   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14897   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14898   include:
14899     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14900     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14901     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14902     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14903     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14904     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14905   layout:
14906     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14907     layout: "plot-throughput-speedup-analysis"
14908
14909 - type: "plot"
14910   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14911   algorithm: "plot_tsa_name"
14912   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14913   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14914   include:
14915     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14916     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14917     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14918     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14919     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14920     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14921   layout:
14922     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14923     layout: "plot-throughput-speedup-analysis"
14924
14925 - type: "plot"
14926   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14927   algorithm: "plot_tsa_name"
14928   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14929   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14930   include:
14931     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14932     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14933     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14934     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14935     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14936     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14937   layout:
14938     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14939     layout: "plot-throughput-speedup-analysis"
14940
14941 - type: "plot"
14942   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14943   algorithm: "plot_tsa_name"
14944   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14945   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14946   include:
14947     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14948     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14949   layout:
14950     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14951     layout: "plot-throughput-speedup-analysis"
14952
14953 - type: "plot"
14954   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14955   algorithm: "plot_tsa_name"
14956   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14957   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14958   include:
14959     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14960     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14961   layout:
14962     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14963     layout: "plot-throughput-speedup-analysis"
14964
14965 - type: "plot"
14966   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14967   algorithm: "plot_tsa_name"
14968   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14969   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14970   include:
14971     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14972     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14973     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14974     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14975   layout:
14976     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14977     layout: "plot-throughput-speedup-analysis"
14978
14979 - type: "plot"
14980   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14981   algorithm: "plot_tsa_name"
14982   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14983   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14984   include:
14985     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14986     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14987     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14988     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14989   layout:
14990     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14991     layout: "plot-throughput-speedup-analysis"
14992
14993 - type: "plot"
14994   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14995   algorithm: "plot_tsa_name"
14996   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14997   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14998   include:
14999     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15000     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15001     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15002     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15003   layout:
15004     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
15005     layout: "plot-throughput-speedup-analysis"
15006
15007 - type: "plot"
15008   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15009   algorithm: "plot_tsa_name"
15010   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15011   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15012   include:
15013     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15014     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15015     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15016     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15017   layout:
15018     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15019     layout: "plot-throughput-speedup-analysis"
15020
15021 - type: "plot"
15022   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15023   algorithm: "plot_tsa_name"
15024   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15025   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15026   include:
15027     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15028     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15029     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15030     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15031     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15032     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15033   layout:
15034     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15035     layout: "plot-throughput-speedup-analysis"
15036
15037 - type: "plot"
15038   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15039   algorithm: "plot_tsa_name"
15040   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15041   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15042   include:
15043     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15044     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15045     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15046     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15047     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15048     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15049   layout:
15050     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15051     layout: "plot-throughput-speedup-analysis"
15052
15053 - type: "plot"
15054   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15055   algorithm: "plot_tsa_name"
15056   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15057   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15058   include:
15059     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15060     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15061     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15062     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15063     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15064   layout:
15065     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15066     layout: "plot-throughput-speedup-analysis"
15067
15068 - type: "plot"
15069   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15070   algorithm: "plot_tsa_name"
15071   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15072   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15073   include:
15074     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15075     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15076     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15077     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15078     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15079   layout:
15080     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15081     layout: "plot-throughput-speedup-analysis"
15082
15083 - type: "plot"
15084   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15085   algorithm: "plot_tsa_name"
15086   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15087   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15088   include:
15089     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15090     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15091     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15092     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15093     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15094   layout:
15095     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15096     layout: "plot-throughput-speedup-analysis"
15097
15098 - type: "plot"
15099   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15100   algorithm: "plot_tsa_name"
15101   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15102   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15103   include:
15104     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15105     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15106     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15107     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15108     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15109   layout:
15110     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15111     layout: "plot-throughput-speedup-analysis"
15112
15113 - type: "plot"
15114   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15115   algorithm: "plot_tsa_name"
15116   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15117   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15118   include:
15119     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15120     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15121     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15122   layout:
15123     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15124     layout: "plot-throughput-speedup-analysis"
15125
15126 - type: "plot"
15127   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15128   algorithm: "plot_tsa_name"
15129   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15130   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15131   include:
15132     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15133     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15134     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15135   layout:
15136     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15137     layout: "plot-throughput-speedup-analysis"
15138
15139 - type: "plot"
15140   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15141   algorithm: "plot_tsa_name"
15142   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15143   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15144   include:
15145     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15146     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15147     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15148   layout:
15149     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15150     layout: "plot-throughput-speedup-analysis"
15151
15152 - type: "plot"
15153   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15154   algorithm: "plot_tsa_name"
15155   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15156   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15157   include:
15158     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15159     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15160     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15161   layout:
15162     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15163     layout: "plot-throughput-speedup-analysis"
15164
15165 - type: "plot"
15166   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15167   algorithm: "plot_tsa_name"
15168   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15169   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15170   include:
15171     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15172     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15173     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15174     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15175     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15176   layout:
15177     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15178     layout: "plot-throughput-speedup-analysis"
15179
15180 - type: "plot"
15181   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15182   algorithm: "plot_tsa_name"
15183   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15184   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15185   include:
15186     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15187     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15188     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15189     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15190     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15191   layout:
15192     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15193     layout: "plot-throughput-speedup-analysis"
15194
15195 - type: "plot"
15196   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15197   algorithm: "plot_tsa_name"
15198   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15199   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15200   include:
15201     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15202     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15203     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15204     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15205     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15206   layout:
15207     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15208     layout: "plot-throughput-speedup-analysis"
15209
15210 - type: "plot"
15211   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15212   algorithm: "plot_tsa_name"
15213   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15214   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15215   include:
15216     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15217     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15218     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15219     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15220     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15221   layout:
15222     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15223     layout: "plot-throughput-speedup-analysis"
15224
15225 - type: "plot"
15226   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15227   algorithm: "plot_tsa_name"
15228   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15229   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15230   include:
15231     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15232     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15233     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15234     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15235     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15236     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15237   layout:
15238     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15239     layout: "plot-throughput-speedup-analysis"
15240
15241 - type: "plot"
15242   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15243   algorithm: "plot_tsa_name"
15244   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15245   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15246   include:
15247     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15248     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15249     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15250     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15251     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15252     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15253   layout:
15254     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15255     layout: "plot-throughput-speedup-analysis"
15256
15257 - type: "plot"
15258   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15259   algorithm: "plot_tsa_name"
15260   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15261   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15262   include:
15263     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15264     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15265     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15266     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15267   layout:
15268     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15269     layout: "plot-throughput-speedup-analysis"
15270
15271 - type: "plot"
15272   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15273   algorithm: "plot_tsa_name"
15274   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15275   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15276   include:
15277     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15278     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15279     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15280     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15281   layout:
15282     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15283     layout: "plot-throughput-speedup-analysis"
15284
15285 - type: "plot"
15286   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15287   algorithm: "plot_tsa_name"
15288   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15289   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15290   include:
15291     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15292     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15293     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15294     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15295     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15296     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15297   layout:
15298     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15299     layout: "plot-throughput-speedup-analysis"
15300
15301 - type: "plot"
15302   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15303   algorithm: "plot_tsa_name"
15304   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15305   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15306   include:
15307     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15308     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15309     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15310     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15311     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15312     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15313   layout:
15314     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15315     layout: "plot-throughput-speedup-analysis"
15316
15317 - type: "plot"
15318   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15319   algorithm: "plot_tsa_name"
15320   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15321   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15322   include:
15323     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15324     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15325     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15326     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15327     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15328     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15329   layout:
15330     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15331     layout: "plot-throughput-speedup-analysis"
15332
15333 - type: "plot"
15334   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15335   algorithm: "plot_tsa_name"
15336   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15337   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15338   include:
15339     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15340     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15341     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15342     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15343     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15344     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15345   layout:
15346     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15347     layout: "plot-throughput-speedup-analysis"
15348
15349 - type: "plot"
15350   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15351   algorithm: "plot_tsa_name"
15352   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15353   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15354   include:
15355     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15356     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15357     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15358     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15359     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15360     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15361   layout:
15362     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15363     layout: "plot-throughput-speedup-analysis"
15364
15365 - type: "plot"
15366   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15367   algorithm: "plot_tsa_name"
15368   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15369   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15370   include:
15371     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15372     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15373     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15374     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15375     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15376     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15377   layout:
15378     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15379     layout: "plot-throughput-speedup-analysis"
15380
15381 - type: "plot"
15382   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15383   algorithm: "plot_tsa_name"
15384   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15385   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15386   include:
15387     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15388     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15389     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15390     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15391     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15392     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15393   layout:
15394     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15395     layout: "plot-throughput-speedup-analysis"
15396
15397 - type: "plot"
15398   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15399   algorithm: "plot_tsa_name"
15400   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15401   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15402   include:
15403     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15404     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15405     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15406     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15407     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15408     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15409   layout:
15410     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15411     layout: "plot-throughput-speedup-analysis"
15412
15413 - type: "plot"
15414   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15415   algorithm: "plot_tsa_name"
15416   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15417   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15418   include:
15419     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15420     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15421     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15422     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15423     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15424     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15425   layout:
15426     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15427     layout: "plot-throughput-speedup-analysis"
15428
15429 - type: "plot"
15430   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15431   algorithm: "plot_tsa_name"
15432   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15433   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15434   include:
15435     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15436     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15437     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15438     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15439     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15440     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15441   layout:
15442     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15443     layout: "plot-throughput-speedup-analysis"
15444
15445 - type: "plot"
15446   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15447   algorithm: "plot_tsa_name"
15448   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15449   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15450   include:
15451     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15452     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15453     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15454     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15455   layout:
15456     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15457     layout: "plot-throughput-speedup-analysis"
15458
15459 - type: "plot"
15460   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15461   algorithm: "plot_tsa_name"
15462   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15463   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15464   include:
15465     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15466     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15467     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15468     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15469   layout:
15470     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15471     layout: "plot-throughput-speedup-analysis"
15472
15473 - type: "plot"
15474   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15475   algorithm: "plot_tsa_name"
15476   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15477   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15478   include:
15479     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15480     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15481     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15482     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15483   layout:
15484     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15485     layout: "plot-throughput-speedup-analysis"
15486
15487 - type: "plot"
15488   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15489   algorithm: "plot_tsa_name"
15490   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15491   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15492   include:
15493     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15494     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15495     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15496     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15497   layout:
15498     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15499     layout: "plot-throughput-speedup-analysis"
15500
15501 - type: "plot"
15502   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15503   algorithm: "plot_tsa_name"
15504   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15505   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15506   include:
15507     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15508     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15509     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15510     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15511     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15512     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15513   layout:
15514     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15515     layout: "plot-throughput-speedup-analysis"
15516
15517 - type: "plot"
15518   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15519   algorithm: "plot_tsa_name"
15520   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15521   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15522   include:
15523     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15524     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15525     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15526     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15527     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15528     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15529   layout:
15530     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15531     layout: "plot-throughput-speedup-analysis"
15532
15533 - type: "plot"
15534   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15535   algorithm: "plot_tsa_name"
15536   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15537   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15538   include:
15539     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15540     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15541     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15542     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15543     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15544   layout:
15545     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15546     layout: "plot-throughput-speedup-analysis"
15547
15548 - type: "plot"
15549   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15550   algorithm: "plot_tsa_name"
15551   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15552   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15553   include:
15554     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15555     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15556     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15557     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15558     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15559   layout:
15560     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15561     layout: "plot-throughput-speedup-analysis"
15562
15563 - type: "plot"
15564   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15565   algorithm: "plot_tsa_name"
15566   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15567   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15568   include:
15569     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15570     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15571     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15572     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15573     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15574   layout:
15575     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15576     layout: "plot-throughput-speedup-analysis"
15577
15578 - type: "plot"
15579   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15580   algorithm: "plot_tsa_name"
15581   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15582   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15583   include:
15584     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15585     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15586     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15587     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15588     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15589   layout:
15590     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15591     layout: "plot-throughput-speedup-analysis"
15592
15593 - type: "plot"
15594   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15595   algorithm: "plot_tsa_name"
15596   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15597   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15598   include:
15599     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15600     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15601     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15602     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15603   layout:
15604     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15605     layout: "plot-throughput-speedup-analysis"
15606
15607 - type: "plot"
15608   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15609   algorithm: "plot_tsa_name"
15610   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15611   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15612   include:
15613     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15614     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15615     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15616     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15617   layout:
15618     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15619     layout: "plot-throughput-speedup-analysis"
15620
15621 - type: "plot"
15622   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15623   algorithm: "plot_tsa_name"
15624   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15625   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15626   include:
15627     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15628     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15629     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15630     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15631     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15632     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15633   layout:
15634     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15635     layout: "plot-throughput-speedup-analysis"
15636
15637 - type: "plot"
15638   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15639   algorithm: "plot_tsa_name"
15640   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15641   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15642   include:
15643     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15644     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15645     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15646     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15647     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15648     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15649   layout:
15650     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15651     layout: "plot-throughput-speedup-analysis"
15652
15653 - type: "plot"
15654   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15655   algorithm: "plot_tsa_name"
15656   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15657   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15658   include:
15659     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15660     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15661     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15662     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15663     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15664     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15665   layout:
15666     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15667     layout: "plot-throughput-speedup-analysis"
15668
15669 - type: "plot"
15670   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15671   algorithm: "plot_tsa_name"
15672   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15673   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15674   include:
15675     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15676     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15677     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15678     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15679     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15680     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15681   layout:
15682     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15683     layout: "plot-throughput-speedup-analysis"
15684
15685 - type: "plot"
15686   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15687   algorithm: "plot_tsa_name"
15688   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15689   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15690   include:
15691     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15692     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15693     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15694     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15695     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15696     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15697   layout:
15698     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15699     layout: "plot-throughput-speedup-analysis"
15700
15701 - type: "plot"
15702   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15703   algorithm: "plot_tsa_name"
15704   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15705   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15706   include:
15707     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15708     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15709     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15710     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15711     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15712     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15713   layout:
15714     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15715     layout: "plot-throughput-speedup-analysis"
15716
15717 - type: "plot"
15718   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15719   algorithm: "plot_tsa_name"
15720   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15721   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15722   include:
15723     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15724     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15725     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15726     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15727     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15728     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15729   layout:
15730     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15731     layout: "plot-throughput-speedup-analysis"
15732
15733 - type: "plot"
15734   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15735   algorithm: "plot_tsa_name"
15736   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15737   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15738   include:
15739     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15740     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15741     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15742     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15743     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15744     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15745   layout:
15746     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15747     layout: "plot-throughput-speedup-analysis"
15748
15749 - type: "plot"
15750   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15751   algorithm: "plot_tsa_name"
15752   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15753   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15754   include:
15755     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15756     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15757     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15758     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15759     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15760     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15761   layout:
15762     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15763     layout: "plot-throughput-speedup-analysis"
15764
15765 - type: "plot"
15766   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15767   algorithm: "plot_tsa_name"
15768   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15769   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15770   include:
15771     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15772     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15773     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15774     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15775     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15776     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15777   layout:
15778     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15779     layout: "plot-throughput-speedup-analysis"
15780
15781 - type: "plot"
15782   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15783   algorithm: "plot_tsa_name"
15784   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15785   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15786   include:
15787     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15788     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15789     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15790     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15791     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15792   layout:
15793     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15794     layout: "plot-throughput-speedup-analysis"
15795
15796 - type: "plot"
15797   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15798   algorithm: "plot_tsa_name"
15799   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15800   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15801   include:
15802     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15803     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15804     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15805     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15806     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15807   layout:
15808     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15809     layout: "plot-throughput-speedup-analysis"
15810
15811 - type: "plot"
15812   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15813   algorithm: "plot_tsa_name"
15814   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15815   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15816   include:
15817     - "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"
15818     - "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"
15819     - "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"
15820     - "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"
15821     - "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"
15822   layout:
15823     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15824     layout: "plot-throughput-speedup-analysis"
15825
15826 - type: "plot"
15827   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15828   algorithm: "plot_tsa_name"
15829   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15830   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15831   include:
15832     - "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"
15833     - "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"
15834     - "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"
15835     - "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"
15836     - "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"
15837   layout:
15838     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15839     layout: "plot-throughput-speedup-analysis"
15840
15841 - type: "plot"
15842   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15843   algorithm: "plot_tsa_name"
15844   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15845   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15846   include:
15847     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15848     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15849     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15850     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15851     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15852   layout:
15853     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15854     layout: "plot-throughput-speedup-analysis"
15855
15856 - type: "plot"
15857   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15858   algorithm: "plot_tsa_name"
15859   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15860   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15861   include:
15862     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15863     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15864     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15865     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15866     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15867   layout:
15868     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15869     layout: "plot-throughput-speedup-analysis"
15870
15871 - type: "plot"
15872   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15873   algorithm: "plot_tsa_name"
15874   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15875   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15876   include:
15877     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15878     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15879     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15880     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15881     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15882   layout:
15883     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15884     layout: "plot-throughput-speedup-analysis"
15885
15886 - type: "plot"
15887   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15888   algorithm: "plot_tsa_name"
15889   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15890   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15891   include:
15892     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15893     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15894     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15895     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15896     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15897   layout:
15898     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15899     layout: "plot-throughput-speedup-analysis"
15900
15901 - type: "plot"
15902   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15903   algorithm: "plot_tsa_name"
15904   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15905   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15906   include:
15907     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15908     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15909     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15910     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15911     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15912   layout:
15913     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15914     layout: "plot-throughput-speedup-analysis"
15915
15916 - type: "plot"
15917   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15918   algorithm: "plot_tsa_name"
15919   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15920   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15921   include:
15922     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15923     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15924     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15925     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15926     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15927   layout:
15928     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15929     layout: "plot-throughput-speedup-analysis"
15930
15931 - type: "plot"
15932   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15933   algorithm: "plot_tsa_name"
15934   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15935   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15936   include:
15937     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15938     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15939     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15940     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15941     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15942   layout:
15943     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15944     layout: "plot-throughput-speedup-analysis"
15945
15946 - type: "plot"
15947   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15948   algorithm: "plot_tsa_name"
15949   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15950   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15951   include:
15952     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15953     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15954     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15955     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15956     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15957   layout:
15958     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15959     layout: "plot-throughput-speedup-analysis"
15960
15961 - type: "plot"
15962   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15963   algorithm: "plot_tsa_name"
15964   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15965   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15966   include:
15967     - "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"
15968     - "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"
15969     - "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"
15970     - "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"
15971   layout:
15972     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15973     layout: "plot-throughput-speedup-analysis"
15974
15975 - type: "plot"
15976   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15977   algorithm: "plot_tsa_name"
15978   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15979   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15980   include:
15981     - "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"
15982     - "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"
15983     - "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"
15984     - "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"
15985   layout:
15986     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15987     layout: "plot-throughput-speedup-analysis"
15988
15989 - type: "plot"
15990   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15991   algorithm: "plot_tsa_name"
15992   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15993   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15994   include:
15995     - "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"
15996     - "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"
15997     - "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"
15998     - "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"
15999   layout:
16000     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16001     layout: "plot-throughput-speedup-analysis"
16002
16003 - type: "plot"
16004   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16005   algorithm: "plot_tsa_name"
16006   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16007   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16008   include:
16009     - "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"
16010     - "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"
16011     - "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"
16012     - "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"
16013   layout:
16014     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16015     layout: "plot-throughput-speedup-analysis"
16016
16017 - type: "plot"
16018   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16019   algorithm: "plot_tsa_name"
16020   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16021   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16022   include:
16023     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16024     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16025     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16026     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16027     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16028     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16029   layout:
16030     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16031     layout: "plot-throughput-speedup-analysis"
16032
16033 - type: "plot"
16034   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16035   algorithm: "plot_tsa_name"
16036   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16037   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16038   include:
16039     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16040     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16041     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16042     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16043     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16044     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16045   layout:
16046     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16047     layout: "plot-throughput-speedup-analysis"
16048
16049 - type: "plot"
16050   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16051   algorithm: "plot_tsa_name"
16052   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16053   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16054   include:
16055     - "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"
16056     - "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"
16057     - "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"
16058     - "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"
16059     - "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"
16060     - "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"
16061   layout:
16062     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16063     layout: "plot-throughput-speedup-analysis"
16064
16065 - type: "plot"
16066   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16067   algorithm: "plot_tsa_name"
16068   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16069   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16070   include:
16071     - "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"
16072     - "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"
16073     - "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"
16074     - "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"
16075     - "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"
16076     - "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"
16077   layout:
16078     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16079     layout: "plot-throughput-speedup-analysis"
16080
16081 - type: "plot"
16082   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16083   algorithm: "plot_tsa_name"
16084   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16085   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16086   include:
16087     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16088     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16089     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16090     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16091     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16092     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16093   layout:
16094     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16095     layout: "plot-throughput-speedup-analysis"
16096
16097 - type: "plot"
16098   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16099   algorithm: "plot_tsa_name"
16100   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16101   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16102   include:
16103     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16104     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16105     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16106     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16107     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16108     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16109   layout:
16110     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16111     layout: "plot-throughput-speedup-analysis"
16112
16113 - type: "plot"
16114   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16115   algorithm: "plot_tsa_name"
16116   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16117   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16118   include:
16119     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16120     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16121     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16122     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16123     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16124   layout:
16125     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16126     layout: "plot-throughput-speedup-analysis"
16127
16128 - type: "plot"
16129   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16130   algorithm: "plot_tsa_name"
16131   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16132   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16133   include:
16134     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16135     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16136     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16137     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16138     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16139   layout:
16140     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16141     layout: "plot-throughput-speedup-analysis"
16142
16143 - type: "plot"
16144   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16145   algorithm: "plot_tsa_name"
16146   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16147   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16148   include:
16149     - "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"
16150     - "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"
16151   layout:
16152     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16153     layout: "plot-throughput-speedup-analysis"
16154
16155 - type: "plot"
16156   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16157   algorithm: "plot_tsa_name"
16158   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16159   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16160   include:
16161     - "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"
16162     - "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"
16163   layout:
16164     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16165     layout: "plot-throughput-speedup-analysis"
16166
16167 - type: "plot"
16168   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16169   algorithm: "plot_tsa_name"
16170   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16171   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16172   include:
16173     - "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"
16174     - "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"
16175   layout:
16176     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16177     layout: "plot-throughput-speedup-analysis"
16178
16179 - type: "plot"
16180   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16181   algorithm: "plot_tsa_name"
16182   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16183   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16184   include:
16185     - "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"
16186     - "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"
16187   layout:
16188     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16189     layout: "plot-throughput-speedup-analysis"
16190
16191 - type: "plot"
16192   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16193   algorithm: "plot_tsa_name"
16194   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16195   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16196   include:
16197     - "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"
16198     - "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"
16199     - "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"
16200     - "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"
16201     - "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"
16202     - "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"
16203   layout:
16204     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16205     layout: "plot-throughput-speedup-analysis"
16206
16207 - type: "plot"
16208   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16209   algorithm: "plot_tsa_name"
16210   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16211   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16212   include:
16213     - "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"
16214     - "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"
16215     - "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"
16216     - "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"
16217     - "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"
16218     - "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"
16219   layout:
16220     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16221     layout: "plot-throughput-speedup-analysis"
16222
16223 - type: "plot"
16224   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16225   algorithm: "plot_tsa_name"
16226   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16227   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16228   include:
16229     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16230     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16231     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16232     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16233     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16234   layout:
16235     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16236     layout: "plot-throughput-speedup-analysis"
16237
16238 - type: "plot"
16239   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16240   algorithm: "plot_tsa_name"
16241   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16242   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16243   include:
16244     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16245     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16246     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16247     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16248     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16249   layout:
16250     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16251     layout: "plot-throughput-speedup-analysis"
16252
16253 - type: "plot"
16254   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16255   algorithm: "plot_tsa_name"
16256   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16257   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16258   include:
16259     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16260     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16261     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16262     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16263     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16264   layout:
16265     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16266     layout: "plot-throughput-speedup-analysis"
16267
16268 - type: "plot"
16269   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16270   algorithm: "plot_tsa_name"
16271   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16272   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16273   include:
16274     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16275     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16276     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16277     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16278     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16279   layout:
16280     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16281     layout: "plot-throughput-speedup-analysis"
16282
16283 - type: "plot"
16284   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16285   algorithm: "plot_tsa_name"
16286   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16287   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16288   include:
16289     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16290     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16291     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16292     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16293     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16294     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16295   layout:
16296     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16297     layout: "plot-throughput-speedup-analysis"
16298
16299 - type: "plot"
16300   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16301   algorithm: "plot_tsa_name"
16302   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16303   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16304   include:
16305     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16306     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16307     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16308     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16309     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16310     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16311   layout:
16312     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16313     layout: "plot-throughput-speedup-analysis"
16314
16315 - type: "plot"
16316   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16317   algorithm: "plot_tsa_name"
16318   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16319   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16320   include:
16321     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16322     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16323     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16324     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16325   layout:
16326     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16327     layout: "plot-throughput-speedup-analysis"
16328
16329 - type: "plot"
16330   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16331   algorithm: "plot_tsa_name"
16332   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16333   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16334   include:
16335     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16336     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16337     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16338     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16339   layout:
16340     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16341     layout: "plot-throughput-speedup-analysis"
16342
16343 - type: "plot"
16344   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16345   algorithm: "plot_tsa_name"
16346   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16347   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16348   include:
16349     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16350     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16351     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16352     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16353     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16354   layout:
16355     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16356     layout: "plot-throughput-speedup-analysis"
16357
16358 - type: "plot"
16359   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16360   algorithm: "plot_tsa_name"
16361   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16362   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16363   include:
16364     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16365     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16366     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16367     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16368     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16369   layout:
16370     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16371     layout: "plot-throughput-speedup-analysis"
16372
16373 - type: "plot"
16374   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16375   algorithm: "plot_tsa_name"
16376   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16377   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16378   include:
16379     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16380     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16381     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16382     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16383     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16384     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16385   layout:
16386     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16387     layout: "plot-throughput-speedup-analysis"
16388
16389 - type: "plot"
16390   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16391   algorithm: "plot_tsa_name"
16392   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16393   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16394   include:
16395     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16396     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16397     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16398     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16399     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16400     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16401   layout:
16402     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16403     layout: "plot-throughput-speedup-analysis"
16404
16405 - type: "plot"
16406   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16407   algorithm: "plot_tsa_name"
16408   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16409   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16410   include:
16411     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16412     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16413     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16414     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16415   layout:
16416     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16417     layout: "plot-throughput-speedup-analysis"
16418
16419 - type: "plot"
16420   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16421   algorithm: "plot_tsa_name"
16422   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16423   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16424   include:
16425     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16426     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16427     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16428     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16429   layout:
16430     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16431     layout: "plot-throughput-speedup-analysis"
16432
16433 - type: "plot"
16434   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16435   algorithm: "plot_tsa_name"
16436   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16437   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16438   include:
16439     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16440     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16441     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16442     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16443     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16444     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16445   layout:
16446     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16447     layout: "plot-throughput-speedup-analysis"
16448
16449 - type: "plot"
16450   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16451   algorithm: "plot_tsa_name"
16452   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16453   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16454   include:
16455     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16456     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16457     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16458     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16459     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16460     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16461   layout:
16462     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16463     layout: "plot-throughput-speedup-analysis"
16464
16465 - type: "plot"
16466   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16467   algorithm: "plot_tsa_name"
16468   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16469   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16470   include:
16471     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16472     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16473     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16474     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16475     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16476     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16477   layout:
16478     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16479     layout: "plot-throughput-speedup-analysis"
16480
16481 - type: "plot"
16482   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16483   algorithm: "plot_tsa_name"
16484   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16485   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16486   include:
16487     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16488     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16489     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16490     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16491     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16492     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16493   layout:
16494     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16495     layout: "plot-throughput-speedup-analysis"
16496
16497 - type: "plot"
16498   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16499   algorithm: "plot_tsa_name"
16500   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16501   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16502   include:
16503     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16504     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16505     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16506     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16507     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16508     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16509   layout:
16510     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16511     layout: "plot-throughput-speedup-analysis"
16512
16513 - type: "plot"
16514   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16515   algorithm: "plot_tsa_name"
16516   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16517   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16518   include:
16519     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16520     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16521     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16522     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16523     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16524     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16525   layout:
16526     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16527     layout: "plot-throughput-speedup-analysis"
16528
16529 - type: "plot"
16530   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16531   algorithm: "plot_tsa_name"
16532   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16533   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16534   include:
16535     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16536     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16537     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16538     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16539     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16540     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16541   layout:
16542     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16543     layout: "plot-throughput-speedup-analysis"
16544
16545 - type: "plot"
16546   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16547   algorithm: "plot_tsa_name"
16548   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16549   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16550   include:
16551     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16552     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16553     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16554     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16555     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16556     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16557   layout:
16558     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16559     layout: "plot-throughput-speedup-analysis"
16560
16561 - type: "plot"
16562   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16563   algorithm: "plot_tsa_name"
16564   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16565   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16566   include:
16567     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16568     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16569     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16570     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16571     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16572     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16573   layout:
16574     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16575     layout: "plot-throughput-speedup-analysis"
16576
16577 - type: "plot"
16578   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16579   algorithm: "plot_tsa_name"
16580   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16581   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16582   include:
16583     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16584     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16585     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16586     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16587     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16588     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16589   layout:
16590     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16591     layout: "plot-throughput-speedup-analysis"
16592
16593 #- type: "plot"
16594 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16595 #  algorithm: "plot_tsa_name"
16596 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16597 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16598 #  include:
16599 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16600 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16601 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16602 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16603 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16604 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16605 #  layout:
16606 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16607 #    layout: "plot-throughput-speedup-analysis"
16608 #
16609 #- type: "plot"
16610 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16611 #  algorithm: "plot_tsa_name"
16612 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16613 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16614 #  include:
16615 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16616 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16617 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16618 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16619 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16620 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16621 #  layout:
16622 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16623 #    layout: "plot-throughput-speedup-analysis"
16624
16625 - type: "plot"
16626   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16627   algorithm: "plot_tsa_name"
16628   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16629   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16630   include:
16631     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16632     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16633     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16634     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16635     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16636   layout:
16637     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16638     layout: "plot-throughput-speedup-analysis"
16639
16640 - type: "plot"
16641   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16642   algorithm: "plot_tsa_name"
16643   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16644   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16645   include:
16646     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16647     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16648     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16649     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16650     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16651   layout:
16652     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16653     layout: "plot-throughput-speedup-analysis"
16654
16655 - type: "plot"
16656   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16657   algorithm: "plot_tsa_name"
16658   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16659   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16660   include:
16661     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16662     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16663     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16664     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16665     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16666     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16667   layout:
16668     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16669     layout: "plot-throughput-speedup-analysis"
16670
16671 - type: "plot"
16672   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16673   algorithm: "plot_tsa_name"
16674   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16675   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16676   include:
16677     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16678     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16679     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16680     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16681     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16682     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16683   layout:
16684     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16685     layout: "plot-throughput-speedup-analysis"
16686
16687 - type: "plot"
16688   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16689   algorithm: "plot_tsa_name"
16690   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16691   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16692   include:
16693     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16694     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16695     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16696     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16697     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16698   layout:
16699     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16700     layout: "plot-throughput-speedup-analysis"
16701
16702 - type: "plot"
16703   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16704   algorithm: "plot_tsa_name"
16705   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16706   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16707   include:
16708     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16709     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16710     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16711     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16712     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16713   layout:
16714     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16715     layout: "plot-throughput-speedup-analysis"
16716
16717 #- type: "plot"
16718 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16719 #  algorithm: "plot_tsa_name"
16720 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16721 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16722 #  include:
16723 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16724 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16725 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16726 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16727 #  layout:
16728 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16729 #    layout: "plot-throughput-speedup-analysis"
16730 #
16731 #- type: "plot"
16732 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16733 #  algorithm: "plot_tsa_name"
16734 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16735 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16736 #  include:
16737 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16738 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16739 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16740 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16741 #  layout:
16742 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16743 #    layout: "plot-throughput-speedup-analysis"
16744
16745 - type: "plot"
16746   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16747   algorithm: "plot_tsa_name"
16748   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16749   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16750   include:
16751     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16752     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16753     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16754     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16755     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16756     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16757   layout:
16758     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16759     layout: "plot-throughput-speedup-analysis"
16760
16761 - type: "plot"
16762   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16763   algorithm: "plot_tsa_name"
16764   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16765   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16766   include:
16767     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16768     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16769     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16770     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16771     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16772     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16773   layout:
16774     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16775     layout: "plot-throughput-speedup-analysis"
16776
16777 - type: "plot"
16778   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16779   algorithm: "plot_tsa_name"
16780   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16781   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16782   include:
16783     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16784     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16785     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16786     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16787     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16788   layout:
16789     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16790     layout: "plot-throughput-speedup-analysis"
16791
16792 - type: "plot"
16793   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16794   algorithm: "plot_tsa_name"
16795   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16796   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16797   include:
16798     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16799     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16800     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16801     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16802     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16803   layout:
16804     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16805     layout: "plot-throughput-speedup-analysis"
16806
16807 - type: "plot"
16808   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16809   algorithm: "plot_tsa_name"
16810   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16811   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16812   include:
16813     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16814     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16815     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16816     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16817     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16818     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16819   layout:
16820     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16821     layout: "plot-throughput-speedup-analysis"
16822
16823 - type: "plot"
16824   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16825   algorithm: "plot_tsa_name"
16826   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16827   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16828   include:
16829     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16830     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16831     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16832     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16833     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16834     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16835   layout:
16836     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16837     layout: "plot-throughput-speedup-analysis"
16838
16839 - type: "plot"
16840   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16841   algorithm: "plot_tsa_name"
16842   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16843   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16844   include:
16845     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16846     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16847     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16848     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16849   layout:
16850     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16851     layout: "plot-throughput-speedup-analysis"
16852
16853 - type: "plot"
16854   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16855   algorithm: "plot_tsa_name"
16856   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16857   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16858   include:
16859     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16860     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16861     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16862     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16863   layout:
16864     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16865     layout: "plot-throughput-speedup-analysis"
16866
16867 - type: "plot"
16868   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16869   algorithm: "plot_tsa_name"
16870   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16871   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16872   include:
16873     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16874     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16875     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16876     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16877     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16878   layout:
16879     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16880     layout: "plot-throughput-speedup-analysis"
16881
16882 - type: "plot"
16883   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16884   algorithm: "plot_tsa_name"
16885   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16886   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16887   include:
16888     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16889     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16890     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16891     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16892     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16893   layout:
16894     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16895     layout: "plot-throughput-speedup-analysis"
16896
16897 - type: "plot"
16898   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16899   algorithm: "plot_tsa_name"
16900   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16901   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16902   include:
16903     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16904     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16905     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16906     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16907     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16908     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16909   layout:
16910     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16911     layout: "plot-throughput-speedup-analysis"
16912
16913 - type: "plot"
16914   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16915   algorithm: "plot_tsa_name"
16916   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16917   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16918   include:
16919     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16920     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16921     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16922     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16923     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16924     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16925   layout:
16926     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16927     layout: "plot-throughput-speedup-analysis"
16928
16929 #- type: "plot"
16930 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16931 #  algorithm: "plot_tsa_name"
16932 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16933 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16934 #  include:
16935 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16936 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16937 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16938 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16939 #  layout:
16940 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16941 #    layout: "plot-throughput-speedup-analysis"
16942 #
16943 #- type: "plot"
16944 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16945 #  algorithm: "plot_tsa_name"
16946 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16947 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16948 #  include:
16949 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16950 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16951 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16952 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16953 #  layout:
16954 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16955 #    layout: "plot-throughput-speedup-analysis"
16956
16957 - type: "plot"
16958   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16959   algorithm: "plot_tsa_name"
16960   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16961   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16962   include:
16963     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16964     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16965     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16966     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16967     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16968     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16969   layout:
16970     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16971     layout: "plot-throughput-speedup-analysis"
16972
16973 - type: "plot"
16974   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16975   algorithm: "plot_tsa_name"
16976   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16977   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16978   include:
16979     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16980     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16981     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16982     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16983     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16984     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16985   layout:
16986     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16987     layout: "plot-throughput-speedup-analysis"
16988
16989 #- type: "plot"
16990 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16991 #  algorithm: "plot_tsa_name"
16992 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16993 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16994 #  include:
16995 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16996 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16997 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16998 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16999 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17000 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17001 #  layout:
17002 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17003 #    layout: "plot-throughput-speedup-analysis"
17004 #
17005 #- type: "plot"
17006 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17007 #  algorithm: "plot_tsa_name"
17008 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17009 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17010 #  include:
17011 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17012 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17013 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17014 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17015 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17016 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17017 #  layout:
17018 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17019 #    layout: "plot-throughput-speedup-analysis"
17020
17021 #- type: "plot"
17022 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17023 #  algorithm: "plot_tsa_name"
17024 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17025 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17026 #  include:
17027 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17028 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17029 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17030 #  layout:
17031 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17032 #    layout: "plot-throughput-speedup-analysis"
17033 #
17034 #- type: "plot"
17035 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17036 #  algorithm: "plot_tsa_name"
17037 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17038 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17039 #  include:
17040 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17041 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17042 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17043 #  layout:
17044 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17045 #    layout: "plot-throughput-speedup-analysis"
17046
17047 ################################################################################
17048
17049 # Packet Throughput - DPDK
17050
17051 # 2n-skx-xxv710
17052
17053 - type: "plot"
17054   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17055   algorithm: "plot_perf_box_name"
17056   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17057   data: "plot-dpdk-throughput-latency-2n-skx"
17058   include:
17059     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17060     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17061   layout:
17062     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17063     layout: "plot-throughput"
17064
17065 - type: "plot"
17066   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17067   algorithm: "plot_perf_box_name"
17068   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17069   data: "plot-dpdk-throughput-latency-2n-skx"
17070   include:
17071     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17072     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17073   layout:
17074     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17075     layout: "plot-throughput"
17076
17077 - type: "plot"
17078   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17079   algorithm: "plot_perf_box_name"
17080   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17081   data: "plot-dpdk-throughput-latency-2n-skx"
17082   include:
17083     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17084     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17085   layout:
17086     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17087     layout: "plot-throughput"
17088
17089 - type: "plot"
17090   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17091   algorithm: "plot_perf_box_name"
17092   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17093   data: "plot-dpdk-throughput-latency-2n-skx"
17094   include:
17095     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17096     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17097   layout:
17098     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17099     layout: "plot-throughput"
17100
17101 # 2n-skx-x710
17102
17103 - type: "plot"
17104   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17105   algorithm: "plot_perf_box_name"
17106   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17107   data: "plot-dpdk-throughput-latency-2n-skx"
17108   include:
17109     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17110     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17111   layout:
17112     title: "2n-skx-x710-64b-2t1c-base-ndr"
17113     layout: "plot-throughput"
17114
17115 - type: "plot"
17116   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17117   algorithm: "plot_perf_box_name"
17118   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17119   data: "plot-dpdk-throughput-latency-2n-skx"
17120   include:
17121     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17122     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17123   layout:
17124     title: "2n-skx-x710-64b-4t2c-base-ndr"
17125     layout: "plot-throughput"
17126
17127 - type: "plot"
17128   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17129   algorithm: "plot_perf_box_name"
17130   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17131   data: "plot-dpdk-throughput-latency-2n-skx"
17132   include:
17133     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17134     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17135   layout:
17136     title: "2n-skx-x710-64b-2t1c-base-pdr"
17137     layout: "plot-throughput"
17138
17139 - type: "plot"
17140   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17141   algorithm: "plot_perf_box_name"
17142   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17143   data: "plot-dpdk-throughput-latency-2n-skx"
17144   include:
17145     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17146     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17147   layout:
17148     title: "2n-skx-x710-64b-4t2c-base-pdr"
17149     layout: "plot-throughput"
17150
17151 # 3n-skx-xxv710
17152
17153 - type: "plot"
17154   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17155   algorithm: "plot_perf_box_name"
17156   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17157   data: "plot-dpdk-throughput-latency-3n-skx"
17158   include:
17159     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17160     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17161   layout:
17162     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17163     layout: "plot-throughput"
17164
17165 - type: "plot"
17166   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17167   algorithm: "plot_perf_box_name"
17168   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17169   data: "plot-dpdk-throughput-latency-3n-skx"
17170   include:
17171     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17172     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17173   layout:
17174     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17175     layout: "plot-throughput"
17176
17177 - type: "plot"
17178   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17179   algorithm: "plot_perf_box_name"
17180   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17181   data: "plot-dpdk-throughput-latency-3n-skx"
17182   include:
17183     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17184     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17185   layout:
17186     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17187     layout: "plot-throughput"
17188
17189 - type: "plot"
17190   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17191   algorithm: "plot_perf_box_name"
17192   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17193   data: "plot-dpdk-throughput-latency-3n-skx"
17194   include:
17195     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17196     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17197   layout:
17198     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17199     layout: "plot-throughput"
17200
17201 # 3n-skx-x710
17202
17203 - type: "plot"
17204   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17205   algorithm: "plot_perf_box_name"
17206   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17207   data: "plot-dpdk-throughput-latency-3n-skx"
17208   include:
17209     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17210     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17211   layout:
17212     title: "3n-skx-x710-64b-2t1c-base-ndr"
17213     layout: "plot-throughput"
17214
17215 - type: "plot"
17216   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17217   algorithm: "plot_perf_box_name"
17218   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17219   data: "plot-dpdk-throughput-latency-3n-skx"
17220   include:
17221     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17222     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17223   layout:
17224     title: "3n-skx-x710-64b-4t2c-base-ndr"
17225     layout: "plot-throughput"
17226
17227 - type: "plot"
17228   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17229   algorithm: "plot_perf_box_name"
17230   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17231   data: "plot-dpdk-throughput-latency-3n-skx"
17232   include:
17233     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17234     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17235   layout:
17236     title: "3n-skx-x710-64b-2t1c-base-pdr"
17237     layout: "plot-throughput"
17238
17239 - type: "plot"
17240   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17241   algorithm: "plot_perf_box_name"
17242   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17243   data: "plot-dpdk-throughput-latency-3n-skx"
17244   include:
17245     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17246     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17247   layout:
17248     title: "3n-skx-x710-64b-4t2c-base-pdr"
17249     layout: "plot-throughput"
17250
17251 # 3n-hsw-xl710
17252
17253 - type: "plot"
17254   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17255   algorithm: "plot_perf_box_name"
17256   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17257   data: "plot-dpdk-throughput-latency-3n-hsw"
17258   include:
17259     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17260     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17261   layout:
17262     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17263     layout: "plot-throughput"
17264
17265 - type: "plot"
17266   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17267   algorithm: "plot_perf_box_name"
17268   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17269   data: "plot-dpdk-throughput-latency-3n-hsw"
17270   include:
17271     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17272     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17273   layout:
17274     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17275     layout: "plot-throughput"
17276
17277 - type: "plot"
17278   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17279   algorithm: "plot_perf_box_name"
17280   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17281   data: "plot-dpdk-throughput-latency-3n-hsw"
17282   include:
17283     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17284     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17285   layout:
17286     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17287     layout: "plot-throughput"
17288
17289 - type: "plot"
17290   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17291   algorithm: "plot_perf_box_name"
17292   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17293   data: "plot-dpdk-throughput-latency-3n-hsw"
17294   include:
17295     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17296     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17297   layout:
17298     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17299     layout: "plot-throughput"
17300
17301 # 3n-hsw-x710
17302
17303 - type: "plot"
17304   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17305   algorithm: "plot_perf_box_name"
17306   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17307   data: "plot-dpdk-throughput-latency-3n-hsw"
17308   include:
17309     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17310     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17311   layout:
17312     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17313     layout: "plot-throughput"
17314
17315 - type: "plot"
17316   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17317   algorithm: "plot_perf_box_name"
17318   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17319   data: "plot-dpdk-throughput-latency-3n-hsw"
17320   include:
17321     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17322     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17323   layout:
17324     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17325     layout: "plot-throughput"
17326
17327 - type: "plot"
17328   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17329   algorithm: "plot_perf_box_name"
17330   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17331   data: "plot-dpdk-throughput-latency-3n-hsw"
17332   include:
17333     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17334     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17335   layout:
17336     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17337     layout: "plot-throughput"
17338
17339 - type: "plot"
17340   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17341   algorithm: "plot_perf_box_name"
17342   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17343   data: "plot-dpdk-throughput-latency-3n-hsw"
17344   include:
17345     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17346     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17347   layout:
17348     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17349     layout: "plot-throughput"
17350
17351 # 2n-dnv-x553
17352
17353 - type: "plot"
17354   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17355   algorithm: "plot_perf_box_name"
17356   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17357   data: "plot-dpdk-throughput-latency-2n-dnv"
17358   include:
17359     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17360     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17361   layout:
17362     title: "2n-dnv-x553-64b-1t1c-base-ndr"
17363     layout: "plot-throughput"
17364
17365 - type: "plot"
17366   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17367   algorithm: "plot_perf_box_name"
17368   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17369   data: "plot-dpdk-throughput-latency-2n-dnv"
17370   include:
17371     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17372     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17373   layout:
17374     title: "2n-dnv-x553-64b-2t2c-base-ndr"
17375     layout: "plot-throughput"
17376
17377 - type: "plot"
17378   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17379   algorithm: "plot_perf_box_name"
17380   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17381   data: "plot-dpdk-throughput-latency-2n-dnv"
17382   include:
17383     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17384     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17385   layout:
17386     title: "2n-dnv-x553-64b-1t1c-base-pdr"
17387     layout: "plot-throughput"
17388
17389 - type: "plot"
17390   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17391   algorithm: "plot_perf_box_name"
17392   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17393   data: "plot-dpdk-throughput-latency-2n-dnv"
17394   include:
17395     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17396     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17397   layout:
17398     title: "2n-dnv-x553-64b-2t2c-base-pdr"
17399     layout: "plot-throughput"
17400
17401 # 3n-dnv-x553
17402
17403 - type: "plot"
17404   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17405   algorithm: "plot_perf_box_name"
17406   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17407   data: "plot-dpdk-throughput-latency-3n-dnv"
17408   include:
17409     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17410     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17411   layout:
17412     title: "3n-dnv-x553-64b-1t1c-base-ndr"
17413     layout: "plot-throughput"
17414
17415 - type: "plot"
17416   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17417   algorithm: "plot_perf_box_name"
17418   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17419   data: "plot-dpdk-throughput-latency-3n-dnv"
17420   include:
17421     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17422     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17423   layout:
17424     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17425     layout: "plot-throughput"
17426
17427 - type: "plot"
17428   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17429   algorithm: "plot_perf_box_name"
17430   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17431   data: "plot-dpdk-throughput-latency-3n-dnv"
17432   include:
17433     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17434     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17435   layout:
17436     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17437     layout: "plot-throughput"
17438
17439 - type: "plot"
17440   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17441   algorithm: "plot_perf_box_name"
17442   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17443   data: "plot-dpdk-throughput-latency-3n-dnv"
17444   include:
17445     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17446     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17447   layout:
17448     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17449     layout: "plot-throughput"
17450
17451 # 3n-tsh-x520
17452
17453 - type: "plot"
17454   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17455   algorithm: "plot_perf_box_name"
17456   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17457   data: "plot-dpdk-throughput-latency-3n-tsh"
17458   include:
17459     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17460     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17461   layout:
17462     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17463     layout: "plot-throughput"
17464
17465 - type: "plot"
17466   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17467   algorithm: "plot_perf_box_name"
17468   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17469   data: "plot-dpdk-throughput-latency-3n-tsh"
17470   include:
17471     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17472     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17473   layout:
17474     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17475     layout: "plot-throughput"
17476
17477 - type: "plot"
17478   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17479   algorithm: "plot_perf_box_name"
17480   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17481   data: "plot-dpdk-throughput-latency-3n-tsh"
17482   include:
17483     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17484     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17485   layout:
17486     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17487     layout: "plot-throughput"
17488
17489 - type: "plot"
17490   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17491   algorithm: "plot_perf_box_name"
17492   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17493   data: "plot-dpdk-throughput-latency-3n-tsh"
17494   include:
17495     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17496     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17497   layout:
17498     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17499     layout: "plot-throughput"
17500
17501 ################################################################################
17502 ###   2n-clx                                                                 ###
17503 ################################################################################
17504
17505 # Packet Throughput
17506
17507 - type: "plot"
17508   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17509   algorithm: "plot_perf_box_name"
17510   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17511   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17512   include:
17513     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17514     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17515     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17516     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17517   layout:
17518     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17519     layout: "plot-throughput"
17520
17521 - type: "plot"
17522   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17523   algorithm: "plot_perf_box_name"
17524   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17525   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17526   include:
17527     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17528     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17529     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17530     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17531   layout:
17532     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17533     layout: "plot-throughput"
17534
17535 - type: "plot"
17536   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17537   algorithm: "plot_perf_box_name"
17538   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17539   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17540   include:
17541     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17542     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17543     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17544     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17545   layout:
17546     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17547     layout: "plot-throughput"
17548
17549 - type: "plot"
17550   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17551   algorithm: "plot_perf_box_name"
17552   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17553   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17554   include:
17555     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17556     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17557     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17558     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17559   layout:
17560     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17561     layout: "plot-throughput"
17562
17563 - type: "plot"
17564   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17565   algorithm: "plot_perf_box_name"
17566   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17567   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17568   include:
17569 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17570     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17571     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17572     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17573   layout:
17574     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17575     layout: "plot-throughput"
17576
17577 - type: "plot"
17578   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17579   algorithm: "plot_perf_box_name"
17580   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17581   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17582   include:
17583 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17584     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17585     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17586     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17587   layout:
17588     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17589     layout: "plot-throughput"
17590
17591 - type: "plot"
17592   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17593   algorithm: "plot_perf_box_name"
17594   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17595   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17596   include:
17597     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17598     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17599     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17600     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17601     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17602     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17603   layout:
17604     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17605     layout: "plot-throughput"
17606
17607 - type: "plot"
17608   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17609   algorithm: "plot_perf_box_name"
17610   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17611   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17612   include:
17613     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17614     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17615     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17616     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17617     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17618     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17619   layout:
17620     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17621     layout: "plot-throughput"
17622
17623 - type: "plot"
17624   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17625   algorithm: "plot_perf_box_name"
17626   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17627   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17628   include:
17629     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17630     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17631     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17632     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17633   layout:
17634     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17635     layout: "plot-throughput"
17636
17637 - type: "plot"
17638   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17639   algorithm: "plot_perf_box_name"
17640   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17641   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17642   include:
17643     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17644     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17645     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17646     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17647   layout:
17648     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17649     layout: "plot-throughput"
17650
17651 - type: "plot"
17652   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17653   algorithm: "plot_perf_box_name"
17654   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17655   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17656   include:
17657     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17658     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17659     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17660   layout:
17661     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17662     layout: "plot-throughput"
17663
17664 - type: "plot"
17665   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17666   algorithm: "plot_perf_box_name"
17667   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17668   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17669   include:
17670     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17671     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17672     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17673   layout:
17674     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17675     layout: "plot-throughput"
17676
17677 - type: "plot"
17678   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17679   algorithm: "plot_perf_box_name"
17680   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17681   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17682   include:
17683     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17684     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17685     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17686     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17687     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17688   layout:
17689     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17690     layout: "plot-throughput"
17691
17692 - type: "plot"
17693   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17694   algorithm: "plot_perf_box_name"
17695   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17696   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17697   include:
17698     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17699     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17700     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17701     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17702     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17703   layout:
17704     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17705     layout: "plot-throughput"
17706
17707 - type: "plot"
17708   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17709   algorithm: "plot_perf_box_name"
17710   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17711   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17712   include:
17713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17714     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17715     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17716   layout:
17717     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17718     layout: "plot-throughput"
17719
17720 - type: "plot"
17721   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17722   algorithm: "plot_perf_box_name"
17723   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17724   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17725   include:
17726     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17727     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17728     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17729   layout:
17730     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17731     layout: "plot-throughput"
17732
17733 - type: "plot"
17734   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17735   algorithm: "plot_perf_box_name"
17736   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17737   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17738   include:
17739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17740     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17744     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17745   layout:
17746     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17747     layout: "plot-throughput"
17748
17749 - type: "plot"
17750   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17751   algorithm: "plot_perf_box_name"
17752   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17753   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17754   include:
17755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17756     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17757     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17758     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17761   layout:
17762     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17763     layout: "plot-throughput"
17764
17765 - type: "plot"
17766   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17767   algorithm: "plot_perf_box_name"
17768   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17769   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17770   include:
17771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17777   layout:
17778     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17779     layout: "plot-throughput"
17780
17781 - type: "plot"
17782   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17783   algorithm: "plot_perf_box_name"
17784   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17785   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17786   include:
17787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17793   layout:
17794     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17795     layout: "plot-throughput"
17796
17797 - type: "plot"
17798   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17799   algorithm: "plot_perf_box_name"
17800   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17801   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17802   include:
17803     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17804     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17805   layout:
17806     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17807     layout: "plot-throughput"
17808
17809 - type: "plot"
17810   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17811   algorithm: "plot_perf_box_name"
17812   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17813   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17814   include:
17815     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17816     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17817   layout:
17818     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17819     layout: "plot-throughput"
17820
17821 - type: "plot"
17822   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17823   algorithm: "plot_perf_box_name"
17824   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17825   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17826   include:
17827     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17828     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17829     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17830     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17831     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17832     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17833   layout:
17834     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17835     layout: "plot-throughput"
17836
17837 - type: "plot"
17838   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17839   algorithm: "plot_perf_box_name"
17840   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17841   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17842   include:
17843     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17844     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17845     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17846     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17847     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17848     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17849   layout:
17850     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17851     layout: "plot-throughput"
17852
17853 - type: "plot"
17854   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17855   algorithm: "plot_perf_box_name"
17856   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17857   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17858   include:
17859     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17860     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17861     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17862     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17863     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17864 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17865   layout:
17866     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17867     layout: "plot-throughput"
17868
17869 - type: "plot"
17870   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17871   algorithm: "plot_perf_box_name"
17872   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17873   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17874   include:
17875     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17876     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17877     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17878     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17879     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17880 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17881   layout:
17882     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17883     layout: "plot-throughput"
17884
17885 - type: "plot"
17886   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17887   algorithm: "plot_perf_box_name"
17888   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17889   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17890   include:
17891     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17892     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17893     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17894     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17895     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17896     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17897   layout:
17898     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17899     layout: "plot-throughput"
17900
17901 - type: "plot"
17902   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17903   algorithm: "plot_perf_box_name"
17904   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17905   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17906   include:
17907     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17908     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17909     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17910     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17911     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17912     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17913   layout:
17914     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17915     layout: "plot-throughput"
17916
17917 - type: "plot"
17918   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17919   algorithm: "plot_perf_box_name"
17920   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17921   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17922   include:
17923     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17924     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17925     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17926     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17927     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17928   layout:
17929     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17930     layout: "plot-throughput"
17931
17932 - type: "plot"
17933   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17934   algorithm: "plot_perf_box_name"
17935   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17936   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17937   include:
17938     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17939     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17940     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17941     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17942     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17943   layout:
17944     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17945     layout: "plot-throughput"
17946
17947 - type: "plot"
17948   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17949   algorithm: "plot_perf_box_name"
17950   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17951   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17952   include:
17953     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17954     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17955     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17956     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17957     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17958   layout:
17959     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17960     layout: "plot-throughput"
17961
17962 - type: "plot"
17963   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17964   algorithm: "plot_perf_box_name"
17965   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17966   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17967   include:
17968     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17969     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17970     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17971     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17972     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17973   layout:
17974     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17975     layout: "plot-throughput"
17976
17977 - type: "plot"
17978   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17979   algorithm: "plot_perf_box_name"
17980   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17981   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17982   include:
17983     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17984     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17985     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17986     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17987     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17988   layout:
17989     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17990     layout: "plot-throughput"
17991
17992 - type: "plot"
17993   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17994   algorithm: "plot_perf_box_name"
17995   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17996   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17997   include:
17998     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17999     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18000     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18001     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18002     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18003   layout:
18004     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18005     layout: "plot-throughput"
18006
18007 - type: "plot"
18008   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18009   algorithm: "plot_perf_box_name"
18010   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18011   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18012   include:
18013     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18014     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18015     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18016     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18017     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18018   layout:
18019     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18020     layout: "plot-throughput"
18021
18022 - type: "plot"
18023   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18024   algorithm: "plot_perf_box_name"
18025   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18026   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18027   include:
18028     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18029     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18030     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18031     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18032     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18033   layout:
18034     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18035     layout: "plot-throughput"
18036
18037 - type: "plot"
18038   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18039   algorithm: "plot_perf_box_name"
18040   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18041   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18042   include:
18043     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18044     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18045     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18046     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18047     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18048   layout:
18049     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18050     layout: "plot-throughput"
18051
18052 - type: "plot"
18053   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18054   algorithm: "plot_perf_box_name"
18055   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18056   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18057   include:
18058     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18059     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18060     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18061     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18062     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18063   layout:
18064     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18065     layout: "plot-throughput"
18066
18067 - type: "plot"
18068   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18069   algorithm: "plot_perf_box_name"
18070   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18071   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18072   include:
18073     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18075     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18076     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18077     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18078     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18079   layout:
18080     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18081     layout: "plot-throughput"
18082
18083 - type: "plot"
18084   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18085   algorithm: "plot_perf_box_name"
18086   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18087   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18088   include:
18089     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18090     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18091     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18092     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18093     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18094     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18095   layout:
18096     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18097     layout: "plot-throughput"
18098
18099 - type: "plot"
18100   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18101   algorithm: "plot_perf_box_name"
18102   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18103   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18104   include:
18105     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18106     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18107     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18108     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18109   layout:
18110     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18111     layout: "plot-throughput"
18112
18113 - type: "plot"
18114   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18115   algorithm: "plot_perf_box_name"
18116   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18117   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18118   include:
18119     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18120     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18121     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18122     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18123   layout:
18124     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18125     layout: "plot-throughput"
18126
18127 - type: "plot"
18128   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18129   algorithm: "plot_perf_box_name"
18130   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18131   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18132   include:
18133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18134     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18135     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18136     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18137     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18138     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18139   layout:
18140     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18141     layout: "plot-throughput"
18142
18143 - type: "plot"
18144   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18145   algorithm: "plot_perf_box_name"
18146   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18147   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18148   include:
18149     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18150     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18151     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18152     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18153     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18154     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18155   layout:
18156     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18157     layout: "plot-throughput"
18158
18159 - type: "plot"
18160   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18161   algorithm: "plot_perf_box_name"
18162   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18163   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18164   include:
18165     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18166     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18167     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18168     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18169   layout:
18170     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18171     layout: "plot-throughput"
18172
18173 - type: "plot"
18174   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18175   algorithm: "plot_perf_box_name"
18176   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18177   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18178   include:
18179     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18180     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18181     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18182     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18183   layout:
18184     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18185     layout: "plot-throughput"
18186
18187 - type: "plot"
18188   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18189   algorithm: "plot_perf_box_name"
18190   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18191   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18192   include:
18193     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18194     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18195     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18196     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18197     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18198     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18199   layout:
18200     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18201     layout: "plot-throughput"
18202
18203 - type: "plot"
18204   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18205   algorithm: "plot_perf_box_name"
18206   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18207   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18208   include:
18209     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18210     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18211     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18212     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18213     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18214     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18215   layout:
18216     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18217     layout: "plot-throughput"
18218
18219 - type: "plot"
18220   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18221   algorithm: "plot_perf_box_name"
18222   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18223   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18224   include:
18225     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18226     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18227     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18228     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18229   layout:
18230     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18231     layout: "plot-throughput"
18232
18233 - type: "plot"
18234   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18235   algorithm: "plot_perf_box_name"
18236   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18237   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18238   include:
18239     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18240     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18241     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18242     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18243   layout:
18244     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18245     layout: "plot-throughput"
18246
18247 - type: "plot"
18248   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18249   algorithm: "plot_perf_box_name"
18250   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18251   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18252   include:
18253     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18254     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18255     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18256     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18257     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18258   layout:
18259     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18260     layout: "plot-throughput"
18261
18262 - type: "plot"
18263   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18264   algorithm: "plot_perf_box_name"
18265   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18266   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18267   include:
18268     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18269     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18270     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18271     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18272     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18273   layout:
18274     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18275     layout: "plot-throughput"
18276
18277 - type: "plot"
18278   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18279   algorithm: "plot_perf_box_name"
18280   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18281   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18282   include:
18283     - "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"
18284     - "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"
18285     - "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"
18286     - "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"
18287     - "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"
18288   layout:
18289     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18290     layout: "plot-throughput"
18291
18292 - type: "plot"
18293   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18294   algorithm: "plot_perf_box_name"
18295   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18296   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18297   include:
18298     - "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"
18299     - "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"
18300     - "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"
18301     - "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"
18302     - "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"
18303   layout:
18304     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18305     layout: "plot-throughput"
18306
18307 - type: "plot"
18308   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18309   algorithm: "plot_perf_box_name"
18310   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18311   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18312   include:
18313     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18314     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18315     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18316     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18317     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18318   layout:
18319     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18320     layout: "plot-throughput"
18321
18322 - type: "plot"
18323   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18324   algorithm: "plot_perf_box_name"
18325   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18326   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18327   include:
18328     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18329     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18330     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18331     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18332     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18333   layout:
18334     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18335     layout: "plot-throughput"
18336
18337 - type: "plot"
18338   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18339   algorithm: "plot_perf_box_name"
18340   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18341   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18342   include:
18343     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18344     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18345     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18346     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18347     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18348   layout:
18349     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18350     layout: "plot-throughput"
18351
18352 - type: "plot"
18353   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18354   algorithm: "plot_perf_box_name"
18355   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18356   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18357   include:
18358     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18359     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18360     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18361     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18362     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18363   layout:
18364     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18365     layout: "plot-throughput"
18366
18367 - type: "plot"
18368   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18369   algorithm: "plot_perf_box_name"
18370   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18371   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18372   include:
18373     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18374     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18375     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18376     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18377   layout:
18378     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18379     layout: "plot-throughput"
18380
18381 - type: "plot"
18382   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18383   algorithm: "plot_perf_box_name"
18384   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18385   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18386   include:
18387     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18388     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18389     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18390     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18391   layout:
18392     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18393     layout: "plot-throughput"
18394
18395 - type: "plot"
18396   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18397   algorithm: "plot_perf_box_name"
18398   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18399   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18400   include:
18401     - "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"
18402     - "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"
18403     - "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"
18404     - "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"
18405   layout:
18406     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18407     layout: "plot-throughput"
18408
18409 - type: "plot"
18410   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18411   algorithm: "plot_perf_box_name"
18412   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18413   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18414   include:
18415     - "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"
18416     - "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"
18417     - "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"
18418     - "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"
18419   layout:
18420     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18421     layout: "plot-throughput"
18422
18423 - type: "plot"
18424   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18425   algorithm: "plot_perf_box_name"
18426   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18427   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18428   include:
18429     - "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"
18430     - "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"
18431     - "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"
18432     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18433     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18434     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18435   layout:
18436     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18437     layout: "plot-throughput"
18438
18439 - type: "plot"
18440   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18441   algorithm: "plot_perf_box_name"
18442   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18443   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18444   include:
18445     - "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"
18446     - "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"
18447     - "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"
18448     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18449     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18450     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18451   layout:
18452     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18453     layout: "plot-throughput"
18454
18455 ################################################################################
18456
18457 # Packet Speedup
18458
18459 - type: "plot"
18460   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18461   algorithm: "plot_tsa_name"
18462   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18463   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18464   include:
18465     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18466     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18467     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18468     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18469   layout:
18470     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18471     layout: "plot-throughput-speedup-analysis"
18472
18473 - type: "plot"
18474   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18475   algorithm: "plot_tsa_name"
18476   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18477   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18478   include:
18479     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18480     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18481     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18482     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18483   layout:
18484     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18485     layout: "plot-throughput-speedup-analysis"
18486
18487 - type: "plot"
18488   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18489   algorithm: "plot_tsa_name"
18490   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18491   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18492   include:
18493     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18494     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18495     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18496     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18497   layout:
18498     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18499     layout: "plot-throughput-speedup-analysis"
18500
18501 - type: "plot"
18502   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18503   algorithm: "plot_tsa_name"
18504   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18505   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18506   include:
18507     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18508     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18509     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18510     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18511   layout:
18512     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18513     layout: "plot-throughput-speedup-analysis"
18514
18515 - type: "plot"
18516   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18517   algorithm: "plot_tsa_name"
18518   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18519   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18520   include:
18521     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18522     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18523     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18524     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18525   layout:
18526     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18527     layout: "plot-throughput-speedup-analysis"
18528
18529 - type: "plot"
18530   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18531   algorithm: "plot_tsa_name"
18532   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18533   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18534   include:
18535     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18536     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18537     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18538     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18539   layout:
18540     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18541     layout: "plot-throughput-speedup-analysis"
18542
18543 - type: "plot"
18544   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18545   algorithm: "plot_tsa_name"
18546   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18547   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18548   include:
18549     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18550     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18551     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18552     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18553     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18554     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18555   layout:
18556     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18557     layout: "plot-throughput-speedup-analysis"
18558
18559 - type: "plot"
18560   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18561   algorithm: "plot_tsa_name"
18562   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18563   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18564   include:
18565     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18566     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18567     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18568     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18569     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18570     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18571   layout:
18572     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18573     layout: "plot-throughput-speedup-analysis"
18574
18575 - type: "plot"
18576   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18577   algorithm: "plot_tsa_name"
18578   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18579   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18580   include:
18581     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18582     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18583     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18584     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18585   layout:
18586     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18587     layout: "plot-throughput-speedup-analysis"
18588
18589 - type: "plot"
18590   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18591   algorithm: "plot_tsa_name"
18592   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18593   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18594   include:
18595     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18596     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18597     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18598     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18599   layout:
18600     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18601     layout: "plot-throughput-speedup-analysis"
18602
18603 - type: "plot"
18604   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18605   algorithm: "plot_tsa_name"
18606   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18607   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18608   include:
18609     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18610     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18611     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18612   layout:
18613     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18614     layout: "plot-throughput-speedup-analysis"
18615
18616 - type: "plot"
18617   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18618   algorithm: "plot_tsa_name"
18619   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18620   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18621   include:
18622     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18623     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18624     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18625   layout:
18626     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18627     layout: "plot-throughput-speedup-analysis"
18628
18629 - type: "plot"
18630   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18631   algorithm: "plot_tsa_name"
18632   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18633   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18634   include:
18635     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18636     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18637     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18638     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18639     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18640   layout:
18641     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18642     layout: "plot-throughput-speedup-analysis"
18643
18644 - type: "plot"
18645   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18646   algorithm: "plot_tsa_name"
18647   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18648   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18649   include:
18650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18651     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18652     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18653     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18654     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18655   layout:
18656     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18657     layout: "plot-throughput-speedup-analysis"
18658
18659 - type: "plot"
18660   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18661   algorithm: "plot_tsa_name"
18662   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18663   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18664   include:
18665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18667     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18668   layout:
18669     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18670     layout: "plot-throughput-speedup-analysis"
18671
18672 - type: "plot"
18673   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18674   algorithm: "plot_tsa_name"
18675   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18676   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18677   include:
18678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18681   layout:
18682     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18683     layout: "plot-throughput-speedup-analysis"
18684
18685 - type: "plot"
18686   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18687   algorithm: "plot_tsa_name"
18688   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18689   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18690   include:
18691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18697   layout:
18698     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18699     layout: "plot-throughput-speedup-analysis"
18700
18701 - type: "plot"
18702   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18703   algorithm: "plot_tsa_name"
18704   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18705   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18706   include:
18707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18709     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18713   layout:
18714     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18715     layout: "plot-throughput-speedup-analysis"
18716
18717 - type: "plot"
18718   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18719   algorithm: "plot_tsa_name"
18720   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18721   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18722   include:
18723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18725     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18726     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18727     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18728     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18729   layout:
18730     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18731     layout: "plot-throughput-speedup-analysis"
18732
18733 - type: "plot"
18734   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18735   algorithm: "plot_tsa_name"
18736   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18737   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18738   include:
18739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18740     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18744     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18745   layout:
18746     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18747     layout: "plot-throughput-speedup-analysis"
18748
18749 - type: "plot"
18750   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18751   algorithm: "plot_tsa_name"
18752   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18753   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18754   include:
18755     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18756     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18757   layout:
18758     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18759     layout: "plot-throughput-speedup-analysis"
18760
18761 - type: "plot"
18762   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18763   algorithm: "plot_tsa_name"
18764   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18765   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18766   include:
18767     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18768     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18769   layout:
18770     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18771     layout: "plot-throughput-speedup-analysis"
18772
18773 - type: "plot"
18774   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18775   algorithm: "plot_tsa_name"
18776   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18777   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18778   include:
18779     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18780     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18781     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18782     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18783     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18784     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18785   layout:
18786     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18787     layout: "plot-throughput-speedup-analysis"
18788
18789 - type: "plot"
18790   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18791   algorithm: "plot_tsa_name"
18792   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18793   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18794   include:
18795     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18796     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18797     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18798     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18799     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18800     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18801   layout:
18802     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18803     layout: "plot-throughput-speedup-analysis"
18804
18805 - type: "plot"
18806   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18807   algorithm: "plot_tsa_name"
18808   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18809   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18810   include:
18811     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18812     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18813     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18814     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18815     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18816     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18817   layout:
18818     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18819     layout: "plot-throughput-speedup-analysis"
18820
18821 - type: "plot"
18822   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18823   algorithm: "plot_tsa_name"
18824   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18825   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18826   include:
18827     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18828     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18829     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18830     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18831     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18832     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18833   layout:
18834     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18835     layout: "plot-throughput-speedup-analysis"
18836
18837 - type: "plot"
18838   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18839   algorithm: "plot_tsa_name"
18840   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18841   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18842   include:
18843     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18844     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18845     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18846     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18847     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18848     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18849   layout:
18850     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18851     layout: "plot-throughput-speedup-analysis"
18852
18853 - type: "plot"
18854   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18855   algorithm: "plot_tsa_name"
18856   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18857   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18858   include:
18859     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18860     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18861     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18862     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18863     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18864     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18865   layout:
18866     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18867     layout: "plot-throughput-speedup-analysis"
18868
18869 - type: "plot"
18870   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18871   algorithm: "plot_tsa_name"
18872   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18873   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18874   include:
18875     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18876     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18877     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18878     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18879     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18880   layout:
18881     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18882     layout: "plot-throughput-speedup-analysis"
18883
18884 - type: "plot"
18885   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18886   algorithm: "plot_tsa_name"
18887   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18888   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18889   include:
18890     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18891     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18892     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18893     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18894     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18895   layout:
18896     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18897     layout: "plot-throughput-speedup-analysis"
18898
18899 - type: "plot"
18900   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18901   algorithm: "plot_tsa_name"
18902   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18903   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18904   include:
18905     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18906     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18907     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18908     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18909     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18910   layout:
18911     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18912     layout: "plot-throughput-speedup-analysis"
18913
18914 - type: "plot"
18915   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18916   algorithm: "plot_tsa_name"
18917   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18918   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18919   include:
18920     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18921     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18922     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18923     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18924     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18925   layout:
18926     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18927     layout: "plot-throughput-speedup-analysis"
18928
18929 - type: "plot"
18930   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18931   algorithm: "plot_tsa_name"
18932   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18933   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18934   include:
18935     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18936     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18937     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18938     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18939     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18940   layout:
18941     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18942     layout: "plot-throughput-speedup-analysis"
18943
18944 - type: "plot"
18945   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18946   algorithm: "plot_tsa_name"
18947   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18948   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18949   include:
18950     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18951     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18952     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18953     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18954     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18955   layout:
18956     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18957     layout: "plot-throughput-speedup-analysis"
18958
18959 - type: "plot"
18960   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18961   algorithm: "plot_tsa_name"
18962   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18963   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18964   include:
18965     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18966     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18967     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18968     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18969     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18970   layout:
18971     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18972     layout: "plot-throughput-speedup-analysis"
18973
18974 - type: "plot"
18975   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18976   algorithm: "plot_tsa_name"
18977   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18978   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18979   include:
18980     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18981     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18982     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18983     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18984     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18985   layout:
18986     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18987     layout: "plot-throughput-speedup-analysis"
18988
18989 - type: "plot"
18990   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18991   algorithm: "plot_tsa_name"
18992   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18993   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18994   include:
18995     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18996     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18997     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18998     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18999     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19000   layout:
19001     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19002     layout: "plot-throughput-speedup-analysis"
19003
19004 - type: "plot"
19005   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19006   algorithm: "plot_tsa_name"
19007   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19008   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19009   include:
19010     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19011     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19012     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19013     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19014     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19015   layout:
19016     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19017     layout: "plot-throughput-speedup-analysis"
19018
19019 - type: "plot"
19020   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19021   algorithm: "plot_tsa_name"
19022   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19023   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19024   include:
19025     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19026     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19027     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19028     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19029     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19030     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19031   layout:
19032     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19033     layout: "plot-throughput-speedup-analysis"
19034
19035 - type: "plot"
19036   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19037   algorithm: "plot_tsa_name"
19038   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19039   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19040   include:
19041     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19042     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19043     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19044     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19045     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19046     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19047   layout:
19048     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19049     layout: "plot-throughput-speedup-analysis"
19050
19051 - type: "plot"
19052   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19053   algorithm: "plot_tsa_name"
19054   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19055   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19056   include:
19057     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19058     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19060     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19061   layout:
19062     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19063     layout: "plot-throughput-speedup-analysis"
19064
19065 - type: "plot"
19066   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19067   algorithm: "plot_tsa_name"
19068   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19069   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19070   include:
19071     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19072     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19073     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19075   layout:
19076     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19077     layout: "plot-throughput-speedup-analysis"
19078
19079 - type: "plot"
19080   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19081   algorithm: "plot_tsa_name"
19082   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19083   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19084   include:
19085     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19086     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19087     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19088     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19089     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19090     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19091   layout:
19092     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19093     layout: "plot-throughput-speedup-analysis"
19094
19095 - type: "plot"
19096   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19097   algorithm: "plot_tsa_name"
19098   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19099   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19100   include:
19101     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19102     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19103     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19104     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19105     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19106     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19107   layout:
19108     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19109     layout: "plot-throughput-speedup-analysis"
19110
19111 - type: "plot"
19112   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19113   algorithm: "plot_tsa_name"
19114   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19115   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19116   include:
19117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19118     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19119     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19120     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19121   layout:
19122     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19123     layout: "plot-throughput-speedup-analysis"
19124
19125 - type: "plot"
19126   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19127   algorithm: "plot_tsa_name"
19128   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19129   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19130   include:
19131     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19132     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19134     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19135   layout:
19136     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19137     layout: "plot-throughput-speedup-analysis"
19138
19139 - type: "plot"
19140   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19141   algorithm: "plot_tsa_name"
19142   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19143   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19144   include:
19145     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19146     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19147     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19148     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19149     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19150     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19151   layout:
19152     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19153     layout: "plot-throughput-speedup-analysis"
19154
19155 - type: "plot"
19156   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19157   algorithm: "plot_tsa_name"
19158   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19159   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19160   include:
19161     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19162     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19163     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19164     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19165     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19166     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19167   layout:
19168     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19169     layout: "plot-throughput-speedup-analysis"
19170
19171 - type: "plot"
19172   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19173   algorithm: "plot_tsa_name"
19174   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19175   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19176   include:
19177     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19178     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19179     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19180     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19181   layout:
19182     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19183     layout: "plot-throughput-speedup-analysis"
19184
19185 - type: "plot"
19186   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19187   algorithm: "plot_tsa_name"
19188   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19189   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19190   include:
19191     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19192     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19193     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19194     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19195   layout:
19196     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19197     layout: "plot-throughput-speedup-analysis"
19198
19199 - type: "plot"
19200   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19201   algorithm: "plot_tsa_name"
19202   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19203   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19204   include:
19205     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19206     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19207     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19208     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19209     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19210   layout:
19211     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19212     layout: "plot-throughput-speedup-analysis"
19213
19214 - type: "plot"
19215   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19216   algorithm: "plot_tsa_name"
19217   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19218   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19219   include:
19220     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19221     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19222     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19223     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19224     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19225   layout:
19226     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19227     layout: "plot-throughput-speedup-analysis"
19228
19229 - type: "plot"
19230   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19231   algorithm: "plot_tsa_name"
19232   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19233   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19234   include:
19235     - "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"
19236     - "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"
19237     - "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"
19238     - "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"
19239     - "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"
19240   layout:
19241     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19242     layout: "plot-throughput-speedup-analysis"
19243
19244 - type: "plot"
19245   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19246   algorithm: "plot_tsa_name"
19247   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19248   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19249   include:
19250     - "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"
19251     - "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"
19252     - "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"
19253     - "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"
19254     - "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"
19255   layout:
19256     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19257     layout: "plot-throughput-speedup-analysis"
19258
19259 - type: "plot"
19260   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19261   algorithm: "plot_tsa_name"
19262   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19263   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19264   include:
19265     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19266     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19267     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19268     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19269     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19270   layout:
19271     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19272     layout: "plot-throughput-speedup-analysis"
19273
19274 - type: "plot"
19275   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19276   algorithm: "plot_tsa_name"
19277   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19278   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19279   include:
19280     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19281     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19282     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19283     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19284     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19285   layout:
19286     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19287     layout: "plot-throughput-speedup-analysis"
19288
19289 - type: "plot"
19290   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19291   algorithm: "plot_tsa_name"
19292   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19293   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19294   include:
19295     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19296     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19297     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19298     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19299     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19300   layout:
19301     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19302     layout: "plot-throughput-speedup-analysis"
19303
19304 - type: "plot"
19305   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19306   algorithm: "plot_tsa_name"
19307   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19308   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19309   include:
19310     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19311     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19312     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19313     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19314     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19315   layout:
19316     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19317     layout: "plot-throughput-speedup-analysis"
19318
19319 - type: "plot"
19320   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19321   algorithm: "plot_tsa_name"
19322   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19323   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19324   include:
19325     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19326     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19327     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19328     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19329   layout:
19330     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19331     layout: "plot-throughput-speedup-analysis"
19332
19333 - type: "plot"
19334   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19335   algorithm: "plot_tsa_name"
19336   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19337   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19338   include:
19339     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19340     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19341     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19342     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19343   layout:
19344     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19345     layout: "plot-throughput-speedup-analysis"
19346
19347 - type: "plot"
19348   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19349   algorithm: "plot_tsa_name"
19350   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19351   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19352   include:
19353     - "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"
19354     - "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"
19355     - "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"
19356     - "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"
19357   layout:
19358     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19359     layout: "plot-throughput-speedup-analysis"
19360
19361 - type: "plot"
19362   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19363   algorithm: "plot_tsa_name"
19364   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19365   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19366   include:
19367     - "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"
19368     - "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"
19369     - "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"
19370     - "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"
19371   layout:
19372     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19373     layout: "plot-throughput-speedup-analysis"
19374
19375 - type: "plot"
19376   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19377   algorithm: "plot_tsa_name"
19378   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19379   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19380   include:
19381     - "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"
19382     - "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"
19383     - "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"
19384     - "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"
19385     - "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"
19386     - "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"
19387   layout:
19388     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19389     layout: "plot-throughput-speedup-analysis"
19390
19391 - type: "plot"
19392   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19393   algorithm: "plot_tsa_name"
19394   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19395   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19396   include:
19397     - "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"
19398     - "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"
19399     - "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"
19400     - "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"
19401     - "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"
19402     - "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"
19403   layout:
19404     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19405     layout: "plot-throughput-speedup-analysis"
19406
19407 ################################################################################
19408
19409 # Packet Throughput - DPDK
19410
19411 # 2n-clx-xxv710
19412
19413 - type: "plot"
19414   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19415   algorithm: "plot_perf_box_name"
19416   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19417   data: "plot-dpdk-throughput-latency-2n-clx"
19418   include:
19419     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19420     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19421   layout:
19422     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19423     layout: "plot-throughput"
19424
19425 - type: "plot"
19426   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19427   algorithm: "plot_perf_box_name"
19428   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19429   data: "plot-dpdk-throughput-latency-2n-clx"
19430   include:
19431     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19432     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19433   layout:
19434     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19435     layout: "plot-throughput"
19436
19437 - type: "plot"
19438   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19439   algorithm: "plot_perf_box_name"
19440   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19441   data: "plot-dpdk-throughput-latency-2n-clx"
19442   include:
19443     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19444     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19445   layout:
19446     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19447     layout: "plot-throughput"
19448
19449 - type: "plot"
19450   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19451   algorithm: "plot_perf_box_name"
19452   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19453   data: "plot-dpdk-throughput-latency-2n-clx"
19454   include:
19455     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19456     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19457   layout:
19458     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19459     layout: "plot-throughput"
19460
19461 # 2n-clx-x710
19462
19463 - type: "plot"
19464   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19465   algorithm: "plot_perf_box_name"
19466   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19467   data: "plot-dpdk-throughput-latency-2n-clx"
19468   include:
19469     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19470     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19471   layout:
19472     title: "2n-clx-x710-64b-2t1c-base-ndr"
19473     layout: "plot-throughput"
19474
19475 - type: "plot"
19476   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19477   algorithm: "plot_perf_box_name"
19478   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19479   data: "plot-dpdk-throughput-latency-2n-clx"
19480   include:
19481     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19482     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19483   layout:
19484     title: "2n-clx-x710-64b-4t2c-base-ndr"
19485     layout: "plot-throughput"
19486
19487 - type: "plot"
19488   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19489   algorithm: "plot_perf_box_name"
19490   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19491   data: "plot-dpdk-throughput-latency-2n-clx"
19492   include:
19493     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19494     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19495   layout:
19496     title: "2n-clx-x710-64b-2t1c-base-pdr"
19497     layout: "plot-throughput"
19498
19499 - type: "plot"
19500   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19501   algorithm: "plot_perf_box_name"
19502   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19503   data: "plot-dpdk-throughput-latency-2n-clx"
19504   include:
19505     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19506     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19507   layout:
19508     title: "2n-clx-x710-64b-4t2c-base-pdr"
19509     layout: "plot-throughput"
19510
19511 ################################################################################
19512
19513 - type: "plot"
19514   title: "Latency by percentile: 2n-skx"
19515   algorithm: "plot_hdrh_lat_by_percentile"
19516   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19517   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19518   target-links: "../../_static/vpp"
19519   data: "plot-vpp-hdrh-lat-2n-skx"
19520   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19521   layout:
19522     layout: "plot-hdrh-latency-by-percentile"
19523
19524 - type: "plot"
19525   title: "Latency by percentile: 3n-skx"
19526   algorithm: "plot_hdrh_lat_by_percentile"
19527   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19528   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19529   target-links: "../../_static/vpp"
19530   data: "plot-vpp-hdrh-lat-3n-skx"
19531   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19532   layout:
19533     layout: "plot-hdrh-latency-by-percentile"
19534
19535 - type: "plot"
19536   title: "Latency by percentile: 2n-clx"
19537   algorithm: "plot_hdrh_lat_by_percentile"
19538   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19539   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19540   target-links: "../../_static/vpp"
19541   data: "plot-vpp-hdrh-lat-2n-clx"
19542   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19543   layout:
19544     layout: "plot-hdrh-latency-by-percentile"
19545
19546 - type: "plot"
19547   title: "Latency by percentile: 3n-hsw"
19548   algorithm: "plot_hdrh_lat_by_percentile"
19549   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19550   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19551   target-links: "../../_static/vpp"
19552   data: "plot-vpp-hdrh-lat-3n-hsw"
19553   filter: "'1T1C' and 'NIC_Intel-XL710'"
19554   layout:
19555     layout: "plot-hdrh-latency-by-percentile"
19556
19557 - type: "plot"
19558   title: "Latency by percentile: 3n-tsh"
19559   algorithm: "plot_hdrh_lat_by_percentile"
19560   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19561   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19562   target-links: "../../_static/vpp"
19563   data: "plot-vpp-hdrh-lat-3n-tsh"
19564   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19565   layout:
19566     layout: "plot-hdrh-latency-by-percentile"
19567
19568 - type: "plot"
19569   title: "Latency by percentile: DPDK 2n-skx"
19570   algorithm: "plot_hdrh_lat_by_percentile"
19571   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19572   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19573   target-links: "../../_static/dpdk"
19574   data: "plot-dpdk-hdrh-lat-2n-skx"
19575   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19576   layout:
19577     layout: "plot-hdrh-latency-by-percentile"
19578
19579 - type: "plot"
19580   title: "Latency by percentile: DPDK 3n-skx"
19581   algorithm: "plot_hdrh_lat_by_percentile"
19582   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19583   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19584   target-links: "../../_static/dpdk"
19585   data: "plot-dpdk-hdrh-lat-3n-skx"
19586   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19587   layout:
19588     layout: "plot-hdrh-latency-by-percentile"
19589
19590 - type: "plot"
19591   title: "Latency by percentile: DPDK 2n-clx"
19592   algorithm: "plot_hdrh_lat_by_percentile"
19593   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19594   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19595   target-links: "../../_static/dpdk"
19596   data: "plot-dpdk-hdrh-lat-2n-clx"
19597   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19598   layout:
19599     layout: "plot-hdrh-latency-by-percentile"
19600
19601 - type: "plot"
19602   title: "Latency by percentile: DPDK 3n-hsw"
19603   algorithm: "plot_hdrh_lat_by_percentile"
19604   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19605   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19606   target-links: "../../_static/dpdk"
19607   data: "plot-dpdk-hdrh-lat-3n-hsw"
19608   filter: "'1T1C' and 'NIC_Intel-XL710'"
19609   layout:
19610     layout: "plot-hdrh-latency-by-percentile"
19611
19612 - type: "plot"
19613   title: "Latency by percentile: DPDK 3n-tsh"
19614   algorithm: "plot_hdrh_lat_by_percentile"
19615   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19616   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19617   target-links: "../../_static/dpdk"
19618   data: "plot-dpdk-hdrh-lat-3n-tsh"
19619   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19620   layout:
19621     layout: "plot-hdrh-latency-by-percentile"